@font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Expanded Regular'), local('RF-Dewi-Expanded-Regular'),
        url('../fonts/RFDewiExpanded-Regular.woff2') format('woff2'),
        url('../fonts/RFDewiExpanded-Regular.woff') format('woff'),
        url('../fonts/RFDewiExpanded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Expanded Semibold'), local('RF-Dewi-Expanded-Semibold'),
        url('../fonts/RFDewiExpanded-Semibold.woff2') format('woff2'),
        url('../fonts/RFDewiExpanded-Semibold.woff') format('woff'),
        url('../fonts/RFDewiExpanded-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Expanded Bold'), local('RF-Dewi-Expanded-Bold'),
        url('../fonts/RFDewiExpanded-Bold.woff2') format('woff2'),
        url('../fonts/RFDewiExpanded-Bold.woff') format('woff'),
        url('../fonts/RFDewiExpanded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%;
}
body {
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #000;
	width: 100%;
	font-family: 'RF Dewi';
}
*, *::before, *::after {
	box-sizing: inherit;
}
main {
	display: block;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
* {
	-webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-family: 'RF Dewi';
}
h1 {
	font-size: 34px;
	line-height: 41px;
	font-weight: 700;
}
h2 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
}
h3, h4 {
	font-size: 21px;
	line-height: 23px;
	font-weight: 300;
}
h5 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px;
	font-weight: 300;
}
p {
	margin: 0px 0px 10px 0px;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	font-family: 'RF Dewi';
	color: #fff;
}
article li {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 8px;
	font-family: 'RF Dewi';
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	font-family: 'RF Dewi';
}
ul li{
	list-style: none;
}
iframe {
	max-width: 100%;
	font-family: 'RF Dewi';
}
img {
	height: auto;
	max-width: 100%;
	border-style: none;
}
a {
	color: #fff !important;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	font-family: 'RF Dewi';
}
a:hover, a:active {
	color: #ff9300 !important;
	outline: 0;
}
a:focus {
	outline-style: none;
}
.hidescroll body {
	overflow-y: hidden;
	padding-right: 17px;
}
.leftNavigationMain {
	padding-right: 15px;
}
.leftGrid {
	width: 100%;
	display: flex;
	height: 100%;
	position: fixed;
	z-index: -1;
}
.leftMenuGrid {
	width: 300px;
}
.leftBodyGrid {
	width: calc(100% - 300px);
	display: flex;
}
.leftSystemGrid {
	width: 25%;
	border-left: 1px solid #ffffff30;
	position: relative;
}
.leftSystemGrid::before {
	content: "";
	height: 100%;
	width: 1px;
	position: absolute;
	left: -15px;
	background-color: #ffffff30;
}
.leftSystemGrid:first-child::before {
	display: none;
}
.mainBodyWrapper {
	min-height: calc(100vh - 400px);
	padding-bottom: 0;
	margin-top: 80px;
}
.mainBodyWrapper, .topHeader {
	width: calc(100% - 300px);
	margin-left: 300px;
}
.leftNavigationMain {
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 222;
	background-color: #000;
}
.leftDesktopMenu {
	height: 80px;
	background-color: #2f2f2f00;
	border-bottom: 1px solid #ffffff30;
	transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
	padding: 15px 0 0 0;
	margin: 0 0 0 15px;
}
.leftMenuPart {
	position: absolute;
	top: 80px;
	width: 300px;
	
	font-size: 12px;
	letter-spacing: 1px;
}
.leftMenuPart ul {
	margin-top: 30px;
    margin-left: 15px;
    border-bottom: 1px solid;
    padding: 0 0 35px 15px;
}
.leftMenuPart ul>li {
	z-index: 5;
	padding-right: 40px;
}
.leftMenuPart ul>li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
	z-index: 2;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.leftMenuPart ul li a:hover {
	color: #ff9300 !important;
}
.leftMenuPart ul li a.active {
	color: #ff9300 !important;
}
.logo {
	position: absolute;
    left: 31px;
    top: 15px;
    border-right: 1px solid;
    padding: 0 35px 0 0;
    height: 81%;
}
.logoWrap {
	width: 150px;
}
.topHeader {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
.downloadCatalog {
	width: 25%;
	display: flex;
}
.topHeaderPart {
	width: 75%;
	display: flex;
	border-right: 1px solid;
}
.downloadCatalog, .topHeaderPart {
	justify-content: flex-end;
	align-items: center;
}
.leftMenuPart ul li a img {
	position: absolute;
	width: 250px;
	margin-top: -38px;
	margin-left: -22px;
	z-index: -1;
	display: none;
}
.leftMenuPart ul li a:hover img {
	display: initial;
}
 @media (max-width: 1000px) {
.leftNavigationMain {
	align-items: initial !important;
}
.toggled .menu-main-menu-container {
	display: block;
}
.leftMenuPart ul>li {
	display: block;
}
.leftMenuPart ul .sub-menu {
	width: 100%;
}
.leftMenuPart ul .sub-menu li a {
	font-size: 10px;
	color: #f00!important;
	padding-bottom: 6px;
	padding-top: 6px;
}
.leftMenuPart ul {
	margin-top: 60px;
	padding-left: 20px;
	padding-top: 10px;
}
}
.homePageBanner {
	height: calc(100vh - 80px);
	width: 100%;
	position: relative;
	min-height: 660px;
	height: 100vh;
}
.topHeader .topHeaderPart a {
	font-size: 14px;
	padding-right: 17px;
	height: 33px;
}
.topHeader .topHeaderPart a:hover{
	color: #ff9300 !important;
}
.downloadCatalog a {
	width: calc(100% - 0px);
    justify-content: center;
    display: flex;
    height: auto;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    overflow: hidden;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	position: relative;
    top: -5px;
}
.downloadCatalog a:hover {
	color: #ff9300!important;
}
.downloadCatalog a::before {
	width: 0%;
	height: 0%;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	border-radius: 100%;
	z-index: -1;
}
.downloadCatalog a:hover::before {
	width: 500px;
	height: 500px;
	right: 0px;
	top: 0px;
	transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
	margin: auto;
	bottom: 0;
	left: 0;
	border-radius: 0%;
}
.downloadCatalog .lang {
	width: 93px;
	justify-content: center;
	display: flex;
	font-size: 14px;
}
.leftMenuPart ul li {
	border-bottom: 1px solid #ffffff00;
}
.ourProducts {
	margin-top: 0;
	overflow: hidden;
	width: 100%;
}
.ourProductsVideo {
	height: 100%;
	width: 100%;
}
.ourProductsVideo video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ourProductsAll {
	position: relative;
	margin-bottom: 75px;
	line-height: 0px;
	height: 570px;
	overflow: hidden;
	transform: translate3d(25%, 0px, 0px);
	left: 0px;
}
.ourProductsAllItems {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 30px 40px 32px;
	transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
.ourProductsFirst {
	transform: translate3d(40%, 0px, 0px);
}
.ourProductsAllProduct {
	width: 100%;
	line-height: 1.3;
	display: flex;
	position: relative;
}
.ourProductsAllProduct a {
	font-size: 15px;
	display: block;
	margin-right: 40px;
	padding-top: 25px;
	position: relative;
	transition: all 0.3s;
	border-top: 1px solid #fff;
	z-index: 9;
	width: 21%;
}
.ourProductsAllProduct a:hover {
	color: #ff9300!important;
}
.ourProductsAllProduct a img {
	width: 200px!important;
	position: absolute;
	pointer-events: none;
	opacity: 0;
	z-index: -1;
	left: 0px;
	top: -150px;
	height: 200px;
	max-width: initial;
}
.ourProductsAllProduct a:hover img {
	opacity: 1;
	top: -210px;
	transition: all 0.32s cubic-bezier(0, 0.58, 0.53, 1.11);
}
.ourProductsAllHeading {
	font-size: 28px;
    z-index: 2;
    line-height: 40px;
    width: 100%;
    color: #fff;
    font-weight: 500;
}
.ourProductsAllItems::after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #0a0a0a70 40%, #2f2f2f 98%);
	background-repeat: no-repeat;
	z-index: 0;
	transition: all 0.37s cubic-bezier(0, 0, 0.08, 1.07);
}
.ourProductsAll {
	border-top: 1px solid #737373;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #565656;
}
.highliting .ourProductsVideo::before {
	background-color: #00000026;
	transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
 @media screen and (max-width: 1400px) {
.ourProductsFirst {
	transform: translate3d(55.5%, 0px, 0px);
}
}
@media screen and (max-width: 991px) {
.ourProductsFirst {
	transform: translate3d(20%, 0px, 0px);
}
.ourProductsAll {
	transform: translate3d(20%, 0px, 0px);
}
}
@media screen and (max-width: 768px) {
.ourProductsFirst {
	transform: translate3d(20%, 0px, 0px);
}
.ourProductsAll {
	transform: translate3d(0px, 0px, 0px) !important;
}
}
@media (min-width: 900px) {
.ourProductsAll:active .ourProductsAllItems::after {
	background-color: #0000006e;
	transition: all 0s!important;
}
.ourProductsVideo::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #00000063;
	transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
}
.ourProductsAll:hover .ourProductsVideo::before {
	background-color: #00000026;
	transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
.ourProductsAll:hover .ourProductsAllItems {
	padding: 60px 30px 60px 32px;
	transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
@media (max-width: 1500px) {
.homePageBanner {
	min-height: 600px;
}
}
@media (max-width: 1300px) {
.ourProductsAllProduct a {
	font-size: 12px;
}
}
@media (max-width: 1200px) {
.ourProductsAllProduct a {
	font-size: 10px;
}
}
@media (max-width: 1000px) {
.homePageBanner {
	height: 500px;
	min-height: 600px;
}
.ourProductsAllProduct a img {
	display: none;
}
.ourProductsAll {
	height: 350px;
}
}
@media (max-width: 750px) {
.ourProductsAllItems {
	padding: 35px 30px 60px 32px;
}
.ourProductsAllHeading {
	font-size: 5.2vw;
}
.ourProductsAllProduct {
	display: block;
}
.ourProductsAllProduct a {
	margin-bottom: 20px;
	padding-top: 5px;
	margin-right: 0px;
	border-top: 1px solid #ffffff57;
}
.ourProductsAll {
	height: 370px;
	margin-bottom: 15px;
}
.ourProductsAll:active .serv_link::after {
	background-color: #3e3e3ec9;
}
}
@media (max-width: 1400px) {
.leftMenuGrid {
	width: 240px;
}
.leftBodyGrid {
	width: calc(100% - 240px);
}
.mainBodyWrapper, .topHeader {
	width: calc(100% - 240px);
	margin-left: 240px;
}
.downloadCatalog {
	width: 33.333333%;
	display: flex;
}
.topHeaderPart {
	width: auto;
    display: flex;
    padding: 0 10px 0 30px;
}
.leftMenuPart {
	width: 240px;
}
}
.downloadCatalog {
    width: auto;
    display: flex;
    padding: 0 30px;
}
@media (max-width: 1100px) {
.hidescroll body {
	overflow-y: hidden;
	padding-right: 0px;
}
.leftNavigationMain {
	padding-right: 0px;
}
}
.leftSystemGrid:last-child {
    display: none;
}
@media (max-width: 1400px) {
.leftSystemGrid {
	width: 33.333%;
}
.leftMenuPart {
	font-size: 12px;
}
.leftSystemGrid:last-child {
	display: none;
}
}
@media (max-width: 992px) {
.leftMenuPart ul li a img {
	display: none!important;
}
.topHeader .topHeaderPart a {
	padding-right: 0px;
}
.downloadCatalog {
	width: 90px;
	display: flex;
}
.topHeader .topHeaderPart {
	width: 234px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
	display: none;
}
.downloadCatalog a {
	display: none;
}
.topHeader {
	width: calc(100% - 153px)!important;
	margin-left: 76px!important;
}
.leftMenuPart {
	display: none;
}
.leftMenuPart {
	width: 100%;
	top: 0px;
	background-color: #2f2f2f;
}
.leftMenuPart ul li a {
	color: #fff!important;
}
.sub-menu-m li a {
	font-size: 10px!important;
}
.leftMenuPart ul li a:hover {
	color: #f9ec5a!important;
}
.leftMenuPart ul li {
	border-bottom: 0px solid #ffffff30;
}
.mainBodyWrapper, .topHeader {
	width: calc(100% - 15px);
	margin-left: 15px;
}
.leftMenuGrid {
	width: 15px;
}
.leftBodyGrid {
	width: calc(100% - 15px);
}
.leftMenuPart ul>li a {
	padding-top: 6px;
	padding-bottom: 6px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
}
@media (max-width: 600px) {
.leftSystemGrid {
	width: 50%;
}
}
@media (max-width: 500px) {
.leftMenuPart ul {
	overflow-y: scroll;
}
.topHeader {
	display: block;
}
.leftDesktopMenu {
	height: 80px;
	background-color: #80808000;
	border-bottom: 0px solid #ffffff30;
}
.leftGrid {
	margin-top: -80px;
}
}


/*---------------New_CSS-----------------*/
.ourProductsAllProduct a p{
	font-size: 10px;
	font-weight: 300;
	line-height: 15px;
	color: #fff;
	padding: 15px 0 0 0;
	font-family: 'RF Dewi';
}
.ourProductsAllProduct a:hover p{
	color: #fff;
}
.carousel-inner{
    display: block;
    height: 360px;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
#myCarousel video{
	position: relative;
    right: 0;
    top: -22px;
    min-width: 100%;
    min-height: 500px;
    width: auto;
    height: 500px;
    z-index: -1000;
    background-size: cover;
    object-fit: cover;
    width: 100%;
}
.carousel {
    left: 1px;
}
.whatsappFLot {
    position: fixed;
    bottom: 80px;
    right: 15px;
    display: block;
    z-index: 9999;
    width: 48px;
    height: 48px;
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    border-radius: 200px;
    overflow: hidden;
}
.whatsappFLot img {
    max-width: 100%;
    border-radius: 200px;
}
.mailFLot {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: block;
    z-index: 9999;
    width: 48px;
    height: 48px;
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    border-radius: 200px;
    overflow: hidden;
}
.mailFLot img {
    max-width: 100%;
    border-radius: 200px;
}
#myModalMailPop{
	z-index: 999999;
}
.contactFormPrtRes{
	display: block;
    vertical-align: middle;
    margin: auto;
    position: relative;
    top: 15px;
    bottom: 0;
    left: 0;
}
.contactFormPrt {
    background-color: rgba(255, 255, 255, 1.0);
    padding: 40px 50px 20px;
    width: 100%;
    margin: 0 auto 0;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.modal-dialog {
    margin: 0 auto;
	width: 600px;
}
#myModalMailPop .cross {
    background: url(../images/cross_black.png) no-repeat !important;
    display: block;
    z-index: 999999;
    width: 25px;
    height: 30px;
    position: absolute;
    background-size: contain !important;
    top: 24px;
    opacity: 1;
    text-indent: -20000px;
    margin: 0 0 0 0;
}
#myModalMailPop .modal-content {
    width: 100%;
}
#myModalMailPop .submitInputBtn {
    margin: 30px auto;
    width: 200px;
    display: block;
}
#myModalMailPop .modal-header {
    padding: 0;
    display: block;
    z-index: 999999;
    width: 25px;
    height: 30px;
    position: absolute;
    right: 18px;
}
.contactFormPrt h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 auto 15px;
    padding: 0;
    color: #000;
}
.cartPromocodeInput {
    border: none;
    border-bottom: 2px solid #b5b5b5;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0 0 0;
    position: relative;
    top: -2px;
    width: 100%;
}
:focus-visible {
    outline: none;
}
.deliveryTextarea {
    margin: 10px 0 10px 0;
    top: 0;
    width: 100%;
    height: 120px;
}
.submitInputBtn {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    padding: 13px 25px 15px;
	border: 1px solid #000;
    font-weight: 400;
    background-color: transparent;
    display: inline-block;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 30px auto -28px;
    width: 300px;
    position: relative;
    z-index: 9;
}
.submitInputBtn:hover {
    color: #fff;
	background-color: #ff9300;
	border: 1px solid #ff9300;
}
.topHeader .topHeaderPart span{
	font-size: 9px;
	color: #666666;
	display: block;
}
.ourProductsAllHeading span{
	display: inline-block;
	float: right;
}
.ourProductsAllHeading span a{
	color: #ff9300 !important;
	display:inline-block;
	text-decoration: underline; 
	font-size: 14px;
}
.ourProductsAllHeading span a:hover{
	color: #fff !important;
	display:inline-block;
	text-decoration: underline; 
	font-size: 14px;
}
.ourProjects{
	padding: 0 30px 80px 32px;
	border-bottom: 1px solid ;
	position: relative;
	left: 1px;
}
.ourProjects span {
    display: inline-block;
    float: right;
}
.ourProjects span a {
    color: #ff9300 !important;
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
}
.ourProjects span a:hover {
    color: #fff !important;
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
}
.ourProjects h2{
	padding: 0 0 175px 0;
}
.aboutUs{
	padding: 60px 30px 40px 32px;
	border-bottom: 1px solid ;
	position: relative;
	left: 1px;
}
.aboutUs h2{
	font-weight: 300;
	width: 82%;
	font-family: 'RF Dewi';
}
.ourProductsAllItemsLine a:nth-child(3){
	border-top: none;
	cursor: default;
}
.ourProductsAllItemsLine a:nth-child(4){
	border-top: none;
	cursor: default;
}
.menuResponsive{
	display: none;
}


/*slider*/
.slideContain {
  	position: relative;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	display: flex;
  	flex-direction: row;
  	justify-content: center;
  	align-items: center;
}
.verticlSlide {
  	position: relative;
  	width: 100%;
  	height: 75%;
  	display: flex;
  	flex-direction: row;
  	justify-content: center;
  	align-items: center;
}
.slideToggleContain {
  	position: absolute;
    width: 14%;
    right: 0;
    top: 140px;
}
.slideToggl {
  	margin: 0 12px;
    cursor: pointer;
    float: left;
    border: 1px solid #ff9300;
    padding: 10px;
}
.slideToggl .prev{
	background:url(../images/flooringSliderArrow_p.png) no-repeat 0 0;
	background-size:contain;
	width:19px;
	height:15px;
	display: block;
}
.slideToggl .next{
	background:url(../images/flooringSliderArrow_n.png) no-repeat 0 0;
	background-size:contain;
	width:19px;
	height:15px;
	display: block;
}
.slideNumber {
  	position: absolute;
    width: 7%;
    left: 32px;
	top: 90px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
.verticlSlideImg{
	height:400px;
}
.verticlSlideImg img{
	max-width: 100%;
}
.verticlSlide h3{
	position: absolute;
	top: -95px;
	left: 0;
	color: #fff;
	font-size: 18px;
	width: 38%;
	line-height: 28px;
	font-weight: 500;
}
.leftMenuPart {
	font-size: 12px;
}
.bannerText{
	padding: 50px 0 0 30px;
}
.bannerText h1{
	font-weight: 700;
	font-size: 34px;
	line-height: 41px;
}
.bannerText h1 span:first-child{
	display:block;
	padding: 0 0 0 90px;
}
.bannerText h1 span:last-child{
	display:block;
	padding: 0 0 0 40px;
}
.bannerText h3{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	width: 85%;
}
.aboutUsContent{
	padding: 60px 0 10px 11%;
}
.aboutUsContent .col-sm-6{
	padding-bottom: 40px;
	padding-right: 40px;
}
.bigNumber{
	color: #313131;
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
    padding: 0 20px 0 0;
    width: 100px;
    float: left;
}
.aboutUsContentPT{
	width: 75%;
    float: left;
}
.aboutUsContentPT h3{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}
.aboutUsContentPT p{
	color: #b5b5b5;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.aboutUsContent .col-sm-6 a {
    color: #ff9300 !important;
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
	margin: 8px 0 0 102px;
}
.aboutUsContent .col-sm-6 a:hover {
    color: #fff !important;
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
}
.seoContent{
	padding: 60px 30px 60px 17px;
	border-bottom: 1px solid;
	position: relative;
	left: 1px;
}
.seoContent h2{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	padding: 0 20px 0 0;
}
.seoContent p{
	column-count: 2;
	column-gap: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	padding: 0 0 0 0;
}
.homeContact{
	padding: 60px 30px 60px 32px;
	position: relative;
	left: 1px;
}
.homeContact h2{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	padding: 0 0 30px 0;
}
.homeContact iframe{
	width: 100%;
	height: 360px;
	border: none;
}
.homeContactDetls h3{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	padding: 25px 0 15px 0;
	margin: 0;
}
.homeContactDetls p{
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	padding: 0 0 0 0;
}
.homeContactDetls p a{
	display: inline-block;
	margin:0 0 10px 0;
	font-weight: 300;
	font-size: 12px;
}
.homeContactDetls ul{
	padding: 0;
	margin: 0;
}
.homeContactDetls ul li{
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
}
.homeContactDetls ul li a{
	font-weight: 300;
	font-size: 12px;
}
.homeContactDetls ul li a:hover {
    color: #ff9300 !important;
}
.homeContactDetls a{
    font-weight: 300;
	font-size: 12px;
}
.homeContactDetls a:hover {
    color: #ff9300 !important;
}

/*footer*/
.footer {
	margin-top: auto;
    padding: 0;
    background-color: #111111;
	position: relative;
	z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footerTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.footerLogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 226px;
    height: auto;
    min-width: 192px;
    margin-left: 15px;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid;
    padding: 0 0 0 15px;
    border-bottom: 1px solid;
}
.footerContact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 226px;
    height: auto;
    min-width: 192px;
    margin-left: 15px;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid;
    padding: 5px 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.footerContact span{
	color: #737374;
    line-height: 18px;
    font-weight: 400;
    font-size: 12px;
}
.footerTopRightPart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (min-width: 1280px){
.footerLogo {
    padding-top: 15px;
    padding-bottom: 15px;
}
}
@media screen and (min-width: 1280px){
.footerTopRightPart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
}
.footerMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-top: 32px;
    padding-bottom: 16px;
    padding-left: 2.3vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid;
}
.footerMenu01{
	border-bottom: none;
}
.footerMenu span{
	font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    color: #727272;
    margin-right: 20px;
    margin-bottom: 8px;
}
@media screen and (min-width: 1280px){
.footerMenu {
    padding-top: 24px;
}
}
.footerSocialMedia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid;
    border-left: 1px none;
	width: 250px;
}
@media screen and (min-width: 1280px){
.footerSocialMedia {
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-left-style: solid;
}
}
.footerMenu a {
    margin-right: 20px;
    margin-bottom: 8px;
    padding-right: 0;
    padding-bottom: 2px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none;
}
.footerMenu a:hover {
	color: #ff9300 !important;
}
.footerLogo a img {
    width: 140px;
    left: 40px;
    top: 9px;
	margin: 0 auto;
}
.footerSocialMedia ul.footerCOmm{
	margin: 0;
    display: table-cell;
    padding: 0 40px 0 0;
}
.footerSocialMedia ul.footerCOmm li{
	padding: 0 0 0 20px;
	display: inline-block;
}
.footerSocialMedia ul.footerCOmm li a{
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #515151;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.facebook{
	background:url(../images/home_social_01.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	display:block;
	background-size:contain;
}
.facebook:hover{
	background:url(../images/home_social_01h.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	display:block;
	background-size:contain;
}
.twitter{
	background:url(../images/home_social_02.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	display:block;
	background-size:contain;
}
.twitter:hover{
	background:url(../images/home_social_02h.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	display:block;
	background-size:contain;
}
.instagram{
	background:url(../images/home_social_04.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	display:block;
	background-size:contain;
}
.instagram:hover{
	background:url(../images/home_social_04h.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	display:block;
	background-size:contain;
}
.footerContact{
	display: block;
}
.footerContactRes{
	display: none;
}

/*btn animation*/
a.slideToggl {
  position: relative;
  display: block;
  height: 40px;
  width: 42px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  border: 1px solid #ff9300;
  overflow: hidden;
}
a.slideToggl:first-child {
  float: left;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
a.slideToggl:last-child {
  float: right;
}
a.slideToggl svg {
  	position: absolute;
    top: -55px;
    right: 11px;
    width: 19px;
	fill: #ff9300;
}
a.slideToggl svg:first-child {
  right: 80px;
}
a.slideToggl svg:first-child,
a.slideToggl svg:last-child {
  transition: all 0.25s ease-in-out;
}
a.slideToggl:hover {
  background: #ff9300;
}
a.slideToggl:hover svg:first-child {
  fill: #fff;
  right: 12px;
}
a.slideToggl:hover svg:last-child {
  right: -75px;
}


/*Menu*/

html {
  height: 100%;
}
body {
  height: 100%;
}
.menuResponsive{
	position: fixed;
	z-index: 99999;
	width: 100%;
}
.btn-menu {
	display: block;
	border: 0;
	width: 40px;
	height: 25px;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
  	top: -50px;
  	right: 20px;
  	z-index: 999999;
}
.show_menu .btn-menu:focus {
	outline: none;	
}
.btn-menu .text {
	display: block;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;	
}
.btn-menu .bar,
.btn-menu .bar:before,
.btn-menu .bar:after {
	display: block;
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-menu .bar {
	top: 14px;
	left: 0;	
}	
.btn-menu .bar:before {
	position: absolute;
	content: '';
	top: 12px;
	left: 0;
}
.btn-menu .bar:after {
	position: absolute;
	content: '';
	top: -12px;	
	left: 0;
}
.show .btn-menu .bar {
	background-color: transparent;	
}
.show .btn-menu .bar:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}
.show .btn-menu .bar:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}
.overlay {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: fixed; 
  top: 0;
  left: 0;
  transition: width 0.3s ease-in;
  background-color: #111111;
  z-index: 888888;
}
.show .overlay {
  width: 100%;
  height: 100%;
  positiion: fixed;  
}
.menuResponsive nav ul {
  list-style-type: none;
  position: relative;
  top: 50px;
  left: 0;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.3s 0.2s ease-out;
}
.show nav ul {
  opacity: 1;
  transform: translateX(0);
}
.menuResponsive nav a {
  display: block;
  width: 230px;
  line-height: 42px;
  text-decoration: none;
  color: black;
}
.content {
  background-color: #2f2f2f;
  height: 100%;
  transition: all 0.7s ease-out;
  padding: 0;
}
.show .content {
  background-color: #000;
  opacity: 0;
}
.companyName{
	border-bottom: none;
}
.companyName h4 {
    font-size: 12px;
    color: #8d8d93;
    text-align: left;
    float: right;
    font-weight: 400;
}
.companyName h4 img {
    padding: 0 0 0 10px;
}


/*--------------About_Us_Page---------------*/

.aboutUsPage{
	padding: 20px 30px 60px 17px;
	position: relative;
	left: 1px;
}
.breadcrumb{
	background-color: transparent;
}
.breadcrumb ul li{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding:0 20px 0 0;	
}
.aboutUsPage h2{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	padding: 0 20px 20px 0;
}
.aboutUsPageTextPara{
    margin: 10px -30px 0 30px;
    padding: 40px 0;
}
.aboutUsPage p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	padding: 0 60px 0 30px;
	margin: 0px 0px 15px 0px;
}

/*-------------------------*/
.all-site-wrap:not(.no-sidebar) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-grid;
    -ms-grid-columns: 100px 1fr calc(300px + 2rem);
}
.topDevider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 8px solid #ff9800;
    padding: 1rem 0;
}
@media (min-height: 320px) {
.fixPart>ul {
    position: -webkit-sticky;
    position: sticky;
	top: 120px;
	margin: 0 0 95px 0;
}
}
/*-------------------------*/
.storyPart{
	position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
	padding: 60px 30px 0 32px;
}
.fixPart{
	width: 300px;
}
.fixPart ul li{
	padding: 0 0 0 0;
	color: #fff;
	font-size: 28px;
    line-height: 38px;
    font-weight: 600;	
}
.storyRight{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
	padding: 0 0 40px 0;
}
.storyRight h6{
	padding: 5px 0 0 0;
	font-weight: 300;
}
.storyRightWrapper{
    width: 100%;
    margin-bottom: 96px;
}
.storyRightYear {
    width: 20%;
    min-width: 260px;
    margin-bottom: 16px;
	color: transparent;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
	color: #fff;
}
.storyRightContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top: 1px solid #303030;
}
.storyRightHeading {
    width: 200px;
    min-width: auto;
    margin-right: 30px;
    color: #161617;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    white-space: normal;
	color: #fff;
}
.storyRightDetls{
    color: #161617;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
	text-align: justify;
}
.productAdvantage{
	padding: 20px 30px 20px 32px;
}
.productAdvantage h2{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	padding: 0 0 40px 0;
    margin: 0;
}
.productAdvantageAll {
    grid-auto-columns: 1fr;
    -ms-grid-rows: 20vw 16px 20vw 16px 20vw;
    grid-template-rows: 20vw 20vw 0;
	display: -ms-grid;
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    grid-template-areas: ".";
    -ms-grid-columns: 1.5fr 24px 1.5fr 24px 1fr 24px 1fr;
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
}
.productAdvantageInner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 24px;
    background-color: #3A3A3E;
}
.productAdvantageAll div:nth-child(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}
.productAdvantageAll div:nth-child(2) {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
}
.productAdvantageAll div:nth-child(3) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}
.productAdvantageAll div:nth-child(4) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}
.productAdvantageInnerText {
    position: relative;
    z-index: 1;
}
.productAdvantageInnerImg {
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.productAdvantageInnerText h4 {
    margin-bottom: 8px;
	color: #787878;
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
}
.productAdvantageInnerText h5 {
    max-width: 22ch;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
}
.productAdvantagePara {
    padding: 20px 0 0 0;
}
.productAdvantage p{
	margin: 10px 0 15px 0;
    column-count: 2;
    column-gap: 40px;
	line-height: 24px;
}
.howWeSellIt{
	padding: 60px 30px 60px 32px;
}
.howWeSellIt h2{
	padding: 0 2% 20px 0;
}
.howWeSellItCont{
	padding: 0 5% 0 20px;
}
.howWeSellItCont p{
	line-height: 24px;
}
.ourMissionPrinciples{
	padding: 60px 30px 60px 32px;
}
.ourMissionPrinciples h2 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    padding: 0 20px 0 0;
}
.ourMissionPrinciples p {
    column-count: 2;
    column-gap: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding: 0 0 0 0;
}


/*--------------Contact_Us_Page---------------*/

.contactUsPage{
	padding: 20px 30px 60px 17px;
	position: relative;
	left: 1px;
}
.contactPageHeading{
    padding: 0 0 20px 0;
	margin: 0 0 0 0;
}
.contactPageHeading h4{
	font-size: 14px;
	padding: 0 0 0 0;
    margin: 0;
}
.contactPageDetails{
	border-left: 3px solid #4a4a4a;
	padding: 0 0 0 40px;
    margin: 60px 0 0 0;
}
.contactPageDetails h3{
	font-size: 14px;
    color: #ababab;
    padding: 0 0 30px 0;
    margin: 0;
}
.contactPageDetails h3:last-child{
	padding: 0 0 2px 0;
}
.contactPageDetails h3 a{
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin: 6px 0;
}
.contactPageDetails h3 span{
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 6px 0;
}
.map{
  	height: 520px;
	width: 100%;
	border: none;
	margin: 40px 0 0 0;
}
.contactFormPart {
    margin: 40px auto 0;
    padding: 30px 50px 50px;
    border: 1px solid;
}
.contactFormPart h6 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    padding: 10px 0 15px 0;
    font-weight: 500;
}
.contactFormInput {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding: 10px 0;
    margin: 0 0 15px 0;
    position: relative;
    top: 0;
    width: 100%;
}
.contactFormPart .deliveryTextarea {
    margin: 0 0 15px 0;
    height: 85px;
}
.submitBtn {
    font-size: 15px;
    line-height: 24px;
    color: #ff9300;
    padding: 13px 25px 15px;
    border: 1px solid #ff9300;
    font-weight: 400;
    background-color: transparent;
    display: block;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 30px auto 0;
    width: 300px;
}
.submitBtn:hover {
    color: #fff;
    background-color: #ff9300;
    border: 1px solid #ff9300;
}
.contactFormPart .contactFormInput::-webkit-input-placeholder {
 color:#b7b7b7 ;
}
.contactFormPart .contactFormInput::-moz-placeholder {
 color:#b7b7b7 ;
}
.contactFormPart .contactFormInput:-moz-placeholder {
 color:#b7b7b7 ;
}
.contactFormPart .contactFormInput:-ms-input-placeholder {
 color:#b7b7b7 ;
}

/*--------------Terms_and_Conditions---------------*/

.termsAndConditions{
	padding: 20px 30px 0 17px;
	position: relative;
}
.containerCustom {
    width: 730px;
    margin: 0 auto;
    padding: 20px 15px 50px 15px;
    position: relative;
}
.containerCustom h2{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	padding: 0 20px 20px 0;
}
.containerCustom h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    padding: 10px 0 20px;
    margin: 0;
}
.containerCustom p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
    padding: 0 0 15px 0;
}

/*--------------Products---------------*/

.productPage{
	padding: 20px 30px 30px 17px;
	position: relative;
}
.productPage h2{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	padding: 0 20px 20px 0;
}
.productPage .nav-tabs {
    border-bottom: none;
    text-align: left;
    margin: 0 15px;
    padding: 5px 20px 20px 0;
    width: 250px;
}
.stampedConcreteCont{
	padding: 18px 15px 20px;
}
.stampedConcreteCont h3{
	padding: 0 0 10px 0;
}
.productPage .nav-tabs > li {
    display: inline-block;
}
.productPage .nav > li {
    padding: 0 0;
	margin: 0 30px 0 0;
	display: block;
}
.productPage .nav > li a{
    font-size: 14px;
}
.productPage .nav-tabs>li.active>a, .productPage .nav-tabs>li.active>a:focus, .productPage .nav-tabs>li.active>a:hover {
    color: #ff9300 !important;
    cursor: default;
}
.productPage .tab-content{
	padding: 0 0 0 0;
}
.productPage .tab-content .col-sm-6{
	padding-bottom: 30px;
}

/*--------------Projects---------------*/

.projectList .col-sm-6{
	padding-bottom: 30px;
}
.projectList h6{
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0 0 0;
}
.projectDetailsPage{
	padding: 20px 30px 30px 17px;
	position: relative;
}
.projectDetailsPage h2{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	padding: 0 20px 20px 0;
}
.projectDetailsPage h3{
	padding: 30px 0 15px;
	line-height: 30px;
	font-size: 18px;
}

.gallery * {
  margin: 0;
}

.gallery-images {
  display: grid;
  grid-gap: 30px 20px;
  grid-template-columns: auto;
  grid-auto-flow: dense;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .gallery-images {
    display: grid;
    grid-gap: 30px 20px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 20px), 1fr));
    grid-auto-flow: dense;
  }
}
@media (min-width: 1100px) {
  .gallery-images {
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 20px), 1fr));
    grid-auto-flow: dense;
  }
}
.gallery-image {
  display: block;
  width: 100%;
  grid-column-end: span 1;
  grid-row-end: span 1;
  position: relative;
  transform: scale(1, 1);
  transition: transform 0.125s ease;
}
.gallery-image:hover:not(.gallery-image__preview) {
  transform: scale(1.02, 1.02);
}
.gallery-image__crop {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-image__media {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-image__caption {
  display: none;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .gallery-image__preview {
    display: block;
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
}
@media (min-width: 1100px) {
  .gallery-image__preview {
    display: block;
    grid-column-end: span 4;
    grid-row-end: span 4;
  }
}
.gallery-image__preview .gallery-image__caption {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 14px;
  color: white;
  background: rgba(51, 51, 51, 0.9);
  text-align: justify;
}

.productPage .gallery-images {
	grid-template-columns: repeat(auto-fill, minmax(calc(38% - 20px), 1fr));
	grid-gap: 30px 30px;
}
.productPage .gallery-image__preview {
    display: block;
    grid-column-end: span 2;
    grid-row-end: span 2;
}
.productPage .gallery-images .gallery-image{
	margin: 0 0 10px 0;
	
}

/*--------------Blog---------------*/

.blogPage{
	padding: 20px 30px 30px 17px;
	position: relative;
}
.blogPage h2{
	color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    padding: 0 0 15px 0;
    margin: 0;
}
.blogPage p{
	color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding: 0 0 35px 0;
    margin: 0;
}
.blogPage .col-sm-6{
	padding-bottom: 30px;
}
.blogPage h5{
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 0 0;
	font-weight: 400;
	margin: 0;
}
.blogPage h6{
	font-size: 12px;
	line-height: 24px;
	padding: 20px 0 0 0;
	font-weight: 300;
	color: #bababa;
	margin: 0 0 5px 0;
}
.blogPage .col-sm-4{
	margin: 0 0 40px 0;
}
.blogPage .col-sm-4 img{
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blogPage .col-sm-4 img:hover{
	transform: scale(1.05, 1.05);
}

/*--------------Blog_Details---------------*/

.blogDetailsPage{
	padding: 20px 30px 30px 17px;
	position: relative;
}
.blogDetailsPage .fixPart ul li span{
	font-size: 14px;
    line-height: 24px;
    padding: 20px 0 0 0;
    font-weight: 300;
    color: #bababa;
    margin: 0 0 5px 0;
}
.blogDetailsPage .fixPart ul{
	text-align: left;
}
.blogDetailsPage .fixPart ul li {
    padding: 5px 20px 0 0;
    display: inline-block;
	text-align: left;
}
.blogDetailsPage .fixPart ul li:nth-child(2) {
	display: block;
	padding: 0 0 30px 0;
}
.blogDetailsPage .storyPart{
	padding: 20px 30px 0 17px;
}
.blogDetailsRight {
    width: 100%;
	padding: 0 40px 0 0;
}
.blogDetailsRight p{
	text-align:justify; 
}
.blogDetailsPage .fixPart {
    width: 500px;
    padding: 0 40px 0 0;
}
.blogDetailsPage .blogDtlsForm{
	margin: 40px auto 40px;
    padding: 30px 50px 50px;
    border: 1px solid;
}
.blogDetailsPage .blogDtlsForm h5 {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 5px 0;
}
.blogDetailsPage .blogDtlsForm h6{
	font-size:12px;
	font-weight:300;
	line-height:18px;
	padding: 0 0 30px 0;
	margin:0;
	color:#fff;
}
.blogDetailsPage .blogDtlsBtn {
	font-size: 15px;
    line-height: 24px;
    color: #ff9300;
    padding: 13px 25px 15px;
    border: 1px solid #ff9300;
    font-weight: 400;
    background-color: transparent;
    display: block;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 30px auto 0;
    width: 300px;
}
.blogDetailsPage .blogDtlsBtn:hover {
	color: #fff;
    background-color: #ff9300;
    border: 1px solid #ff9300;
}
.recentPost{
	border-top: 1px solid;
	margin: 20px 17px 40px;
	padding: 40px 0 0 0;
}
.recentPost ul li{
	padding: 8px 0;
}
.blogDetailsRight img{
	padding:25px 0 30px;
}
.required-message{
	display: none;
}
.error{
	color: #ff3333;
}
.productPage .seoContent{
    margin: 40px 0 0 0;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    width: 160px;
    bottom: -35px;
    color: #f52020;
}
.wpcf7-form{
    position: relative;
}
.wpcf7-form p{
    margin: 0
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #f52020;
    position: absolute;
    bottom: -56px;
    width: 100%;
    border: none;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    font-weight: 600;
}
.wpcf7-spinner {
    margin: 0 auto;
    position: absolute;
}
.wpcf7-form-control-wrap br{
    displya: none;
}





