/* ------------------------------------------------------------------------------

	Template Name: Coming soon
	Template URI: http://http://www.themeelite.com/comingsoon
	Description: Full Screen Coming Soon Template
	Author: Andy
	Author URI: http://www.themeelite.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

	1. CSS Reset
	2. Document Setup
	3. Header Part
		3.1 Slide show background control
	4. Background slider CSS style
	5. Menu Style
	6. About me Style
	7. Technical Skills Style
	8. Work Experience Style
	9. Education Style
	10. Protfolio Style
	11. Get in tuch Style
	12. Footer Style
	13. Responsive style


---------------------------------------------------------------------------------
/* 1. CSS Reset
-------------------------------------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

body {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    background: #000;
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #fff;
    outline: none;
}



/*----------------------------------------------------
 2.	Document Setup
------------------------------------------------------*/
.wrapper {
    width: 100%;
}

.spHeight {
    padding-top: 63px;
}

.noMar {
    margin: 0 !important;
}

.noPadd {
    padding: 0px !important;
}

.container .row {
    margin: 0px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding-bottom: 22px;
    margin: 0px;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 8px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 6px;
    font-weight: 400;
    margin: 0px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 6px;
    font-weight: 600;
    margin: 0px;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 6px;
    font-weight: 400;
    margin: 0px;
}

h4.subHeading {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 22px;
}

.heading {
    text-align: center;
    padding-bottom: 45px;
}

.topmar {
    margin-top: 20px;
}



/*----------------------------------------------------
 3.	Header Part
------------------------------------------------------*/
header {
    position: relative;
}

.banner {
    overflow: hidden;
    margin: 0 auto !important;
    background: #CACACA;
}

.bannerText {
    position: absolute;
    left: 0;
    right: 0;
    top: 9%;
    text-align: center;
    padding: 30px 0 30px;
    max-width: 960px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
    zoom: 1;
}

    .bannerText h1 {
        text-transform: uppercase;
    }

    .bannerText h2 {
        font-size: 34px;
        text-transform: none;
    }

.bannerPart {
    /*background:url(../images/1.jpg) no-repeat 0 0;*/
    height: 100%;
    overflow: hidden;
}

.bgwidth {
    width: 100%;
}

.bgheight {
    height: 100%;
}




/*------------------------------------
	3.1 Slide show background control
--------------------------------------*/
.bannerPart {
    background: #1b1f2b;
}

    .bannerPart img {
        opacity: 0.2;
        filter: alpha(opacity=20); /* For IE8 and earlier */
    }





/*---------------------------------------------------------------------------------
 4. Background slider CSS style
-------------------------------------------------------------------------------*/
.ri-grid {
    margin: 0px auto;
    position: relative;
    height: auto;
}

    .ri-grid ul {
        list-style: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .ri-grid ul:before, .ri-grid ul:after {
            content: '';
            display: table;
        }

        .ri-grid ul:after {
            clear: both;
        }

    .ri-grid ul {
        zoom: 1; /* For IE 6/7 (trigger hasLayout) */
    }

        .ri-grid ul li {
            -webkit-perspective: 400px;
            -moz-perspective: 400px;
            -o-perspective: 400px;
            -ms-perspective: 400px;
            perspective: 400px;
            margin: 0;
            padding: 0;
            float: left;
            position: relative;
            display: block;
            overflow: hidden;
            background: #000;
        }

            .ri-grid ul li a {
                display: block;
                outline: none;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-background-size: 100% 100%;
                -moz-background-size: 100% 100%;
                background-size: 100% 100%;
                background-position: center center;
                background-repeat: no-repeat;
                background-color: #333;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
            }
/* Grid wrapper sizes */
.ri-grid-size-1 {
    width: 55%;
}

.ri-grid-size-2 {
    width: 100%;
}

.ri-grid-size-3 {
    width: 100%;
    margin-top: 0px;
}
/* Shadow style */
.ri-shadow:after, .ri-shadow:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.ri-shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ri-grid-loading:after, .ri-grid-loading:before {
    display: none;
}

.ri-loading-image {
    display: none;
}

.ri-grid-loading .ri-loading-image {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}


/*----------------------------------------------------
 5.	Menu Style
------------------------------------------------------*/
.isStuck {
    left: 0px;
    width: 100%;
}

.menu {
    margin-top: 0px;
    position: static;
    left: 0px;
    right: 0px;
}

.navwrapper .container {
    padding: 0;
    width: auto;
}

.navbar-header {
    display: none;
}

.nav > li > a {
    display: inline-block;
}

.navbar-nav > li {
    float: none;
    display: inline;
}

.navbar-nav {
    margin: 0 auto;
    text-align: center;
    float: none;
}

.navbar-toggle {
    margin-top: 14px;
}


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    margin-top: 0px;
    position: relative;
    z-index: 15;
    background: #2d2d2d;
}

    .navbar-wrapper .container {
        padding: 0px;
    }

.navbar-collapse {
    padding: 0;
}

    .navbar-collapse.in {
        max-height: 100%;
    }

.navbar.navbar-inverse.navbar-static-top {
    margin: 0px auto;
    background: #2d2d2d;
    color: #c3c8d6;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

    .navbar.navbar-inverse.navbar-static-top a {
        color: #c3c8d6;
        padding: 22px 25px;
        line-height: 18px;
        text-align: center;
    }

        .navbar.navbar-inverse.navbar-static-top a:hover {
            color: #fff;
        }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus {
    background: #1b1f29;
    color: #c3c8d6;
}

    .navbar-inverse .navbar-nav > .active > a:hover {
        background: #1b1f29;
        color: #fff;
    }

.hideClass {
    display: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 600px;
    background-color: #0A64A4;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}





/*----------------------------------------------------
 6.	About me Style
------------------------------------------------------*/

.aboutme {
    background: #7c7b6d;
    color: #fff;
    position: relative;
}

    .aboutme .container {
        padding-top: 85px;
        padding-bottom: 93px;
    }


.aboutTop {
    background: #00bdbd;
    height: 60px;
}

.spHeight .aboutTop {
    margin-top: -62px !important;
}

.bntDownload {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background: #b5371f;
    padding: 16px 22px;
    display: inline-block;
}

    .bntDownload:hover {
        background: #b5371f;
        color: #CCCCCC;
        text-decoration: none;
    }



/*----------------------------------------------------
 7.	Technical Skills Style
------------------------------------------------------*/
.addspace {
    height: 60px;
    background: #eeeeee;
}

.technical {
    background: #eeeeee;
    color: #474d5d;
}

    .technical .container {
        padding-top: 85px;
        padding-bottom: 69px;
    }

    .technical .heading p {
        padding-bottom: 41px;
    }

    .technical p {
        color: #474d5d;
    }

    .technical h2 {
        color: #ff675f;
    }

    .technical .skillsArea {
        padding: 0px;
    }

    .technical .skills {
        margin: 0 auto;
        margin-bottom: 23px;
        text-align: center;
        padding: 0px;
        float: none;
    }

        .technical .skills p {
            color: #84868d;
            font-size: 13px;
            line-height: 18px;
            text-align: center;
        }

        .technical .skills img {
            margin: 0 auto;
            margin-bottom: 33px;
            width: 100%;
            max-width: 152px;
        }

        .technical .skills h4 {
            font-weight: 700;
            text-transform: uppercase;
        }


.skilBg {
    background: url(../images/skills.png) no-repeat 0 0;
}


.chart {
    position: relative;
    display: inline-block;
    width: 152px;
    height: 152px;
    margin-bottom: 26px;
    text-align: center;
}

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent {
    display: inline-block;
    font-size: 21px;
    color: #474d5d;
    line-height: 152px;
    z-index: 2;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }

.angular {
    margin-top: 100px;
}

    .angular .chart {
        margin-top: 0;
    }




/*----------------------------------------------------
 8.	Work Experience Style
------------------------------------------------------*/
.exprience {
    background: #fff;
}

    .exprience .container {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    .exprience h2 {
        color: #ff675f;
    }

    .exprience p {
        color: #84868d;
        /*font-size:13px;*/
        line-height: 18px;
    }

    .exprience .heading p {
        padding-bottom: 41px;
    }

    .exprience h4 {
        font-weight: 700;
    }

.workDetails .rightArea {
    border-left: solid 1px #eaeaea;
    padding-bottom: 47px;
}

.workDetails:last-child .rightArea {
    padding-bottom: 0px;
}

.workYear {
    font-size: 17px;
    color: #fff;
    background: #736C6B;
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 40px 0 40px 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.arrowpart {
    float: left;
    width: 15px;
    height: 50px;
    background: url(../images/arrow-left.png) no-repeat 0 23px;
}

.exCon2 {
    /*width:auto;*/
    background: #f3f3f3;
    border-bottom: solid 4px #eeeeee;
    padding: 22px 47px 6px 47px;
    margin-left: 15px;
    text-align: left;
    min-height: 190px;
    width: 100%;
    margin-bottom: 10px;
}

.exCon {
    width: auto;
    background: #f3f3f3;
    border-bottom: solid 4px #eeeeee;
    padding: 22px 47px 6px 47px;
    margin-left: 15px;
    text-align: left;
}

    .exCon p, .exCon2 p {
        color: #84868d;
        line-height: 21px;
    }

    .exCon h4, .exCon2 h4 {
        color: #474d5d;
        padding-bottom: 3px;
    }

    .exCon h5 {
        color: #474d5d;
    }



/*----------------------------------------------------
 9.	Education Style
------------------------------------------------------*/
.education {
    background-image: url("../images/bg.png");
}

    .education .container {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    .education h2 {
        color: #FFFFFF;
    }

    .education p {
        color: #FE4C02;
        /*font-size:13px;*/
        line-height: 18px;
    }

    .education .heading p {
        padding-bottom: 41px;
    }

    .education h4 {
        font-weight: 700;
    }


    .education .arrowpart {
        background: url(../images/arrow-left-light.png) no-repeat 0 23px;
    }

    .education .exCon {
        background: #fafafa;
        border-bottom: solid 4px #e8e7e7;
    }

    .education .workDetails .rightArea {
        border-left-color: #e5e4e4;
    }




/*----------------------------------------------------
 10. Protfolio Style
------------------------------------------------------*/
.protfolio {
    background: #c5331b;
}

    .protfolio .container {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    .protfolio .heading p {
        padding-bottom: 41px;
    }

    .protfolio h4 {
        font-weight: 700;
    }


.portfolioFilter {
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .portfolioFilter ul {
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }

        .portfolioFilter ul li {
            display: inline-block;
            margin: 5px 5px;
        }

            .portfolioFilter ul li a {
                padding: 16px 18px;
                font-size: 13px;
                line-height: 15px;
                color: #ffffff;
                text-transform: uppercase;
                display: block;
                text-decoration: none;
                border: solid 1px #95d9ee;
                transition-duration: 0.2s;
                -webkit-transition-duration: 0.2s;
            }

                .portfolioFilter ul li a:hover {
                    border: solid 1px #15596e;
                    color: #15596e;
                    transition-duration: 0.2s;
                    -webkit-transition-duration: 0.2s;
                }

                .portfolioFilter ul li a.current {
                    background: #2d2d2d;
                    border: solid 1px #2d2d2d;
                    color: #fff;
                }



ul.portfolioContainer {
    display: block;
    padding: 0px;
    list-style-type: none;
}

    ul.portfolioContainer li {
        display: block;
        min-height: 205px;
        padding: 0px;
        margin: 0px;
        cursor: pointer;
    }

        ul.portfolioContainer li .lightCon {
            display: block;
            margin: 3px 3px 4px 4px;
            position: relative;
            overflow: hidden;
        }

        ul.portfolioContainer li img {
            width: 100%;
            height: auto;
            display: block;
        }

span.hoverBox {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background: rgba(0, 0, 0, 0.1);
}

ul.portfolioContainer li:hover span.hoverBox {
    visibility: visible;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

span.hoverBox a {
    line-height: 42px;
}

span.hoverBox .smallIcon {
    /*width:92px;
	margin:0px auto;*/

    width: 94px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;
    margin-top: -21px;
}

span.hoverBox .zoom {
    visibility: hidden;
    width: 42px;
    height: 42px;
    background: #ff675f;
    color: #fff;
    position: relative;
    left: -150%;
    /*top:40%;*/
    text-align: center;
    line-height: 50px;
    display: block;
    float: left;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

ul.portfolioContainer li:hover span.hoverBox .zoom {
    visibility: visible;
    left: 0;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

span.hoverBox .linKed {
    visibility: hidden;
    width: 42px;
    height: 42px;
    background: #313131;
    color: #fff;
    position: relative;
    right: -150%;
    /*top:40%;*/
    text-align: center;
    line-height: 52px;
    display: block;
    float: right;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

ul.portfolioContainer li:hover span.hoverBox .linKed {
    visibility: visible;
    right: 0%;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}


.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        padding: 0;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }




.abc {
    position: absolute;
    width: 782px;
    height: auto;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: 0 auto;
}

    .abc #pbImage {
        position: static !important;
    }

#pbCaption {
    display: block;
    background: none !important;
}

#pbBottom {
    position: relative !important;
    left: 26.1% !important;
    bottom: 0px !important;
    width: 100% !important;
    margin-left: -26% !important;
    padding: 0px !important;
    height: 80px !important;
    display: block;
    background-color: rgba(24,27,34,1);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
}

#pbCloseBtn {
    position: absolute !important;
}




/*----------------------------------------------------
 11. Get in tuch Style
------------------------------------------------------*/

.contact {
    background: #fff;
}

    .contact .container {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    .contact h2 {
        color: #ff675f;
    }

    .contact p {
        color: #84868d;
        /*font-size:13px;*/
        line-height: 18px;
    }

    .contact .heading p {
        padding-bottom: 41px;
    }

    .contact h4 {
        font-weight: 700;
    }

.topCon {
    padding-bottom: 0px !important;
}

.mapArea {
    background: url(../images/map-bro.png) repeat-x 0 0;
    padding-top: 4px;
    height: 400px;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

    .mapArea iframe {
        width: 100%;
        height: 396px;
        padding-bottom: 4px;
        background: url(../images/map-bro.png) repeat-x 0 100%;
    }


.contactDetails {
    background: #2d2d2d;
}

    .contactDetails .container {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    .contactDetails h4 {
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 15px;
    }

    .contactDetails p {
        color: #93959c;
        font-size: 13px;
        line-height: 19px;
        padding-bottom: 14px;
    }

        .contactDetails p a {
            color: #93959c;
        }

            .contactDetails p a:hover {
                color: #a9abb0;
                text-decoration: none;
            }

    .contactDetails i {
        padding-right: 15px;
    }


.conForm input {
    background: #464646;
    color: #93959c;
    padding: 15px 30px;
    border: none;
    margin-right: 3%;
    margin-bottom: 30px;
    outline: none;
    font-style: italic;
}

    .conForm input.noMarr {
        margin-right: 0px;
    }

.conForm textarea {
    background: #464646;
    color: #93959c;
    padding: 15px 30px;
    border: none;
    margin-bottom: 40px;
    outline: none;
    height: 100px;
    font-style: italic;
}


.conForm .submitBnt {
    background: #b5371f;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    float: right;
    margin: 0px;
}

    .conForm .submitBnt:hover {
        background: #f5534b;
    }

.textGroup {
    position: relative !important;
    display: inline-block;
    padding-left: 0px !important;
}

#success_page {
    color: #00bdbd;
    font-weight: 500;
}

.error_message {
    color: #ff675f;
    padding-bottom: 15px;
    font-weight: 500;
}

#success_page h3 {
    font-size: 17px;
}





/*----------------------------------------------------
 12. Footer Style
------------------------------------------------------*/
.footer {
    background: #c5331b;
}

    .footer .container {
        padding: 40px 0;
    }

    .footer ul {
        margin: 0 auto;
        text-align: center;
        list-style-type: none;
    }

        .footer ul li {
            display: inline-block;
            text-align: center;
            background: #FFFFFF;
            color: #FFFFFF;
            line-height: 42px;
            margin: 0 6px;
            width: 42px !important;
            height: 42px !important;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .footer ul li:hover {
                background: #edda37;
            }

                .footer ul li:hover a {
                    color: #b8311d;
                }

            .footer ul li a {
                color: #b8311d;
                width: 42px !important;
                height: 42px !important;
            }

                .footer ul li a i {
                    line-height: 42px !important;
                }




/*---------------------------------------------------------------------------------
 13. Responsive style
-------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .workYear {
        width: 140px;
        height: 140px;
        padding-top: 50px;
    }

    .education .workYear {
        padding-top: 58px;
    }
}


@media screen and (max-width: 991px) {
    .navbar.navbar-inverse.navbar-static-top a {
        padding-left: 18px;
        padding-right: 18px;
    }

    .bannerText {
        padding-left: 25px;
        padding-right: 25px;
    }

        .bannerText h1 {
            font-size: 65px;
            line-height: 71px;
        }

        .bannerText h2 {
            font-size: 28px;
        }

    .proPic {
        text-align: center;
    }
}




@media screen and (max-width: 810px) {
    body {
        min-height: 700px;
    }

    #header h3 {
        font-size: 38px;
    }

        #header h3 span {
            font-size: 16px;
        }

    .abc {
        width: 100%;
    }

    .navbar.navbar-inverse.navbar-static-top a {
        padding-left: 17px;
    }
}


@media screen and (min-width: 768px) {
    .conForm input.col-sm-6 {
        width: 48.5%;
    }

    .conForm input.col-lg-6 {
        width: 48.5%;
    }
}


@media screen and (max-width: 768px) {
    .navbar-wrapper .container,
    .navwrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    ul.portfolioContainer li.col-xs-6 {
        width: 49%;
        min-height: 85px;
    }
}


@media screen and (max-width: 767px) {
    .navbar-header {
        display: block;
    }

    .workYear {
        margin: 0 auto;
    }

    .workDetails .rightArea {
        border-left: none;
    }

    .arrowpart {
        float: none;
        width: 100%;
        height: 40px;
        background: url(../images/arrow-top.png) no-repeat 50% 100%;
    }

    .education .arrowpart {
        background: url(../images/arrow-top-light.png) no-repeat 50% 100%;
    }

    .exCon {
        margin-left: 0px;
    }

    ul.navbar-nav li a {
        display: block;
    }
}


@media screen and (max-width: 650px) {
    #wrapper {
        top: 200px !important;
    }

    .upbox {
        transform: translate(0px, -70px);
        -ms-transform: translate(0px, -70px); /* IE 9 */
        -webkit-transform: translate(0px, -70px); /* Safari and Chrome */
    }


    .bannerText {
        top: 25%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .bannerText h1 {
            font-size: 42px;
            line-height: 48px;
        }

        .bannerText h2 {
            font-size: 18px;
            line-height: 24px;
        }
}


@media screen and (max-width: 480px) {
    .navbar.navbar-inverse.navbar-static-top a {
        line-height: 17px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}


@media screen and (max-width: 400px) {
    #loopedSlider, #newsSlider {
        min-height: 650px;
        height: 100%;
    }

    ul.slides {
        min-height: 600px;
        height: 100%;
    }

    .item {
        width: 19%;
    }

        .item p {
            font-size: 36px;
        }

    .aboutme img {
        width: 100%;
    }

    ul.portfolioContainer li.col-xs-6 {
        width: 100%;
    }

    .bntDownload {
        font-size: 13px;
        padding: 16px 14px;
    }

    .conForm textarea {
        margin-bottom: 20px;
    }

    .textGroup {
        display: block;
        padding: 0 0 40px 0;
    }

    .nameError,
    .emailError {
        left: 0px;
        top: 0px;
    }
}






.wc_whatsapp_app {
    position: fixed;
    bottom: 30px;
    z-index: 9999999999; /*Força o widget ficar acima de qualquer elemento*/
    display: flex;
    align-items: center;
}

    .wc_whatsapp_app.left {
        left: 15px;
    }

    .wc_whatsapp_app.right {
        right: 15px;
    }

.wc_whatsapp {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

    .wc_whatsapp:hover,
    .wc_whatsapp:focus {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    }

    .wc_whatsapp::before {
        content: "";
        display: block;
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='icon' data-icon='whatsapp' class='svg-inline' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23fff' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'%3e%3c/path%3e%3c/svg%3e") top center no-repeat;
        height: 35px;
        margin-top: 6px;
    }

    .wc_whatsapp p {
        font-family: 'Arial', sans-serif;
    }
