@charset "utf-8";
/* CSS Document */
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
     box-sizing:border-box;
     font-family: 'Work Sans', sans-serif;
}
 body {
     text-decoration: none;
     font-size:16px;
     background-color:#fff;
	 font-family: 'Work Sans', sans-serif;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'), url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff'), url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NeueHaasGroteskText Pro Md';
    src: url('../fonts/NHaasGroteskTXPro-65Md.eot');
    src: url('../fonts/NHaasGroteskTXPro-65Md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NHaasGroteskTXPro-65Md.woff2') format('woff2'),
        url('../fonts/NHaasGroteskTXPro-65Md.woff') format('woff'),
        url('../fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
.effect-shine1:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(255,172,0,1) 30%, #000 50%, rgba(255,172,0,.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine1 {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

.clear{ clear:both;}

.whats-app-forest{
    position:fixed;
    bottom:15vh;
    right:0px;
    margin-right:50px;
    width:30px;
    z-index:120000;
}
.whats-app-forest img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
    opacity:1;
    max-width:40px;
}
.whats-app-forest:hover img {
    opacity:1 
}
@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}
.footer-wraper{
	width:100%;
	height:auto;
}

 .img-full{
     width: 100%;
     height:auto;
     display: block;
}
 .img-responsive {
     max-width: 100%;
     height:auto;
     display:block;
}
 .container{
     width:100%;
     padding-left:5%;
     padding-right:5% 
}
 .top-container{
     width:100%;
     padding-left:5%;
     padding-right:5% 
}
.bottom-wraper {
    width: 100%;
    height: auto;
    background-color: rgba(242,242,242,1);
}
a .our-groups {
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    cursor: pointer;
}
.our-groups-fig {
    width: 60%;
}
a:hover .our-groups{
     background-color:#fff;
}
.bottom-other-wrap{
    width: 100%;
    height: auto;
    padding-top:70px;
    padding-bottom:0px;
}
.bottom-other{
	width:50% !important;
	height:auto;
	float:left;
	position:relative;
	display: block;
z-index: 9;
}
.bottom-other a{ display:block;}

.copy-right{
     width: auto;
     height: auto;
     line-height:45px;
     float: left;
     font-family: inherit;
     font-size:1em;
     font-weight:400;
     color:#fff;
}
 .designed {
     width: auto;
     height: auto;
     float: right;
}
 .designed p {
     width: auto;
     height: auto;
     float: right;
     font-family: inherit;
     font-size:1em;
     font-weight: 400;
     
     line-height:45px;
	/* color:#00a8e8;*/
	color:#fff;
	 
}
 .designed p a {
     text-decoration: none;
     font-weight:400;
	 font-size:1em;
	  color:#fff;
}
 .designed p a:hover {
     text-decoration: none;
     color:#ccc;
}

.designed-ido {
    float: right;
    height: auto;
    padding-left: 8px;
    width: auto;
	line-height:45px;
}
.footer-bottom-wrap{
	width:100%;
	background-color:#0a4a73;
	height:auto;
}

.navbar{
     position: fixed;
     width: 100%;
     top: 0;
     left :0;
     color: black;
     font-family: sans-serif;
     background-color: transparent;
     transition: 0.3s;
     z-index:99;
	 /*background-color:#fff;*/
}
 .top-wraper{
     width:100%;
     height: auto;
    /*position:absolute;
     
background: linear-gradient(to right, 
     #fff 90%,  #be0c13 10% );*/
}
 .menu-contact{
     margin-right:0px !important
}
.menu-container{
	width:auto;
	height:auto;
	float:left;
	/*padding-right:2em;*/
	margin-top:50px;
}
.whats-app{
	width:auto;
	height:90px;
	background-color:#be0c13;
	padding-left:2em;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
}
.top-order{
	width:auto;
	height:auto;
	font-family:inherit;
	color:#fff;
	font-size:1.25em;
	font-weight:500;
}
header #logo {
     display: inline-block;
     float: left;
     color: #fcfcfc;
     text-shadow: 0.1em 0.03em #C0392B;
     font-weight: 400;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     width: auto;
	 padding:0px 0px;
	 margin-top:15px;
	 margin-bottom:15px;
}
 header.smaller #logo img {
     width: auto;
     height:60px;
     margin-top:0px;
}
 header.smaller .top-right .menu-container{ margin-top:0px;}
 header.smaller #logo {
     width: auto;
     height: auto;
     margin-top:0px;
	 padding:0px 0px;
	 margin-bottom:0px;
}
 header.smaller .top-right-call {
     display:none !important 
}


header.smaller .top-quick-link{ display: block}
 header.smaller .nav a{
     color:#0a4a73 !important
}
header.smaller .top-right .whats-app{background-color:#fff !important ; height:60px; padding-top:0px; padding-bottom:0px;}
.top-right {
     padding-top:0%;
	 margin-top:0px;
	 display:flex;
	 justify-content:center;
}
header.smaller .top-right{ float: right}
.scrolled {
    /* background-image: linear-gradient(to right, #e6225b 34%,#ff99ac 100%) !important;
     */
     transition: 0.3s;
     height: auto;
     background:none !important;
     background-color:#fff !important ;
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}





#back2Top {
     width: 60px;
     line-height: 60px;
     overflow: hidden;
     z-index: 999;
     display: none;
     cursor: pointer;
     position: fixed;
     bottom:1.2em;
     right: 0.5em;
     color:#fcd406;
     text-align: center;
     font-size: 30px;
     text-decoration: none;
}
 #back2Top:hover {
     color: #07773f;
}

.footer-top-wraper{
	width:100%;
	height:auto;
	background:#fff url(../images/footerbg.png) no-repeat right bottom;
	padding-top:35px;
	padding-bottom:45px;
}
.footer-content:nth-child(1){ width:30%}
.footer-content:nth-child(4){ width:21%}

.footer-content{
	width:16.33%;
	height:auto;
	float:left;
}
.footer-content-title{
	font-family: 'NeueHaasGroteskText Pro Md';
	width:100%;
	height:auto;
	text-align:left;
	font-weight:500;
	font-size:1.500em;
	color:#ed6e21;
	margin-bottom:1em;
	padding-top:45px;
}
.footer-logo{
	width:100%;
	height:auto;
	text-align:left;
	margin-top: 5em;
}

.footer-content p{
    font-family:inherit;
	font-size:0.95em;
	color:#666;
	line-height:20px;
	padding-right:2em;
}
.footer-content ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.footer-content ul li{
	font-family:inherit;
	font-size:0.95em;
	color:#666;
	line-height:26px;
}
.footer-content ul li a{
     font-family: inherit;
     font-size:1em;
      color:#666;
     -webkit-transition: padding .2s;
     -moz-transition: padding .2s;
     -o-transition: padding .2s;
     transition: padding .2s;
     font-weight:400 
}
 .footer-content ul li a:hover{
    font-family: inherit;
     font-size:1em;
      color:#33499d;
     padding-left:3px;
     font-weight:400 
}


.footer-address-container {
    width: 100%;
    height: auto;
    padding-bottom:0.5em;
}
.footer-icon {
    width: 10%;
    height: auto;
    float: left;
    text-align: left;
    padding-top: 5px;
	color:#ed6e21;
	font-size:1.1em;
}

.footer-details {
    width: auto;
    height: auto;
    float: left;
	font-size:0.95em;
}
.footer-details p {
    width: 100%;
    height: auto;
    font-family: inherit;
    font-size: 1em;
    color: #666;
    line-height: 26px;
    font-weight: 400;
	padding-right:0%
}


.footer-social-links {
     padding: 0;
     margin: 3px 0 0;
     text-align:left;
}
.footer-social-links ul{
	  margin:0px;
     padding:0px;
     list-style-type:none;
	 width:auto;
}
 .footer-social-links ul li {
	  height:32px;
     width:32px;
	 float:left;
	 margin-right:6px;
	 
}

 .footer-social-links ul li a {
     height:32px;
     width:32px;
     display: block;
     text-align: center;
     background-color: transparent;
     font-size:1em ;
	 color:#ed6e21;
	 line-height:32px;
	 border: 1px dashed #666;
	 border-radius:50%;
	 
}
 .footer-social-links ul li a:hover {
     background-color:#ed6e21;
	 color:#fff;
	 font-size:1em ;
	  border: 1px solid #ed6e21;
	 border-radius:50%;
}
.bottom-wrap{
	width:100%;
	height: auto;
	background-color:#fff;
	position:relative;
	margin-bottom:2em;
}
.bottom-bg{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:0;
}
.bottom-footerbg{
	width:auto;
	height:auto;
	position:absolute;
left: 2%;
bottom: -7%;
}

.about-home-wrap{
	width:100%;
	height:auto;
	position:relative;
}
.home-about-left{
	width:49.9%;
	height:auto;
	float:left;
	background-color:#ed6e21;
}
.home-about-left:nth-chil(2){ float:right}
.about-content-wraper{
	width:100%;
	height:auto;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.about-home{
	width:45%;
	height:auto;
	float:left;
	padding-top:60px;
}
.about-home-title{
	width:100%;
	height:auto;
	text-align:left;
	color:#fff;
	font-family: 'NeueHaasGroteskText Pro Md';
	font-size:2.5em;
	padding-bottom:0.2em;
}
.about-home p{
	width:100%;
	height:auto;
	float:left;
	font-family:inherit;
	font-size:1em;
	color:#fff;
	font-weight:400;
	line-height:22px;
	padding-bottom:0.5em;
}
.readmore a{
	width:auto;
	height:auto;
	font-family:inherit;
	color:#fff;
	font-size:1em;
	text-align:center;
	border-bottom:1px solid #fff;
	-webkit-transition: padding .2s;
-moz-transition: padding .2s;
-o-transition: padding .2s;
transition: padding .2s;
}
.readmore a:hover{
	font-family:inherit;
	color:#fff;
	font-size:1em;
	text-align:center;
	border-bottom:0px solid #fff;
	padding-left:10px;
}

.about-quick{
	width:100%;
	height: auto;
	float:left;
	margin-top:-6.5%;
}
.about-quick-content{
	width:30%;
	height:150px;
	float:left;
	margin-right:5%;
	border-radius:5px;
	background-color:#0a4a73;
	padding:35px 35px;
}
.about-quick-content:nth-child(3){ margin-right:0%;}
.about-icon{
	width:15%;
	height:auto;
	float:left;
}
.about-content{
	width:85%;
	height:auto;
	float:left;
	padding-left:5%
}
.about-content-title{
	width:100%;
	height:auto;
	text-align:left;
	font-size:1.563em;
	font-family: 'NeueHaasGroteskText Pro Md';
	color:#fff;
}
.about-content p{
	font-family:inherit;
	color:#fff;
	font-size:1em;
	line-height:22px;
}
.products-range-wrap{
	width:100%;
	height: auto;
	padding-bottom:3em;
	padding-top:5em;
	background-image: linear-gradient( to bottom, #fefefe, #f5f5f5);
	position:relative;
	margin-bottom:1px;
}
.product-range-bg{
	width:auto;
	height:auto;
	position:absolute;
	right:0;
	top:2em;
}
.product-range-bg img{ max-width:70%; float:right}
.product-range-title{
	width:100%;
	height:auto;
	text-align:left;
	font-size:2.500em;
	font-family: 'NeueHaasGroteskText Pro Md';
	color:#0a4a73;
	
}
.product-range-container{
	width:100%;
	height:auto;
	padding-top:2em;
}
.product-range{
	width:33%;
	height:auto;
	float:left;
	margin-right:0.5%;
	margin-bottom:0.5%;
	background-color:#fff;
	border-radius:4px;
	display:flex;
	align-items:center;
	padding-top:35px;
	padding-bottom:35px;
}
.product-range:nth-child(3n+3){ margin-right:0%;}
.product-range-pic{
	width:50%;
	height:auto;
	float:left;
	min-height:140px;
	display:flex;
	align-items:center;
}
.product-range-pic:nth-child(2){ padding-left:1em;}
.banner-wraper{
	width:100%;
	height:auto;
	position:relative;
}
.banner-pics{
	width:100%;
	height:auto;
}
.banner-caption-wrap{
	width:100%;
	height:100%;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
}
.banner-logo-wrap{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:8%;
	z-index:9;
}
.banner-logo{
	width:10%;
	height:auto;
	float:left;
	margin-right:1em;
}
.product-name-range{
	width:100%;
	height:auto;
	font-family: 'NeueHaasGroteskText Pro Md';
	font-size:1.375em;
	color:#0a4a73;
	margin-bottom:0.5em
	
}
.banner-caption{
	font-family: 'NeueHaasGroteskText Pro Md';
	font-size:2.400em;
	color:#0a4a73;
	width:100%;
	text-align:left;
	font-weight:500;
	padding-top:2em;
}
.banner-caption span{
	font-family: 'NeueHaasGroteskText Pro Md';
	font-size:1.250em;
	color:#0a4a73;
	text-transform:uppercase;
}
.banner-caption-wrap p{ font-family:inherit; color:#666; font-size:1.15em; line-height:22px; margin-top:1em;}

.ordernow{
    color:#fff;
    outline:none;
    background:transparent;
    border:none;
    padding:0px 10px;
    line-height:30px;
    position:relative;
    display:inline-block;
    cursor:pointer;
    text-decoration:none;
    overflow:hidden;
    transition:all .5s;
    z-index:1;
    font-family: inherit;
    font-size:1em;
    font-weight:600;
    float:left;
	margin-top:1em;
	text-transform:uppercase;
}
.ordernow:before, .ordernow:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    height:100%;
    background:#0a4a73;
    z-index:-1;
    transform:translate3D(0,-100%,0);
    transition:all .5s;
}
.ordernow:before{
    background:#ed6e21;
    z-index:-2;
    transform:translate3D(0,0,0);
}
.ordernow:hover{
    color:white;
}
.ordernow:hover:after{
    transform:translate3D(0,0,0);
    transition:all .5s;
}
.view-more a  {
	width:auto;
	height:auto;
	font-family:inherit;
	color:#666;
	font-size:0.95em;
	text-align:center;
	border-bottom:1px dashed #666;
	-webkit-transition: padding .2s;
-moz-transition: padding .2s;
-o-transition: padding .2s;
transition: padding .2s;
padding-bottom:0.25em
}
  .view-more a:hover{
	font-family:inherit;
	color:#ed6e21;
	font-size:0.95em;
	text-align:center;
	border-bottom:1px dashed #ed6e21;
	padding-left:5px;
}

 .view-more a:after {
   content: url(../images/arrow.png);
}
 .view-more a:hover:after {
   content: url(../images/arrow-hover.png);
}
.bottom-container{
	width:100%;
	height:auto;
	padding-top:195px;
	padding-right:5%;
	padding-left:5%;
}
.growth-story{
	width:55%;
	height:auto;
	float:left;
}
.growth-story-title{
	width:100%;
	height:auto;
	text-align:left;
	font-size:2.5em;
	color:#0a4a73;
	font-family: 'NeueHaasGroteskText Pro Md';
	font-weight:500;
	line-height: normal;
	margin-bottom:1em;
}
.growth-story p{
	width:90%;
	padding-left:5%;
	padding-right:10%;
	font-family:inherit;
	color:#666;
	line-height:22px;
	font-size:1em;
	text-align:left;
	background:url(../images/border.jpg) no-repeat left 8px;
}
.home-gallery{
	width:40%;
	height:auto;
	float:right;
	position:relative;
	display: block;
z-index: 9;
}
.home-gallery-pics{
	width:100%;
	height:auto;
}
.home-contact{
	width:100%;
	height:auto;
	padding-top:110px;
	padding-bottom:70px;
}
.contact-container-home{
	width:50%;
	height:auto;
	float:right;
}
.contact-container-home-title{
	width:100%;
	text-align:left;
	font-size:2.5em;
	color:#0a4a73;
	font-family: 'NeueHaasGroteskText Pro Md';
	font-weight:500;
}
.contact-container-home-title span{
	font-size:1.125em;
	color:#0a4a73;
	font-family: 'NeueHaasGroteskText Pro Md';
	font-weight: bold;
}


.contact-now{
    color:#fff;
    outline:none;
    background:transparent;
    border:none;
    padding:0px 30px;
    line-height:50px;
    position:relative;
    display:inline-block;
    cursor:pointer;
    text-decoration:none;
    overflow:hidden;
    transition:all .5s;
    z-index:1;
    font-family: inherit;
    font-size:1em;
    font-weight:600;
    float:left;
	margin-top:1em;
}
.contact-now:before, .contact-now:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    height:100%;
    background:#ed6e21;
    z-index:-1;
    transform:translate3D(0,-100%,0);
    transition:all .5s;
}
.contact-now:before{
    background:#123a54;
    z-index:-2;
    transform:translate3D(0,0,0);
}
.contact-now:hover{
    color:white;
}
.contact-now:hover:after{
    transform:translate3D(0,0,0);
    transition:all .5s;
}
.view-all{
	width:auto;
	height:auto;
	position:absolute;
	bottom:80px;
	right:25px;
}
.growth-left-bg{
	width:auto;
	height:auto;
	position:absolute;
	left:0;
	top:20em;
}
.growth-left-bg img{ width:70%; float:left;}


.growth-right-bg{
	width:auto;
	height:auto;
	position:absolute;
	right:0;
	top:10em;
}
.growth-right-bg img{ width:70%; float: right;}

/*************************************** S About ***************************************/
.inner-banner-caption{
	font-family: 'NeueHaasGroteskText Pro Md';
	font-size:1.875em;
	color:#0a4a73;
	width:100%;
	text-align:left;
	font-weight:500;
}
.inner-banner-caption span{
	font-family: 'NeueHaasGroteskText Pro Md';
	font-size:1.133em;
	color:#0a4a73;
	text-transform:uppercase;
	font-weight:bold;
}
.inner-banner-caption-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
	padding-bottom:5%
}
.about-wraper{
	width:100%;
	height:auto;
	padding-top:2em;
	padding-bottom:3em;
}

.bredcum-wraper{
	width:100%;
	height:auto;
	padding-top:1%;
}
.bred-home{
	width:auto;
	height:auto;
	float:left;
	font-family: inherit;
    font-size:1em;
    font-weight:300;
	color:#666;
	line-height:30px;
	text-transform: capitalize;
}
.bred-home a{
	width:auto;
	height:auto;
	float:left;
	font-family: inherit;
    font-size:1em;
    font-weight:300;
	color:#666;
	line-height:30px;
}
.bred-home a:hover{
	width:auto;
	height:auto;
	float:left;
	font-family: inherit;
    font-size:1em;
    font-weight:400;
	color:#0a4a73;
	line-height:30px;
}
.bred-arrow{
	width:auto;
	height:auto;
	float:left;
	font-family: inherit;
    font-size:1em;
    font-weight:300;
	color:#666;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.bred-next{
	width:auto;
	height:auto;
	float:left;
	font-family: inherit;
    font-size:1em;
    font-weight:400;
	color:#ed6e21;
	line-height:30px;
	text-transform: capitalize
}
.about-pics-wrap{
	width:55%;
	height:auto;
	float:left;
	position:relative;
}
.about-main-pics{
	width:80%;
	float:left;
}
.about-content-main{
	width:45%;
	height:auto;
	float:left;
	padding-left:5%;
}
.about-title{
	width:100%;
	height:auto;
	text-align:left;
	font-size:2.125em;
	color:#0a4a73;
	font-family: 'NeueHaasGroteskText Pro Md';
	padding-bottom:0.15em;
	padding-top:0.5em;
}
.about-content-main p{
	width:100%;
	text-align:left;
	font-family:inherit;
	font-size:1em;
	color:#666;
	line-height:22px;
}

.about-content-main ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:1em;
}
.about-content-main ul li{
	width:100%;
	text-align:left;
	font-family:inherit;
	font-size:1em;
	color:#666;
	line-height:22px;
	margin-bottom:1em;
	background:url(../images/listing.png) no-repeat left 5px;
	padding-left:15px;
}
.about-sub{
	width:auto;
	height:auto;
	position:absolute;
	bottom:45px;
	right:0;
}

.about-bottom{
	width:100%;
	height:auto;
	padding-top:1em;
	padding-bottom:3em;
}
.about-bottom-container{
	width:30%;
	height:auto;
	float:left;
	padding-left:5%;
	padding-right:5%;
}
.about-bottom-icon{
	width:100%;
	height:auto;
	text-align:center;
}

.about-bottom-title{
	width:100%;
	height:auto;
	text-align:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:1.563em;
	font-family: 'NeueHaasGroteskText Pro Md';
	color:#666;
}
.about-bottom-container p{
	width:100%;
	text-align: center;
	font-family:inherit;
	font-size:1em;
	color:#666;
	line-height:22px;
}
.about-bottom-for{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
}
/*************************************** E About ***************************************/



/*************************************************** S GALLERY ***************************************************/
.gallery-wraper{
	width:100%;
	height:auto;
	padding-top:1em;
	padding-bottom:2em;
	
}

.gallery-container {
  height: auto;
  width:24.625%;
  margin-right: 0.5%;
  float:left;
  margin-bottom:0.5%;
  overflow:hidden;
}
.gallery-container:nth-child(4n+4){ margin-right:0%;}



.box-gallery{overflow:hidden;position:relative;cursor:pointer;}.box-gallery img{width:100%;height:auto;transform:scale(1);transition:all 0.5s ease 0s;}.box-gallery:hover img{transform:scale(1.1);}.box-gallery .box-content{width:100%;height:100%;background:rgba(0,0,0,0.6);text-align:center;position:absolute;top:0;left:0;opacity:0;transform:rotateY(180deg) scale(0.5);transition:all 0.45s ease-out 0s;display:flex;align-items:center;justify-content:center;}.box-gallery:hover .box-content{opacity:1;transform:rotateY(0deg) scale(1);}.box-gallery .box-content:before{content:"";width:90%;height:90%;position:absolute;top:5%;left:5%;}.box-gallery .icon{display:inline-block;padding:0;margin:0;list-style:none;position:relative;}.box-gallery .icon li{display:inline-block;}.box-gallery .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;background:#fff;font-size:15px;color:#0082c8;transition:all 0.5s ease 0s;}.box-gallery .icon li a:hover{ background:#ca4c43;;color:#fff;}.box-gallery .icon li a{ background:#ca4c43;color:#fff;}.box-gallery .content{padding:10px;text-align:left;position:absolute;bottom:5%;left:5%;}.box-gallery .title{font-size:20px;font-weight:bold;color:#fff;text-transform:uppercase;margin:0 0 5px;}.box-gallery .post{display:block;font-size:18px;color:#fff;}


.gallery-title{
	width:100%;
	height:auto;
	text-align:center;
	line-height:normal;
	font-size:2.5em;
	color:#0a4a73;
	font-family: 'NeueHaasGroteskText Pro Md';
}


/*************************************************** E GALLERY ***************************************************/



/*************************************************** S Products ***************************************************/
.product-wraper{
	width:100%;
	height:auto;
	padding-bottom:0.5em;
}
.product-container-wrap{
	width:100%;
	height:auto;
	padding-top:1em;
}
.product-sub-title{
	width:100%;
	height:auto;
	text-align:left;
	line-height:normal;
	font-size:1.875em;
	color:#0a4a73;
	font-family: 'NeueHaasGroteskText Pro Md';
	margin-top:0.5em;
}
.product-name{
	width:100%;
	height:auto;
	text-align:center;
	line-height:42px;
	background-color:#ed6e21;
	color:#fff;
	font-size:1.25em;
	font-family: 'NeueHaasGroteskText Pro Md';
	
}
.product-pics{
	width:100%;
	height:auto;
}
.product-container {
  height: auto;
  width:24.625%;
  margin-right: 0.5%;
  float:left;
  margin-bottom:2em;
  overflow:hidden;
  
  
  
}
.product-container:nth-child(4n+4){ margin-right:0%;}


/*************************************************** E Products ***************************************************/


/*************************************************** S Contact-us ***************************************************/
.enquiry-wrap{
	width:100%;
	height:auto;
	background-color:#123a54;
	position:relative;
}
.enquiry-container{
	width:50%;
	height:auto;
	float:left;
}
.enquiry-for{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:flex;
	align-items:center;
	
}
.location-wraper{
	width:100%;
	height:auto;
}

.enquiry{
    width:48%;
    height:auto;
    float:left;
    margin-right:4%;
    margin-bottom:3% 
}
.enquiry:nth-child(2n+2){
    margin-right:0%;
}

.address-enquiry{
    width:100%;
    height:auto;
    float:left;
    margin-bottom:3%;
}
.calback-box1 {
    width: 100%;
    height: 140px;
    border:1px solid #ccc;
	padding-left: 2.5%;
    padding-right: 2.5%;
	line-height: 26px;
	font-weight: normal;
	font-style: normal;
	color: #666;
    font-size: 1em;
    padding-top: 1em;
}

.contact-enquiry-box{
    width:100%;
    height:40px;
    border:1px solid #ccc;
    padding-left:5%;
    padding-right:5%;
    line-height:40px;
    font-weight:normal;
    font-style:normal;
    color:#666;
    font-size:1em;
    background-color:#fff;
}

textarea.calback-box1::-webkit-input-placeholder{
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:400;
}
textarea.calback-box1::-moz-placeholder{
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:400;
}
textarea.calback-box1:-ms-input-placeholder{
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:400;
}
textarea.calback-box1:-moz-placeholder{
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:400;
}

input.contact-enquiry-box::-webkit-input-placeholder{
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:400;
}
input.contact-enquiry-box::-moz-placeholder{
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:400;
}
input.contact-enquiry-box:-ms-input-placeholder{
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:400;
}
input.contact-enquiry-box:-moz-placeholder{
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: inherit;
    text-transform:capitalize;
    font-weight:400;
}

.buttonfx{
    color:#fff;
    outline:none;
    background:transparent;
    border:none;
    padding:0px 30px;
    text-transform:uppercase;
    line-height:30px;
    position:relative;
    display:inline-block;
    cursor:pointer;
    text-decoration:none;
    overflow:hidden;
    transition:all .5s;
    z-index:1;
    font-family: inherit;
    font-size:1em;
    font-weight:normal;
    float:right;
}
.buttonfx:before, .buttonfx:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    height:100%;
    background:#0455b7;
    z-index:-1;
    transform:translate3D(0,-100%,0);
    transition:all .5s;
}
.buttonfx:before{
    background:#ed6e21;
    z-index:-2;
    transform:translate3D(0,0,0);
}
.buttonfx:hover{
    color:white;
}
.buttonfx:hover:after{
    transform:translate3D(0,0,0);
    transition:all .5s;
}
.send-msg-title {
    width: 100%;
    height: auto;
    text-align:left;
    line-height: normal;
    font-size: 2.5em;
    color: #fff;
    font-family: 'NeueHaasGroteskText Pro Md';
	margin-bottom:0.5em;
}

.enquiry-form{float:right; padding-left:5%}

/*************************************************** E Contact-us  ***************************************************/
.desk-view{ display:block}
.mob-view{ display:none}


@media (min-width: 1023px) and (max-width: 1279px) {
	 body {
     text-decoration: none;
     background:#fff;
     font-size:13px !important;
}
     .container{
         width:100%;
         padding-left:2%;
         padding-right:2% 
    }
	
}
 @media (min-width: 1280px) and (max-width: 1359px) {
	  body {
     text-decoration: none;
     background:#fff;
     font-size:14px !important;
}
     .container{
         width:100%;
         padding-left:2%;
         padding-right:2% 
    }
	
	


}
 @media (min-width: 1360px) and (max-width: 1399px) {
	  body {
     text-decoration: none;
     background:#fff;
     font-size:14px !important;
}
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
	.top-container {
    width: 100%;
    padding-left:5%;
    padding-right:5%;
}
	
	

}
 @media (min-width: 1400px) and (max-width: 1441px) {
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
	.welcome-wraper { background-size: 50% auto;}
}
 @media (min-width: 1441px) and (max-width: 1599px) {
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
	.welcome-wraper { background-size: 50% auto;}
}
 @media (min-width:1600px){
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
	.welcome-wraper { background-size: 50% auto;}
}

.banner-logo-wrap br{ display:none}


@media (max-width:400px) {
	 body {text-decoration: none;font-size:14px !important;}
	 .banner-logo{ width:13%; float:none; margin-bottom:0.5em;}
	 .banner-logo-wrap container br{ display: block}
	.desk-view{ display:none}
	.mob-view{ display:block}
	 .container{width:100%; padding-left:2%; padding-right:2% }
	 .copy-right{ width:100%; text-align:center; line-height:24px; padding-top:0.5em;} 
	 .designed{ width:100%; float:none; margin-bottom:0.5em;}
	 .designed p{ width:100%; float:none; text-align:center; line-height:24px; }
	 .footer-content:nth-child(1){ width:100%;}
	 .footer-content{ width:50%;}
	 .footer-content:nth-child(4){ width:100%;}
	 .product-range{ width:100%;}
	 .about-home{ width:100%; padding-bottom:60px;}
	 .home-about-left{ width:100%;}
	 .growth-story{ width:100%;}
	 .home-gallery{ display:none;}
	 .contact-container-home{ width:100%;}
	 .footer-top-wraper {background: #fff url(../images/footerbg.png) no-repeat right top;}
	 .about-quick-content{ width:100%; margin-right:0%; margin-bottom:2%;}
	 header #logo{ width:30%; float:none}
	 .banner-caption{ font-size:1.4em;}
	 .ordernow{ display:none}
	 .product-range:nth-child(n+1){ display:none}
	 .product-range:nth-child(1){ display: block}
	 .product-range:nth-last-child(2) {display: block; padding-top:0px; padding-bottom:0px;}

	 
	 .about-pics-wrap{ display:none}
	 .about-content-main{ width:100%;}
	 .about-bottom-for{ display:inherit}
	 .about-bottom-container{ width:100%; margin-bottom:1em; float:none}
	 .inner-banner-caption-wrap{ display:none}
	 
	 .product-container{ width:100%; margin-right:0%;}
	 
	 .gallery-container{ width:49.75%;}
	 .gallery-container:nth-child(2n+2) { margin-right: 0%;}
	 
	 .about-bottom-for{ display:inherit}
	 .enquiry-container{ width:100%;}
	 .enquiry-form{float: none; padding-left:0%}
	 .enquiry-for{ position:inherit; display:inherit}
	 .menu-container{ width:100%; float:none; margin-top:0px; background-color:#ed6e21; margin-top:4em;}
	 .top-right{ display:inherit; position:absolute; right:0; top:0; width:65%}
	 header.smaller .top-right{position:absolute; right:0; top:0;}
	 header.smaller .top-right .menu-container {margin-top:4em; }

	 .top-container { width: 100%;padding-left:0%; padding-right: 0%; }
	 header.smaller .nav a{ color:#fff !important}
	 .nav a{ color:#fff !important; line-height:44px !important}
     header.smaller .menuSeven span{background-color:#ed6e21 !important;}
	 .about-home-wrap{background-color:#ed6e21}
	 .about-content-wraper{ position:inherit}
	 .footer-logo{ margin-top:0px;}
	 
	 .enquiry-wrap{ padding-top:1.5em; padding-bottom:1.5em;}
	 .banner-caption-wrap{ display:none}
	 
	 .about-home-title {font-size: 2em; padding-bottom: 0.2em;}
	 .growth-story-title{ font-size:2em;}
	 .about-title{ font-size:1.85em;}
	 .send-msg-title{ font-size:2em;}
	 .growth-story p{ padding-right:0px;}
	 .bottom-footerbg{ display:none}
	 .footer-content:nth-child(1){ display:none}
	 .growth-left-bg{ display:none}
	 .home-contact{ padding-top:30px; padding-bottom:30px;}
	  .footer-top-wraper{ padding-top:0px;}
	   .banner-logo{ width:13%; float:left; margin-right:0.25em;}
	 .banner-logo-wrap container br{ display: block}
	 .banner-logo-wrap{ bottom:13%;}

}	
	

@media (min-width:401px) and (max-width:480px){
	
	 body {text-decoration: none;font-size:14px !important;}
	.desk-view{ display:none}
	.mob-view{ display:block}
	 .container{width:100%; padding-left:2%; padding-right:2% }
	 .copy-right{ width:100%; text-align:center; line-height:24px; padding-top:0.5em;} 
	 .designed{ width:100%; float:none; margin-bottom:0.5em;}
	 .designed p{ width:100%; float:none; text-align:center; line-height:24px; }
	 .footer-content:nth-child(1){ width:100%;}
	 .footer-content{ width:50%;}
	 .footer-content:nth-child(4){ width:100%;}
	 .product-range{ width:100%;}
	 .about-home{ width:100%; padding-bottom:60px;}
	 .home-about-left{ width:100%;}
	 .growth-story{ width:100%;}
	 .home-gallery{ display:none;}
	 .contact-container-home{ width:100%;}
	 .footer-top-wraper {background: #fff url(../images/footerbg.png) no-repeat right top;}
	 .about-quick-content{ width:100%; margin-right:0%; margin-bottom:2%;}
	 header #logo{ width:30%; float:none}
	 .banner-caption{ font-size:1.4em;}
	 .ordernow{ display:none}
	 .product-range:nth-child(n+1){ display:none}
	 .product-range:nth-child(1){ display: block}
	 .product-range:nth-last-child(2) {display: block; padding-top:0px; padding-bottom:0px;}

	 
	 .about-pics-wrap{ display:none}
	 .about-content-main{ width:100%;}
	 .about-bottom-for{ display:inherit}
	 .about-bottom-container{ width:100%; margin-bottom:1em; float:none}
	 .inner-banner-caption-wrap{ display:none}
	 
	 .product-container{ width:100%; margin-right:0%;}
	 
	 .gallery-container{ width:49.75%;}
	 .gallery-container:nth-child(2n+2) { margin-right: 0%;}
	 
	 .about-bottom-for{ display:inherit}
	 .enquiry-container{ width:100%;}
	 .enquiry-form{float: none; padding-left:0%}
	 .enquiry-for{ position:inherit; display:inherit}
	  .menu-container{ width:100%; float:none; margin-top:0px; background-color:#ed6e21; margin-top:4em;}
	 .top-right{ display:inherit; position:absolute; right:0; top:0; width:50%}
	 header.smaller .top-right{position:absolute; right:0; top:0;}
	 header.smaller .top-right .menu-container {margin-top:4em; }
	 

	 .top-container { width: 100%;padding-left:0%; padding-right: 0%; }
	 header.smaller .nav a{ color:#fff !important}
	 .nav a{ color:#fff !important; line-height:44px !important}
     header.smaller .menuSeven span{background-color:#ed6e21 !important;}
	 .about-home-wrap{background-color:#ed6e21}
	 .about-content-wraper{ position:inherit}
	 .footer-logo{ margin-top:0px;}
	 
	 .enquiry-wrap{ padding-top:1.5em; padding-bottom:1.5em;}
	 .banner-caption-wrap{ display:none}
	 .growth-story p{ padding-right:0px;}
	 .bottom-footerbg{ display:none}
	 .footer-content:nth-child(1){ display:none}
	  .growth-left-bg{ display:none}
	  .home-contact{ padding-top:30px; padding-bottom:30px;}
	   .footer-top-wraper{ padding-top:0px;}
	    .banner-logo{ width:13%; float:left; margin-right:0.25em;}
	 .banner-logo-wrap container br{ display: block}
	 .banner-logo-wrap{ bottom:15%;}
	
}

@media (min-width:481px) and (max-width:580px){
	 .banner-logo{ width:13%; float:left; margin-right:0.25em;}
	 .banner-logo-wrap container br{ display: block}
	 body {text-decoration: none;font-size:14px !important;}
	.desk-view{ display:none}
	.mob-view{ display:block}
	 .container{width:100%; padding-left:2%; padding-right:2% }
	 .footer-content:nth-child(1){ width:100%;}
	 .footer-content{ width:50%;}
	 .footer-content:nth-child(4){ width:100%;}
	 .product-range{ width:100%;}
	 .about-home{ width:100%; padding-bottom:60px;}
	 .home-about-left{ width:100%;}
	 .growth-story{ width:100%;}
	 .home-gallery{ display:none;}
	 .contact-container-home{ width:100%;}
	 .footer-top-wraper {background: #fff url(../images/footerbg.png) no-repeat right top;}
	 .about-quick-content{ width:100%; margin-right:0%; margin-bottom:2%;}
	 header #logo{ width:30%; float:none}
	 .banner-caption{ font-size:1.4em;}
	 .ordernow{ display:none}
	 .product-range:nth-child(n+1){ display:none}
	 .product-range:nth-child(1){ display: block}
	 .product-range:nth-last-child(2) {display: block}

	 
	 .about-pics-wrap{ display:none}
	 .about-content-main{ width:100%;}
	 .about-bottom-for{ display:inherit}
	 .about-bottom-container{ width:100%; margin-bottom:1em; float:none}
	 .inner-banner-caption-wrap{ display:none}
	 
	 .product-container{ width:100%; margin-right:0%;}
	 
	 .gallery-container{ width:49.75%;}
	 .gallery-container:nth-child(2n+2) { margin-right: 0%;}
	 
	 .about-bottom-for{ display:inherit}
	 .enquiry-container{ width:100%;}
	 .enquiry-form{float: none; padding-left:0%}
	 .enquiry-for{ position:inherit; display:inherit}
	 
	  .menu-container{ width:100%; float:none; margin-top:0px; background-color:#ed6e21; margin-top:4em;}
	 .top-right{ display:inherit; position:absolute; right:0; top:0; width:45%}
	 header.smaller .top-right{position:absolute; right:0; top:0;}
	 header.smaller .top-right .menu-container {margin-top:4em; }
	 
	
	 .top-container { width: 100%;padding-left:0%; padding-right: 0%; }
	 header.smaller .nav a{ color:#fff !important}
	 .nav a{ color:#fff !important; line-height:44px !important}
     header.smaller .menuSeven span{background-color:#ed6e21 !important;}
	 .about-home-wrap{background-color:#ed6e21}
	 .about-content-wraper{ position:inherit}
	 .footer-logo{ margin-top:0px;}
	 
	 .enquiry-wrap{ padding-top:1.5em; padding-bottom:1.5em;}
	 .banner-caption-wrap{ display:none}
	 .growth-story p{ padding-right:0px;}
	 .bottom-footerbg{ display:none}
	 .footer-content:nth-child(1){ display:none}
	  .growth-left-bg{ display:none}
	  .home-contact{ padding-top:30px; padding-bottom:30px;}
	   .footer-top-wraper{ padding-top:0px;}
	   .banner-logo-wrap{ bottom:15%;}
	
	
	}

@media (min-width:581px) and (max-width:680px){
  body {text-decoration: none;font-size:14px !important;}
	.desk-view{ display:none}
	.mob-view{ display:block}
	 .container{width:100%; padding-left:2%; padding-right:2% }
	 .footer-content:nth-child(1){ width:100%;}
	 .footer-content{ width:30%;}
	 .footer-content:nth-child(4){ width:40%;}
	 .product-range{ width:49%;}
	 .about-home{ width:100%; padding-bottom:60px;}
	 .home-about-left{ width:100%;}
	 .growth-story{ width:100%;}
	 .home-gallery{ display:none;}
	 .contact-container-home{ width:100%;}
	 .footer-top-wraper {background: #fff url(../images/footerbg.png) no-repeat right top;}
	 .about-quick-content{ width:100%; margin-right:0%; margin-bottom:2%;}
	 header #logo{ width:30%; float:none}
	 .banner-caption{ font-size:1.4em;}
	 .ordernow{ display:none}
	 .product-range:nth-child(n+1){ display:none}
	 .product-range:nth-child(1){ display: block}
	 .product-range:nth-last-child(2) {display: block}

	 
	 .about-pics-wrap{ display:none}
	 .about-content-main{ width:100%;}
	 .about-bottom-for{ display:inherit}
	 .about-bottom-container{ width:100%; margin-bottom:1em; float:none}
	 .inner-banner-caption-wrap{ display:none}
	 
	 .product-container{ width:49.5%; margin-right:1%;}
	  .product-container:nth-child(2n+2){ margin-right:0%;}
	 
	 .gallery-container{ width:49.75%;}
	 .gallery-container:nth-child(2n+2) { margin-right: 0%;}
	 
	 .about-bottom-for{ display:inherit}
	 .enquiry-container{ width:100%;}
	 .enquiry-form{float: none; padding-left:0%}
	 .enquiry-for{ position:inherit; display:inherit}
	  .menu-container{ width:100%; float:none; margin-top:0px; background-color:#ed6e21; margin-top:4em;}
	 .top-right{ display:inherit; position:absolute; right:0; top:0; width:40%}
	 header.smaller .top-right{position:absolute; right:0; top:0;}
	 header.smaller .top-right .menu-container {margin-top:4em; }
	 .top-container { width: 100%;padding-left:0%; padding-right: 0%; }
	 header.smaller .nav a{ color:#fff !important}
	 .nav a{ color:#fff !important; line-height:44px !important}
     header.smaller .menuSeven span{background-color:#ed6e21 !important;}
	 .about-home-wrap{background-color:#ed6e21}
	 .about-content-wraper{ position:inherit}
	 .footer-logo{ margin-top:0px;}
	 
	 .enquiry-wrap{ padding-top:1.5em; padding-bottom:1.5em;}
	 .banner-caption-wrap{ display:none}
	 .growth-story p{ padding-right:0px;}
	 .bottom-footerbg{ display:none}
	 .footer-content:nth-child(1){ display:none}
	  .growth-left-bg{ display:none}
	  .home-contact{ padding-top:30px; padding-bottom:30px;}
	   .footer-top-wraper{ padding-top:0px;}
	
}




@media (min-width:681px) and (max-width:736px){
 body {text-decoration: none;font-size:14px !important;}
	.desk-view{ display:none}
	.mob-view{ display:block}
	 .container{width:100%; padding-left:2%; padding-right:2% }
	 .footer-content:nth-child(1){ width:100%;}
	 .footer-content{ width:30%;}
	 .footer-content:nth-child(4){ width:40%;}
	 .product-range{ width:49%;}
	 .about-home{ width:100%; padding-bottom:60px;}
	 .home-about-left{ width:100%;}
	 .growth-story{ width:100%;}
	 .home-gallery{ display:none;}
	 .contact-container-home{ width:100%;}
	 .footer-top-wraper {background: #fff url(../images/footerbg.png) no-repeat right top;}
	 .about-quick-content{ width:100%; margin-right:0%; margin-bottom:2%;}
	 header #logo{ width:30%; float:none}
	 .banner-caption{ font-size:1.4em;}
	 .ordernow{ display:none}
	 .product-range:nth-child(n+1){ display:none}
	 .product-range:nth-child(1){ display: block}
	 .product-range:nth-last-child(2) {display: block}

	 
	 .about-pics-wrap{ display:none}
	 .about-content-main{ width:100%;}
	 .about-bottom-for{ display:inherit}
	 /*.about-bottom-container{ width:100%; margin-bottom:1em; float:none}*/
	 .inner-banner-caption-wrap{ display:none}
	 .about-bottom-container{ padding-left:1%; padding-right:1%; width:33%}
	 
	 .product-container{ width:49.5%; margin-right:1%;}
	  .product-container:nth-child(2n+2){ margin-right:0%;}
	 
	 .gallery-container{ width:49.75%;}
	 .gallery-container:nth-child(2n+2) { margin-right: 0%;}
	 
	 .about-bottom-for{ display:inherit}
	 .enquiry-container{ width:100%;}
	 .enquiry-form{float: none; padding-left:0%}
	 .enquiry-for{ position:inherit; display:inherit}
	  .menu-container{ width:100%; float:none; margin-top:0px; background-color:#ed6e21; margin-top:4em;}
	 .top-right{ display:inherit; position:absolute; right:0; top:0; width:45%}
	 header.smaller .top-right{position:absolute; right:0; top:0;}
	 header.smaller .top-right .menu-container {margin-top:4em; }
	 .top-container { width: 100%;padding-left:0%; padding-right: 0%; }
	 header.smaller .nav a{ color:#fff !important}
	 .nav a{ color:#fff !important; line-height:44px !important}
     header.smaller .menuSeven span{background-color:#ed6e21 !important;}
	 .about-home-wrap{background-color:#ed6e21}
	 .about-content-wraper{ position:inherit}
	 .footer-logo{ margin-top:0px;}
	 
	 .enquiry-wrap{ padding-top:1.5em; padding-bottom:1.5em;}
	 .banner-caption-wrap{ display:none}
	 .growth-story p{ padding-right:0px;}
	 .bottom-footerbg{ display:none}
	 .footer-content:nth-child(1){ display:none}
	  .growth-left-bg{ display:none}
	  .home-contact{ padding-top:30px; padding-bottom:30px;}
	   .footer-top-wraper{ padding-top:0px;}
	
}


@media (min-width:737px) and (max-width: 768px){
 body {text-decoration: none;font-size:14px !important;}
	.desk-view{ display:none}
	.mob-view{ display:block}
	 .container{width:100%; padding-left:2%; padding-right:2% }
	 .footer-content:nth-child(1){ width:100%;}
	 .footer-content{ width:30%;}
	 .footer-content:nth-child(4){ width:40%;}
	 .product-range{ width:49%;}
	 .about-home{ width:100%; padding-bottom:60px;}
	 .home-about-left{ width:100%;}
	 .growth-story{ width:100%;}
	 .home-gallery{ display:none;}
	 .contact-container-home{ width:100%;}
	 .footer-top-wraper {background: #fff url(../images/footerbg.png) no-repeat right top;}
	 .about-quick-content{ width:100%; margin-right:0%; margin-bottom:2%;}
	 header #logo{ width:30%; float:none}
	 .banner-caption{ font-size:1.4em;}
	 .ordernow{ display:none}
	 .product-range:nth-child(n+1){ display:none}
	 .product-range:nth-child(1){ display: block}
	 .product-range:nth-last-child(2) {display: block}

	 
	 .about-pics-wrap{ display:none}
	 .about-content-main{ width:100%;}
	 .about-bottom-for{ display:inherit}
	 /*.about-bottom-container{ width:100%; margin-bottom:1em; float:none}*/
	 .about-bottom-container{ padding-left:1%; padding-right:1%; width:33%}
	 .inner-banner-caption-wrap{ display:none}
	 
	 	 .product-container{ width:49.5%; margin-right:1%;}
	  .product-container:nth-child(2n+2){ margin-right:0%;}
	 
	 .gallery-container{ width:49.75%;}
	 .gallery-container:nth-child(2n+2) { margin-right: 0%;}
	 
	 .about-bottom-for{ display:inherit}
	 .enquiry-container{ width:100%;}
	 .enquiry-form{float: none; padding-left:0%}
	 .enquiry-for{ position:inherit; display:inherit}
	  .menu-container{ width:100%; float:none; margin-top:0px; background-color:#ed6e21; margin-top:4em;}
	 .top-right{ display:inherit; position:absolute; right:0; top:0; width:40%}
	 header.smaller .top-right{position:absolute; right:0; top:0;}
	 header.smaller .top-right .menu-container {margin-top:4em; }
	 .top-container { width: 100%;padding-left:0%; padding-right: 0%; }
	 header.smaller .nav a{ color:#fff !important}
	 .nav a{ color:#fff !important; line-height:44px !important}
     header.smaller .menuSeven span{background-color:#ed6e21 !important;}
	 .about-home-wrap{background-color:#ed6e21}
	 .about-content-wraper{ position:inherit}
	 .footer-logo{ margin-top:0px;}
	 
	 .enquiry-wrap{ padding-top:1.5em; padding-bottom:1.5em;}
	 .banner-caption-wrap{ display:none}
	 .growth-story p{ padding-right:0px;}
	 .bottom-footerbg{ display:none}
	 .footer-content:nth-child(1){ display:none}
	  .growth-left-bg{ display:none}
	  .home-contact{ padding-top:30px; padding-bottom:30px;}
	   .footer-top-wraper{ padding-top:0px;}
	
}

@media (min-width:769px) and (max-width:991px){
	 body {text-decoration: none;font-size:14px !important;}
	.desk-view{ display:none}
	.mob-view{ display:block}
	 .container{width:100%; padding-left:2%; padding-right:2% }
	 .footer-content:nth-child(1){ width:100%;}
	 .footer-content{ width:30%;}
	 .footer-content:nth-child(4){ width:40%;}
	 .product-range{ width:49%;}
	 .about-home{ width:100%; padding-bottom:60px;}
	 .home-about-left{ width:100%;}
	 .growth-story{ width:100%;}
	 .home-gallery{ display:none;}
	 .contact-container-home{ width:100%;}
	 .footer-top-wraper {background: #fff url(../images/footerbg.png) no-repeat right top;}
	 .about-quick-content{ width:100%; margin-right:0%; margin-bottom:2%;}
	 header #logo{ width:30%; float:none}
	 .banner-caption{ font-size:1.4em;}
	 .ordernow{ display:none}
	 .product-range:nth-child(n+1){ display:none}
	 .product-range:nth-child(1){ display: block}
	 .product-range:nth-last-child(2) {display: block}

	 
	 .about-pics-wrap{ display:none}
	 .about-content-main{ width:100%;}
	 .about-bottom-for{ display:inherit}
	 /*.about-bottom-container{ width:100%; margin-bottom:1em; float:none}*/
	 .about-bottom-container{ padding-left:1%; padding-right:1%; width:33%}
	 .inner-banner-caption-wrap{ display:none}
	 
	 	 .product-container{ width:49.5%; margin-right:1%;}
	  .product-container:nth-child(2n+2){ margin-right:0%;}
	 
	 .gallery-container{ width:49.75%;}
	 .gallery-container:nth-child(2n+2) { margin-right: 0%;}
	 
	 .about-bottom-for{ display:inherit}
	 .enquiry-container{ width:100%;}
	 .enquiry-form{float: none; padding-left:0%}
	 .enquiry-for{ position:inherit; display:inherit}
	  .menu-container{ width:100%; float:none; margin-top:0px; background-color:#ed6e21; margin-top:4em;}
	 .top-right{ display:inherit; position:absolute; right:0; top:0; width:35%}
	 header.smaller .top-right{position:absolute; right:0; top:0;}
	 header.smaller .top-right .menu-container {margin-top:4em; }
	 .top-container { width: 100%;padding-left:0%; padding-right: 0%; }
	 header.smaller .nav a{ color:#fff !important}
	 .nav a{ color:#fff !important; line-height:44px !important}
     header.smaller .menuSeven span{background-color:#ed6e21 !important;}
	 .about-home-wrap{background-color:#ed6e21}
	 .about-content-wraper{ position:inherit}
	 .footer-logo{ margin-top:0px;}
	 
	 .enquiry-wrap{ padding-top:1.5em; padding-bottom:1.5em;}
	 .banner-caption-wrap{ display:none}
	 .growth-story p{ padding-right:0px;}
	 .bottom-footerbg{ display:none}
	 .footer-content:nth-child(1){ display:none}
	  .growth-left-bg{ display:none}
	  .home-contact{ padding-top:30px; padding-bottom:30px;}
	  .footer-top-wraper{ padding-top:0px;}
	
}

@media (min-width:992px) and (max-width:1199px){

	

}
.box-group{
text-align: center;
overflow: hidden;
position: relative;
}
.box-group img{
width: 100%;
height: 100%;
transform: scale3d(1, 1, 1);
transition: all 0.3s ease 0s;
display:block;
}
.box-group:hover img{
transform: scale3d(1.15, 1.15, 1);
}
.box-group .box-content{
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
padding-top: 35%;
color: #fff;
position: absolute;
top: 0;
left: 0;
opacity: 0;
z-index: 2;
transition: all 0.3s ease 0s;
cursor:pointer;
}
.box-group:hover .box-content{
opacity: 1;
}
.box-group .box-content:before, .box-group .box-content:after{
content: "";
position: absolute;
top: 15px;
left: 15px;
bottom: 15px;
right: 15px;
border: 1px solid rgba(255, 255, 255, 0.7);
opacity: 0;
z-index: -1;
transform: scale(1.5);
transition: all 0.6s ease 0.2s;
}
.box-group .box-content:before{
border-top: none;
border-bottom: none;
left: 30px;
right: 30px;
}
.box-group .box-content:after{
border-left: none;
border-right: none;
top: 30px;
bottom: 30px;
}
.box-group:hover .box-content:before, .box-group:hover .box-content:after{
opacity: 1;
transform: scale(1);
}
.box-group .content-inner{
opacity: 0;
transform: scale(0);
transition: all 0.3s ease 0s;
}
.box-group:hover .content-inner{
opacity: 1;
transform: scale(1);
}
.box-group .title{
font-size: 22px;
font-weight: 700;
color: #00fff2;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0 0 10px;
}
.box-group .post{
display: block;
font-size: 15px;
font-weight: 600;
font-style: italic;
margin-bottom: 15px;
}
.box-group-icon {
position: absolute;
bottom:1em;
left: 0px;
color: rgba(255,255,255,1) !important;
font-size: 2em;
font-family: 'Montserrat';
width:100%;
text-align:right;
z-index:2;
font-weight:500;
padding-right:35px;
letter-spacing:-1px
}


.box-group-icon:hover{
display:none !important;
}
.group-link{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 60px;
left: 0;
right: 0;
}
.box-group .icon{
list-style: none;
padding: 0;
position: absolute;
top:0;
left:0;
text-align: center;
opacity: 0;
transition: all 0.5s ease 0s;
bottom:0;
right:0;
margin:auto;
}
.box-group:hover .icon{
left: 0px;
opacity: 1;
transition-delay: 0.3s;
}
.box-group .icon li{ display: inline-block; }
.box-group .icon li {
width:40px;
height:40px;
line-height:40px;
background:#fff;
font-size:18px;
color: #231f20;
transition: all 0.5s ease 0s;
position: absolute;
top:0;
left:0;
bottom:0;
right:0;
margin:auto;
border-radius:50%;

}





