﻿

body {
    font-family: 'Century Gothic';
    font-size: 14px;
}

/********** header section Start***********/
.mylogo {
    width: 300px !important;
    margin-top: 15px;
}

.navigation {
    width: 100%;
    float: left;
    margin-top: 80px;
}

    .navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
    }

        .navigation ul li {
            float: left;
            position: relative;
            line-height: 40px;
            margin-left: 10px;
        }

            .navigation ul li a {
                color: #000;
                padding: 5px;
                display: block;
                font-weight: bold;
            }

.mydropmenu {
    top: 100%;
    border-radius: 0;
}

    .mydropmenu li {
        float: none !important;
        margin: 0 !important;
        padding: 0 10px;
    }

.social {
    width: 100%;
    float: left;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    background-color: #455E03;
}

.header-section {
    background: rgba(255, 255, 255, 0.82);
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid #FF4425;
}

    .header-section img {
        padding: 10px;
    }

.navbar {
    border: 0px;
}

.pro-1 {
    width: 100%;
    float: left;
    /*padding: 20px;*/
    text-align: center;
    margin-bottom: 35px;
    box-shadow: #000 0 0 5px;
}

    .pro-1 a {
        color: #fff;
        display: block;
    }

.mainprobg {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.navi .navStyle {
    /*margin-top: 30px;*/
    padding-left: 380px;
}

    .navi .navStyle li a {
        font-size: 14px;
    }

.navi > ul > li {
}

    .navi > ul > li > a, .navi > ul > li > a:hover, .navi > ul > li > a:focus {
        outline: none;
        position: relative;
        color: #000000;
    }

    .navi > ul > li > a {
        color: #000000;
    }

        .navi > ul > li > a:hover {
            color: #CF0000;
        }

.navi .navStyle > li > a:after {
    position: absolute;
    bottom: 0px;
    width: 80%;
    height: 3px;
    background: #CF0000;
    content: '';
    left: 10%;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    -o-transform: translateY(-80px);
}

.navi .navStyle > li > a:hover:after {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 0;
}

.navi > ul > li.active a {
    color: #CF0000;
}

    .navi > ul > li.active a:after {
        background: #CF0000;
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
    }



.navi > ul > li.has-child > ul {
    width: 270px;
    background: rgba(255,255,255,0.9);
    /*padding: 20px;*/
    position: absolute;
    top: 102%;
    visibility: hidden;
    opacity: 0;
    right: 0%;
    z-index: 4;
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -o-transform: translateY(120px);
    transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.navi > ul > li.has-child:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.navi > ul > li.has-child > ul > li > a {
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
}

.navi > ul > li.has-child > ul > li:hover a {
    color: #ffffff;
}

.navi > ul > li.has-child > ul li {
    padding: 5px;
    border-bottom: 1px solid #666;
    margin-bottom: 5px;
}

.navi > ul > li.has-child > ul > li:hover {
    background: #CF0000;
}



/*******new child****/

.navi > ul > li.has-child > ul > li.has-child1 > ul {
    width: 260px;
    background: rgba(255,255,255,0.9);
    /*padding: 20px;*/
    position: absolute;
    top: 0%;
    visibility: hidden;
    opacity: 0;
    right: 100%;
    z-index: 4;
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -o-transform: translateY(120px);
    transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.navi > ul > li.has-child:hover > ul > li.has-child1:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.navi > ul > li.has-child > ul > li.has-child1 > ul > li > a {
    color: #666;
    text-decoration: none;
    text-transform: lowercase;
    text-transform: uppercase;
}

.navi > ul > li.has-child > ul > li.has-child1 > ul > li:hover a {
    color: #ffffff;
}

.navi > ul > li.has-child > ul > li.has-child1 > ul li {
    padding: 5px;
    border-bottom: 1px solid #666;
    margin-bottom: 5px;
}

.navi > ul > li.has-child > ul > li.has-child1 > ul > li:hover {
    background: #CF0000;
}



/********** header section End ************/


/*****Welcome section start*********/

.heading1 {
    text-align: center;
    margin: 0px auto;
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: bold;
}




/************gal section *********/
.gallery_box ul li {
    width: 23%;
    float: left;
    margin: 10px;
}

    .gallery_box ul li img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0.7;
        background: #ffffff;
        padding: 5px;
        border: 1px solid darkgray;
    }

        .gallery_box ul li img:hover {
            transform: scale(.9);
            -moz-transform: scale(.9);
            -webkit-transform: scale(.9);
            -o-transform: scale(.9);
            background: #000;
            opacity: 0.9;
        }


.widgetSocialList li a {
    text-decoration: none;
}


/*****Product section start*********/

.table_head {
    border: 1px solid #CF0000;
    padding: 5px;
    border-radius: 5px;
}

.table_styl > thead > tr > th {
    font-size: 13px;
}

.Heading1 {
    color: rgba(255,255,255,1);
    position: relative;
    background: #000000;
    margin: 0px;
    font-family: loto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

    .Heading1::after {
        content: '';
        width: 10%;
        height: 1px;
        display: block;
        margin: 0px auto;
        /*background: rgba(255,255,255,1);*/
        background: #CF0000;
        position: relative;
        margin-top: 5px;
    }




.Product-section {
}

.pro_name {
    font-size: 40px;
    text-align: center;
    padding: 120px 20px;
}

.pro_para {
    text-align: center;
    padding: 100px 0px;
}


.ProImg img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .ProImg img:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

.Message-section {
    background: url(../images/bgimg.jpg) no-repeat;
    /*background-size: cover;*/
    padding: 120px 120px 40px 120px;
}

.Welcome-section p {
    text-align: center;
}

.welcome-content p {
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
}



.image-zoom:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.image-zoom {
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.page-section {
    padding-bottom: 30px;
}





.boxstyle {
    background: rgba(255,255,255,0.9);
    position: relative;
    border: 1px solid rgba(207,0,0,0.8);
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

    .boxstyle:hover {
        background: rgba(207,0,0,0.8);
        color: #ffffff;
    }
    /*.boxstyle .List-style li{
        color: #666666;
    }*/

    .boxstyle .List-style li:hover li {
        color: #ffffff;
    }

.List-style li {
    position: relative;
    padding-left: 12px;
    /*color: #666666;*/
}

    .List-style li::after {
        content: "\f0da";
        font-family: FontAwesome;
        margin-right: 10px;
        color: #000000;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.List-style {
    padding: 20px;
    line-height: 1.6em;
    font-size: 16px;
}

.tab-style > li {
    width: 49%;
    padding: 0px;
}

    .tab-style > li > a {
        color: #ffffff;
        font-size: 16px;
        text-align: center;
    }

        .tab-style > li > a, .tab-style > li > a:hover, .tab-style > li.active > a {
            background-color: #B10000;
            text-align: center;
        }

            .tab-style > li.active > a, .tab-style > li.active > a:focus, .tab-style > li.active > a:hover {
                background-color: #000000;
                text-align: center;
            }

.vission-content p {
    font-size: 17px;
    color: #666666;
    line-height: 1.4em;
    margin: 0px 20px 0px auto;
    padding: 18px 10px 18px 15px;
    text-align: justify;
}

    .vission-content p span img {
        float: left;
        /*padding: 2px 30px 2px 20px;*/
        margin-right: 5px;
    }

    .vission-content p span img {
        z-index: 10;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        box-shadow: 2px 2px 2px 3px;
        background: #000000;
        margin-right: 15px;
        border-radius: 20%;
        padding: 5px 30px;
    }

        .vission-content p span img:hover {
            background: #B10000;
            border-radius: 20%;
            padding: 5px 30px;
        }

/*.vission-content p span img {
        background: rgba(207,0,0,.5);
    }*/

.pro-content p img {
    float: left !important;
    padding: 5px 25px;
    border: 1px solid;
    margin: 5px 10px 0px auto;
}

.pro-content1 p {
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #666666;
    line-height: 1.4em;
}

.pro-content p {
    font-size: 17px;
    color: #666666;
    line-height: 1.4em;
    /*padding: 22px 0px 22px 17px;*/
}

.pro-content ul li {
    font-size: 17px;
    letter-spacing: 0.3px;
    font-family: initial;
    text-align: justify;
    color: #666666;
    line-height: 1.6em;
}

.prolist:before {
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}

.pro-content p strong em {
    color: #000000;
    margin-right: 5px;
}

.career {
    background: url(../images/c-3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/************New style of button format*********/

.btn-red {
    font-size: 14px;
    display: inline-block;
    line-height: 46px;
    padding: 0 30px;
    color: #fff;
    font-weight: 300;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    text-transform: uppercase;
    right: 4%;
}

    .btn-red:hover {
        background: #f34046;
    }

.button {
    border: none;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button--wapasha {
    background: #ec121a;
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.button--wapasha {
    background: #ec121a;
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

    .button--wapasha::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
        border: 2px solid #e31e24;
        z-index: -1;
        border-radius: inherit;
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 1);
        transform: scale3d(0.6, 0.6, 1);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        background: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .button--wapasha:hover {
        background: #fff;
        color: red;
    }

/*********Style for inner body product page of tab style******/
.tab-stylepro > li {
    width: 49%;
    padding: 0px;
}

    .tab-stylepro > li > a {
        color: #ffffff;
        font-size: 16px;
        text-align: center;
    }

        .tab-stylepro > li > a, .tab-stylepro > li > a:hover, .tab-stylepro > li.active > a {
            background-color: #B10000;
            text-align: center;
        }

            .tab-stylepro > li.active > a, .tab-stylepro > li.active > a:focus, .tab-stylepro > li.active > a:hover {
                background-color: #000000;
                text-align: center;
            }

.line {
    width: 100%;
    border-bottom: 3px solid #CF0000;
}

.isi_logo img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px;
    border: 1px solid #ccc;
    box-shadow: 2px 0px 2px 2px;
    margin: 10px;
}

    .isi_logo img:hover {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        opacity: .6;
    }

/*********Welcome section End*********/


/*********Welcome services section start********/


.service-section {
    background: #f3f3f3;
}

/*********Welcome services section End********/


/*******************product section start*************/

.products-section {
    padding-top: 30px;
}
/*.products-section {
    background: url(../images/img-1.jpg) no-repeat center;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 55px 0px 0px 0px;
}*/
/*.dot-section {
    background: url(../images/dot2.png) no-repeat center;
     background-size: 100% 100%;
    z-index: 50;
}*/
/*.dotcircle {
    background: url(../images/dotcircle.jpg) no-repeat center;
     background-size: 100% 100%;
    z-index: 50;
}*/
.circle-container {
    position: relative;
    width: 24em;
    height: 24em;
    padding: 2.8em; /*= 2em * 1.4 (2em = half the width of an img, 1.4 = sqrt(2))*/
    border: dashed 1px;
    border-radius: 50%;
    margin: 1.75em auto 0;
}

    .circle-container a {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4em;
        height: 4em;
        margin: -2em; /* 2em = 4em/2 */ /* half the width */
    }

    .circle-container img {
        display: block;
        width: 100%;
    }

.deg0 {
    transform: translate(12em);
}
/* 12em = half the width of the wrapper */
.deg45 {
    transform: rotate(45deg) translate(12em) rotate(-45deg);
}

.deg135 {
    transform: rotate(135deg) translate(12em) rotate(-135deg);
}

.deg180 {
    transform: translate(-12em);
}

.deg225 {
    transform: rotate(225deg) translate(12em) rotate(-225deg);
}

.deg315 {
    transform: rotate(315deg) translate(12em) rotate(-315deg);
}

/* this is just for showing the angle on hover */
.circle-container a:not(.center):before {
    position: absolute;
    width: 4em;
    color: white;
    opacity: 0;
    background: rgba(0,0,0,.5);
    font: 1.25em/3.45 Courier, monospace;
    letter-spacing: 2px;
    text-decoration: none;
    text-indent: -2em;
    text-shadow: 0 0 .1em deeppink;
    transition: .7s; /* only works in Firefox */
    content: attr(class)'°';
}

.circle-container a:hover:before {
    opacity: 1;
}

/* this is for showing the circle on which the images are placed */
.circle-container:after {
    position: absolute;
    top: 2.8em;
    left: 2.8em;
    width: 24em;
    height: 24em;
    border: dashed 1px deeppink;
    border-radius: 50%;
    opacity: .3;
    pointer-events: none;
    content: '';
}

.circle-container:hover:after {
    opacity: 1;
}

.circle-container a:not(.center):after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    box-shadow: 0 0 .5em .5em white;
    margin: -2px;
    background: deeppink;
    opacity: .3;
    content: '';
}

.circle-container:hover a:after {
    opacity: 1;
}

.circle-container a:hover:after {
    opacity: .3;
}


/*******pro jquery*****/

/*#divCircle {
    width: 100%;
    height: 600px;
    position: relative;
}*/


#divCircle {
    background: url(../images/dotcircle.jpg) no-repeat center bottom;
    width: 100%;
    height: 745px;
    position: relative;
}








    #divCircle img {
        position: absolute;
        /*background: url(../images/renolax-logo.png) no-repeat;*/
        /*border-radius: 50px;*/
        background-color: #A1A1A1;
        padding: 3px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        #divCircle img:hover {
            position: absolute;
            /*background: url(../images/renolax-logo.png) no-repeat;*/
            /*border-radius: 50px;*/
            background-color: #000000;
            padding: 3px;
            transform: scale(1.4);
            -moz-transform: scale(1.4);
            -webkit-transform: scale(1.4);
            -o-transform: scale(1.4);
        }

#middleBubble {
    text-align: center;
    vertical-align: top;
    color: #252525;
    height: 55%;
    width: 30%;
    border-radius: 50%;
    /*background-color: #efefef;*/
    position: absolute;
    top: 12%;
    left: 35%;
}



.centre-img {
    padding-top: 20px;
}

    .centre-img .pro-Box {
    }





/***********style of product img on position set**********/

#divCircle #pro1 {
    top: 50%;
    left: 71%;
}

#divCircle #pro2 {
    top: 75%;
    left: 45%;
}

#divCircle #pro3 {
    top: 50%;
    left: 17%;
}

#divCircle #pro4 {
    top: 20%;
    left: 25%;
}

#divCircle #pro5 {
    top: 5%;
    left: 45%;
}

#divCircle #pro6 {
    top: 20%;
    left: 65%;
}

#divCircle #h1 {
    position: absolute;
    top: 55%;
    left: 82%;
    font-size: 12px;
}

#divCircle #h2 {
    position: absolute;
    top: 85%;
    left: 33%;
    font-size: 12px;
}

#divCircle #h3 {
    position: absolute;
    top: 55%;
    left: 10%;
    font-size: 12px;
}

#divCircle #h4 {
    position: absolute;
    top: 26%;
    left: 17%;
    font-size: 12px;
}

#divCircle #h5 {
    position: absolute;
    top: -4%;
    left: 45%;
    font-size: 12px;
}

#divCircle #h6 {
    position: absolute;
    top: 26%;
    left: 76%;
    font-size: 12px;
}
/************End********/

#divCircle p img {
    position: absolute;
    left: 25%;
    border-radius: 10px;
    background: transparent;
    width: 50%;
    top: 45%;
}

    #divCircle p img:hover {
        position: absolute;
        left: 25%;
        transform: scale(.8);
        background: transparent;
        border-radius: 0px;
        width: 50%;
    }

#divCircle p b {
    position: absolute;
    left: 30%;
    /*top: 38%;*/
    top: 68%;
    font-size: 24px;
}

#divCircle p span {
    position: absolute;
    /*top: 45%;*/
    top: 75%;
    right: 0%;
    padding: 20px;
    color: #666666;
}

    #divCircle p span a {
        margin-top: 30px;
    }




/******** index page *********/

.heading h1 {
    text-align: center;
    margin: 0px auto;
    font-size: 34px;
    padding: 22px 0px;
}

.Pro_spec p strong em {
    position: relative;
    margin: 0px 10px;
}

    .Pro_spec p strong em::after {
        border-bottom: 5px solid #000000;
    }

    .Pro_spec p strong em::after {
        content: '';
        width: 100%;
        padding-top: 10px;
        height: 10px;
        position: absolute;
        left: -10px;
        bottom: -10px;
        transform: skew(60deg,0deg);
        margin: 5px auto;
    }

.tableDisplay {
    display: table;
    width: 100%;
    color: #ffffff;
}


.about-head {
    position: relative;
}

    .about-head::after {
        content: '';
        margin: 0px auto;
        width: 50px;
        height: 3px;
        background: #fff;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }


.tableCell3 {
    display: table-cell;
    background: #455E03;
    width: 60%;
    overflow: hidden;
    background: url(../images/img-2.jpg) no-repeat top right;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 70px 0px;
}

.tableCell4 {
    display: table-cell;
    vertical-align: top;
    padding: 80px 25px 70px 25px;
    /*padding: 20px 50px;*/
    width: 40%;
    background: #58B058;
    position: relative;
}

    .tableCell4:after {
        content: '';
        position: absolute;
        right: -24px;
        bottom: 45%;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #58B058;
    }

.embed-responsive-16by3 {
    padding-bottom: 20%;
}

.embed-heading {
    background: rgba(50, 50, 50, 0.7);
    color: #ffffff;
    cursor: pointer;
}



.green-section {
    background: rgba(60,148,60,.8);
    padding: 30px;
    border-radius: 0px;
}

.white-section {
    background: rgba(255,255,255,.7);
    padding: 15px;
    margin: 0px 20px;
    border-radius: 5px;
}

.black-section {
    background: rgba(255,255,255,.6);
    /*background: rgba(0,0,0,.6);*/
    padding: 15px;
    margin: 10px 20px;
    border-radius: 5px;
}


/***************style of business ******/

.f1container {
    position: relative;
    margin: 10px auto;
    width: 250px;
    height: 250px;
    z-index: 1;
}

.f1container {
    background: rgba(255,255,255,.5);
    perspective: 1000;
    padding: 10px;
    width: 100%;
}

#f1_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

#f2_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

#f3_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

.f1container:hover #f1_card {
    transform: rotateY(180deg);
    box-shadow: -5px 5px 5px #aaa;
}

.f1container:hover #f2_card {
    transform: rotateY(180deg);
    box-shadow: -5px 5px 5px #aaa;
}

.f1container:hover #f3_card {
    transform: rotateY(180deg);
    box-shadow: -5px 5px 5px #aaa;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

    .face.back {
        display: block;
        transform: rotateY(180deg);
        box-sizing: border-box;
        padding: 10px;
        color: white;
        text-align: center;
        background-color: #aaa;
    }

/************ index page **************/

/************* common style **************/

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.btn-primary {
    background: #000000;
    border-color: transparent;
    color: #ffffff;
    margin: 5px auto;
}

    .btn-primary:hover {
        background: #910000;
        color: #ffffff;
        border-color: transparent;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background: #910000;
        border-color: transparent;
    }


.lead {
    font-size: 15px;
    line-height: 1.8;
}

/*****************Style of Inner Page of product******** */

#client {
    background: url(../images/USP.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
}

.heading_row {
    background: rgba(255,255,255,.6);
}

.heading_row1 {
    background: rgba(0,0,0,.6);
    padding: 50px;
}

    .heading_row1 h4 {
        text-align: center;
        font-size: 30px;
        color: #ffffff;
    }

    .heading_row1 p {
        letter-spacing: 0.3px;
        color: #ffffff;
    }

ul.logolist {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.logolist li {
        width: 200px;
        height: 200px;
        margin: 40px;
        border: 1px solid #ccc;
        transform: rotate(-45deg);
        text-align: center;
        background: #fff;
        display: inline-block;
        line-height: 130px;
    }

        ul.logolist li span {
            transform: rotate(45deg);
        }

.ul-pro li, .ul-why li {
    border-bottom: 1px dotted #ccc;
}

    .ul-pro li a {
        color: #656565;
        display: block;
        font-family: "Noto Serif",serif;
        font-size: 14px;
        line-height: 3em;
        padding: 0 20px;
    }


.home-second .second {
    background: #eee;
    border-left: 8px solid #414141;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    transition: all 0.7s ease;
}


    .home-second .second:hover .line {
        width: 100%;
    }

    .home-second .second .line {
        background: #414141;
        width: 0px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        transition: all 0.7s ease;
    }

    .home-second .second:hover .ul-pro li a {
        color: #ffffff;
        position: relative;
    }


@-webkit-keyframes spincube {
    from,to {
        -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    16% {
        -webkit-transform: rotateY(-90deg);
    }

    33% {
        -webkit-transform: rotateY(-90deg) rotateZ(90deg);
    }

    50% {
        -webkit-transform: rotateY(-180deg) rotateZ(90deg);
    }

    66% {
        -webkit-transform: rotateY(-270deg) rotateX(90deg);
    }

    83% {
        -webkit-transform: rotateX(90deg);
    }
}

@keyframes spincube {
    from,to {
        -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    16% {
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    33% {
        -moz-transform: rotateY(-90deg) rotateZ(90deg);
        -ms-transform: rotateY(-90deg) rotateZ(90deg);
        transform: rotateY(-90deg) rotateZ(90deg);
    }

    50% {
        -moz-transform: rotateY(-180deg) rotateZ(90deg);
        -ms-transform: rotateY(-180deg) rotateZ(90deg);
        transform: rotateY(-180deg) rotateZ(90deg);
    }

    66% {
        -moz-transform: rotateY(-270deg) rotateX(90deg);
        -ms-transform: rotateY(-270deg) rotateX(90deg);
        transform: rotateY(-270deg) rotateX(90deg);
    }

    83% {
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
}

.cubespinner {
    -webkit-animation-name: spincube;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: spincube;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 60px 60px 0;
    -moz-transform-origin: 60px 60px 0;
    -ms-transform-origin: 60px 60px 0;
    transform-origin: 60px 60px 0;
}

    .cubespinner div {
        position: absolute;
        width: 260px;
        border: 1px solid #ccc;
        background: rgba(255,255,255,0.8);
        box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
        padding: 20px;
        text-align: center;
    }

    .cubespinner .face1 {
        -webkit-transform: translateZ(60px);
        -moz-transform: translateZ(60px);
        -ms-transform: translateZ(60px);
        transform: translateZ(60px);
    }

    .cubespinner .face2 {
        -webkit-transform: rotateY(90deg) translateZ(60px);
        -moz-transform: rotateY(90deg) translateZ(60px);
        -ms-transform: rotateY(90deg) translateZ(60px);
        transform: rotateY(90deg) translateZ(60px);
    }

    .cubespinner .face3 {
        -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
        -moz-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
        -ms-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
        transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
    }

    .cubespinner .face4 {
        -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
        -moz-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
        -ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
        transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
    }

    .cubespinner .face5 {
        -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
        -moz-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
        -ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
        transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
    }

    .cubespinner .face6 {
        -webkit-transform: rotateX(-90deg) translateZ(60px);
        -moz-transform: rotateX(-90deg) translateZ(60px);
        -ms-transform: rotateX(-90deg) translateZ(60px);
        transform: rotateX(-90deg) translateZ(60px);
    }



/*******style of Margin and Padding*******/
.paddingNone {
    padding: 0px;
}

.paddingAll20 {
    padding: 20px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingTopBottom10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingTopBottom30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.marginRight10 {
    margin-right: 5px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginNone {
    margin: 0;
}

.marginBottom0 {
    margin-bottom: 0;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginRight5 {
    margin-right: 5px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight15 {
    margin-right: 15px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginRight30 {
    margin-right: 30px;
}

.marginTopBottom10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginTopBottom15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.marginTopBottom20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marginTopBottom30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.marginLeftRight10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marginLeftRight15 {
    margin-left: 15px;
    margin-right: 15px;
}

.marginLeftRight20 {
    margin-left: 20px;
    margin-right: 20px;
}

.marginLeftRight30 {
    margin-left: 30px;
    margin-right: 30px;
}

.paddingNone {
    padding: 0px;
}

.paddingLeft0 {
    padding-left: 0px;
}

.padding10 {
    padding: 10px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom15 {
    padding-bottom: 15px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

.paddingLeft5 {
    padding-left: 5px !important;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingRight5 {
    padding-right: 5px !important;
}

.padddingRight0 {
    padding-right: 0px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight30 {
    padding-right: 30px;
}

/********* common style **********/


/********** footer section ***********/



.footer-address {
    padding: 20px;
}

footer {
    background: #000000;
}

    footer p {
        color: #ffffff;
    }

    footer ul li {
        border-bottom: 1px solid #646468;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        footer ul li a {
            color: #646468;
        }

.arrow-blue li {
    position: relative;
}

footer ul li a:hover {
    color: #AD0000;
}

    footer ul li a:hover:before {
        color: #AD0000;
    }

.arrow-blue li a:before {
    content: '\f101';
    font-family: fontAwesome;
    color: #646468;
    /*color:#455E03;*/
    margin-right: 10px;
    font-size: 18px;
}



.footer-last img {
    width: 20px;
}


/********** footer section ***********/

/************** Social icon ***************/
.SocialList {
    margin-top: 10px;
    text-align: center;
}

.widgetSocialList, .widgetSocialList li {
    display: inline-block;
    margin: 0;
}

.widgetSocialList {
    list-style: none;
    padding: 0;
}

    .widgetSocialList li a {
        background-color: #ccc;
        border-radius: 50%;
        display: table-cell;
        height: 28px;
        position: relative;
        text-align: center;
        transition: all .5s ease 0s;
        vertical-align: middle;
        width: 28px;
    }

        .widgetSocialList li a::before {
            color: #fff;
            display: inline-block;
            font-family: FontAwesome;
            font-size: 18px;
            text-rendering: auto;
        }

        .widgetSocialList li a.facebook::before {
            content: "\f09a";
        }

        .widgetSocialList li a.facebook {
            background-color: #47649E;
        }

        .widgetSocialList li a.twitter::before {
            content: "\f099";
        }

        .widgetSocialList li a.twitter {
            background-color: #5EA9DD;
        }

        .widgetSocialList li a.google-plus::before {
            content: "\f0d5";
        }

        .widgetSocialList li a.google-plus {
            background-color: #DC4B3E;
        }

        .widgetSocialList li a.instagram::before {
            content: "\f16d";
        }

        .widgetSocialList li a.instagram {
            background-color: #325C86;
        }

        .widgetSocialList li a.pinterest::before {
            content: "\f0d2";
        }

        .widgetSocialList li a.pinterest {
            background-color: #BD081C;
        }

        .widgetSocialList li a.linkedin::before {
            content: "\f0e1";
        }

        .widgetSocialList li a.linkedin {
            background-color: #1060a6;
        }


.myproduct {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .myproduct li {
        float: none;
        width: 100%;
        padding: 10px;
    }

.topheight {
    width: 100%;
    float: left;
    height: 130px;
}

.mycaption {
    width: 88%;
    left: 6%;
    right: 6%;
    text-align: right;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    height: 50px;
    top: 50%;
}

.list-unstyled {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
    padding-right: 40%;
}

    .list-unstyled li {
        position: relative;
        padding-left: 30px;
        line-height: 24px;
    }

        .list-unstyled li .fa {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 24px;
        }

@media screen and (max-width: 767px) {
    header {
        position: inherit;
        box-shadow: #fff 0 0 5px;
        border-bottom: #eee solid 1px;
    }

    .navigation {
        margin: 0;
    }

        .navigation ul {
            float: left;
        }

            .navigation ul li {
                float: none;
            }

    .topheight {
        height: 0;
    }

    .carousel-inner > .item img {
        height: auto !important;
    }

    .carousel-control.left, .carousel-control.right {
        z-index: 1059;
        height: inherit;
    }

    .mycaption {
        display: none;
    }

    .navbar-toggle {
        margin: 20px 0;
    }

    .rightContainer {
        display: none;
    }

    .mylogo {
        width: 100% !important;
    }

    .mydropmenu {
        position: relative;
    }

    .list-unstyled {
        padding-right: 20px;
    }
}
