@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Rochester');

/*  font-family: 'Lato', sans-serif;
    font-family: 'Rochester', cursive;*/

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
font-family: 'Playfair Display', serif;
    font-size: 1rem;
    padding-top: 115px;
}
ul{
	padding: 0;
}
ul li{
	list-style-type: none;
}
.color-text {
    color: #ed4b0e;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.padding0 {
    padding: 0;
}
.text-vertical-center h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
a {
    transition: all 0.5s ease;
    outline: none;
}
a, a:hover{
	text-decoration: none;
	outline: none;
}
h1, h2, h3{
	margin: 0 auto;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	background-color: #e1e1e1;
    border: none;
    font-weight: 600;
    height: 50px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    margin-bottom: 30px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
    border: 1px solid #e1e1e1;        
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #c95713;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 15px 24px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #6a6a6a;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #6a6a6a;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: #121212;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
button {
    border: none;
}

.call-now-left {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 60;
}
.call-now-left img {
    width: 40%;
}
/* Side Menu */

#sidebar-wrapper {
    position: fixed;
    z-index: 1000;
    right: 0;
    overflow-y: auto;
    width: 230px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    transform: translateX(250px);
    background:#000;
    top: 0;
}
.welcome-heding p {
    margin-bottom: 25px;
    font-size: 16px;
}
.inner_page p {
     margin-bottom: 25px;
    font-size: 16px;   
}
.color-style {
    color: orangered;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
    padding-left: 25px;
    position: relative;
    border: 1px dashed;
}
.sidebar-nav li::before {
    position: absolute;
    top: 20px;
    background: #c95713;
    height: 2px;
    width: 20px;
    content: "";
    left: 14px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #7f7f7f;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #c95713;
    background: rgba(255, 255, 255, .2);
    padding-left: 10px
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    line-height: 55px;
    height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 22px;
    outline: none;
}
#menu-toggle i{
	font-size: 28px;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.sidebar-nav .toggle {
    font-size: 2em;
    font-weight: 200;
    width: 100%;
    text-align: left;
    outline: none;
}
.slide-menu-close {
    min-height: 50px;
    width: 100%;
}
.proud-text {
    font-family: 'Permanent Marker', cursive;
}
.proud-text {
    font-family: 'Permanent Marker', cursive;
    color: #505050;
    font-size: 23px;
}
.ref-text {
    font-size: 16px;
}
.copyright {
    margin-top: 15px;
}
.copyright p {
    color: #5e5e5e;
    font-family: arial;
    font-weight: 200;
    font-size: 13px;
    margin-top: 30px;
    letter-spacing: 2px;
}
.orange-text {
    color: #eb6d3a;
}
.green-text {
    color: #5a9640;
}
.white-text {
     color: #fff;   
}
.toggle {
    font-size: 1.3em;
    background: none;
    border: none;
    color: #c95713;
    font-weight: 400;
}
.toggle:hover{
    background: none;
    border: none;
    color: #444;
}
#menu-close i {
    color: #979797;
}
.other-pages {
    margin-top: 25px;
    border-bottom: 1px dashed #c7c7c7;
}
.other-pages li {
    display: inline;
    margin: 0 15px;
}
.other-pages a {
    color: #8f8f8f;
    font-size: 12px;
    font-family: arial;
}
.other-pages {
    margin-top: 30px !important;
    border-bottom: 1px dashed #373737;
    padding-bottom: 25px;
    width: 80%;
    margin: 0 auto;
        margin-top: 0px;
}

.about-content {
    color: #5e5e5e;
    font-family: arial;
    font-weight: 200;
    font-size: 13px;
    margin-top: 30px;
}
/* Header */

.header .navbar.navbar-default {
    position: fixed;
    width: 100%;
	background:url(../images/regal.png);
    background-repeat:repeat;
    padding: 0 0;
    height: 115px;
    top: 0;
    z-index: 85;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.header .navbar-default .navbar-brand {
    color: #777;
    height: auto;
    padding: 10px 10px;
	text-align: center;
}
.header .navbar-brand img {
    display: inline-block;
    width: 85px;
}
.header .navbar-default .navbar-nav > .active > a {
    color: #f27425 !important;
    background-color:transparent;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0.7);
}
.header .navbar-default .navbar-nav > li > a {
    color: #777;
    padding: 48px 14px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.contact-details-number {
    line-height: 40px;
    padding-top: 25px;
    font-size: 18px;
}
.contact-details-number span {
    color: #55cd6c;
    font-size: 28px;
    line-height: 22px;
    vertical-align: sub;
    padding: 0 10px;
}
.contact-details-number a{
	color: #666;
}
#to-top {
    font-size: 1em;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    padding: 15px 20px;
}
.gallery-row::before {
    content: "";
    position: absolute;
    top: 55px;
    width: 100%;
    height: 100%;
    background: url('../images/gallery-bg.png') no-repeat center top;
    left: 0;
    right: 0;
    margin: 0 auto;
}

 /* ===================================================
slider
 *************************************************** */
#demo-1 {
    height: 800px;
}
.modal-body span {
    font-size: 26px;
}

 /* ===================================================
 welcome-heding
 *************************************************** */
 .welcome-heding{
 	text-align: center;
 }
 .welcome-to-row{
 	padding: 60px 0;
 }
.welcome-to-row h4{ 
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
}
.welcome-to-row h1 {
    font-family: 'Rochester', cursive;
    font-size: 80px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.welcome-to-row h1:after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 2px;
	background: #ec7b27;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.gallery-row {
    position: relative;
    padding: 230px 0 30px 0;
}
.gallery-row::before {
    content: "";
    position: absolute;
    top: 55px;
    width: 100%;
    height: 100%;
    background: url('../images/gallery-bg.png') no-repeat center top;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.left-gallery-top {
    margin-bottom: 28px;
}
.left-gallery-bottom{
    position: relative;
}
.gallery-text-col {
    position: absolute;
    top: 30%;
    color: #fff;
    float: right;
    right: 50px;
    width: 60%;
    z-index: 50;
}
.gallery-text-col h2 {
    color: #D5D5D5;
    font-size: 7rem;
    font-family: Century Gothic;
    text-shadow: 2px 2px rgba(0,0,0,0.2);
}
.call-now a {
    font-weight: 600;
    border: 2px #fff solid;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 9px 50px;
    line-height: 16px;
    margin-top: 30px;
    display: inline-block;
}
.call-now a:hover{
	background: #fff;
	color: #333;
}
.gallery-img-box{
	position: relative;
	overflow: hidden;
}
.gallery-img-box:before{
    bottom: 21px;
    content: "";
    left: 21px;
    opacity: 0;
    position: absolute;
    right: 21px;
    top: 21px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    z-index: 1;
    
}

.gallery-img-box:hover::before, .gallery-img-box:hover::after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
    -webkit-transform: scale(1);
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.45s ease 0.2s;
    -moz-transform: scale(1);
    -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.45s ease 0.2s;
}
.gallery-img-box::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
}
.gallery-img-box::after, .gallery-img-box::before {
    bottom: 21px;
    content: "";
    left: 21px;
    opacity: 0;
    position: absolute;
    right: 21px;
    top: 21px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    z-index: 1;
}
.gallery-img-box::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
}

.gallery-img-box img{
     transform: scale(1);
     transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
}
.gallery-img-box img:hover{
     transform: scale(1.1);
}


.gallery-img-box .gallery-text-col:before{
    bottom: 21px;
    content: "";
    left: 21px;
    opacity: 0;
    position: absolute;
    right: 21px;
    top: 21px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    z-index: 1;
    
}

.gallery-img-box .gallery-text-col:hover::before, .gallery-img-box .gallery-text-col:hover::after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
    -webkit-transform: scale(1);
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.45s ease 0.2s;
    -moz-transform: scale(1);
    -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.45s ease 0.2s;
}
.gallery-img-box .gallery-text-col::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
}
.gallery-img-box .gallery-text-col::after, .gallery-img-box .gallery-text-col::before {
    bottom: 21px;
    content: "";
    left: 21px;
    opacity: 0;
    position: absolute;
    right: 21px;
    top: 21px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    z-index: 1;
}
.gallery-img-box .gallery-text-col::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
}



.owl-buttons {
  display: none;
}
.owl-carousel:hover .owl-buttons {
  display: block;
}

.owl-item {
  text-align: center;
}

.gallery-bottom-img{
	position: relative;
	overflow: hidden;
}



.gallery-bottom-img:before{
    bottom: 21px;
    content: "";
    left: 21px;
    opacity: 0;
    position: absolute;
    right: 21px;
    top: 21px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    z-index: 1;
    
}

.gallery-bottom-img:hover::before, .gallery-bottom-img:hover::after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
    -webkit-transform: scale(1);
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.45s ease 0.2s;
    -moz-transform: scale(1);
    -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.45s ease 0.2s;
}
.gallery-bottom-img::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
}
.gallery-bottom-img::after, .gallery-bottom-img::before {
    bottom: 21px;
    content: "";
    left: 21px;
    opacity: 0;
    position: absolute;
    right: 21px;
    top: 21px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    z-index: 1;
}
.gallery-bottom-img::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
}

.gallery-bottom-img img{
     transform: scale(1);
     transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
}
.gallery-bottom-img img:hover{
     transform: scale(1.1);
}


.gallery-bottom-text {
    position: absolute;
    top: 0;
    padding: 35px;
    right: 0;
    width: 35%;
}
.gallery-bottom-text h2 {
    color: #fff;
    font-size: 5rem;
    font-family: Century Gothic;
    text-shadow: 2px 2px rgba(0,0,0,0.2);
}

/* =========================================================
 collection-home-row 
********************************************************** */

.collection-right {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
}
.collection-right h1{
	color: #ff811b;
	padding-bottom: 15px;
    text-shadow: 2px 2px rgba(0,0,0,0.2);
}
.collection-right h2{
	color: #fff;
	line-height: 48px;
	padding-bottom: 15px;
    text-shadow: 2px 2px rgba(0,0,0,0.2);
}
.collection-right h2 span{
	color: #2b7e0e;
}
.collection-right p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.collection-right h3 {
    color: #fff;
    padding-bottom: 15px;
}
.collection-right a {
    background: #f17b3d;
    padding: 12px 55px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 600;
}
.collection-right a:hover {
    color: #fff;
}
.no-padding {
    padding-right: 0;
}

/* testimonial-row */

.testimonial-row{
	background: url('../images/testimonial-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}
.testimonial-img {
    border-radius: 50%;
    overflow: hidden;
    border: 7px #f88021 double;
}
.testimonial-text span {
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 22px;
    position: absolute;
}
.testimonial-text p {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    padding: 0 25px;
    position: relative;
}
.testi-left-arows {
    position: absolute;
    left: 0;
    top: 0;
}
.testi-right-arows {
    bottom: 0;
    margin-left: 40px;
}
.testimonial-name h5{
	font-size: 17px;
}
.testimonial-name h6{
	font-size: 15px;
	color: #f18247;
}
.testimoial-heding h1 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.testimoial-heding h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #ec7b27;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}*/

#testimonial-col .owl-dots.disabled, #testimonial-col .owl-nav.disabled {
    display: block;
}
#testimonial-col .owl-nav div{
	display: inline-block;
}
#testimonial-col .owl-nav div {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px #acacac solid;
    text-align: center;
    line-height: 42px;
    font-size: 41px;
    margin: 6px;
    color: #acacac;
}


/* footer */
.social-list {
    margin-top: 15px;
}
.find-us-social ul li {
    display: inline;
    margin:0 10px;
}
.find-us-social ul li a {
    font-size: 23px;
    color: #7f7f7f;
    transition: all 0.5s ease;
}

.find-us-social ul li a:hover {
    color: #f27425;
    padding-bottom: 15px;
}
.find-us-social h3 {
    color: #fff;
    font-size: 32px;
}
footer{
	background: #181818;
	padding: 40px 0;
}
.footer-col h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px #3D3D3D solid;
    margin-bottom: 20px;
}
.footer-col p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}
.footer-col form input {
    background: #2a2a2a;
    border-radius: 0;
    border: 1px #3B3B3B solid;
}
.footer-top {
    border-bottom: 1px #262626 solid;
    padding-bottom: 30px;
}
.footer-bottom {
    padding: 40px 15px;
}
.footer-col ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}
.footer-col ul li i{
	padding-right: 5px;
	color: #fff;
}



/* inner pages */
.parallax {
    background: url(../images/collection-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.page-title {
    position: relative;
    padding: 105px 0;
}

.page-title-heading h1 {	
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 42px;
}

.page-title .overlay,
.parallax .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
       filter: alpha(opacity=80);
      opacity: 0.8;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
	padding-top: 10px;
}

.breadcrumbs ul li {
	display: inline-block;	
	position: relative;
	margin-right: 25px;
}

.breadcrumbs ul li a {
	font-size: 13px;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs ul li a:hover {
	color: #eab702;
}

.breadcrumbs ul li:before {
	position: absolute;
	right: -14px;
    top: 0;
	content: "/";	
	color: #fff;
}

.breadcrumbs ul li:last-child::before {
	width: 0;
	height: 0;
	background-color: transparent;
	content: "";
}
.flat-contact-form input[type="text"], .flat-contact-form input[type="email"] {
    width: 100%;
}
.flat-contact-form .input-wrap.name {
    padding-right: 7px;
}
.flat-contact-form .input-wrap.name, .flat-contact-form .input-wrap.email {
    width: 50%;
    float: left;
}
.flat-row {
    clear: both;
    display: block;
    position: relative;
    /*padding: 80px 0;*/
    overflow: hidden;
}
.flat-button {
    padding: 18px 32px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    background: #f17b3d;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
/* Flat-contact-info
-------------------------------------------------------------- */
/*.flat-contact-info {
    padding: 40px 30px 30px 30px;
    border: 5px solid #f2f2f2;
    margin-left: 40px;
}*/

h4.title-contact-info {
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-top: 0;
}

.flat-contact-info li {
    margin: 0px 0px 25px;
    padding: 0px;
    position: relative;
}

.flat-contact-info li.phone,
.flat-contact-info li.fax {
    font-weight: 700;
}

.flat-contact-info li i {
    font-size: 38px;
    color: #fff;
    margin-right: 0;
    text-align: center;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
}
.flat-contact-info li::before {
    position: absolute;
    left: 0px;
    top: 5px;
    display: inline-block;
    vertical-align: top;
    color: rgb(218, 199, 37);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0px, 0px);
    font: 10px/1 FontAwesome;
}
.flat-contact-info li.phone, .flat-contact-info li.fax {
    font-weight: 700;
}
.flat-contact-info li {
    margin: 0px 0px 25px;
    padding: 0px;
    position: relative;
    font-size: 22px;
    font-weight: 300;
}
.flat-contact-form{
	margin-top: 40px;
}
.mail-chimp input[type="email"] {
    width: 342px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 132px;
    height: 50px;
    margin-bottom: 0;
    margin-top: 0px;
}
.mail-chimp input[type="submit"]:hover {
    color: #eab702;
}
.mail-chimp input[type="submit"] {
    position: absolute;
    top: 0;
    right: 4px;
    height: 50px;
    line-height: 50px;
    padding: 0 32px 0;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    background-color: #333;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.mail-chimp h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.flat-row.mail-chimp {
    padding: 35px 0;
    background-color: #f17b3d;
    overflow: hidden;
}
.flat-row.map {
    padding: 0 0;
    margin: 0 auto;
    display: block;;
}


/* =========================================================
gallery page 
========================================================== */


.gallery-title{
    font-size: 20px;
    color: #c95713;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.gallery-heading h2 {
    font-family: 'Rochester', cursive;
    font-size: 50px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}
/*.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}*/
.filter-button {
    font-size: 13px;
    border: 1px solid #c95713;
    border-radius: 0px;
    text-align: center;
    color: #c95713;
    margin: 0 5px 30px 5px;
}
.filter-button:hover
{
    font-size: 13px;
    border: 1px solid #c95713;
    text-align: center;
    color: #ffffff;
    background-color: #c95713;

}
.gallery_product-title {
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 40px;
}
.gallery_product-title .text-muted{
	color: #fff;
}
.gallery_product .thumbnail{
	border: 5px #F0F0F0 solid;
	border-radius: 0;
} 
.gallery_product .thumbnail:hover{
	border: 5px #c95713 solid;
} 
.filter-button:focus
{
    font-size: 13px;
    border: 1px solid #c95713;
    text-align: center;
    color: #fff;
    background-color: #c95713;

}
.btn-default:active .filter-button:active
{
    background-color: #c95713;
    color:#fff;
}

.port-image
{
    width: 100%;
}

/*.gallery_product
{
    margin-bottom: 10px;
}*/
.gallery_product img{
	width: 100%;
}
.galler-banner .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 7px;
}
.galler-banner .owl-dot.active{
	background: #f17b3d;
}
.galler-banner .owl-dots {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 30px;
}

.gallery_product{
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 20px;
}

.gallery_product .gallery_product-title{
    visibility: visible;
}
.gallery_product .gallery_product-title{
    visibility: hidden;
}
.gallery_product .gallery_product-title{
    background-color: #fff;
}
.gallery_product:hov.gallery_product-title{
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    width: auto;
    height: auto;
}
.gallery_product .gallery_product-title {
    background-color: #fff;
    position: absolute;
    top: 22px;
    left: 37px;
    right: 36px;
    bottom: 42px;
    color: #fff;
    display: block;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.gallery_product .gallery_product-title{
    overflow: hidden;
    cursor: pointer;
}
.gallery_product:hover .gallery_product-title {
    visibility: visible;
    opacity: 0.9;
    padding: 20% 0;
}
.gallery_product .gallery_product-title .likes {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.gallery_product .gallery_product-title .info a {
	color: #333;
}
.gallery_product > a {
    display: block;
    position: relative;
}
.gallery_product .gallery_product-title .likes > a {
    position: relative;
    display: block;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 48px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
     background-color: #c95713;
     color: #fff;
     margin-bottom: 15px;
}


.inner_page {
    padding: 40px 0 60px;
}
.inner_wlcome {
    padding: 60px 0 0;
}
.left_gallery_img img {
    width: 100%;
    height: 300px;
    /*margin-bottom: 25px;*/
    object-fit: cover;
    object-position: top;
}

.galleryContent-right {
    /*background: #f3f3f3;
    box-shadow: 1px 2px 17px 0 rgba(0, 0, 0, 0.17);
    min-height: 572px;*/

     padding: 40px;
}
.galleryContent-right h1 {
    color: #333;
    padding-bottom: 8px;
    font-weight: 600;
    text-transform: capitalize;
}
.galleryContent-right h2 {
    color: #333;
    line-height: 48px;
    padding-bottom: 19px;
}
.galleryContent-right p {
    color: #A3A3A3;
    font-size: 16px;
    line-height: 26px;
font-family: 'Lato', sans-serif;
    line-height: 23px;
    margin-top: 15px;
}
.call-grp a {
    font-size: 16px !important;
}
.scolltext-blk {
    background:#323232;
}
#number {
    width: 100% !important;
        background-color: #e1e1e1;
    border: none;
    font-weight: 600;
    height: 50px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #e1e1e1;
}

.scroll-left {
    height: 60px;
    height: 49px;
    overflow: hidden;
    position: relative;
}
.phone-scroll {
    margin-right: 10px;
}
.scroll-left p {
    color: #fff;
    font-size: 16px;
position: absolute;
width: 100%;
height: 100%;
margin: 0;
line-height: 50px;
text-align: center;
/* Starting position */
-moz-transform:translateX(100%);
-webkit-transform:translateX(100%); 
transform:translateX(100%);
/* Apply animation to this element */ 
-moz-animation: scroll-left 40s linear infinite;
-webkit-animation: scroll-left 40s linear infinite;
animation: scroll-left 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
0% { 
-moz-transform: translateX(100%); /* Browser bug fix */
-webkit-transform: translateX(100%); /* Browser bug fix */
transform: translateX(100%); 
}
100% { 
-moz-transform: translateX(-100%); /* Browser bug fix */
-webkit-transform: translateX(-100%); /* Browser bug fix */
transform: translateX(-100%); 
}
}
.galleryContent-right a {
    background: #f17b3d;
    padding: 12px 55px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 13px;
}
.list_catagory {
    border-top: 1px dashed #929292;
    margin-top: 30px;
    padding-top: 30px;
}
.list_catagory li {
    font-size: 19px;
    margin-bottom: 8px;
    color: #de6300;
    font-weight: 500;
}
.list_catagory li .fa {
    color: #333;
    margin-right: 10px;
}
.margin_gap {
    margin-bottom: 60px;
}
.long_img {
    height: 526px;
}

.about-page img {
    box-shadow: 0 10px 6px -6px #777;
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    padding: 10px;
    border: 3px solid #cdcdcd;
}


.img_contain{
  position: relative;
  cursor: pointer;
}
.image_gllry  {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(201,87,19,0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.img_contain:hover .overlay {
  height: 100%;
}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.img_contain .text img {
    width: 40px;
    height: 40px;
}
.list_catagory li img {
    width: 14px;
    transform: rotate(22deg);
    margin-right: 15px;
}
.color_head {
    color: #ec7b27;
}
.img_border {
    border: 2px #333 solid;
    padding: 10px;
    min-height: 484px;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #271a12;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 /* background: #271a12;*/
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
header.smaller .navbar.navbar-default.navbar-fixed-top {
    height: 92px;
}
header.smaller .navbar-default .navbar-brand {
    color: #777;
    height: auto;
    padding: 5px 10px;
    text-align: center;
}
header.smaller .navbar-brand img {
    display: inline-block;
    width: 73px;
}
header.smaller .navbar-default .navbar-nav > li > a {
    color: #777;
    padding: 35px 14px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
header.header .navbar-default .navbar-nav > li > a:hover {
    color: #f27425;
}
.other-pages a:hover {
 color: #f27425;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #f27425;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.header .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 41px;
    margin-right: 25px;
    margin-bottom: 23px;
}
.header .navbar-default .navbar-toggle {
    border-color: #a2a2a2;
    border-width: 2px;
}
.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #a2a2a2;
}
.header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border-color: #ec7b27;
}
.header .navbar-default .navbar-toggle .icon-bar:hover .icon-bar {
    background-color: #ec7b27;
}



.single-wc-content .icon_sec {
    border-radius: 100%;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #ec7b27;
    box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);
}
.single-wc-content .wc-tittle {
    color: #525252;
    text-transform: uppercase;
    font-size: 21px;
    border-bottom: 1px solid #bbbbbb;
    margin-top: 32px;
    padding-bottom: 17px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}
.ph-i {
    background: orange;
    padding: 8px 15px;
    border-radius: 50%;
    color: #fff;
}
.no {
    margin-left: 15px;
}
.single-wc-content p {
    color: #7d7d7d;
    font-size: 23px;
    padding: 5px;
}
.flat-contact-info {
    text-align: center;
    padding-bottom: 30px;
}
.flat-contact-info .icon_sec span{
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
#contact {
    background-image: url("../images/banner-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
    background-attachment: fixed;
}
.contact-right {
    background-color: rgba(0, 0, 0, 0.8);
    display: inline;
    float: left;
    padding: 30px 40px;
    width: 100%;
    box-shadow: 3px 4px 12px rgba(0,0,0,0.5);
}
.contact-right h2 {
    color: #fafafa;
    font-size: 35px;
    margin-bottom: 48px;
}
.contact-page.inner_page {
    padding: 40px 0 0;
}
.contact-page.inner_page .hvr-bounce-to-right:before {
    background: #bf6828;
}

.price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.title-content h5 {
    line-height: 19px;
}


