@import url('https://fonts.googleapis.com/css?family=Exo+2&display=swap');
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Raleway:100,200,300,300italic,400,400italic,500,600,700,700italic,800,900&subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic";
html {
    scroll-behavior: smooth;
  }
:root {
    --main-color: #17491d;
    --sub-color :#60ad57;
    /* --sub-light-color:rgba(193, 236, 188, 0.4588235294117647); */
    --sub-light-color:rgba(193, 236, 188, 0.21);
    --sub-light-color2:#81e476;
    --second-color : #fa9032;
    --second-light-color:rgba(250, 144, 50, 0.12156862745098039);
    --gray-color:rgba(235, 238, 235, 0.32);
    --gray-dark : rgba(235, 238, 235, 0.78)
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, address, section, video, audio {
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Cantarell', sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    /* text-align: justify; */
    border: 0;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

html, body{
    height: 100%;
    margin:0
}
.navbar-nav {
    flex-direction: row;
}
  
.nav-link {
    padding-right: 1.5rem !important;
    padding-left: .5rem !important;
    font-size: .9em;
    font-weight: 500;
}
  
/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
    -webkit-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
    transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    border: 1px solid rgba(222, 221, 221, 0.15);
    border-radius: 0px;
}

.dropdown-toggle::after{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    vertical-align: -2px;
    border: 0px;
    font-size: 18px;
    margin-left: 10px;
}

.dropdown-item{
    font-size: .9em;
}

.navbar {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
}

.fixed{
    position: fixed !important;
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    webkit-box-shadow: 0 8px 6px -6px rgba(246, 243, 243, 0.7411764705882353);
    -moz-box-shadow: 0 8px 6px -6px rgba(246, 243, 243, 0.7411764705882353);
    box-shadow: 0 8px 6px -6px rgba(246, 243, 243, 0.7411764705882353);
}
.fixed .navbar-brand img{
    width: 180px;
}

.navbar-brand img{
    width: 240px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color:var(--sub-light-color2)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.76);
}

.about-us{
    padding-top: 10px;
    position: relative;
    padding-bottom: 10px;
    background-color:rgba(204, 171, 171, 0.07058823529411765);
}

.about_img{
    text-align: center;
}

.overlap_shape [class*="ol_"] {
	position: absolute;
    z-index: -1;
    
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.ol_shape25 {
	top: 16%;
    left: 2%;
    animation: bounce_obj 1.8s;
}
.ol_shape26 {
	top: 3%;
    left: 20%;
    animation: bounce_obj 1.2s;
}
.ol_shape27 {
	top: 45%;
    left: 13%;
    animation: bounce_obj 1.3s;
}
.ol_shape28 {
	bottom: 10%;
    left: 3%;
    animation: bounce_obj 1s;
}
.ol_shape29 {
	top: 3%;
    right: 20%;
    animation: bounce_obj 1.5s;
}
.ol_shape30 {
	top: 25%;
    right: 7%;
    animation: bounce_obj 1.8s;
}
.ol_shape31 {
	bottom: 8%;
    right: 8%;
    animation: bounce_obj 1.1s;
}

.about_img img{
    width: 350px;
}

.about_desc{
    padding-left: 40px;
}

.about_desc p{
    font-size: .9em;
    text-align: justify;
    line-height: 33px;
}

.span-1 {
    color: var(--sub-color);
    font-size: .8em;
}

.span-1-a:hover{
    text-decoration: none;
}

.h2-1 {
    font-family: 'Exo 2', sans-serif;
    margin-top: 7px;
    margin-bottom: 5px;
    line-height: 1.1;
    font-size: 40px;
    font-weight: 200;
    color: var(--main-color);
}

.h2-2 {
    font-family: 'Exo 2', sans-serif;
    margin-top: 1px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 200;
    color: var(--main-color);
}

.process-top{
    background-color: var(--sub-light-color);
    padding-top: 30px;
    padding-bottom: 30px;
}

.process-bottom{
    background-color: var(--main-color);
    padding-top: 10px;
    padding-bottom: 10px;
}

.roundbox {
    background-color: rgba(255, 255, 255, 0.7215686274509804);
    width: 200px;
    height: 200px;
    padding: 5px;
    /* border-radius: 100%; */
    position: relative;
    margin: 0 auto;
    --border-color: #17491d;
    --border-weight: 1px;
    --dash-size: 12px;
    --gap-size: 12px;
}

.roundbox img{
    width: 100%;
}

.roundbox:after{
    transition: all .6s ease;
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top left no-repeat,
        linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) top center repeat-x,
        linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top right no-repeat,
        
        linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top left no-repeat,
        linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center left repeat-y,
        linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat,
        
        linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat,
        linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) bottom center repeat-x,
        linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat,
        
        linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top right no-repeat,
        linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center right repeat-y,
        linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat;
    background-size: var(--dash-size) var(--border-weight), calc(var(--dash-size) + var(--gap-size)) var(--border-weight), var(--dash-size) var(--border-weight), var(--border-weight) var(--dash-size), var(--border-weight) calc(var(--dash-size) + var(--gap-size)), var(--border-weight) var(--dash-size);
}


.pro-box.arrowl:after{
    content: '';
    background: url(../images/arrow.png);
    background-position: center center;
    background-size: 60px;
    background-repeat: no-repeat;
    opacity: 0.5;
    height: 50px;
    width: 80px;
    position: absolute;
    left: 85%;
    top: 40%;
    z-index: 0;
}

.pro-box.arrowr:after{
    content: '';
    background: url(../images/arrow-f.png);
    background-position: center center;
    background-size: 60px;
    background-repeat: no-repeat;
    opacity: 0.5;
    height: 50px;
    width: 80px;
    position: absolute;
    left: 85%;
    top: 40%;
    z-index: 0;
}

.pro-box h5 {
    text-align: center;
    margin-top: 20px;
    color: var(--main-color);
}

.process-bottom h2{
    text-align: center;
    color:var(--sub-color);
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
}

.process{
    position: relative;
}

.deco-1{
    background: url(../images/coconut-1.png);
    background-size: 600px;
    background-repeat: no-repeat;
    width: 500px;
    height: 200px;
    position: absolute;
    right: 0;
    opacity: 0.4;
}

.categories-box{
    padding-top: 20px;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}

.bg_box_banner{
    /* background: url(../images/bg_2.jpg);
    background-size: 100%;
    background-repeat: no-repeat; */
}

.page-container{
    position: relative;
  min-height: 100vh;
}


/* .deco-2{
    background: url(../images/coconut-3.png);
    background-size: 220px;
    background-repeat: no-repeat;
    width: 200px;
    height: 300px;
    position: absolute;
    left: 0;
    opacity: 0.4;
    top: 10%;
    animation: bounce_obj 1.5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
} */

.categories-box p{
    font-size: .9em;
    margin-bottom: 0;
    line-height: 30px;
}

.card-1{
    background-color: var(--sub-light-color);
    overflow: hidden;
    /*padding: 30px 15px;*/
    position: relative;
    /* display: flex; */
    align-items: center;
    height: 100%;
}

.second-card{
    background-color: var(--second-light-color);
}

.card-1-left {
    width: 100%;
    position: relative;
}
.card-1-left img{
    width: 100%;
}

.card-1-right {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.card-1-right p {
    font-size: 0.8em;
    line-height: 25px;
}

.box-c{
    margin-top: 20px;
}


.contact-box{
    padding-top: 50px;
    position: relative;
    padding-bottom: 70px;
    text-align: left;
    /* background-color: rgba(5, 98, 16, 0.02); */
}

.contact-box p {
    font-size: .9em;
    margin-bottom: 0;
    line-height: 30px;
}

.h2-3 {
    font-family: 'Exo 2', sans-serif;
    margin-top: 7px;
    margin-bottom: 18px;
    line-height: 1.1;
    font-size: 35px;
    font-weight: 200;
    color: var(--main-color);
}

.contact_info{
    padding-left: 0;
}

.contact_info > li {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

.contact_info li span{
    background-color: var(--second-color);
    font-size: 24px;
    box-shadow: none;
    border-radius: 100%;
    max-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    position: relative;
    margin: 5px 20px 5px 5px;
    width: 100%;
}

.ti-mobile:before {
    content: "\f10b";
    top: 15%;
    position: relative;
    left: 0;
    text-align: center;
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
}

.ti-email:before{
    content: "\f003";
    top: 15%;
    position: relative;
    left: 0;
    text-align: center;
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;    
}

.ti-location-pin:before{
    content: "\f041";
    top: 15%;
    position: relative;
    left: 0;
    text-align: center;
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;    
}

.contact_info li span::after {
    content: "";
    border: 1px dashed var(--second-color);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    margin: -5px;
}

.contact_info address{
    font-size: .9em;
}

.contact_info a{
    font-size: .9em;
    text-decoration: none;
    color:#292727
}
.form-row {
    margin-bottom: 1rem;
}

.contact-desc{
    text-align: center;
    margin-bottom: 40px;
}

.contact-box iframe{
    width: 100%;
    height: 150px;
}

.contact-form input[type="text"], 
.contact-form input[type="email"],
.contact-form textarea{
    height: 45px;
    background-color: var(--gray-dark);
    border: 0px;
    font-size: 0.9em;
}

.contact-form textarea{
    resize: none;
    height: 150px;
}

.contact-form .btn{
    background-color: var(--main-color);
    border: 0px;
    color: #fff;
    font-size: 0.9em;
}

footer{
    text-align: center;
    background-color: var(--main-color);
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: .8em;
    color: #fff;
    position: absolute;
  bottom: 0;
  width: 100%;
}

footer a, footer a:hover{
    text-decoration: none;
    color: rgba(204, 247, 199, 0.96);
    font-weight: 500;
}

.sub_banner{
    background-image: url('../images/banner_bg.png');
    background-position: center center;
    background-color: var(--gray-color);
    height: 200px;
    background-attachment: fixed;
    background-size: contain;
    display: flex;
    align-items: center;
}

.page-nav{
    position: relative;
}

.page_banner{
    text-align: center;
    width: 100%;
}

.breadcrumb-style{
    font-size: .9em;
}

.breadcrumb-style a{
    text-decoration: none;
    text-align: center;
    color:#181818;
}

.grid-section{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    width: 100%;
    position: relative;
}

#grid2 .thumbnail-overlay{
    background: #fff;
    padding: 0 15px;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    padding-right: 100px;
    padding-left: 100px;
}

@media (min-width: 1320px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

.media-boxes-search .media-boxes-clear{
    border-right: 1px solid #EBEBEB;
}

.inquiry-box{
    background-color: #f6f6f6;
    padding:20px
}

.popupimg-box{
    padding:20px;
    text-align: center;
}

.popupimg-box img{
    width: auto;
}


/* == LETS MODIFY SOME COLORS AND STYLE FOR THE DEMO == */

/* full width */
.full-width{
    width: 100%;
}

/* Set the style of the thumbnail overlay items */
.media-box-title{
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28px;
}
.media-box-date{
    color: #F2F2F2;
}

/* Remove box shadow and border-radius from the media boxes */
.media-box-container{
        -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
                border-radius: 0px;

        -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -o-box-shadow: none;
            -ms-box-shadow: none;
                box-shadow: none;
}

/* hide no more entries button */
.media-boxes-no-more-entries{
    display: none;
}

/* make your own style of the filter */
.filters-container{
    margin-bottom: 40px;
}
.custom-filter{
    padding: 0;
    text-align: center;
}
.custom-filter li{
    list-style: none;
    display: inline-block;
    margin: 0 9px;
    font-size: 12px;
}
.custom-filter li a{
    color: #999;
    text-decoration: none;
}
.custom-filter li a:hover{
    color: #333;
}
.custom-filter li a.selected{
    color: #D1474C !important;
}

/* The different colors */
.orange{
    background: rgba(244, 119, 33, .8) !important;
}
.light-orange{
    background: rgba(234, 184, 151, .8) !important;
}
.happy-blue{
    background: rgba(28, 160, 222, .8) !important;
}
.green{
    background: rgba(108, 188, 53, .8) !important;
}
.red{
    background: rgba(229, 59, 44, .8) !important;
}
.dark-blue{
        background: rgba(59, 90, 111, .8) !important;
}
.turquoise{
    background: rgba(0, 167, 142, .8) !important;
}
.blue{
    background: rgba(65, 131, 196, .8) !important;
}
.light-gray{
    background: rgba(153, 153, 153, .8) !important;
}
.purple{
    background: rgba(141, 108, 171, .8) !important;
}
.pink{
    background: rgba(245, 117, 108, .8) !important;
}
.palid-green{
    background: rgba(132, 175, 162, .8) !important;
}

.headline{
    width: 80%;
    text-align: center;
    margin:0 auto;
    font-size: .9em;
    padding-bottom: 10px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.care-thumb img{
    width:90%;
}

.care-thumb{
    position: relative;
}

.care-thumb:before {
    content: '';
    position: absolute;
    right: 1px;
    bottom: -35px;
    border: 2px solid #f3f2f2;
    height: 100%;
    width: 80%;
    z-index: -1;
    border-radius: 0px 0px 30px 0px;
}

.care-listing-card{
    margin-top: 80px;
}

.care-section-title{
    position: relative;
    margin-bottom: 40px;
}

.care-section-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 2px;
    height: 2px;
    width: 150px;
    background-color: #202020;
}

.care-content{
    /* margin-left: 40px; */
}
.care-content p{
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: justify;
}

.care-listing{
    padding-bottom: 100px;
}

.card-2-img img{
    width: 100%;
    display: block;
    max-width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.card-2{
    margin-top: 30px;
    
}

.card-2-img{
    overflow: hidden;
    position: relative;
}

.card-2-text{
    padding-top: 20px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
}

.card-2-img:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    transition-property: top, opacity;
    transition-duration: 0.3s;
}

.card-2-details{
    font-size: 16px;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
}

.card-2-img:focus:before, .card-2-img:hover:before {
    top: 0%;
}

.card-2-img:focus:before, .card-2-img:focus span, .card-2-img:hover:before, .card-2-img:hover span, .card-2-img:hover .card-2-details{
    opacity: 1;
}

.card-2:hover .card-2-text,.card-2-text:hover{
    opacity: 0;
}

.card-2 a{
    color: #212529;
    text-decoration: none;
}

.card-2-title, .card-2-info{
    text-align: left;
    display: block;
    margin-bottom: 10px;
    font-size: .9em;
}

.card-2-title{
    font-size: 1.5em;
}

.light-color{
    color: var(--sub-color);
}

.news-img img{
    width: 100%;
}

.news-page{
    margin-top: 40px;
    padding-bottom: 40px;
}

.news-box{
    margin-bottom: 30px;
}

.news-content span{
    text-align: center;
    display: block;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: .7em;
    color: var(--sub-color);
    letter-spacing: 2px;
}

.news-content h2{
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
}

.news-content p{
    font-size: .9em;
    line-height: 30px;
    text-align: justify;
}

.news-content{
    background-color: var(--sub-light-color);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
}

.downloads-header{
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.downloads-header button{
    margin-right: 20px;
    border-radius: 4px;
    font-size: .9em;
    line-height: 42px;
    padding: 0 20px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: auto;
    box-sizing: border-box;
    transition: .1s all;
}

.downloads-header button:hover, .downloads-header button.selected, .downloads-header button.btn {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background-color: var(--sub-light-color);
}

.downloads-header button.collapsed{
    border: 1px solid #9AA8B1;
    background-color: #fff;
}

.btn.focus, .btn:focus{
    box-shadow: 0 0 0 0;
}

.downloads-box{
    margin-bottom: 50px;
    width: 100%;
}

.downloads-box img{
    width: 100%;
    border: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

.downl-box a{
    color:#212529;
    text-decoration: none;
}

.downl-box h3{
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 800;
}

.downl-box p{
    font-size: .9em;
    text-align: left;
}

.downl-box {
    margin-bottom: 30px;
    background-color: var(--gray-dark);
    padding: 30px;
}

.downl-img img{
    width: 250px;
    margin-top: 10px;
    
}

.client-logo img{
    width: 100%;
}

.client-logo .col-sm{
    padding-left: 0;
    padding-right: 0;
}

.client-logo{
    padding-top: 20px;
    padding-bottom: 85px;
    /* background-color:rgb(255, 255, 255); */
}


.process-image{
    background-image: url('../images/process.jpg');
    height: 400px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-1{
    cursor: pointer;
}

.client-logo .categories-desc{
    text-align: center;
    padding-bottom: 10px;
}

.client-logo .col-2{
    padding-bottom: 25px;
    margin: 0 auto;
    text-align: center;
}

.product-box .media-box-content .media-box-title{
    font-size: 12px;
    line-height: 30px;
    height: 50px;
}

.product-box .media-box-content{
    /* display: table;
    width: 100%; */
    background-color: var(--sub-light-color);
    color: var(--main-color);
}

.product-box .thumbnail-overlay .media-box-title{
    font-size: 15px;
}

.care-content{
    font-size: .9em;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: justify;
}

.padding-contact-1{
    display: block;
    margin-bottom: 10px;
    font-size: .9em;
}

.padding-contact-2{
    display: block;
    margin-bottom: 3px;  
    font-size: .9em;
}

.btn-style-3{
    display: inline-block;
    background-color: #e8e8e6;
    margin-top: 8px;
}

.product-box .media-box-text p{
    text-align: justify;
}

.pr_des p{
    text-align: justify;
}

.slider .indicators .indicator-item {
    background-color: #666666;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
    background-color: #ffffff;
}
.slider {
    width: 900px;
    margin: 0 auto;
}
.slider .indicators {
    bottom: 60px;
    z-index: 100;
}

.slider-home{
    height: 75%;
}

.slider-home .carousel-inner{
    height: 100%;
}

.section-full-bg{
    position: relative;
}

.section-full-bg::after{
    background-image: url('../images/bg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.product-listing .media-box-container{
    border: 1px solid #ccc;
}

.product-listing .media-box-title{
    text-align: center;
}

.boxstyle-7 img{
    width: 100%;
}