.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border-color: red;
} 
 html {
     height: 100%;
 }

 body {
     min-height: 100%;
 }

 body,
 html {
     margin: 0px;
     padding: 0px;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5;
     background-color: #fff !important;
     font-family: Roboto !important;
 }
 .no-padd{
    padding: 0px !important;
 }
 img.w-100{
    width: 100%;
 }
 .navbar-nav>li>a {
    color: #333;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #3f3e7f;
    color: #fff;
}
li.active{
    background-color: #3f3e7f !important;
    color: #fff !important;
}
.navbar-default .navbar-nav>li>a:hover {
    background-color: #3f3e7f !important;
    color: #fff !important;
}
.navbar-default .navbar-nav li a:hover {
    color: #fff;
    background-color: #323b79;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #333;
}
.navbar-default {
        background-color: #fff;
    border-color: #e7e7e7;
    box-shadow: 0px 0px 10px #333;
}
 .col-product{
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);

  /*box-shadow: 0 0 15px 0 #aaa;*/
  /*background-color: #fff;*/
  margin-bottom: 10%;
 }
 .home-product-heading {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 3% 0 0% 0;
}
.home-product-subheading  {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
    padding: 2% 5% 5% 5%;
}
/*.tc-image-effect-own {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}*/
.col-product:hover {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 100;
}
#more-product{
    padding: 2% 0;
}
a.btn-product {
    background-color: #fff;
    border-color: #e7e7e7;
    color: #333;
}
{
    background-color: rgb(230, 230, 230);
    padding: 5% 0;
}
a.anchorLink, .plainContent .anchorLink {
    padding: 0 72px 0 35px;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 35px;
    color: #fff;
    background-color: #9a010b;
    display: inline-block;
     transition-property: all; 
     transition-duration: .5s; 
     transition-timing-function: linear; 
     position: relative; 
}
.anchorLink.type2 cite, .plainContent .anchorLink.type2 cite {
    background-color: #f1f1f1;
    text-decoration: none;
}
.anchorLink cite, .plainContent .anchorLink cite {
    background: #fff url(../img/icons.png) no-repeat -63px -106px;
    width: 37px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
}

#contact-wrapper{
    background-color: #d5d8dc !important;
}
 .bg-white{
    background-color: #fff;
 } 
 .contact-wrapper{

 }
 .contact-form {
    margin: 4% 0;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08), 0 13px 45px rgba(0, 0, 0, 0.08);
    padding: 4%;
}
.contact-address {
    margin-top: 46%;
}

.address-heading {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 300;
}
.address-sub-heading {
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    margin: 4% 0;
    font-weight: 300;
}
.contact-wrapper{
    padding:3% 0 3% 0;
}
#copyright {
    background: #f8f8f8;
    padding: .5% 0;
    text-align: center;
    font-size: 12px;
}
.footer-address {
    font-size: 25px;
    padding: 9% 0 5% 0;
}
.footer-address-heading {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
.footer-address-heading li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
    /*color: #fff;*/
}
button.btn-contact{
   background-color: #1a1a29;
   color: #fff;
   padding: 1% 7%;
}
a.Facebook{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #9a010b;
    color: #000000 !important;
    border-radius: 3px;
    line-height: 40px;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
    margin: 0 15px;
}
#rock-testi{
    background: linear-gradient(rgba(2, 17, 25, 0.44), rgba(30, 27, 56, 0.88)), url(../img/rock-testi.jpg);
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}   
.test-monial-heading {
    font-size: 16px;
    text-align: justify;
    color: #ffffffe8;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 2%;
}
.client-name {
    font-size: 20px;
    text-align: right;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffffe8;
    margin: 2% 0;
}
.Facebook i{
    text-align: center;
    margin: 33%;
    color: #fff;
}

#product{
    background-image: url(../img/product.jpg);
    padding: 200px;
    background-position: bottom;
    background-size: cover;
}
.about-Us-heading {
    font-size: 30px;
    text-align: center;
    padding: 2% 0;
    line-height: 1.5;
    font-weight: 500;
}
.about-Us-sub-heading{
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}

#aboutUs{
    background: linear-gradient(rgba(12, 82, 120, 0.52), rgba(30, 27, 56, 0.84)), url(../img/aboutUs.jpg);
    padding: 200px;
    background-position: top;
    background-size: cover;
}
#contact-us{
     background: linear-gradient(rgba(12, 82, 120, 0.52), rgba(30, 27, 56, 0.84)), url(../img/contact-us.jpg);
    padding: 200px;
    background-position: bottom;
    background-size: cover;
}

.testimonial-heading {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
.testimonial-line {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 4em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    max-width: 159px;
    border-top-color: #fff;
    border-top-width: 4px;
    position: relative;
}






































