/* nav effect */

.navbar-toggle {
    height: 34px;
}

.navbar{
    min-height: 0px;
}

.navbar-toggle .icon-bar {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(2) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(4) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px;
}

/* nav effect */

a{
    color: #F41010;
}
a:hover,
a:active,
a:focus{
    color: #F41010;
}

textarea{
    min-height: 34px;
    resize: vertical;
}

.form-control{
    border-color: #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form-control:focus{
    border-color: #a1a1a1;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.table>thead>tr>th{
    vertical-align: top;
}
/* .table>tbody>tr>td{ */
/*     white-space: nowrap; */
/* } */
table.table{
	margin-left: auto;
	margin-right: auto;
}

body {
    /* padding-top: 50px; */
    font-family: 'Open Sans', sans-serif;
    background: #f1f1f1;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h1, h2, h3, h4, h5, h6, .title {
    text-align: center;
    font-family: 'Mukta Mahee', sans-serif;
    position: relative;
    padding-bottom: 10px;
}
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, .title:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#950808+0,950808+50,950808+100&0+0,1+50,0+100 */
    background: -moz-linear-gradient(left, rgba(149,8,8,0) 0%, rgba(149,8,8,1) 50%, rgba(149,8,8,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(149,8,8,0) 0%,rgba(149,8,8,1) 50%,rgba(149,8,8,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(149,8,8,0) 0%,rgba(149,8,8,1) 50%,rgba(149,8,8,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00950808', endColorstr='#00950808',GradientType=1 ); /* IE6-9 */
}
.text{
    padding-top: 5px;
    padding-bottom: 20px;
}

#totop{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0,0,0,0.9);
    cursor: pointer;
}

.navbar-default{
    background-color: transparent;
    background: rgba(0,0,0,0.9);
    color: #fff;
    border: none;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.navbar-default a{
    color: #fff;
}
.navbar-default a:hover{
    text-decoration: none;
}
.navbar-default .info a{
    margin-left: 10px;
}
.navbar-default .info{
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-default .gradient{
    border-top: 1px #F41010 solid;
    border-bottom: 1px #F41010 solid;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#900807+0,f41010+100 */
    background: rgb(144,8,7); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(144,8,7,1) 0%, rgba(244,16,16,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(144,8,7,1) 0%,rgba(244,16,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(144,8,7,1) 0%,rgba(244,16,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900807', endColorstr='#f41010',GradientType=0 ); /* IE6-9 */
}

.navbar-default .navbar-brand {
    text-transform: uppercase;
}

.navbar-default .navbar-brand:before{
    content: '';
    position: absolute;
    right: -1px;
    top: 20%;
    bottom: 20%;
    width: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#840101+0,840101+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(132,1,1,1) 0%, rgba(132,1,1,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(132,1,1,1) 0%,rgba(132,1,1,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(132,1,1,1) 0%,rgba(132,1,1,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840101', endColorstr='#00840101',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-brand:after{
    content: '';
    position: absolute;
    right: -2px;
    top: 20%;
    bottom: 20%;
    width: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f21515+0,f21515+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(242,21,21,1) 0%, rgba(242,21,21,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,21,21,1) 0%,rgba(242,21,21,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,21,21,1) 0%,rgba(242,21,21,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21515', endColorstr='#00f21515',GradientType=0 ); /* IE6-9 */
}


.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a{
    font-weight: 600;
    color: #fff;
    position: relative;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .dropdown-menu>li>a:hover{
    background-color: #ddd;
}
.navbar-default .navbar-nav .dropdown-menu{
    min-width: 0px;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #fff;
    }
}
.navbar-default .navbar-nav>li>a:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 20%;
    bottom: 20%;
    width: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#840101+0,840101+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(132,1,1,1) 0%, rgba(132,1,1,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(132,1,1,1) 0%,rgba(132,1,1,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(132,1,1,1) 0%,rgba(132,1,1,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840101', endColorstr='#00840101',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav>li>a:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 20%;
    bottom: 20%;
    width: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f21515+0,f21515+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(242,21,21,1) 0%, rgba(242,21,21,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,21,21,1) 0%,rgba(242,21,21,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,21,21,1) 0%,rgba(242,21,21,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21515', endColorstr='#00f21515',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav>li:first-child>a:before,
.navbar-default .navbar-nav>li:last-child>a:after {
    display: none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
    color: #efc571;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
@media (max-width: 425px){
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background: rgba(0,0,0,0.65);
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}

.navbar-default .navbar-toggle{
    border-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color: rgba(0,0,0,0.65);
}

#head{
    background: url('../images/pexels-photo-401107.jpeg') no-repeat center center;
    background-size: cover;
    height: 230px;
    position: relative;
    overflow: hidden;
}
/*#head div{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.8);
}*/
#head:before{
    content: '';
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 4;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 1000px;
    border-color: transparent transparent transparent #f1f1f1;
}
#head:after{
    content: '';
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 4;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 1000px;
    border-color: transparent transparent #f1f1f1 transparent;
}

.btn-site{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px #F41010 solid;
    color: #fff;
    font-weight: 600;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#900807+0,f41010+100 */
    background: rgb(144,8,7); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(144,8,7,1) 0%, rgba(244,16,16,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(144,8,7,1) 0%,rgba(244,16,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(144,8,7,1) 0%,rgba(244,16,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900807', endColorstr='#f41010',GradientType=0 ); /* IE6-9 */

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.btn-site:active,
.btn-site:focus,
.btn-site:hover{
    color: #efc571;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#900807+0,f41010+100 */
    background: rgb(144,8,7); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(144,8,7,1) 0%, rgba(244,16,16,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(144,8,7,1) 0%,rgba(244,16,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(144,8,7,1) 0%,rgba(244,16,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900807', endColorstr='#f41010',GradientType=0 ); /* IE6-9 */
}

.content{
    overflow: hidden;
    position: relative;
}

.content .about{
    position: relative;
}
.content .about:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 2;
    border-style: solid;
    border-width: 35px 1000px 0 1000px;
    border-color: rgb(144,8,7) transparent transparent transparent;
}
.content .about:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 3;
    border-style: solid;
    border-width: 30px 1000px 0 1000px;
    border-color: #f1f1f1 transparent transparent transparent;
}

.content .products-before{
    display: block;
    position: relative;
}
.content .products-before:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 2;
    border-style: solid;
    border-width: 35px 1000px 0 1000px;
    border-color: rgb(144,8,7) transparent transparent transparent;
}
.content .products-before:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 3;
    border-style: solid;
    border-width: 30px 1000px 0 1000px;
    border-color: #f1f1f1 transparent transparent transparent;
}

.content .products{
    padding-top: 40px;
}

@media (min-width: 992px) {
	.content .product-item{
		display: inline-block;
		float: none;
	}
}
.content .products .title{
    text-align: left;
}
.content .products .title:before{
    display: none;
}

.content .products{
    background-color: #fff;
    position: relative;
    margin-bottom: 50px;
}
.content .products:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 1000px 0 1000px;
    border-color: rgb(144,8,7) transparent transparent transparent;
}
.content .products:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 1000px 0 1000px;
    border-color: #fff transparent transparent transparent;
}

.content .products .tilt{
    display: block;
/*     background-size: cover; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50px;
    position: relative;
    border: 5px #ddd solid;
    margin-bottom: 15px;
}
.content .products .tilt:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.content .products .tilt:hover:before{
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
}
.content .products .tilt .title{
    position: absolute;
    top: 40%;
    left: 10px;
    right: 10px;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.content .products .tilt .title:before{
    display: none;
}
.content .products .tilt:hover .title{
    opacity: 1;
}
.content .products .more{
    margin-top: 20px;
    margin-bottom: 20px;
}

#contact label{
    font-weight: normal;
}
#contact textarea{
    height: 57px;
}

.footer-holder{
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
.footer-holder:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1000px 30px 1000px;
    border-color: transparent transparent rgb(144,8,7) transparent;
}
.footer{
    position: relative;
    position: relative;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#900807+0,f41010+100 */
    background: rgb(144,8,7); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(144,8,7,1) 0%, rgba(244,16,16,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(144,8,7,1) 0%,rgba(244,16,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(144,8,7,1) 0%,rgba(244,16,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900807', endColorstr='#f41010',GradientType=0 ); /* IE6-9 */
}
.footer a{
    color: #fff;
}
.footer a:hover,
.footer a:active,
.footer a:focus{
    color: #fff;
}
@media (min-width: 637px) {
    .footer .fw {
        position: absolute;
        right: 15px;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 450px;
}