/* **
 * ========================================
 * Includes Fonts
 * ========================================
 ** */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/font-awesome/fonts/FontAwesome.otf);
}

@font-face {
    font-family: fontawesome-webfont;
    src: url(../fonts/font-awesome/fonts/fontawesome-webfont.ttf);
}

@font-face {
    font-family: Catamaran-Regular;
    src: url(../fonts/Catamaran/Catamaran-Regular.ttf);
}

@font-face {
    font-family: Catamaran-Light;
    src: url(../fonts/Catamaran/Catamaran-Light.ttf);
}

@font-face {
    font-family:Catamaran-Medium;
    src: url(../fonts/Catamaran/Catamaran-Medium.ttf);
}

@font-face {
    font-family: arialbd;
    src: url(../fonts/arial/arialbd.ttf);
}

@font-face {
    font-family: arial-regular;
    src: url(../fonts/arial/arial.ttf);
}

@font-face {
    font-family: Catamaran-ExtraBold;
    src: url(../fonts/Catamaran/Catamaran-ExtraBold.ttf);
}

@font-face {
    font-family: Catamaran-Bold;
    src: url(../fonts/Catamaran/Catamaran-Bold.ttf);
}

@font-face {
    font-family: Catamaran-SemiBold;
    src: url(../fonts/Catamaran/Catamaran-SemiBold.ttf);
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'); /* support Internet explorer  */
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* support Internet explorer  */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* support Modern browser  */ url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), /* support firefox , chrome   */ url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');/* Svg form   */
    font-weight: normal;
    font-style: normal ;

}

@font-face {
    font-family: 'open-sans';
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot');   /* support Internet explorer  */
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* support Internet explorer  */ url('../fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'), /* support Modern browser  */ url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype'), /* support firefox , chrome   */ url('') format('svg');
    font-weight: normal;
    font-style: normal ;

}

body {
    background: #f2f2f2;
}

.page-header {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: medium none;
    height: 50px;
    margin: 0;
    width: 100%;
    z-index: 999;
    position: relative;
}

.page-header p {
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #8bc53f;
    float: left;
    line-height: 50px;
}

.page-header p span{
	text-decoration: underline;
}

.page-header p a {
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #8bc53f;
}

.page-header h2 {
    font-family: arialbd;
    font-size: 20px;
    color: #fff;
    float: right;
    margin: 0;
    line-height: 50px;
}

.glyphicon-search{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.logo img {
    position: relative;
    z-index: 999;
    margin-top: 34px;
    margin-bottom: 35px;
    height: 70px;

}

.bottm-menu .navbar {
    margin-bottom: 0;
}

.bottm-menu .navbar-inverse {
    background: transparent;
    border: none;
}

.bottm-menu .navbar-collapse {
    background: #8BC53F;
    padding: 0;
    position: relative;
    z-index: 999;

}

.bottm-menu .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #73a52b;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.bottm-menu .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-family: Catamaran-Regular;
    font-size: 18px;
}

.bottm-menu .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #73a52b;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.bottm-menu .navbar-nav > li > a {
    padding-bottom: 17px;
    padding-top: 17px;

}

.bottm-menu .input-group .form-control {
    width: 302px;
    border-radius: 0;
    height: 56px;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
}

.bottm-menu .form-control {
    background: #0A122A;
    border: none;
}

.bottm-menu .form-control::-moz-placeholder {
    color: #fff;
    font-family: Catamaran-Regular;
    font-size: 18px;
}

.bottm-menu .btn-danger {
    background-color: #0A122A;
    border-color: #d43f3a;
    color: #fff;
    height: 56px;
    border: none;
    border-radius: 0;
}

.fade-carousel {

    height: 670px;
    position: relative;

}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;

}

.fade-carousel .carousel-indicators {
    top: 620px;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 4px;
    border: none;
    width: 15px;
    height: 15px;
    line-height: 24px;
	background-color: #fff;
}

.fade-carousel .carousel-indicators > li.active {

    background-color: #8bc53f;
}

.fade-carousel .carousel-indicators > li span {
    margin-right: 10px;
    margin-top: 5px;
}

.carousel-indicators {
    left: 0px;
    margin-left: 0;
    width: 53%;
    text-align: right;
    bottom: 83px;
}

.fade-carousel .carousel-indicators > li.active {

}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 47.5%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin-top: 136px;
}

.hero hgroup {
    width: 50%;
    float: left;
}

.hero h1 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: Catamaran-ExtraBold;
    font-size: 62px;
    text-transform: lowercase;
    width: 100%;
    line-height: 61px;
}

.hero h1 span {
    color: #8bc53f;
}

.hero h3 {
    color: #fff;
    font-family: Catamaran-Regular;
    font-size: 18px;
    line-height: 28px;
    width: 100%;

}

.hero img {
    margin-top: -30px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 705px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../images/slider-image.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../images/slider-image2.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../images/slider-image.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}

.products {
    background: #fff;
    padding: 20px 48px 10px;
    border-radius: 5px;
    margin-top: -70px;
    z-index: 999;
    margin-bottom: 48px;
}

.products img {

}

.products .icons {
    float: left;
}

.products .icons h6 {
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #8bc53f;
}

.products .icons2 {
    float: left;
    margin-left: 68px;
}

.products .icons2 h6 {
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #2892d7;
}

.products .icons2 h6 a {
    color: #8bc53f;

}

.products .icons h6 a {
    color: #8bc53f;

}

.products .icons2 h6 a:hover {
    color: #8BC53F;

}

.products .icons h6 a:hover {
    color: #8BC53F;
}

.products a:hover h6{
	color: #8BC53F;
}

  rect{
	fill: rgb(139 , 179, 63);
}


.price-detail, .catalog {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 28px;
	border: 1px solid transparent;
}

.price-detail h2 {
    width: 65%;
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #000;
    float: left;

}

.catalog h2 {
    width: 100%;
    font-family: Catamaran-SemiBold;
    font-size: 14px;
    color: #000;
}

.price-detail h6 a, .catalog h6 a {
    color: #8bc53f;

}

.price-detail .price-img {
    float: right;
}


.price-detail p, .catalog p {
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: 33px auto 0;
    width: 59%;
}

.price-detail2 {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #8bc53f;

}

.price-detail2 h6 {
    width: 54%;
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #8bc53f;
    float: left;
    padding-left: 15px;
    padding-top: 16px;

}

.price-detail2 .price-img {
    float: right;
    padding-right: 15px;
    padding-top: 16px;
}

.price-detail2 p {
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: 33px auto 0;
    width: 59%;

}

.price-detail2 .btn-back .btn-default {
    background-color: #8bc53f;
    border-color: #ccc;
    color: #fff;
    height: 40px;
    width: 227px;
    font-family: Catamaran-Bold;
    font-size: 14px;
    margin-top: 13px;
    line-height: 25px;

}


.catalog-name {
    float: none !important;
    width: 100%;
}

.btn-back .btn-default {
    background-color: #8bc53f;
    border-color: #ccc;
    color: #fff;
    height: 40px;
    width: 100%;
    font-family: Catamaran-Bold;
    font-size: 14px;
    margin-top: 13px;
    line-height: 25px;
	
 	display: none;
}

.btn-back .btn-default:hover {
    background-color: #000;
    transition-duration: .5s;
}

.price-detail2 .btn-back .btn-default:hover {
    background-color: #000;
    transition-duration: .2s;
}

.price-detail2 .btn-back {
    background: #f7f7f7;
    height: 66px;
    border-radius: 0 0 5px 5px;
    margin-top: 13px;
}

a.price-hover:hover .btn-back .btn-default{
	display: block;
}

.price-detail{
	
} 

a.price-hover:hover .price-detail{
	border: 1px solid #8bc53f;
	 margin-bottom: -53px; 
}

.products-single {
	z-index:400;
}

.products-single:hover {
	z-index:600;
}

.products-single a.price-hover:hover {
	z-index:600;
	position:relative;
}

.products-single a.price-hover {
	z-index:400;
	
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	
	a.price-hover:hover .price-detail{
	border: 1px solid #8bc53f;
	 margin-bottom: -55px; 
	z-index: 99;
	position: relative;
	display: block;
	overflow: hidden;
	
	}
} */

a.price-hover:hover .price-detail h6{
	color: #8bc53f;
}

.home-tile-a {
    background: url(../wp-content/uploads/2020/08/mosaico1.jpg) no-repeat;
    padding-top: 0px;
    padding-bottom: 30px;
	border-radius: 5px;
}

.home-tile-a img{
	height: 100%;
	width:100% !important;
	object-fit: cover;
	border-radius: 5px;
}

.home-tile-b img{
	height: 100%;
	width:100% !important;
	object-fit: cover;
	border-radius: 5px;
}

.home-tile-b {
    background: url(../images/car-image.png) no-repeat;
    padding-top: 0px;
    padding-bottom: 30px;
}

.price-detail-back-img h2 {
    font-family: Catamaran-Regular;
    font-size: 48px;
    color: #fff;
    margin-top: 0;
}

.price-detail-back-img h2 span {
    font-family: Catamaran-Bold;
    font-size: 48px;
    color: #fff;

}

.price-detail-back-img p {
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #fff;
    width: 40%;
    margin-top: 57px;
    margin-left: auto;
    margin-right: 10px;

}

.topdetail {
/*     bottom: 27px;
    position: relative;
    z-index: -999; */
	margin-top: 25px;
}

.newsletter {
    background: #ededed;
    padding-top: 62px;
    margin-top: 20px;
    padding-bottom: 74px;
    margin-bottom: 48px;
}

.newsletter img {
    float: left;
}

.newsletter .newsletter-setting {
    float: right;
    margin: 0;
    width: 91%;
}

.newsletter .newsletter-setting h2 {
    color: #454545;
    font-family: Catamaran-Regular;
    font-size: 30.41px;
    line-height: 32px;
    width: 40%;
    margin-top: 0;
}

.newsletter .newsletter-setting h2 span {
    font-family: Catamaran-ExtraBold;
    font-size: 60.82px;
    color: #8bc53f;
    margin: 0;
}

.newsletter .newsletter-setting p {

    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #484848;
    padding-bottom: 15px;
}

.newsletter .newsletter-setting button, input, optgroup, select, textarea {
    color: #484848;
    height: 47px;
    margin: 0;
    width: 243px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding-left: 28px;
    font-family: Catamaran-Regular;
    font-size: 14px;

}

.big-form {
    width: 544px;
}

.small-btn {
    width: 155px !important;
    font-family: Catamaran-Bold !important;
    font-size: 20px !important;
    color: #fff !important;
    background: #0A122A !important;
    border: 1px solid #0A122A !important;
}

.small-btn:hover {
    color: #fff !important;
    background: #8bc53f !important;
    border: 1px solid #8bc53f !important;
    transition-duration: 0.5s;
}

.img-detail {
    background: #fff url(../images/snow-1.png) no-repeat;
    width: 100%;
    border-radius: 5px;
    color: #8bc53f;
    padding: 5px 5px 16px;
}

.img-detail:hover {
    background-color: #8bc53f;
    transition-duration: 1s;
    cursor: pointer;
    color: #fff;
}

.img-detail2 {
    background: #fff url(../images/snow-2.png) no-repeat;
    width: 100%;
    border-radius: 5px;
    color: #8bc53f;
    padding: 5px 5px 16px;
}

.img-detail2:hover {
    background-color: #8bc53f;
    transition-duration: 1s;
    cursor: pointer;
    color: #fff;
}

.img-detail3 {
    background: #fff url(../images/snow-3.png) no-repeat;
    width: 100%;
    border-radius: 5px;
    color: #8bc53f;
    padding: 5px 5px 16px;
}

.img-detail3:hover {
    background-color: #8bc53f;
    transition-duration: 1s;
    cursor: pointer;
    color: #fff;
}

.img-detail4 {
    background: #fff url(../images/snow-1.png) no-repeat;
    width: 100%;
    border-radius: 5px;
    color: #8bc53f;
    padding: 5px 5px 16px;
}

.img-detail4:hover {
    background-color: #8bc53f;
    transition-duration: 1s;
    cursor: pointer;
    color: #fff;
}

.img-detail h2 {
    font-family: Catamaran-SemiBold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 239px;
}

.img-detail .img-hover {
    background: url(../images/green-snow.png) no-repeat;
    width: 50px;
    height: 49px;
}

.img-detail .img-hover:hover {
    background: url(../images/white-snow.png) no-repeat;

}

.img-detail2 h2 {
    font-family: Catamaran-SemiBold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 239px;
}

.img-detail2 .img-hover {
    background: url(../images/green-snow.png) no-repeat;
    width: 50px;
    height: 49px;
}

.img-detail2 .img-hover:hover {
    background: url(../images/white-snow.png) no-repeat;
    transition-duration: 0.6s;
}

.img-detail3 h2 {
    font-family: Catamaran-SemiBold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 239px;
}

.img-detail3 .img-hover {
    background: url(../images/green-snow.png) no-repeat;
    width: 50px;
    height: 49px;
}

.img-detail3 .img-hover:hover {
    background: url(../images/white-snow.png) no-repeat;

}

.img-detail4 h2 {
    font-family: Catamaran-SemiBold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 239px;
}

.img-detail4 .img-hover {
    background: url(../images/green-snow.png) no-repeat;
    width: 50px;
    height: 49px;
}


.snow-image:hover .img-hover {
    background: url(../images/white-snow.png) no-repeat;
}

.logo-imges {
    margin: 0 auto;
    width: 86%;
    margin-top: 94px;
    padding-bottom: 82px;
}

.partner-logo {
	display: flex !important;
	justify-content: center !important;
	position:relative !important;
	width: 120px !important;
	margin-left:25px !important;
	margin-right:25px !important;
	height: 90px !important;
}

.partner-logo img{
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



.footer-detail {
    background: #fff;
	padding-bottom: 40px;
}

.footer-top-icon {
    margin-top: -25px;
	height: 65px;
	width: 65px;
	background-color: #8bc53f;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-top-icon img {
	height: 40px;
	width: 40px;
}

.footer-detail .footer-icon span {
    margin-left: 20px;
}

.footer-detail .footer-icon p {
    margin-left: 20px;
    margin-top: 20px;
    font-family: Catamaran-Regular;
    font-size: 14px;
    color: #484848;
    line-height: 26px;
}

.footer-detail .footer-icon p.mid-links a{
	font-family: Catamaran-Regular;
    font-size: 14px;
    color: #484848;
    line-height: 26px;
}

.footer-detail .footer-icon p.mid-links a:hover{
	color: #8BC53F;
}

.footer-detail .footer-icon p a {
    color: #8BC53F;
    margin-left: 0px;
    font-family: Catamaran-SemiBold;
}

.footer-detail .footer-icon p a:hover{
	color: #0a122a;
}

.footer-detail h3 {
    color: #666666;
    font-family: Catamaran-SemiBold;
    font-size: 25;
    margin-left: 20px;
    margin-top: 38px;
}

.footer-detail .left-icon {
    margin-left: 77px;
}

.footer-detail .left-icon .icon-setting {
    margin-top: 20px;
    margin-left: 20px;

}

.footer-detail .left-icon .icon-setting a img:hover {
    transform: rotate(360deg);
    transition: all 0.6s ease-in-out 0s;
}

.footer-green {
    background: #8BC53F;
    padding-bottom: 10px;
    padding-top: 20px;
}

.footer-green p {
    color: #fff;
    font-family: Catamaran-SemiBold;
    font-size: 25;
}

.footer-green p a {
    float: right;
	margin-top:-6px;
}

/* websolutionseo */

.fade-carousel {
    margin-top: -255px;
}

.p_0 {

    padding-left: 0px;
    padding-right: 0px;
}

#custom-search-input {

    width: 302px;
}

#custom-search-input .input-group {

    width: 302px;
}

a:hover {
    text-decoration: none

}

.input-1 {

    background-image: url(../images/subscribe-filed-surename.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 45px;

}

.input-2 {

    background-image: url(../images/mailchamp-message-icon.png);
    background-repeat: no-repeat;
    background-position: 12px 13px;
    padding-left: 45px;

}

.page-header img {
    margin-top: -4px;
    margin-right: 2px;
	height: 20px;
	width: 20px; 
}

.page-header a span {
    text-decoration: underline;
    height: 20px;
    line-height: 20px;

}

.tablet-logo {
    display: none;
}

/* **
 * ========================================
 * Casa Page
 * ========================================
 ** */

.bg-image {
	background-image: url(../images/Untitled-1.jpg);
	background-position:bottom right;
	
}

.bg-white {
height:51px;
background-color:#fff;
margin-bottom:40px;	
line-height:51px;

}

.ui {
	 font-family: Catamaran-SemiBold;
	 color:#8bc53f;
	 padding-left:10px;
}

.ui a {
	font-size:14px;
	color:#555555;
	font-family: Catamaran-Regular;
}

.ui a:hover{
	color:#8bc53f;
}

.ui a  {
	cursor:pointer;
}
a:active {
	outline:none !important;
}

a:visited {
	outline:none !important;
}

a {
	outline:none !important;
}

.left-area {
	
	width: 23.5%;
}

.right-area {
	
	width: 76.5%;
}


.heading h1{
	
	color:#0a122a;
	font-size:36px;
	font-family:Catamaran-Medium;
	margin-top:0px;
	margin-bottom:35px;
	
}

.cssmenu {
	margin-top:-5px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}

.bg-white-special {
	background-color:#fff;
	height:181px;
	border-radius:3px;
	margin-bottom:45px;
}

.special-image img {
	
	margin-top:-40px;
}

.special-text h2 {
	color:#0a122a;
	font-size:24px;
	font-family:Catamaran-Medium;
	margin-top:27px;

	
}

.special-text p {
	font-family: Catamaran-Light;
	font-size:14px;
	line-height:20px;
	color:#555555
}

.ui .active {
	
	text-decoration:underline
}

/*---------------------------------------
   2.2 PRE LOADER              
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

/*=========== contact page by saad ===============*/

#googleMap{
	width: 100%;
	height: 367px;
	
	border: 10px solid #fff;
	border-radius: 5px;
}

.gmap-container{
	
}

.gmap-container h2{
	width: 170px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	border-radius: 5px;
	
	font-family: Catamaran-Medium;
	font-size: 16px;
	color: #8bc53f;
	text-align: center;
	margin: 0;
	position: absolute;
	bottom: 40px;
}

.address-container{
	margin-top: 42px;
	margin-bottom: 25px;
}

.address-container .left-col{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}

.address-container .left-col h2{
	font-family: Catamaran-SemiBold;
	font-size: 35px;
	color: #000;
	margin: 0;
}

.address-container .left-col ul{
	margin-top: 27px;
}

.address-container .left-col ul li{
	border-bottom: 1px solid #e6e7e9;
	min-height: 65px;
	line-height: 65px;
}

.address-container .left-col ul li:last-child{
	border-bottom: none;
}

.address-container .left-col ul li .img-div{
	width: 10%;
	display: inline-block;	
	vertical-align: top;
	border-right: 1px solid #e6e7e9;
	text-align: center;
	float: none;
	margin: 0 auto;
}

.address-container .left-col ul li .txt-div{
	width: 88%;
	display: inline-block;	
	vertical-align: middle;	
}

.address-container .left-col ul li .txt-div p{
	font-family: Catamaran-Light;
	font-size: 18px;
	color: #000;
	line-height: 15px;
	padding-left: 10px;
}

.address-container .left-col h5{
	font-family: Catamaran-Regular;
	font-size: 18px;
	color: #8bc53f;
	
	margin-top: 40px;
	margin-bottom: 40px;
}

.address-container .right-col h2{
	font-family: Catamaran-SemiBold;
	font-size: 35px;
	color: #000;
	margin-top: 7px;
}

.address-container .right-col p{
	font-family: Catamaran-Light;
	font-size: 14px;
	color: #555555;
	
	height: 25px;
	line-height: 25px;
}

.address-container .right-col .cntct-form{
	background-color: #fff;
	margin-top: 48px;
	border-radius: 5px;
	padding: 10px;
}

.address-container .cntct-form .cntct-input{
	width: 100%;
	margin-bottom: 10px;
	padding-left: 13px;
	height: 40px;
	line-height: 40px;
	
	border: none;
	border: 1px solid transparent;
	background-color: #f8f8f8;
}

.address-container .cntct-form .cntct-input:hover,
.address-container .cntct-form .cntct-input:focus{
	border: 1px solid #8bc53f;
}

.address-container .cntct-form .txt-area{
	height: 140px;
}

.address-container .cntct-form-btn{
	width: 100px;
	height: 42px;
	line-height: 42px;
	border: none;
	background-color: #8bc53f;
	
	font-family: Catamaran-Regular;
	font-size: 18px;
	color: #fff;
	border: 2px solid transparent;
	border-radius: 5px;
	margin-top: 13px;
	float: right;
}

.address-container .cntct-form-btn:hover,
.address-container .cntct-form-btn:focus{
	color: #8bc53f;
	border: 2px solid #8bc53f;
	background-color: #fff;
}

.address-container .padding-left{
	padding-left: 9px;
}

/*============= Product-Page by saad ===============*/

.flexslider{
	margin-left: 30px;
}

.flex-direction-nav a{
	background: rgba(0, 0, 0, .5);
	vertical-align: center;
	text-align: center;
}

.flex-direction-nav a:before{
	font-family: FontAwesome;
	content: "\f104";
	color: #fff;
	font-size: 30px;
	text-shadow: none;
	text-align: center;
}

.flex-direction-nav a.flex-next:before{
	font-family: FontAwesome;
	content: "\f105";
	color: #fff;
	font-size: 30px;
	text-shadow: none;
	text-align: center;
}

.flex-direction-nav a{
	height: 50px;
	width: 30px;
	vertical-align: center;
	text-align: center;
}

.flex-direction-nav .flex-next{
	text-align: center;
}

.flex-control-thumbs{
	margin-top: 13px;
}

.flexslider .slides img{
	width: 85%;
}

.flex-control-thumbs img{
	opacity: 1;
}

.flex-control-thumbs li{
	width: 18%;
	margin-right: 12px;
}

.product-description{
	margin-bottom: 65px;
	padding-top: 35px;
	background-color: #fff;
	border-right: 15px solid #f2f2f2;
	border-left: 15px solid #f2f2f2;
}

.product-description .right-col h2{
	font-family: Catamaran-Medium;
	font-size: 36px;
	color: #0a122a;
	margin: 0;
}

.product-description .right-col h3{
	font-family: arial-regular;
	font-size: 12px;
	color: #0a122a;
	margin: 0;
}

.product-description .right-col p{
	font-family: Catamaran-Regular;
	font-size: 16px;
	color: #8bc53f;
	
	margin-top: 20px;
	line-height: 24px;
	letter-spacing: .2px;
}

.product-description .right-col .two-box{
	width: 47%;
	display: inline-block;
	margin-top: 23px;
	vertical-align: top;
}

.product-description .right-col .two-box.left-one{
	margin-right: 35px;
}

.product-description .quantity-div{
	width: 60%;
	margin-top: 20px;
	margin-bottom: 27px;
}

.product-description .quantity-div h5{
	font-family: Catamaran-Light;
	font-size: 14px;
	color: #555555;
	border-bottom: 1px solid #e6e7e9;
	padding-bottom: 6px;
	margin-bottom: 5px;
}

.product-description .quantity-div h5:last-child{
	border-bottom: none;
}

.product-description .quantity-div h5 span.float-right{
	font-family: arial-regular;
}

.product-description .quantity-div .float-right{
	float: right;
}

.product-description .right-col .two-box h4{
	font-family: Catamaran-Medium;
	font-size: 18px;
	color: #555555;
	margin: 0;
}

.product-description .right-col .two-box p{
	font-family: Catamaran-Light;
	font-size: 14px;
	color: #555555;
	margin-top: 3px;
}

.product-description .color-div{
	margin-top: 20px;
}

.product-description .color-images{
	margin-top: 10px;
}

.product-description .color-images img{
	display: inline-block;
	margin-right: 3px;
}

.product-form{
	background-color: #fff;
	border-top: 10px solid #f6f6f6;
	padding-top: 34px;
}

.product-form .logo-box{
	width: 10%;
	float: left;
}

.product-form .head-text{
	width: 60%;
	float: left;
}

.product-form .head-text h2{
	font-family: Catamaran-SemiBold;
	font-size: 30px;
	color: #8bc53f;
	margin-top: 45px;
	margin-bottom: 0;
}

.product-form .head-text p{
	font-family: Catamaran-Light;
	font-size: 14px;
	color: #555555;
	height: 23px;
	line-height: 23px;	
}

.product-form .form-body{
	width: 90%;
	margin-left: 107px;
	margin-top: 30px;
	margin-bottom: 45px;
	display: block;
	float: left;
}

.product-form .form-body .form-input{
	display: inline-block;
	margin-right: 10px;
	border: none;
	background-color: #f8f8f8;
	padding-left: 12px;
	height: 40px;
	line-height: 40px;
	width: 29.5%;
	border: 1px solid transparent;
	font-family: Catamaran-Light;
	font-size: 16px;
	color: #555;
	
	outline: 0;
	box-shadow: none;
}

.product-form .form-body .txt-area{
	height: 140px;
	width: 91.5%;
	display: block;
	margin-top: 10px;
}

.product-form .form-body .form-btn{
	width: 200px;
	height: 43px;
	line-height: 43px;
	border: none;
	box-shadow: none;
	
	float: right;
	margin-right: 80px;
	margin-top: 10px;
	text-align: center;
	background-color: #8bc53f;
	color: #fff;
	
	border-radius: 5px;
	font-family: Catamaran-Medium;
	font-size: 18px;
	border: 2px solid #8bc53f;
}

.product-form .form-body .form-btn:hover,
.product-form .form-body .form-btn:focus{
	background-color: #fff;
	border: 2px solid #8bc53f;
	color: #8bc53f;
}

.product-form .form-body .form-input:hover,
.product-form .form-body .form-input:focus{
	border: 1px solid #8bc53f;
	outline: 0;
	box-shadow: none;
}

.product-section{
	border-top: 10px solid #f6f6f6;
    margin-bottom: 10px;
    background-color: #fff;
}

.product-divulgation {
    background-color: #fff;
    margin-bottom: 10px;
}

.product-divulgation-tile {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.product-divulgation-tile > div {
    height: auto;
    width: 50%;
}

.product-divulgation-title{
    padding-right: 60px;
}

.product-divulgation-title :hover{
    text-decoration: none;
}

/* .product-divulgation-description{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
} */

.product-divulgation h5{
    margin-top: 0;
    font-family: Catamaran-SemiBold;
    font-size: 30px;
    width: 60%;
    padding: 20px 0px 20px 20px;
    margin-bottom: 0;
}

.product-divulgation p{
    width: 60%;
    padding-top: 20px;
    font-family: Catamaran-Light;
    font-size: 14px;
    color: #fff;
    line-height: 23px;	
}

.product-divulgation .tile-1 {
   background-color: #8bc53f;
}

.tile-1 h5 {
    color: #273c53;
}

.tile-2 h5 {
    color: #8bc53f;
}

.product-divulgation .tile-2 {
    background-color: #273c53;
}


/*========= elements-page =============*/

.timeline-sample h1{
	font-family: Catamaran-Medium;
	font-size: 36px;
	color: #0a122a;
	
	margin-top: 0;
}

.timeline-sample p{
	font-family: Catamaran-Light;
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	
	margin-bottom: 20px;
}

.timeline-sample p span.grn-undr{
	text-decoration: underline;
	color: #8bc53f;
}

.timeline-sample p span.boold{
	font-family: Catamaran-Bold;
}

.timeline-sample p span.undr1{
	text-decoration: underline;
	color: #0a122a;
}

.timeline-sample p span.undr2{
	text-decoration: underline;
}

.timeline-sample h2{
	font-family: Catamaran-Medium;
	font-size: 30px;
	color: #8bc53f;	
}

.timeline-sample h3{
	font-family: Catamaran-Medium;
	font-size: 20px;
	color: #0a122a;
	margin: 15px 0;
}

.timeline-sample h4{
	font-family: Catamaran-Medium;
	font-size: 16px;
	color: #555555;
	margin: 15px 0;
}

.timeline-sample h5{
	font-family: Catamaran-Bold;
	font-size: 14px;
	color: #8bc53f;
	
	margin: 15px 0;
}

.timeline-sample .u-list{
	width: 35%;
	padding-left: 20px;
	float: left;
	margin-top: 30px;
}

.timeline-sample .u-list li{
	list-style-image: url("../images/round-bullet.png");
	height: 25px;
	line-height: 25px;
}

.timeline-sample .u-list li p{
	margin: 0;
		
	font-family: Catamaran-Light;
	font-size: 14px;
	color: #555555;
}

.timeline-sample .o-list{
	width: 33%;
	float: left;
	margin-top: 30px;
}

.timeline-sample .o-list li{
	list-style-type: decimal;
	color: #8bc53f;
	font-family: arialbd;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}

.timeline-sample .o-list li p{
	margin: 0;
		
	font-family: Catamaran-Light;
	font-size: 14px;
	color: #555555;
}

/*--------- timeline ----------*/
.timeline-container .time_line{
	width: 64%;
	margin: 70px auto 10px auto;
	float: none;
	display: block;
	
	border-bottom: 7px solid #8bc53f;
}

.timeline-container .time_line h6{
	width: 45px;
	height: 45px;
	line-height: 38px;
	/* padding: 8px; */
	background-color: #8bc53f;
	color: #fff;
	
	font-family: arialbd;
	font-size: 18px;
	text-align: center;
	border: 5px solid #d7ecc9;
	border-radius: 30px;
	margin: 0;
	margin-top: -20px;
	margin-right: 116px;
	
	float: left;
}

.timeline-container .time_line h6:last-child{
	margin-right: 0;
	float: right;
}

.timeline-container .time_line_text{
	width: 68%;
	float: none;
	display: block;
	margin: 0 auto 475px auto;
}

.timeline-container .time_line_text h5{
	text-align: center;
	float: left;
	margin-right: 68px;
}

.timeline-container .time_line_text h5:last-child{
	margin-right: 0;
}

.timeline-container .time_line_text h5 span{
	font-family: Catamaran-Medium;
	font-size: 18px;
	color: #8bc53f;
	line-height: 25px;
	text-align: center;
}

/*------------------*/

/*============ testimonials-page =================*/

.testimonials-container h1{
	font-family: Catamaran-Medium;
	font-size: 36px;
	color: #0a122a;
	
	letter-spacing: 0;
}

.testimonials-container p{
	font-family: Catamaran-Light;
	font-size: 14px;
	color: #555555;
	
	line-height: 25px;
	margin-bottom: 20px;
}

.reviews-container{
	margin-top: 35px;
	margin-bottom: 120px;
}

.reviews-container .ver_timeline{
	border-left: 7px solid #8bc53f;
	/* width: 7px; */
	margin-left: 15px;
	height: 745px;
}

.reviews-container .ver_timeline h5{
	width: 45px;
	height: 45px;
	line-height: 38px;
	/* padding: 8px; */
	background-color: #8bc53f;
	color: #fff;
	
	font-family: arialbd;
	font-size: 18px;
	text-align: center;
	border: 5px solid #d7ecc9;
	border-radius: 30px;
	margin: 0;
	margin-left: -26px;
/* 	margin-bottom: 116px; */
	margin-bottom: 0;
}

.reviews-container .dis-block{
	display: block;
}

.reviews-container .ver_timeline_no{
	width: 5%;
	display: inline-block;
	vertical-align: top;
}

.reviews-container .ver_timeline_text{
	width: 82%;
	display: inline-block;
	margin-bottom: 32px;
	margin-top: 8px;
}

.reviews-container .timeline_title{
	font-family: Catamaran-Medium;
	font-size: 24px;
	color: #8bc53f;
	margin: 0;
}

.reviews-container .timeline_text{
	font-family: Catamaran-Light;
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	
	width: 80%;
}

.reviews-container .review-box1,
.reviews-container .review-box2{
	margin-bottom: 35px;
}

.reviews-container .client-img{
	border: 5px solid #e6e7e8;
	border-radius: 50%;
	width: 162px;
	height: 162px;
	overflow: hidden;
	display: inline-block;
}

.reviews-container .client-data{
	width: 60%;
	display: inline-block;
	margin-left: 25px;
}

.reviews-container .review-box2 .client-data{
	margin-left: 0;
	margin-right: 25px;
	text-align: right;
}

.reviews-container .client-data h2{
	font-family: Catamaran-Medium;
	font-size: 24px;
	color: #8bc53f;	
	margin: 0;
}

.reviews-container .client-data h3{
	font-family: Catamaran-Light;
	font-size: 18px;
	color: #0a122a;
	margin: 0;
	margin-top: 5px;
}

.reviews-container .client-data p{
	font-family: Catamaran-Light;
	font-size: 14px;
	color: #555555;
	margin-top: 10px;
	line-height: 25px;
}

.reviews-container .client-img.desktop-hidden{
	display: none;
}

/*============== Mega Menu ==================*/

.mega-dropdown {
  position: static !important;
  width:100%;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 5px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #8bc53f;
  background-color: none;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

/*-------- custom ---------*/

.mega-dropdown{
	width: auto;
}

.mega-dropdown-menu{
	-webkit-box-shadow: 0px 4px 9px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 9px 4px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 9px 4px rgba(0,0,0,0.15);
}


.mega-dropdown .dropdown-menu{
	border: none;
	width: 55%;
}

.mega-dropdown-menu li a{
	color: #0a122a;
    font-family: Catamaran-Regular;
    font-size: 16px;
	
	padding: 5px 0;
}

.mega-dropdown-menu > li > ul > li > a.grn-text{
	font-family: Catamaran-Medium;
	color: #8bc53f;
	font-size: 20px;
	text-align: center;
	float: none;
	margin-top: 30px;
	line-height: 25px;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus{
	background-color: #73a52b;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.mega-dropdown-menu .novo-img{
	display: block;
	float: right;
	margin-right: 50px;
	margin-bottom: -20px;
	z-index: 9999;
	position: relative;
}

.mega-dropdown-menu .knife-img{
	display: block;
	float: none;
}

.mega-dropdown-menu .has-sub > ul {
    display: none;
}

.mega-dropdown-menu .has-sub:hover > ul {
    display: block;
}

/*========== svg image ============*/

.svglogo {
  width: 63px;
  height: 63px;
}

.kiwi {
  fill: #2892d7;
}





.products .icons2:first-child{
	margin-left: 55px;
}

/*--------------------------------*/

.p-0{
	padding-left: 0;
	padding-right: 0;
}

.p-l{
	padding-left: 0;
}

.p-r{
	padding-right: 0;
}

/*------------- websolutionse --------*/

.gmap-container h2 a {
	
	color:#8BC53F
}
.gmap-container h2 a:hover{
	
	color:#0A122A
}

.newsletter .newsletter-setting button {
	padding-left: 12px;
}

.icons2 svg:hover {
	color:#8BC53F
}

.nav > li.for-mobile {
	display:none;
}

