﻿@import 'https://fonts.googleapis.com/css?family=Raleway';

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

/*** header ***/

.navbar-brand {
    height: auto;
    padding: 0px;
}

.navStyle li a, .navStyle li a:hover, .navStyle li a:focus, .navStyleTop li a, .navStyleTop li a:hover, .navStyleTop li a:focus {
    position: relative;
}

    .navStyle li a:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 87%;
        width: 100%;
        height: 0px;
        z-index: 2;
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

.affix {
    width: 100%;
    z-index: 21;
    top: 0px;
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}


@keyframes sizee {
    0% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes sizee {
    0% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes size {
    0% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes size {
    0% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.navbar img {
    -webkit-animation: sizee 0.5s;
    -moz-animation: sizee 0.5s;
    -o-animation: sizee 0.5s;
    animation: sizee 0.5s;
    width: 100%;
}

.affix.navbar img {
    /*-webkit-animation: size 0.5s;
    -moz-animation: size 0.5s;
    -o-animation: size 0.5s;
    animation: size 0.5s;*/
    width: 100%;
    padding: 0px 5px;
}

.affix .navStyle li a {
    padding: 15px 15px;
}

@keyframes size {
    0% {
        width: 100%;
    }

    100% {
        width: 50%;
    }
}

@-webkit-keyframes size {
    0% {
        width: 100%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes size {
    0% {
        width: 100%;
    }

    100% {
        width: 50%;
    }
}

@-o-keyframes size {
    0% {
        width: 100%;
    }

    100% {
        width: 50%;
    }
}


.tlogo {
    display: none !important;
}

.affix.navbar .logo {
    display: none !important;
}

.affix.navbar .tlogo {
    display: block !important;
}

.navStyle li a {
    /*padding: 39px 15px;*/
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    font-weight: bold;
}

    .navStyle li a:hover:after, .navStyle li a:focus:after {
        height: 20px;
        transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }

.navStyleTop li:nth-child(2) {
    border-left: 0px;
}

.navStyleTop li a {
    padding: 5px 10px;
}

/*** header ***/


/*** footer *****/

footer {
    font-size: 14px;
}

    footer h3 {
        padding-bottom: 10px;
    }

.arrow-blue li {
    position: relative;
}

footer ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.arrow-blue li a::before {
    content: '\f101';
    font-family: fontAwesome;
    margin-right: 10px;
    font-size: 18px;
}

.com-detail {
    font-size: 16px;
    margin-bottom: 10px;
}

.address-style i {
    position: absolute;
    left: 15px;
    font-size: 20px;
}

.embed-heading {
    cursor: pointer;
}

.embed-responsive-16by3 {
    padding-bottom: 20%;
}

.tp-bgimg {
    background-attachment: fixed;
}
/*** footer ****/




/***** enquiry *******/

.rightContainer {
    position: fixed;
    right: 0px;
    top: 20%;
    z-index: 2500;
    width: 300px;
    transform: translateX(260px);
    -moz-transform: translateX(260px);
    -o-transform: translateX(260px);
    -webkit-transform: translateX(260px);
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
}

.enqui {
    cursor: pointer;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    position: relative;
    left: -71px;
    top: 141px;
    width: 140px;
    height: 52px;
    display: block;
    background: url('../images/but_enquiry.png') no-repeat;
}

.bg-Black {
    width: 260px;
    padding: 20px;
    float: right;
}

.rightContainerTrans {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

/***** enquiry *******/



/**** about ****/

.aboutSection h4 {
    line-height: 26px;
}

.absectionHeading {
    position: relative;
    font-size: 40px;
    font-weight: normal;
    padding-left: 5px;
}

    .absectionHeading span {
        position: relative;
        z-index: 1;
        padding-right: 25px;
        padding-left: 15px;
    }

        .absectionHeading span:after {
            content: '';
            position: absolute;
            left: 0px;
            top: 2px;
            display: block;
            margin: 0px auto;
            width: 100%;
            height: 100%;
            z-index: -1;
            transform: rotate(1deg);
            -moz-transform: rotate(1deg);
            -webkit-transform: rotate(1deg);
            -o-transform: rotate(1deg);
        }

.mission {
    min-height: 300px;
}

    .mission h3 {
        text-align: center;
        margin-bottom: 20px;
    }


    .mission ul {
        text-align: justify;
        padding: 0px 10px 10px 15px;
    }

        .mission ul li {
            margin-top: 10px;
            position: relative;
            font-size: 14px;
        }

            .mission ul li:before {
                font-family: FontAwesome;
                content: '\f00c';
                position: absolute;
                left: -20px;
            }

.sectionmission {
    background: url('../images/bg-2.jpg') no-repeat left top fixed;
    background-size: cover;
}

/**** about ****/


/***** services *****/
.bglight {
    position: relative;
}

.sectionHeading {
    position: relative;
    font-size: 40px;
    font-weight: normal;
    padding-left: 5px;
}

    .sectionHeading span {
        position: relative;
        z-index: 1;
        padding-right: 25px;
    }

        .sectionHeading span:after {
            content: '';
            position: absolute;
            left: -2px;
            top: 2px;
            display: block;
            margin: 0px auto;
            width: 105%;
            height: 100%;
            z-index: -1;
            transform: rotate(1deg);
            -moz-transform: rotate(1deg);
            -webkit-transform: rotate(1deg);
            -o-transform: rotate(1deg);
        }

.bgLightGray {
    cursor: pointer;
}

.bglight {
    overflow: hidden;
}

.bgLightGray:hover .bglight:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.bglight img {
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}

.bgLightGray:hover .bglight img {
    transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
}

.faceback {
    display: none;
}

.bgLightGray:hover .facefront {
    display: none;
}

.bgLightGray:hover .faceback {
    display: block;
}

.facefront, .faceback {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

@media(max-width:767px) {
    .facefront, .faceback {
        position: relative;
    }
}


/* ==============================
   Service
   ============================== */

/*.Bgimg-section {
    background: url(../images/products.jpg) no-repeat top left fixed;
    background-size: 100% 100%;
}*/


.service-item {
    width: 100%;
    height: 200px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .service-item i {
        position: relative;
        /*top: 100px;*/
        top: 0px;
        display: inline-block;
        margin-bottom: 40px;
        padding: 10px;
        /*background: #fff;*/
        -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;
        font-size: 48px;
    }

    .service-item img {
        width: 60%;
    }
    /*.service-item p {
        color: #777;
    }*/

    .service-item h4 {
        color: #F67901; 
        font-style: normal;
    }



    .service-item h5 {
        color: #777;
        position: relative;
        top: 80px;
        -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .service-item .service-desc {
        width: 100%;
        margin: 0 auto;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .service-item:hover {
        border-color: #0298F6;
    }


     /*.service-item:hover i {
            top: -100px;
            top: -30px;
        }*/
        .service-item:hover i {
            top: -50px;
            
        }
        .service-item:hover h4 {
            visibility: hidden;
        }

        .service-item:hover h5 {
            top: -30px;
        }

.service-item:hover .service-desc {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            position: relative;
            top: -150px;
        }


/*********new format style*******/

/*.service-item .bglight img {
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}

.service-item:hover .bglight img {
    transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
}*/




/*.bglight img {
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}

.bgLightGray:hover .bglight img {
    transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
}
.bgLightGray:hover h4 {
    position: relative;
    bottom: 150px;
    color: #fff;
    font-weight:600;
}
.service-desc p {
    position: relative;
    opacity: 0;
}

.bgLightGray:hover .service-desc p {
    position: relative;
    bottom: 150px;
    color: #F67901;
    color: #0298F6;
    font-weight: normal;
    opacity: 1;
}*/ 




/***** services *****/





/***** product *********/

.prosectionHeading {
    position: relative;
    font-size: 40px;
    font-weight: normal;
    padding-left: 5px;
}

    .prosectionHeading span {
        position: relative;
        z-index: 1;
        padding-right: 25px;
        padding-left: 13px;
    }

        .prosectionHeading span:after {
            content: '';
            position: absolute;
            left: 0px;
            top: 2px;
            display: block;
            margin: 0px auto;
            width: 100%;
            height: 100%;
            z-index: -1;
            transform: rotate(1deg);
            -moz-transform: rotate(1deg);
            -webkit-transform: rotate(1deg);
            -o-transform: rotate(1deg);
        }

.pro {
    padding: 20px;
    text-align: center;
    position: relative;
    margin-top: 30px;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

    .pro p {
        margin-top: 50px;
    }

    .pro i {
        position: absolute;
        top: -45px;
        left: 22%;
        padding: 30px;
        font-size: 30px;
        border-radius: 50%;
    }

/***** product *********/




/****** About us page ********/

.banner {
    position: relative;
}

    .banner h1 {
        position: absolute;
        top: 30%;
        left: 10%;
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        transform: skew(0deg,-1deg);
        -moz-transform: skew(0deg,-1deg);
        -webkit-transform: skew(0deg,-1deg);
        -o-transform: skew(0deg,-1deg);
    }

/****** About us page ********/



/****** career page *****/

.sectioncHeading {
    position: relative;
    font-size: 30px;
    font-weight: normal;
    padding-left: 5px;
}

    .sectioncHeading span {
        position: relative;
        z-index: 1;
        padding-right: 25px;
        padding-bottom: 5px;
    }

        .sectioncHeading span:after {
            content: '';
            position: absolute;
            left: -2px;
            top: 2px;
            display: block;
            margin: 0px auto;
            width: 105%;
            height: 100%;
            z-index: -1;
            transform: rotate(1deg);
            -moz-transform: rotate(1deg);
            -webkit-transform: rotate(1deg);
            -o-transform: rotate(1deg);
        }

.dotStyle {
    padding: 0px 10px 10px 15px;
}

    .dotStyle li {
        position: relative;
        text-indent: 5px;
    }

        .dotStyle li:before {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            left: -10px;
            top: 7px;
        }

/****** career page *****/




/****** contact us ******/

.reachus {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}

.smallheading span {
    position: relative;
}

    .smallheading span:after {
        content: '';
        width: 100%;
        padding-top: 10px;
        height: 10px;
        position: absolute;
        left: -10px;
        bottom: -10px;
        transform: skew(60deg,0deg);
    }

/****** contact us ******/



/****** services page *******/

.bgWhite {
    position: relative;
    overflow: hidden;
}

.seranc {
    position: relative;
    display: block;
    min-height: 285px;
}

.imgdiv {
    position: absolute;
    top: 0px;
    z-index: 1;
}

    .imgdiv:after {
        content: '';
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        opacity: 0;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

    .imgdiv img {
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

.divtext {
    position: absolute;
    bottom: -68px;
    width: 100%;
    z-index: 2;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.bgWhite:hover .imgdiv:after {
    opacity: 1;
}

.bgWhite:hover .divtext {
    bottom: 0px;
}

.bgWhite:hover .imgdiv img {
    transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}

.bgWhite:hover .info {
    opacity: 1;
}

.divtext i {
    display: block;
    position: absolute;
    padding: 20px 18px;
    margin-bottom: 20px;
    border-radius: 50%;
    left: 40%;
    top: -30px;
    z-index: 1;
    width: 75px;
    height: 71px;
}

.bgWhite:hover .divtext i {
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}


.info {
    position: absolute;
    top: 18%;
    z-index: 5;
    left: 41%;
    font-weight: bold;
    opacity: 0;
}


.bgWhite:hover .soacialIcon {
    -webkit-transform: translate(0px,0) rotateY(0deg);
    -moz-transform: translate(0px,0) rotateY(0deg);
    -ms-transform: translate(0px,0) rotateY(0deg);
    -o-transform: translate(0px,0) rotateY(0deg);
    transform: translate(0px,0) rotateY(0deg);
}


.soacialIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    width: 50px;
    text-align: center;
    padding: 10px 0;
    z-index: 6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(25px,0) rotateY(90deg);
    -moz-transform: translate(25px,0) rotateY(90deg);
    -ms-transform: translate(25px,0) rotateY(90deg);
    -o-transform: translate(25px,0) rotateY(90deg);
    transform: translate(25px,0) rotateY(90deg);
}

    .soacialIcon a {
        display: block;
        text-align: center;
        padding: 5px;
    }

    .soacialIcon:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 15px;
        left: 0;
        bottom: -8px;
        -webkit-transform: skew(0deg, 15deg);
        -moz-transform: skew(0deg, 15deg);
        -ms-transform: skew(0deg, 15deg);
        -o-transform: skew(0deg, 15deg);
        transform: skew(0deg, 15deg);
        z-index: -1;
    }

.boximg {
    width: 50%;
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}
/****** services page *******/




/*** common style ****/

.font40 {
    font-size: 40px;
}

.font30 {
    font-size: 30px;
}

.btn-primary {
    padding: 8px 10px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-primary:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        -moz-transition: all 0.5s linear 0s;
        -o-transition: all 0.5s linear 0s;
    }

    .btn-primary:hover:after {
        transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -o-transform: scale(0,0);
        -moz-transform: scale(0,0);
    }

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.bold {
    font-weight: bold;
}

a:hover, a:focus {
    outline: none;
}

.radiusNone {
    border-radius: 0px;
}

.marginNone {
    margin: 0px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop45 {
    margin-top: 45px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginTopBottom10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginTopBottom20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marginTopBottom30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.paddingNone {
    padding: 0px;
}

.paddingAll10 {
    padding: 10px;
}

.paddingAll20 {
    padding: 20px;
}

.paddingAll30 {
    padding: 30px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop35 {
    padding-top: 35px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingTopBottom10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingTopBottom20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.paddingTopBottom30 {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* Revolution Slider Styles */

.tp-caption.reckless_big_accent_bg {
    position: absolute;
    text-shadow: none;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    padding: 10px 15px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow: visible;
    border: solid 0px;
}


    .tp-caption.reckless_big_accent_bg:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 30px;
        left: 0;
        bottom: -10px;
        -webkit-transform: skew(0deg, -4deg);
        -moz-transform: skew(0deg, -4deg);
        -ms-transform: skew(0deg, -4deg);
        -o-transform: skew(0deg, -4deg);
        transform: skew(0deg, -4deg);
        z-index: -1;
    }

.tp-caption.reckless_small_black_bg {
    position: absolute;
    text-shadow: none;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding: 10px 15px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    letter-spacing: 0;
    text-transform: uppercase;
}

    .tp-caption.reckless_small_black_bg:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 30px;
        left: 0;
        top: -10px;
        -webkit-transform: skew(0deg, -4deg);
        -moz-transform: skew(0deg, -4deg);
        -ms-transform: skew(0deg, -4deg);
        -o-transform: skew(0deg, -4deg);
        transform: skew(0deg, -4deg);
        z-index: -1;
    }

    .tp-caption.reckless_small_black_bg small {
        font-size: 18px;
        font-weight: normal;
        text-transform: lowercase;
    }

/************** 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;
    }
}
