
/******************************************** General **********************************************************/

body{
	font-family: 'Montserrat';
	font-size: 16px;
	color: #585858;
}

h3{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 label{
	color: #62ae30;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}


.nvp65{
	padding-top: 65px;
	padding-bottom: 65px;
}

.ntype-list{
	list-style-type: none;
	padding-left: 0;
}

.btn.btn-default, .wpcf7-submit{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #62ae30;
	border: 1px solid #62ae30;
	border-radius: 20px;
	padding: 9px 37px;
}

.btn.btn-default.blue-grey{
	background-color: #3c506b;
	border: 1px solid #3c506b;
}

.btn.btn-default:hover, .wpcf7-submit:hover{
	background-color: #fff;
	border: 1px solid #62ae30;
	color: #62ae30;
}

.btn.btn-default.blue-grey:hover{
	background-color: #fff;
	border: 1px solid #3c506b;
	color: #3c506b;
}

.btn.btn-default.view-more{
	font-size: 15px;
    letter-spacing: 1px;
}


.shape-triangle{
	position: relative;
}

.shape-triangle:after{
	content: '';
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #e0ebed;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}


/******************************************** Head **********************************************************/


.site-header{
	position: relative;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    background-color: #fff;
}

.header-middle{

}

.navbar-collapse.collapse{
	clear: none;
	float: right;
}

.navbar-nav>li{
	margin: 0 15px;
}

.navbar-nav>li>a{
	font-size: 12px;
	text-transform: uppercase;
	color: #585858;
	padding: 39px 0px;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a{
	color: #62ae30;
	background: transparent;
}

.top-widget{
	float: right;
	padding: 39.5px 0 39.5px 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.qtranxs_widget ul{
	padding-left: 0;
}

.top-widget .qtranxs_widget ul li{
	margin: 0;
}

.qtranxs_widget ul li:after{
	content: '/';
	display: inline-block;
}

.qtranxs_widget ul li:last-child:after{
	display: none;
}

.qtranxs_widget ul li a:hover,
.qtranxs_widget ul li.active a{
	color: #175d9b;
}

/******************************************** Footer **********************************************************/

#footer{
	background: #fbfbfb;
	color: #838699;
	font-size: 14px;
}

#footer h3.widgettitle{
	font-size: 14px;
	font-weight: bold;
}

#footer .widgettitle:after{
	display: none;
}

.footer-widget a{
	color: #838699;
}

.footer-widget a:hover{
	color: #62ae30;
}



#colophon{
	background-color: #585858;
	color: #8b8b8b;
	font-size: 13px;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(114,188,34, .6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 5px rgba(114,188,34, 0.3);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(114,188,34, 0);
  }
}
@keyframes bot-to-top {
    0%   {bottom:-40px}
    50%  {bottom:25px}
}
@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}

#floating-widget{
	top: auto;
	bottom: 15px;
	left: 20px;
	animation: bot-to-top 2s ease-out;
	width: 50px;
	z-index: 1009;
}

#phone-float{
    display: block;
    padding: 7.5px 14px;
    background-color: rgba(114, 188, 34, .6);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
	font-size: 22px;
	animation: pulse 2s infinite;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#phone-float:hover{
	animation: rotate-in 1s infinite;
}



#floating-widget-2{
	position: fixed;
    right: 0;
    top: 38%;
    z-index: 999;
}

.floating-social{}

.floating-social li{
	margin-bottom: 4px;
}

.floating-social li.float-whatsapp span{
	background-color: #65bc54;
}

.floating-social li.float-fb{}

.floating-social li.float-fb span{
	background-color: #3a559f;
}

.floating-contact li.float-whatsapp,
.floating-contact li.float-fb{
}

.floating-social li.float-whatsapp span,
.floating-social li.float-fb span{
	display: block;
	color: #fff;
	padding: 0;
    width: 38px;
    height: 38px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
}

.floating-social li.float-whatsapp span .fa{
	margin-top: -8px;
}

.floating-social li span:hover{
	background-color: #a00007;
}


/******************************************** Home  **********************************************************/

.nr-frame{
	position: relative;
	text-align: right;
}

.nr-frame img{
    margin: 55px 50px 60px 0;
    -webkit-box-shadow: -10px 10px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -10px 10px 15px 0px rgba(0,0,0,0.15);
    box-shadow: -10px 10px 15px 0px rgba(0,0,0,0.15);
    position: relative;
    z-index: 99;
}

.nr-frame:after{
	content: '';
	display: block;
	position: absolute;
	width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    border: 10px solid #e0ebed;
}

.nl-frame{
	position: relative;
	text-align: left;
}

.nl-frame img{
    margin: 55px 0 60px 50px;
    -webkit-box-shadow: -10px 10px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -10px 10px 15px 0px rgba(0,0,0,0.15);
    box-shadow: -10px 10px 15px 0px rgba(0,0,0,0.15);
    position: relative;
    z-index: 99;
}

.nl-frame:after{
	content: '';
	display: block;
	position: absolute;
	width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    border: 10px solid #e0ebed;
}



.about-us-section .row{
}




.home-section-2 .nbox{
	max-width: 1170px;
    margin: auto;
}

.home-section-2 .nrow-1 .nbox{
	padding: 30px 15px 45px;
}

.home-section-2 .nrow-2{
	background-color: #e0ebed;
}

.home-section-2 .nrow-2 .nbox{
	padding: 65px 15px;
}

.home-section-2 ul.cat-list{
	overflow: hidden;
}

.home-section-2 ul.cat-list li{
	width: 33.333333%;
	float: left;
	border: 0;
	text-align: center;
	padding: 15px;
	margin-bottom: 0;
}

.home-section-2 ul.cat-list li .inner-nbox{
	position: relative;
	display: block;
}

.home-section-2 ul.cat-list li .inner-nbox:hover{
	color: #62ae30;
}

.home-section-2 ul.cat-list li .post-content-wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 26%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(26%, rgba(255,255,255,0.8)), color-stop(41%, rgba(255,255,255,1)), color-stop(71%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 26%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 26%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 26%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 26%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.home-section-2 ul.cat-list li .inner-nbox img{
	opacity: .5;
}

.home-section-2 ul.cat-list li .inner-nbox:hover img{
	opacity: 1;
}

.home-section-2 ul.cat-list li h5{
	margin-bottom: 0;
	padding: 42px 15px 22px;
    text-transform: uppercase;
}




.home-section-3{
	background: url('/wp-content/uploads/2018/10/bg01.jpg')no-repeat;
	background-size: cover;
	position: relative;
}

.home-section-3 .row{
}

.home-section-3 h2{
	color: #3c506b;
	font-family: 'Lato';
	font-weight: 400;
}

.home-section-3 h4{
	font-family: 'Lato';
	color: #474747;
}

.home-section-3 .ncol-1 .img-wrapper{
}



.home-section-3 .ncol-2 .nbox{
	float: left;
}

/******************************************** About **********************************************************/

.about-section-2 li{
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 0;
}

.about-section-3{
	overflow: hidden;
}

.about-section-3 .foo-item a{
	margin: 0;
}

.about-section-3 .owl-nav > div{
	height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.about-section-3 .owl-carousel .owl-nav [class*=owl-]{
	font-size: 20px;
    border-radius: 0;
    color: #000;
}

.owl-carousel .owl-nav [class*=owl-]{
	background: rgba(255, 255, 255, 0.3);
}

.about-section-3 .owl-nav .owl-prev{
	left: 0;
}

.about-section-3 .owl-nav .owl-next{
	right: 0;
}

/******************************************** Get Started **********************************************************/

.started-section-1 .nrow-1 h3{
	margin-bottom: 0;
}

.started-section-1 .nrow-2{
	background-color: #e0ebed;
}

.started-section-1 .nbox{
	max-width: 1170px;
	margin: auto;
}

.started-section-1 .nrow-1 .nbox{
	padding: 45px 15px;
}

.started-section-1 .nrow-2 .nbox{
	padding: 65px 15px;
}

.started-section-1 .nrow-2 ul{
	overflow: hidden;
	padding: 0 8%;
}

.started-section-1 .nrow-2 li{
	width: 50%;
	float: left;
	padding: 15px;
}

.started-section-1 .nrow-2 li h3{
	color: #585858;
	display: inline-block;
    text-align: center;
}

.started-section-1 .nrow-2 li h3 label{
	display: block;
	font-size: 60px;
	color: #585858;
}

.started-section-1 .nrow-2 li p{
	font-size: 14px;
    font-weight: bold;
    margin: 0 0 30px;
    min-height: 90px;
}

.started-section-1 .nrow-2 li .img-wrapper{}

.started-section-1 .nrow-2 li .img-wrapper img{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15)
}

/******************************************** Services **********************************************************/

.service-section-1 .row{}

.service-section-2{
	padding-bottom: 65px;
}

.service-section-2 .row{}

.service-section-2 .row .ncol-1{}

.service-section-3 .row{}

.service-section-3 .row .ncol-1 .img-wrapper{}

.service-section-3 .row .ncol-1 img{
	width: 100%;
}

.service-section-3 .row .ncol-2 .nbox{
	max-width: 585px;
	padding: 20px;
}


/******************************************** Contact **********************************************************/


.contact-section-1 iframe{
	width: 100%;
}

.contact-section-2 .wpcf7{
	max-width: 700px;
	margin: auto;
}

.wpcf7 p{
	margin: 0;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 textarea{
	font-size: 15px;
	border-radius: 0;
	font-weight: 500;
	border: 1px solid #7eb82e;
}

.wpcf7-form input:not([type="submit"]):not([type="reset"]){
	padding: 8px 10px;
}

.wpcf7 textarea{
	height: 150px;
}

.g-recaptcha > div{
	margin: auto;
}

/******************************************** Products **********************************************************/

.product-title-section{
	padding: 45px 15px;
	text-align: center;
}

.product-container-section{
	background-color: #e0ebed;
	padding: 65px 15px;
}

.custom-products-archive ul.post-listing {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
}

.custom-products-archive .post-listing li {
	width: 33.3333%;
	float: left;
	border: 0;
	text-align: center;
}

.custom-products-archive .featured-post-wrapper{

}

.custom-products-archive .post-listing .featured-img{
	margin: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    float: none;
}

.custom-products-archive .post-listing .featured-img img{
	width: 100%;
}

.custom-products-archive .featured-post-content{
	padding: 15px;
}

.custom-products-archive h5{
	text-transform: uppercase;
	font-weight: bold;
}

.custom-products-archive .featured-post-excerpt{
	font-size: 14px;
}

.custom-products-archive .featured-post-btn{
	text-align: center;
}







html[lang="bm-my"] .navbar-nav>li{
	margin: 0 10px;
}

html[lang="bm-my"] .navbar-nav>li>a{
	font-size: 10px;
}