  /*header css start*/
  /*    body
    {
        background-color:#000;
    }*/
    *
    {
    font-family: 'Roboto', sans-serif;
    }
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus
    {
        background-color: transparent;
    }
    .cus-nav li a {
        /*color:#e9e5e5!important;*/
        /*color: rgb(255, 255, 255)!important;*/
        opacity: .4;
        font-size: 15px;
        padding: 16px 21px;
    }
       .cus-tog {
        margin-top: 20px;
    }
    .cus-nav li .active {
        opacity: 1;
    }
    .btn {
        cursor: pointer;
        padding: 10px 19px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        outline: none;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .buy-btn {
        background: #05979e;
        color: #fff!important;
        box-shadow: 0 6px #ab3c3c;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .btn-2f {
        border-radius: 5px;
        box-shadow: 6px 0 #075b5f;
    }
      .buy-btn:hover {
        background: #05979e!important;
        box-shadow: 4px 0 #075b5f;
        left: 2px;
        color: #fff;
        transition: all 0.3s;
    }
    .buy-btn:active {
        background-color: #05979e!important;
        color: #fff!important;
    }
    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .buy-btn:focus {
        outline: 0!important;
        border: none;
    }
    .custom-nav {
        /*background-color: #000000;*/
        /*border-color: #000;*/
        height:58px;
    }
    .custom-nav .cus-nav li a:focus,
    .custom-nav .cus-nav li a:active {
        background-color: transparent!important;
    }
    .nav-underline {
        position: absolute;
        bottom: 0;
        border-bottom: 2px solid #65d5d2;
        /*left: 27px; */
        width: auto;
    }
    .nav-rt li
    {
        list-style-type: none;
        display:inline-block;
    }
    .nav-rt li
    {
        padding-right: 12px;
    }
span.cart-count {
    top: 4px;
    right: 4px;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    /*font-family: "Montserrat";*/
    border-radius: 50%;
    background: #25979e;
    font-weight: bold;
}    
    .nav-rt li a i
    {
        font-size:21px;
        color:#777;
    }
    .nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
    }
    .nav>li>a {
        color: #777;
    }
    .dropdown-menu li
    {
        padding-right:0px;
    }
    .dropdown-menu>li>a{
    line-height: 2;
}
     .dropdown-menu li:hover
    {
            background-color: #f5f5f5!important;
            width: 100%;
    }
    .dropdown-menu li a:hover {
        transition: all 0.5s;
        padding-left: 30px;
        color: #00b3bc;
        font-weight: 500;
    }
  /*header css end*/

   .footer-bg {
        /*background-color:#070707;*/
        min-height: 200px;
        padding:1em 0em 3em;
    }
    .footer-top {
        padding-top: 2em;
    }
    .about-company {
        text-align: justify;
        padding-top: 2em;
        /*color: #777;*/
        line-height: 1.5;
    }
    .quick-link {
        /*color: #b8b8b8;*/
        font-size: 16px;
        /*text-align:center;*/
    }
    .quick-link-list {
        padding-top: 2em;
    }
    .quick-link-list li {
        list-style-type: none;
    }
    .quick-link-list li a {
        /*color: #777;*/
        line-height: 2;
        transition: all 0.5s;
    }
    .quick-link-list li a:hover {
        transition: all 0.5s;
        padding-left: 10px;
        color: #00b3bc;
        font-weight: 500;
    }
    .social-link-list {
        padding-top: 2em;
    }
    .social-link-list li {
        list-style-type: none;
        display: inline-block;
        padding-right: 10px
    }
    .social-link-list li a {
        color: #fff;
        line-height: 2;
        transition: all 0.5s;
        font-size: 20px;
    }
    .social-link-list li a:hover {
        color: #00b3bc;
        font-weight: 500;
    }
    .social-icons {
        /*padding: 0;*/
        list-style: none;
        /*margin: 1em;*/
        padding-top: 2em;
    }
    .social-icons li {
        display: inline-block;
        margin: 0.15em;
        position: relative;
        font-size: 1.2em;
    }
    .social-icons i {
        color: #fff;
        position: absolute;
        top: 11px;
        left: 10px;
        transition: all 265ms ease-out;
    }
    .social-icons a {
        display: inline-block;
    }
    .social-icons a:before {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        content: " ";
        width: 35px;
        height: 35px;
        border-radius: 100%;
        display: block;
        /*background: linear-gradient(45deg, #ff003c, #c648c8);*/
        transition: all 265ms ease-out;
    }
    .social-icons a:hover:before {
        transform: scale(0);
        transition: all 265ms ease-in;
    }
    .social-icons a:hover i {
        transform: scale(2.2);
        -ms-transform: scale(2.2);
        -webkit-transform: scale(2.2);
        color: #ff003c;
        background: -webkit-linear-gradient(45deg, #ff003c, #c648c8);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all 265ms ease-in;
    }
    .social-icons a.social-square:before {
        background: linear-gradient(45deg, #075b5f, #05979e);
        border-radius: 10%;
    }
    .social-icons a.social-square:hover:before {
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: scale(-180deg);
        border-radius: 100%;
    }
    .social-icons a.social-square:hover i {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        color: #fff;
        transform: scale(1.2);
        -webkit-text-fill-color: #fff;
    }
    .newsfeed
    {
        background-image: url("http://www.taisin.com.my/wp-content/gallery/home-page-slider/banner-1.jpg");
        height: 300px;
        position: relative;
        background-size: cover;
    }
    .newsfeed
    {
    transition: .5s ease;
    background-color: rgba(259, 67, 95, 0.7);
    overflow: hidden;
    }
    .bg-overlay {
  background:url(https://lh3.googleusercontent.com/-52MH6iDV0j0/XW-s3i73MqI/AAAAAAAALc8/mX55Pj5ZO44WW6_o1TqENbzK_AE0CHOdgCK8BGAs/s0/2019-09-04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 100px;
    /*padding-top: 50px;;*/
}
.subscribe
{
    font-size: 20px;
    padding-top: 1em;
}
.latest
{
font-size: 15px;
letter-spacing: 1px;
}
.frm-ctrl {
    background-color: transparent;
    height: 40px;
    font-size: 17px;
    color: #777;
}
.news-frm
{
    padding-top:2em;
}
.news-frm-ctrl {
    background-color: transparent;
    height: 40px;
    font-size: 17px;
    color: #fff;
}
.news-frm-ctrl:focus
{
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}
.news-frm-ctrl::placeholder { 
  color: #fff;
}
.sub-btn {
    line-height:24px;
    height: 40px;
    text-align: center;
    /* margin-right: auto; */
    /* margin-left: auto; */
     width: 100%; 
    cursor: pointer;
    border-radius: 5px;
}
.submit-in {
    color:#fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid #000;
    background-color: #000;
    overflow: hidden;
    font-size: 16px;
    padding: 6px 19px;
}
.submit-in span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.submit-in::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.submit-in:hover {
    background-color:#303030;
    border-color:#303030;
    color: #fff;
}
.submit-in:hover > span {
    opacity: 0;
    -webkit-transform: translate(0px,40px);
    transform: translate(0px,40px);
}
.submit-in:hover::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.sub
{
    width:auto;
}
.nav-rt-align
    {
        padding-top:5px;
        text-align: right;
    }
.btn-theme-custom {
    border-radius: 0;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 7px 15px;
    border-color: #49d9e2;
    background: linear-gradient(to bottom, #29d5e0 0%,#1b7b81 100%);
    transition: all 0.5s ease;
    border-radius: 2px;
    color: #fff;
}
.btn-theme-custom:hover{
    background: linear-gradient(to bottom, #37ccd5 0%,#125b5f 100%);
    border-color: #49d9e2;
    color: #fff;
}    
.btn-info-custom {
    border-radius: 0;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 7px 15px;
    border-color: #4da1e9;
    background: linear-gradient(to bottom, #59aaf2 0%,#2273ba 100%);
    transition: all 0.5s ease;
    border-radius: 2px;
}
.btn-info-custom:hover{
    background: linear-gradient(to bottom, #4199e8 0%,#145a98 100%);
    border-color: #4da1e9;
}
.btn-secondary-custom{
    border-radius: 0;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 7px 15px;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #333;
    border-radius: 2px;
}
.btn-secondary-custom:hover{
    background: #d5d5d5;
    border-color: #d5d5d5;
    color: #333;
}    

@media screen and (max-width: 768px)
{
    .bg-overlay
    {
        height:auto;
        padding-bottom: 10px;
    }
    .nav-rt-align
    {
        text-align: left;
    }
     .navbar-default .navbar-collapse, .navbar-default .navbar-form
    {
        max-height:70vh;
        height:500px;
    }
    .cus-tog {
    margin-top: 13px;
}
.custom-nav
{
    height:60px;
}
.nav-rt li
{
    display: block;
}
.nav-rt li .btn
{
    display: inline-block;
}
.nav-underline
{
    border-bottom:none;
}
}