﻿
@import 'https://fonts.googleapis.com/css?family=Raleway';

body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding: 0px; background-color:#000;
}

@font-face {
    font-family: 'gillsans-light';
    src: url('fonts/gillsans-light.eot');
    src: local('☺'), url('fonts/gillsans-light.woff') format('woff'), url('fonts/gillsans-light.ttf') format('truetype'), url('fonts/gillsans-light.svg') format('svg'), url('fonts/gillsans-light.otf') format('otf'), url('fonts/gillsans-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/********** header section Start***********/

.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;
}

.navi > ul > li {
}

    .navi > ul > li > a, .navi > ul > li > a:hover, .navi > ul > li > a:focus {
        background: transparent;
        outline: none;
        position: relative;
    }

    .navi > ul > li > a {
        color: #000000;
    }

        .navi > ul > li > a:hover {
            color: #CF0000;
        }

        .navi > ul > 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 > ul > li > a:hover:after {
            transform: translateY(0px);
            -moz-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -o-transform: translateY(0px);
            opacity: 1;
        }

    .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: 260px;
        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: 4%;
        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;
    }

    .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;
    }






/*.socialLinks {
    margin-top: 17px;
    margin-bottom: 17px;
    margin-right: 0px;
}

    .socialLinks li {
        position: relative;
        margin-right: 5px;
    }

        .socialLinks li a.facebook {
            padding: 6px 13px;
        }

        .socialLinks li a.twitter {
            padding: 6px 11px;
        }

        .socialLinks li a.google {
            padding: 6px 9px;
        }

        .socialLinks li a.facebook:hover {
            background: #47649E;
        }

        .socialLinks li a.twitter:hover {
            background: #5EA9DD;
        }

        .socialLinks li a.google:hover {
            background: #DC4B3E;
        }

        .socialLinks li a.facebook, .socialLinks li a.twitter, .socialLinks li a.google {
            background: #2A2A2A;
            border-radius: 50%;
        }

            .socialLinks li a.facebook:after, .socialLinks li a.twitter:after, .socialLinks li a.google:after {
                display: block;
                text-align: center;
                font-family: FontAwesome;
                color: #ffffff;
            }

            .socialLinks li a.facebook:after {
                content: '\f09a';
            }

            .socialLinks li a.twitter:after {
                content: '\f099';
            }

            .socialLinks li a.google:after {
                content: '\f0d5';
            }*/

/********** header section End ************/


/*****Welcome section start*********/




.mission {
    /*background: url(../images/vision.jpg) no-repeat;
    background-size: cover;
        margin: 20px 0px;*/
}

.welcome-content p {
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
}

.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: 15px;
    letter-spacing: 0.3px;
    color: #000000;
    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;
}



/*********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;
}


@media only screen and (max-width: 767px) and (min-width: 500px) {
    #divCircle {
        background: url(../images/dotcircle1.jpg) no-repeat center bottom;
        width: 100%;
        height: 600px;
        position: relative;
    }
}

@media only screen and (max-width: 500px) {
    #divCircle {
        background: url(../images/dotcircle2.jpg) no-repeat center bottom;
        width: 100%;
        height: 450px;
        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 {
    }






@media only screen and (max-width: 767px) {
    #divCircle img {
        /*position: absolute;*/
        width: 12%;
        height: 12%;
        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);
        }
}






/***********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;
}


@media only screen and (max-width: 767px) {

    .mission {
        padding-bottom: 0px;
    }

    #divCircle #pro1 {
        top: 5%;
        left: 82%;
    }
    /*#divCircle #pro2 {
    top: 5%;
    left: 85%;
   
}*/
    #divCircle #pro3 {
        top: 5%;
        left: 24%;
    }

    #divCircle #pro4 {
        top: 5%;
        left: 6%;
    }

    #divCircle #pro5 {
        top: 5%;
        left: 44%;
    }

    #divCircle #pro6 {
        top: 5%;
        left: 63%;
    }

    #divCircle #h1 {
        position: absolute;
        top: 18%;
        left: 83%;
        font-size: 10px;
    }

    #divCircle #h2 {
        position: absolute;
        top: -4%;
        left: 86%;
        font-size: 10px;
    }

    #divCircle #h3 {
        position: absolute;
        top: -2%;
        left: 18%;
        font-size: 10px;
    }

    #divCircle #h4 {
        position: absolute;
        top: 18%;
        left: 2%;
        font-size: 10px;
    }

    #divCircle #h5 {
        position: absolute;
        /*top: 18%;*/
        left: 42%;
        top: -4%;
        font-size: 10px;
    }

    #divCircle #h6 {
        position: absolute;
        top: -1%;
        left: 66%;
        font-size: 10px;
    }
}

/************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;
    }






@media only screen and (max-width: 767px) and (min-width: 500px) {
    #middleBubble {
        text-align: center;
        vertical-align: top;
        color: #252525;
        height: 55%;
        width: 43%;
        border-radius: 50%;
        /*background-color: #efefef;*/
        position: absolute;
        top: 40%;
        left: 28%;
    }

    #divCircle p img {
        position: absolute;
        left: 25%;
        border-radius: 10px;
        background: transparent;
        width: 50%;
        top: 8%;
    }

    #divCircle p b {
        position: absolute;
        left: 26%;
        top: 24%;
    }

    #divCircle p span {
        position: absolute;
        top: 28%;
        right: 0%;
        padding: 20px;
        color: #666666;
    }
}


/*#middleBubble {
  text-align:center;
  vertical-align:top;
  background: url(../images/Desktop-1.png) no-repeat center; //a "speech bubble" that will contain the text.
  background-repeat: no-repeat;
  background-size: cover;
  color: #252525; 
  height:50%;       
  width: 54%;   
  margin-top: 165px;
  margin-bottom: 50px;
  
}*/

@media only screen and (max-width: 500px) {
    #middleBubble {
        text-align: center;
        vertical-align: top;
        color: #252525;
        height: 55%;
        width: 54%;
        border-radius: 50%;
        /*background-color: #efefef;*/
        position: absolute;
        top: 36%;
        left: 23%;
    }

    #divCircle p img {
        position: absolute;
        left: 25%;
        border-radius: 10px;
        background: transparent;
        width: 50%;
        top: 8%;
    }

    #divCircle p b {
        position: absolute;
        left: 28%;
        top: 20%;
        font-size: 15px;
    }

    #divCircle p span {
        position: absolute;
        top: 22%;
        right: 0%;
        padding: 20px;
        font-size: 12px;
    }

        #divCircle p span a {
            margin-top: 5px;
        }
}




/******** index page *********/

.heading h1 {
    text-align: center;
    margin: 0px auto;font: 600 36px/36px 'Lato', sans-serif;
    font-size: 30px;
   padding-bottom: 22px;
}

.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(207,0,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 **************/

/*********** index media ***********/

@media (min-width:1000px) and (max-width:1200px) {
    .tableCell1, .tableCell2 {
        width: 50%;
    }
}

@media (max-width:999px) {
    .tableCell1, .tableCell2 {
        width: 50%;
    }
}

@media (max-width:900px) {
    .tableCell1 {
        display: block;
        width: 100%;
        padding: 20%;
        background-size: 100% 100%;
    }

    .tableCell2 {
        display: block;
        width: 100%;
    }

    .tableCell4 {
        display: block;
        width: 100%;
        background-size: 100% 100%;
    }

    .tableCell3 {
        display: block;
        width: 100%;
    }
}

/********** index media ************/




/************* 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: 35px;
        position: relative;
        text-align: center;
        transition: all .5s ease 0s;
        vertical-align: middle;
        width: 35px;
    }

        .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;
        }

@media(min-width:768px) {
    .SocialList {
        float: right;
        margin-top: 0;
    }
}
