/*------------------------------------------------------------------------
# Viska - Jun 21, 2014
# ------------------------------------------------------------------------
# Designed by Zankover & HTML by MegaDrupal
# Websites:  http://www.megadrupal.com -  Email: info@megadrupal.com
--------------------------------------------------------------------------

    1.  Reset
    2.  Preloader
    3.  Custom scroll
    4.  Navigation
    5.  Header
    6.  Top banner
    7.  About section
    8.  Services section
    9.  Funfact section
    10. Team section
    11. Skill section
    12. Work section
    13. Process section
    14. Twitter section
    15. Pricing section
    16. News section
    17. Clients section
    18. Testimonial section
    19. Contact section
    20. Footer

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

/* 1.   Reset
--------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    zoom:1;
}

a, input, textarea, button, select {outline: none;}
a:hover, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {text-decoration: none;}
a:focus, input:focus, textarea:focus, button:focus, select:focus {outline: none !important;text-decoration: none;}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
.hide {display: none}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}

body {
    line-height: 1;
    font-size: 62.5%;
    font-family: 'Raleway';
    color: #000;
}
body img{
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.clear{
    clear: both;
}
.font-awesome{
    font-family: 'FontAwesome';
}
#page-wrap{
    height: 100%;
    webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.container {
    position: relative;
    z-index: 2;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}
html, body {
    height: 100%;
}

/* dropcap */
.letter-dropcap{ font-size: 30px; line-height: 30px; font-weight: 700; float: left; margin-right: 20px; margin-bottom: 8px; margin-top: 8px; }
.letter-dropcap.letter-type-circle{ border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.letter-dropcap.letter-type-circle,
.letter-dropcap.letter-type-rectangle{ text-align: center; padding: 8px 10px 10px; width: 50px;   }
.letter-dropcap.letter-type-normal { font-size: 48px; margin-top: 18px; margin-left: 10px; }

/* 2.   Preloader
--------------------------------------------------------------------------------*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0; right: 0; top: 0; bottom: 0;
    background: #222;
    z-index: 999999999999;
    text-align: center;
}
#preloader .inner {
    position: absolute;
    width: 150px; height: 266px;
    overflow: hidden;
    margin: auto;
    top: 50%;
    left: 0; right: 0;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#preloader .inner .image {
    overflow: hidden;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 99%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
#preloader .inner .img2 {
    position: absolute;
    top: 30px; left: -27px;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-animation: preloader-ef 10s ease infinite;
    -moz-animation: preloader-ef 10s ease infinite;
    animation: preloader-ef 10s ease infinite;
}
@-webkit-keyframes preloader-ef {
    0% {top: 30px; left: -27px;}
    10% {top: 50px; left: 27px;}
    20% {top: -40px; left: -15px;}
    30% {top: 40px; left: -20px; -webkit-transform: scale(1.3);}
    40% {top: 60px; left: 0px;}
    50% {top: 30px; left: -27px;}
    60% {top: 45px; left: 0px;}
    70% {top: -20px; left: 10px;}
    80% {top: 0px; left: -22px;}
    90% {top: 10px; left: 20px; -webkit-transform: scale(1.3);}
    100% {top: 30px; left: -27px;}
}
@-moz-keyframes preloader-ef {
    0% {top: 30px; left: -27px;}
    10% {top: 50px; left: 27px;}
    20% {top: -40px; left: -15px;}
    30% {top: 40px; left: -20px; -moz-transform: scale(1.3);}
    40% {top: 60px; left: 0px;}
    50% {top: 30px; left: -27px;}
    60% {top: 45px; left: 0px;}
    70% {top: -20px; left: 10px;}
    80% {top: 0px; left: -22px;}
    90% {top: 10px; left: 20px; -moz-transform: scale(1.3);}
    100% {top: 30px; left: -27px;}
}
@keyframes preloader-ef {
    0% {top: 30px; left: -27px;}
    10% {top: 50px; left: 27px;}
    20% {top: -40px; left: -15px;}
    30% {top: 40px; left: -20px; transform: scale(1.3);}
    40% {top: 60px; left: 0px;}
    50% {top: 30px; left: -27px;}
    60% {top: 45px; left: 0px;}
    70% {top: -20px; left: 10px;}
    80% {top: 0px; left: -22px;}
    90% {top: 10px; left: 20px; transform: scale(1.3);}
    100% {top: 30px; left: -27px;}
}
#preloader .circle-ef {
    width: 130px; height: 130px;
    position: absolute;
    border: 2px solid #303030;
    border-radius: 50%;
    margin: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    left: 0; right: 0; top: 0; bottom: 23px;
    z-index: 99;
    -webkit-animation: circle-ef 1s linear infinite;
    -moz-animation: circle-ef 1s linear infinite;
    animation: circle-ef 1s linear infinite;
}
@-webkit-keyframes circle-ef {
    100% {-webkit-transform: rotate(360deg)}
}
@-moz-keyframes circle-ef {
    100% {-moz-transform: rotate(360deg)}
}
@keyframes circle-ef {
    100% {transform: rotate(360deg)}
}
#preloader .circle-ef:after {
    content: '';
    display: block;
    position: absolute;

}
.preloader-ef {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
#preloader.preloader-ef .inner .img2,
#preloader.preloader-ef .inner .circle-ef {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
#preloader.preloader-ef .image {
    background: #222;
}


/* 3.   Custom scroll
--------------------------------------------------------------------------------*/
/*#ascrail2000 {
    opacity: .6 !important;
    z-index: 999999999 !important;
    width: 5px !important;
    background-color: rgba(0,0,0,.15) !important;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#ascrail2000 div {
    width: 5px !important;
    border-radius: 0 !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#ascrail2000:hover,
#ascrail2000:hover div {
    opacity: 1 !important;
}*/

/* Section overlay */
.awe-overlay-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MTAxQjA0M0VBMUYxMUUzOUJCREY4NTUzNkMwOUIzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MTAxQjA0NEVBMUYxMUUzOUJCREY4NTUzNkMwOUIzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkxMDFCMDQxRUExRjExRTM5QkJERjg1NTM2QzA5QjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxMDFCMDQyRUExRjExRTM5QkJERjg1NTM2QzA5QjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RtN/aAAAABJJREFUeNpiYGBg+M+ADAACDAAOBAEAwac3hAAAAABJRU5ErkJggg==);
    z-index: 1;
    opacity: 0.7;
    background-color: rgba(0,0,0,.4);
}
.home .awe-overlay-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzM2RTA0MkVBMjQxMUUzQjFGOEIxN0RBREJDOTVGNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzM2RTA0M0VBMjQxMUUzQjFGOEIxN0RBREJDOTVGNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNDMzZFMDQwRUEyNDExRTNCMUY4QjE3REFEQkM5NUY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNDMzZFMDQxRUEyNDExRTNCMUY4QjE3REFEQkM5NUY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sl0ucQAAABZJREFUeNpi+g8BDEwMDAyMQMwAEGAAYesG/z03/gcAAAAASUVORK5CYII=);
    opacity: 0.5;
    background-color: rgba(0,0,0,0);
}





/* 4.   Navigation
--------------------------------------------------------------------------------*/
/*Navigation Left*/

.en_logo{display: block; height: 36px; font-size: 2.1em; font-weight: bold; color: #fff; position: absolute; bottom: 25px; left: 30px; top:auto; z-index: 9; margin: auto;}
:root .en_logo {bottom:-90% \0/IE9;}


.tw_logo{display: block; height: 36px; font-size: 1.5em; font-weight: light; color: #fff; position: absolute; bottom: 25px; right: 150px; top:auto; z-index: 9; margin: auto;}
:root .tw_logo {bottom:-90% \0/IE9;}

#nav-left{
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#nav-left ul li{
    border-width:2px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: 14px;
    width: 14px;
    height: 14px;
    border-radius:100%;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -ms-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    transition: border-color .3s linear;
}
#nav-left ul li a{
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #c0c0c0;
    border-radius:100%;
    -webkit-border-radius:100%;
    -ms-border-radius:100%;
    text-indent: -9999px;
    -webkit-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -ms-transition: border .3s linear;
    -o-transition: border .3s linear;
    transition: border .3s linear;
}
#nav-left ul li a:before{
    display: block;
    content: '';
    border:5px solid transparent;
    border-right:5px solid #ff2b42;
    left: 15px;
    top:0;
    width: 0;
    height: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#nav-left ul li a:after{
    content: attr(title);
    display: block;
    position: absolute;
    left: 25px;
    text-indent: 0;
    min-width: 90px;
    font-weight: bold;
    height: 30px;
    padding:0 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    top: 50%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#nav-left ul li:hover a{
    background-color: transparent;
}
#nav-left ul li:hover a:before,#nav-left ul li:hover a:after{
    opacity: 1;
    visibility: visible;
}

#nav-left ul li.current-page-item a{
    background-color: transparent;
}

#nav .share .awe-icon  {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    display: inline-block;
    font-size: 50px;
    width: 80px;
    height: 80px;
    line-height: 50px;
    background-color: #2e2e2e;
    color: #fff;
    margin: 70px 10px 0 10px;
}

/*End Navigation Left*/

/*End Navigation Left*/

/*Navigation*/
#nav-menu {
    background-color:#222222;
    padding: 100px 0 50px;
    height: 100%;
    position: fixed;
    z-index: 9999;
    width: 270px;
    right: 0;
    overflow: auto;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    webkit-transition: all .5s cubic-bezier(0,1,0.7,1);
    -moz-transition: all .5s cubic-bezier(0,1,0.7,1);
    -ms-transition: all .5s cubic-bezier(0,1,0.7,1);
    -o-transition: all .5s cubic-bezier(0,1,0.7,1);
    transition: all .5s cubic-bezier(0,1,0.7,1);
}


#nav-menu #close-menu {
    display: block;
    float: right;
    margin-right: 30px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: url('../images/icon-close.png') no-repeat 0 50%;
}
.menu-nav {
    clear: both;
    position: relative;
}
.menu-nav li {
    position: relative;
    display: block;
    background: #222;
    padding: 0 30px;
}
.menu-top {
    float: right;
    margin-top: 19px;
    position: relative;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

    top: -999px;
}
.menu-top li {
    float: left;
    margin-right: 45px;
    position: relative;
}
.menu-top .sub-menu li {
    float: none;
    margin-right: 0;
}
.menu-nav li a,
.menu-top li a {
    display: block;
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    font-family: 'Raleway';
    line-height: 25px;
    padding: 8px 0;
    overflow: hidden;
    -webkit-transition: all .2s linear 0s ;
    -moz-transition: all .2s linear 0s ;
    -ms-transition: all .2s linear 0s ;
    -o-transition: all .2s linear 0s ;
    transition: all .2s linear 0s;
}
.menu-nav li a {
    border-bottom: 1px solid #2b2b2b;
}
.menu-nav li:last-child a {
    border: 0;
}
.menu-top > li > a {
    padding: 0 0 15px;
    line-height: 40px;
}
.menu-nav .sub-menu,
.menu-top .sub-menu {
    float: none;
    background: #222;
    padding: 5px 0;
    text-indent: 5px;
    display: none;
    border-bottom: 1px solid #2b2b2b;
}
.menu-top .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    padding: 10px;
    text-indent: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}


.flag {
    padding: 0 20px;
   Margin-top: 40px;
    background: #222;
   Width: 100%;

}

.flag h3 {
   color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Raleway';
    line-height: 25px;
    padding: 0 10px;
}
.flag flag-en {


}


.menu-nav .sub-menu .sub-menu {
    display: block;
}
.menu-nav .sub-menu .sub-menu a {
    text-indent: 10px;
    font-size: 10px;
}
.menu-top .sub-menu .sub-menu {
    top: 0; left: -200px;
}
.menu-nav .sub-menu li {
    width: auto;
    padding: 0;
}
.menu-top .sub-menu a {
    padding: 10px 0;
    line-height: 20px;
    border-bottom: 1px solid #2b2b2b;
}
.menu-nav .sub-menu a,
.menu-top .sub-menu a {
    font-size: 11px;
}
.menu-top li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}

#nav-menu.nav-menu-ef,
#nav-menu .menu-nav.nav-menu-ef {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}
/*End Navigation*/


/* 5.   Header
--------------------------------------------------------------------------------*/
    
    #header{
        height: 100px;
        top: 45px;
        width: 100%;
        position: absolute;
        z-index: 999;
    }
    .logo {
        float: left;
    }
    .logo a{
        text-indent: -9999px;
        background: url('../images/logo-white.png') no-repeat 0 70%;
        display: block;
        width: 150px;
        height: 79px;
        margin-top: 12px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    #button-menu{
        display: block;
        float: right;
        width: 27px;
        height: 20px;
        overflow: hidden;
        font-size: 17px;
        color: #fff;
        -webkit-text-shadow: 0 0 0 #000, 28px 0 0 #ff2b42;
        -moz-text-shadow: 0 0 0 #000, 28px 0 0 #ff2b42;
        text-shadow: 0 0 0 #000, 28px 0 0 #ff2b42;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding-top: 2px;
    }
    #button-menu:hover{
	color: #3498DB;
        -webkit-text-shadow: -29px 0 0 #000, 0 0 0 #ff2b42; 
        -moz-text-shadow: -29px 0 0 #000, 0 0 0 #ff2b42; 
        text-shadow: -29px 0 0 #000, 0 0 0 #ff2b42; 
    }
    #menu-top{
        float: right;
        height: 17px;
        margin-top: 29px;
        position: relative;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        top: -999px;
    }
    #menu-top li{
        float: left;
        height: 17px;
        margin-right: 45px;
    }
    #menu-top li a{
        font: 900 1.3em/17px 'Raleway';
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

    /*Sticky Header*/
    #header-sticky-wrapper{
        height: auto !important;
    }
    .header-sticky #header{
        background-color: #222222;
        z-index: 99999;
        -webkit-animation: sticky-ef .5s ease;
        -moz-animation: sticky-ef .5s ease;
        animation: sticky-ef .5s ease;
    }
    @-webkit-keyframes sticky-ef {
        0% {top: -100px; opacity: 0;}
        100% {top: 0; opacity: 1;}
    }
    @-moz-keyframes sticky-ef {
        0% {top: -100px; opacity: 0;}
        100% {top: 0; opacity: 1;}
    }
    @keyframes sticky-ef {
        0% {top: -100px; opacity: 0;}
        100% {top: 0; opacity: 1;}
    }
    .header-sticky .logo a{
        background: url('../images/logo-white.png') no-repeat 0 90%;
    }
    .header-sticky #button-menu{
        margin-top: 29px;
        -webkit-text-shadow: 0 0 0 #fff, 28px 0 0 #ff2b42;
        -moz-text-shadow: 0 0 0 #fff, 28px 0 0 #ff2b42;
        text-shadow: 0 0 0 #fff, 28px 0 0 #ff2b42;
    }
    .header-sticky #button-menu:hover{
        -webkit-text-shadow: -29px 0 0 #fff, 0 0 0 #ff2b42;
        -moz-text-shadow: -29px 0 0 #fff, 0 0 0 #ff2b42;
        text-shadow: -29px 0 0 #fff, 0 0 0 #ff2b42;
    }
    .header-sticky #menu-top{
        top: auto;
    }
    /*End Sticky Header*/

/*End Header*/

/* 6.   Home
--------------------------------------------------------------------------------*/

.language-bar{
    display: inline-block;
    float: right;
    cursor: pointer;
    margin: 13px 10px 5px;
    height: 30px;
    Padding-right: -500px;
    Padding-top: 5px;
    line-height: 5px;
    list-style: none;
}
.language-bar li{
    display: inline-block;
    list-style: none;
    padding-left: 5px;
}


#home {
    position: relative;
    min-height: 100%;
    min-width: 100%;
    /*background-image: url("../images/hero/Hero_2.jpg"); */

}
.fullscreen-media {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}


/*.image {
     background-image: url('../images/parallax/Hero-1.jpg'); 
     background-size: cover;

}*/
.play-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.play-btn .fa {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    width: 40px; height: 40px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pause-volume {
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0; right: 0;
    z-index: 99;
}
/*.pause-btn,
.volume-btn {
    display: none;
}*/
.pause-btn .fa,
.volume-btn .fa {
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
    margin: 0 3px;
    opacity: 0.7;
    width: 25px; height: 25px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.play-btn .fa:hover,
.pause-btn .fa:hover,
.volume-btn .fa:hover {
    background-color: rgba(225,225,225,.3);
}
.video-place {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.home-content {
    position: absolute;
    left: 0; 
    right: 0;
    top: 50%;
    z-index: 9;
    text-align: center;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-content .item{
    text-align: center;
}
.home-content .item h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 6em;
    
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
.home-content h3 {
    padding: 15px 10px;
    margin-top: 29px;
    line-height:23px;    
    display: inline-block;
    font-size: 1.55em;
    color: #fff;
    text-transform: none; width:70%;
    font-weight:700;
    letter-spacing: 1px;
    background-color: #3498DB;

    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.home .scroll-down {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 25px;
    right: 0;
    left:0;
    z-index: 9;
    margin:auto;
    background:url('../images/icon-banner.png') no-repeat center top;
    cursor: pointer;

    -webkit-animation: icon-ef 1.5s ease infinite;
    -moz-animation: icon-ef 1.5s ease infinite;
    animation: icon-ef 1.5s ease infinite;
}
@-webkit-keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}
@-moz-keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}
@keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}

/*Title*/
.awe-header.center {
    text-align: center;
}
.awe-header h2 {
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    /*margin-top: 135px;*/
    color: #222;
}
    .awe-header.center h2 {
        display: inline-block;
    }

.awe-header h2:before {
    content: '';
    width: 58px;
    height: 4px;
    background-color: #000;
    position: absolute;
    display: block;
    left:0;
}
.awe-header .line-top:before {
    top: -15px;
}

.awe-header .line-bottom:before {
    bottom:-15px;
}
.awe-header .line-bottom.line-center:before {
    left: 0;
    right: 0;
    margin: auto;
}

.awe-header .title-big {
    font-size: 6em;
    font-weight: 900;
}
.awe-header .title-big:before {
    display: none;
}
.awe-header p {
    font:300 2em/1.6em 'Lato';
    margin-top: 30px;
}

.awe-header .title-big + p {
    margin-top: 7px;
}

/* Button style */
.awe-button {
    display: inline-block;
    text-align: center;;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 2px 20px;
    background-color: #ff2b42;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.awe-button:hover {
    background-color: #222;
    color: #FFF;
}

/* Section (background color default, background parralax */
.awe-section {
    background-color: #FFF;
    padding: 130px 0;
    position: relative;
} 
    
.awe-parallax{
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* Typography */


.awe-section .awe-header h2, 
.awe-section .awe-header p {
    color: #000;
}
.awe-section.awe-parallax .awe-header h2, 
.awe-section.awe-parallax .awe-header p,
.awe-section.awe-parallax .awe-teams .item h3,
.awe-section.awe-parallax .awe-teams .item span,
.awe-section.awe-parallax .awe-process .item .awe-icon
.awe-section.awe-parallax .awe-process .item h2,
.awe-section.awe-parallax .awe-process .item p,
.awe-section.awe-parallax .awe-contact .contact-info h2,
.awe-section.awe-parallax .awe-contact .contact-info div p,
.awe-section.awe-parallax .awe-contact .contact-info div p b,
.awe-section.awe-parallax .awe-contact .contact-info div p b a,
.awe-section.awe-parallax .awe-contact .contact-form .item input, 
.awe-section.awe-parallax .awe-contact .contact-form .item textarea {
    color: #fff ;
}
.awe-section.awe-parallax .awe-header h2:before {
    background-color: #FFF;
}
.awe-section.awe-parallax .awe-process .item .hr:after,
.awe-section.awe-parallax  .awe-process .item p {
    border-color: #FFF;
}

.awe-section.awe-parallax .awe-process .item:hover p {
    background-color: rgba(0, 0, 0, 0.3);
}


/* 7.   About section
--------------------------------------------------------------------------------*/
#about{
    min-height: 595px;
}
#about .title h2{
    margin-top: 195px;
}
#about p {
    margin-top: 40px;
    font: 300 1.6em/2em 'Lato';
    color: #696969;
}

#about .about-img{
    position: relative;
    width: 100%;
    top: 100px;
}
#about .about-img img {
    width: 100%;
    max-width: 386px;
    position:absolute;
    right: 15px;
}
.awe-section.about {
    padding:  180px 0 150px;
}
.about .awe-button {
    margin-top: 60px;
}

/* 8.   Services section
--------------------------------------------------------------------------------*/
#services{
   position: relative;    
   min-height: 680px;
   background-image: url('../images/parallax/image-parallax-2.jpg');
  }



.awe-section.services {
    padding: 150px 0 55px;
}
.awe-services {
    margin-top: 35px;
}
.awe-services .item {
    margin: 0 15px;
    background: rgba(225,225,225,0.3);
    padding:10px 10px 30px 10px;
    text-align: center;
}
.awe-services .item .awe-icon {
    font-size: 48px;
    color: #fff;
}
.awe-services  .item h2 {
    font-size: 1.6em;
    color: #fff;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 12px;
}
.awe-services  .item p{
    color:#fff;
    margin-top: 20px;
    font:300 1.6em/1.8em 'Lato';
}
.awe-services  .item a{
    display: inline-block;
    width: 108px;
    height: 34px;
    padding: 0 10px;
    color: #fff;
    border:1px solid #fff;
    font:700 1.2em/34px 'Raleway';
    margin-top: 20px;
    position: relative;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#owl-services .item a img.icon {
    display: inline-block;
    margin-left: 6px;
    margin-top: -2px;
}

#owl-services .owl-controls{
    text-align: center;
    margin: 0px 15px;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 10;
    margin-top: 28px;
}
#owl-services .owl-controls .owl-buttons div{
    display: inline-block;
    font: 14px FontAwesome;
    height: 23px;
    width: 23px;
    line-height: 20px;
    color: #fff;
    border:1px solid #fff;
    text-align: center;;
    margin: 0 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#owl-services .item a:hover{
    border:1px solid #ff2b42;
}
#owl-services .owl-controls .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}

/*End Services*/

/* 9.   Funfact section
--------------------------------------------------------------------------------*/
    #funfacts{
       
        background-color: #3498DB;
    }
    .awe-section.funfacts {
        padding: 80px 0;

    }
    .awe-funfacts .item {
        text-align: center;
        

    }
    .awe-funfacts .item p{
        display: inline-block;
        position: relative;
    }
    .awe-funfacts .item p .countup{
        font: 900 8em 'Lato';
    }
    .awe-funfacts .item p .plus{
        position: absolute;
        top: 10px;
        right: -25px;
        font: 900 2.8em 'Lato';
    }
   .awe-funfacts .item p .k{
        position: absolute;
        top: 50px;
        right: -25px;
        font: 900 2.8em 'Lato';
    }
    .awe-funfacts .item p .dollar{
        position: relative;
        top: -36px;
        right: 0px;
        font: 900 2.8em 'Lato';
    }
   .awe-funfacts .item p .dollar2{
        position: relative;
        top: -36px;
        right: 0px;
        font: 900 2.8em 'Lato';
    }
    .awe-funfacts .item p .dollar3{
        position: relative;
        top: -36px;
        right: 0px;
        font: 900 2.8em 'Lato';
    }
    .awe-funfacts .item h3{
        font-size: 1.5em;
        text-transform: uppercase;
	text-align: center;
        margin-top: 12px;
        font-weight: 800;
    }

    .awe-funfacts .color-white p > *,
    .awe-funfacts .color-white h3  {
        color: #FFF;
    }



/*End Funfacts*/

/* 9.   Funfact section
--------------------------------------------------------------------------------*/
    #funfacts2{
       
        background-color: #3498DB;
    }
    .awe-section.funfacts2 {
        padding: 80px 0;

    }
    .awe-funfacts2 .item {
        text-align: center;
        

    }
    .awe-funfacts2 .item p{
        display: inline-block;
        position: relative;
    }
    .awe-funfacts2 .item p .countup{
        font: 900 8em 'Lato';
    }
    .awe-funfacts2 .item p .plus{
        position: absolute;
        top: 10px;
        right: -25px;
        font: 900 2.8em 'Lato';
    }
   .awe-funfacts2 .item p .k{
        position: absolute;
        top: 50px;
        right: -25px;
        font: 900 2.8em 'Lato';
    }
    .awe-funfacts2 .item p .dollar{
        position: relative;
        top: -36px;
        right: 0px;
        font: 900 2.8em 'Lato';
    }
   .awe-funfacts2 .item p .dollar2{
        position: relative;
        top: -36px;
        right: 0px;
        font: 900 2.8em 'Lato';
    }
    .awe-funfacts2 .item p .dollar3{
        position: relative;
        top: -36px;
        right: 0px;
        font: 900 2.8em 'Lato';
    }
    .awe-funfacts2 .item h3{
        font-size: 1.5em;
        text-transform: uppercase;
        margin-top: 14px;
        font-weight: 900;
    }

    .awe-funfacts2 .color-white p > *,
    .awe-funfacts2 .color-white h3  {
        color: #FFF;
    }



/*End Funfacts*/



/* 10.   Team section
--------------------------------------------------------------------------------*/
#team{
    min-height: 810px;
}
.awe-section.team {
    padding: 130px 0 150px;
}
.awe-teams {
    margin-top: 83px;
}

.awe-teams .item{
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 18px;
    text-align: center;
    -webkit-transition: border-color .4s linear;
    -moz-transition: border-color .4s linear;
    -ms-transition: border-color .4s linear;
    -o-transition: border-color .4s linear;
    transition: border-color .4s linear;
}

.awe-teams .item .img{
    position: relative;
    overflow: hidden;
}
.awe-teams .item .img img{
    width: 100%;
}
.awe-teams .item .img .content {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(225, 43, 66, 0.85)

    webkit-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    -moz-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    -ms-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    -o-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    transition: all .4s cubic-bezier(0,1,0.5,0.98);
}
.awe-teams .item .img .content p{
    margin-top: 60px;
    color: #fff;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 1.4em;
    text-align: left;
}
.awe-teams .content .awe-icon {
    display: block;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    color: #fff;
    background-color: rgba(225,225,225,0.5);
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;


    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.awe-teams .content .awe-icon:hover {
    background-color: #fff;
}
.awe-teams .content a .fa-twitter:hover{
    color: #00acee;
}
.awe-teams .content a .fa-pinterest:hover{
    color: #dc222a;
}
.awe-teams .item h3 {
    color: #222;
    font-weight: 900;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-top: 30px;
}
.awe-teams .item span {
    font: 1.2em 'Lato';
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
    color: #696969;
}

.awe-teams .join-team{
    text-align: center;
    position: relative;

    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    -o-transition: background-color .4s linear;
    transition: background-color .4s linear;
}
.awe-teams .join-team .content{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 220px;
}
.awe-teams .join-team h2{
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}
.awe-teams .join-team .add-join-team{
    margin-top: 45px;
}
.awe-teams .item:hover{
    border-bottom:1px solid #ff2b42;
}
.awe-teams .item:hover .img .content{
    top: 0;
}
/*End Our Team*/


/* 11.   Skill section
--------------------------------------------------------------------------------*/
#skill{
    position: relative;
    min-height: 680px;
    /*padding-bottom: 30px;*/
    background-image: url('../images/parallax/image-parallax-11.jpg')

}


.awe-section.skill {
    padding: 150px 0 0 ;
}

.awe-skills{
    margin-top: 100px;
}
.awe-skills .item {
    text-align: center;
}

.awe-skills .chart {
    width:150px;
    height:150px;
    text-align:center;
    position: relative;
    margin: auto;
}
.awe-skills .chart span {
    left: 0;
    text-align:center;
    display: inline-block;
    font: 300 3em/140px 'Lato';
    color: #fff;
    right: 0;
    position: absolute;
}
    .awe-skills .chart span:after{
        content: 'k';
        margin-left: 0.1em;
        font-size: .8em;
    }
.awe-skills .item h2 {
    font-size: 1.8em;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    letter-spacing: 1px;
}

/*End Skill*/

/* 12.   Work section
--------------------------------------------------------------------------------*/
.awe-section.work {
    padding: 130px 0 0;
}
.awe-works {
    margin-top: 50px;
}
.awe-works #filters ul{
    font-size: 0;
}
    .awe-works #filters ul li{
        display: inline-block;
        margin-top: 10px;
        font-size: 13px;
        margin-left: 45px;
        border-bottom: 1px solid #fff;
        line-height: 18px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .awe-works #filters ul li:first-child{
        margin-left: 0;
    }
    .awe-works #filters ul li a{
        color: #9a9a9a;
        text-transform: uppercase;
        font-weight: bold;
        font: 1.2em;
    }
    .awe-works #filters ul li.select-filter{
        border-bottom:1px solid #ff2b42;
    }
    .awe-works #filters ul li:hover{
        border-bottom:1px solid #ff2b42;
    }
    .awe-works #work-wrap{
        margin-top: 93px;
    }
    .work-wrap .work-item{
        position: relative;
        overflow: hidden;
    }
    .work-wrap .work-item .work-image img{
        width: 100%;
        display: block;
        border:0;
    }
    .work-wrap .work-item .caption {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        opacity: 0;


        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);

        -webkit-transition: all .5s cubic-bezier(0,1,0.8,1);
        -moz-transition: all .5s cubic-bezier(0,1,0.8,1);
        -ms-transition: all .5s cubic-bezier(0,1,0.8,1);
        -o-transition: all .5s cubic-bezier(0,1,0.8,1);
        transition: all .5s cubic-bezier(0,1,0.8,1);
    }


    .work-wrap .work-item:hover .caption{
        opacity: 1;

        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .work-wrap .work-item .caption .caption-box {
        margin: auto;
        padding: 15px 0;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 17%;
        right: 17%;


        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .work-wrap .work-item .caption .caption-box:before {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 100%; height: 1px;
        margin: auto;
        top: -100px; 
        left: 0; 
        right: 0;

        -webkit-transition: all .4s cubic-bezier(0,1,0.8,1);
        -moz-transition: all .4s cubic-bezier(0,1,0.8,1);
        -ms-transition: all .4s cubic-bezier(0,1,0.8,1);
        -o-transition: all .4s cubic-bezier(0,1,0.8,1);
        transition: all .4s cubic-bezier(0,1,0.8,1);
    }
    .work-wrap .work-item .caption .caption-box:after {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 100%; height: 1px;
        margin: auto;
        bottom: -100px; 
        left: 0; 
        right: 0;

        -webkit-transition: all .4s cubic-bezier(0,1,0.8,1);
        -moz-transition: all .4s cubic-bezier(0,1,0.8,1);
        -ms-transition: all .4s cubic-bezier(0,1,0.8,1);
        -o-transition: all .4s cubic-bezier(0,1,0.8,1);
        transition: all .4s cubic-bezier(0,1,0.8,1);
    }
    .work-wrap .work-item:hover .caption .caption-box:before {
        top: 0;
    }
    .work-wrap .work-item:hover .caption .caption-box:after {
        bottom: 0;
    }
    .work-wrap .work-item .caption .caption-box h2 {
        text-transform: uppercase;
        color: #fff;
        font-size: 1.8em;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .work-wrap .work-item .caption .caption-box span {
        color: #fff;
        margin-top: 5px;
        font-size: 1.3em;
        display: block;
        letter-spacing: 1px;
    }
    /* Start: Recommended Isotope styles */
    /**** Isotope Filtering ****/
    .isotope-item {
        z-index: 2;
    }
    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }
    /**** Isotope CSS3 transitions ****/
    .isotope,
    .isotope .isotope-item {
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-delay: .05s;
        -moz-transition-delay: .05s;
        -ms-transition-delay: .05s;
        -o-transition-delay: .05s;
        transition-delay: .05s;
    }
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
        -o-transition-property:      -o-transform, opacity;
        transition-property:         transform, opacity;
    }
    /**** disabling Isotope CSS3 transitions ****/
    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.ajax-section {
    position: relative;
}
.ajax-section:after {
    content: '';
    display: block;
    clear: both;
}
.ajax-content-outer {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ajax-content-inner  {
    overflow: hidden;
}
.ajaxpage {
    overflow: hidden;
}
.ajaxpage .item img {
    width: 100%;
}
.about-pj h4,
.detail-pj h4 {
    font-size: 1.8em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff2b42;
}
.about-pj {
    margin-bottom: 25px;
}
.about-pj p {
    color: #696969;
    margin-top: 20px;
    font: 300 1.6em/1.8em 'Lato';
}
.detail-pj ul li {
    color: #696969;
    font: 300 1.3em/1.5em 'Lato';
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.detail-pj ul li:last-child {
    border: 0;
}
.detail-pj ul li .list-tt {
    text-transform: uppercase;
}
.detail-pj ul li .list-tt a.link {
    color: #010101;
    display: block;
    font-size: 13px;
    height: 35px;
    line-height: 31px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
    border:2px solid #222;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ajaxpage .col {
    margin-top: 30px;
}
.w-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
}
.w-video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px none;
}
.project-navigation {
    position: absolute;
    top: -15px;
    width: 100%;
    z-index: 2;
}
.project-navigation ul {
    display: none;
    text-align: center;
}
.project-navigation ul li {
    display: inline-block;
    margin: 0 10px;
}
.ajax-section #loader {
    width: 100%;
    height: 45px;
    display: none;
    position: absolute;
    top: 100px;
}
.ajax-section #loader.projectError {
    text-align: center;
    height: auto !important;
    background-position: top center;
}
.ajax-section #loader.projectError p {
    display: none;
    padding-top: 16px;
}
.ajax-section #loader {
    background: url(../images/loader.gif) center center no-repeat;
}
.ajax-section #loader.projectError p {
    color: #666 !important;
}
.closeProject a {
    display: inline-block;
}
.closeProject a .awe-icon {
    display: inline-block !important;
    font-size: 20px;
    color: transparent;
    font-size: 18px;
    color: #c0c0c0;
    z-index: 999;
    cursor: pointer;
}
.closeProject a:hover .awe-icon {
    color: #ff2b42;
}
.nextProject .awe-icon,
.prevProject .awe-icon {
    font-size: 30px;
    color: #c0c0c0;
}
.nextProject .awe-icon:hover,
.prevProject .awe-icon:hover {
    color: #ff2b42;
}
.owl-box.owl-theme .owl-controls {
    height: 0;
    margin: 0;
    padding: 0;
}
.owl-box.owl-theme .owl-buttons div {
    background-color: #fff;
    opacity: .8;
    bottom: 0;
    color: #000;
    display: block;
    font-family: 'FontAwesome';
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
    z-index: 999;
    font-weight: bold;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.owl-box.owl-theme .owl-buttons div:hover {
    background-color: rgba(255,43,66,1);
    opacity: .8;
    color: #fff;
}
.owl-box.owl-theme .owl-buttons .owl-prev {
    left: 0;
}
.owl-box.owl-theme .owl-buttons .owl-next {
    right: 0;
}
/*End WOrk*/

/* 13.   Process section
--------------------------------------------------------------------------------*/
    .awe-process {
        margin-top: 110px;
    }
    .awe-section.process {
        padding: 120px 0 95px;
    }
      .awe-process .item{
        text-align: center;
        cursor: pointer;
        position: relative;
        padding-top: 48px;
      }

      .awe-process .item .awe-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 48px;
        color: #000;

        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
      }
      .awe-process .item .hr {
        height: 3px;
        background-color: #e3e3e3;
        display: block;
        position: relative;
        margin-top: 28px;
      }
      
      .awe-process .item h2 {
        font-size: 1.6em;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 20px;
        color: #222;

        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
      }
      .awe-process .item p {
        border:1px solid #a5a5a5;
        padding:40px 17px;
        min-height: 185px;
        margin-top: 22px;
        font: 300 1.6em/1.8em 'Lato';
        color: #696969;

        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
      }
      .awe-process .item:hover p {
        background: #3498DB;
        color: #ffffff;
      }
      .awe-process .item .hr:after{
        display: block;
        content: '';
        position: absolute;
        top: -10px;
        width: 0;
        height: 0;
        right: 0;
        left: 0;
        margin: auto;
        border:6px solid transparent;
        border-top: 6px solid #222222;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
      }
      .awe-process .item .hr:before{
        display: block;
        content: '';
        position: absolute;
        left: -30px;
        top: 0;
        height: 3px;
        width: 30px;
        background-color: #e3e3e3;
      }
      .awe-process .item:hover .hr:after{
        border-top: 6px solid #ff2b42;
      }
      .awe-process .even:last-child .item{
        display: none;
      }
    .awe-footer {
        text-align: center;
    }
    .awe-footer h3 {
        margin-top: 70px;
        font-size: 4em;
        color: #222;
        text-transform: uppercase;
        font-weight: 300;
    }
    .awe-footer .awe-button {
        line-height: 30px;
        font-size: 16px;
        padding: 7px 30px;
        margin-top: 45px;
    }


/* 14.   Twitter section
--------------------------------------------------------------------------------*/
#twitter {
   position: relative;
    min-height: 450px;
    min-width: 100%;
    
    background-image: url('../images/parallax/image-parallax-4.jpg');
}



.awe-section.twitter  {
    padding: 70px 0 50px;
}
.awe-twitter .item {
    text-align: center;
}
.awe-twitter .awe-icon {
    width: 55px;
    height: 55px;
    display: block;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 2.5em;
    margin: 0 auto;
}
.awe-twitter .item p{
    color: #fff;
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
    line-height: 1.2em;
    width: 87%;
    margin: 32px auto auto;
}

.awe-twitter .item .time-about{
    color: #b2b2b2;
    margin-top: 28px;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
}
.awe-twitter .item h2{
    font-weight: 700;
    margin-top: 23px;
    font-size: 1.8em;
}
.awe-twitter .owl-buttons{
    text-align: center;
    font-size: 0;
    height: 23px;
    margin-top: 62px;
}
.awe-twitter .owl-buttons div{
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    border:1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin:0 5px 0 5px;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.awe-twitter .owl-buttons div:hover{
    border:1px solid #ff2b42;
}
.awe-twitter .item p a {
    color: #ff2b42;
}


/* 15.  Pricing section
--------------------------------------------------------------------------------*/
.awe-pricing .item{
    background-color: #f0f0f0;
    margin-top: 100px;
    text-align: center;
    cursor: pointer;
}
.awe-pricing .item .package {
    height: 70px;
    color: #222;
    line-height: 70px;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
}
.awe-pricing .item .price{
    height: 100px;
}
.awe-pricing .item .price p {
    display: inline-block;
    color: #ddd;
    font:900 7em 'Lato';
    height: 100px;
    position: relative;
    line-height: 100px;
}
.awe-pricing .item .price p span{
    position: absolute;
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 25px;
}
.awe-pricing .item .price p span.currency{
    top: -14px;
    left: -17px;
}
.awe-pricing .item .price p span.more{
    top: -14px;
    left: 125px;
    font-size: 25px;
}
.awe-pricing .item .price p span.more2{
    top: -14px;
    left: 165px;
    font-size: 25px;
}
.awe-pricing .item .price p span.month{
    bottom: -20px;
    right: -35px;
    font-size: 16px;
}
.awe-pricing .item ul{
    padding:20px 0;
    margin: 0;
}
.awe-pricing .item ul li{
    padding: 5px 5px;
    color: #696969;
    letter-spacing: 0.5px;
    font: 300 1.6em/1.4em 'Lato';
}
.awe-pricing .item .sign-up{
    height: 60px;
    background-color: #313131;
    position: relative;
}
.awe-pricing .item .sign-up a{
    position: absolute;
    display: block;
    top: 0;
    height: 60px;
    width: 100%;
    text-transform: uppercase;
    font:700 1.6em/60px 'Raleway';
    -webkit-transition: all 1s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
}
.awe-pricing .item:hover .sign-up a{
    top: -20px;
}
/*End Our Plans*/

/* 16.  News section
--------------------------------------------------------------------------------*/
#news{
    Position: relative;
    min-height: 945px;
    background-image: url('../images/parallax/image-parallax-5.jpg')

}


.awe-section.news {
    padding: 130px 0 65px;
}
.awe-news {
    margin-top: 75px;
}
.awe-news .item {
    margin: 0 15px 0 15px;
    overflow: hidden;
    background-color: #fff;
}
.awe-news .item .ct {
    padding-top: 32px;
    padding-bottom: 25px;
}
.awe-news .item .image{
    position: relative;
    display: block;
    overflow: hidden;
}
.awe-news .item .image img{
    width: 100%;
}
.awe-news .item .image:after{
    position: absolute;
    content: '';
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;


    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

}
.awe-news .item .image:hover:after{
    opacity: 0.6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.awe-news .item .image .center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 40px;
    bottom: -40px;
    opacity: 0;
    z-index: 5;
    text-align: center;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
    .awe-news .item .image:hover .center{
        opacity: 1;
        bottom: 0;
    }

.awe-news .item .image .share {
    display: inline-block;
    /*position: absolute;*/
    height: 40px;
    width: 40px;    
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
}

.awe-news .item .image .share i {
    color: #fff;
    font-size: 2em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.awe-news .item h2{
    text-align: center;
    padding: 0 35px;
}
.awe-news .item h2 a{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2em;
    color: #222;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.awe-news .item p{
    padding: 0 35px;
    color: #696969;
    text-align: center;
    margin-top: 22px;
    padding-bottom: 15px;
    font: 300 1.6em/1.8em 'Lato';
}
.awe-news .item ul{
    font-size: 0;
    padding: 0 17px;
}
.awe-news .item ul li{
    display: inline-block;
    font: 300 14px 'Lato';
    margin: 0px 17px;
    margin-top: 15px;
    color: #000;
}
.awe-news .item ul li a {
    color: #000;
}
.awe-news .item ul li .awe-icon {
    margin-right: 5px;
    font-size: 16px;
}

.awe-news .owl-buttons {
    text-align: center;
    font-size: 0;
    height: 23px;
    margin-top: 65px;
}
.awe-news .owl-buttons div {
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 0 5px 0 5px;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.awe-news .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}
/*End News*/

/* 17.  Clients section
--------------------------------------------------------------------------------*/

/*#client .awe-header h2 {
    margin-top: 100px;
}*/
.awe-clients {
    margin-top: 45px;
    padding: 0px 15px;
    overflow: hidden;
}
.awe-clients .NOTL {
    margin-top: 28px;
    Margin-left: 5px;
    overflow: hidden;
}
.awe-clients .BAO {
    margin-top: 6px;
    
    overflow: hidden;
}
.awe-clients .SHAW {
    margin-top: 5px;
    
    overflow: hidden;
}
.awe-clients .item{
    width: 20%;
    float: left;
    margin-top: 20px;
padding: 0px 5px;
}
.awe-clients .item img{
    max-width: 100%;
}

.awe-clients .item img:hover{
    opacity: 1.0;  
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1.1);
}

/* 18.  Parallax section Inactive Burial Sites
--------------------------------------------------------------------------------*/
#testimonialsterling{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-sterling.jpg');

}

.awe-section.testimonialsterling  {
    padding: 65px 0 55px;
}

#testimonialservos{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-servos.jpg');

}

.awe-section.testimonialservos  {
    padding: 65px 0 55px;
}

#testimonialriverroad{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-riverroad.jpg');

}

.awe-section.testimonialriverroad  {
    padding: 65px 0 55px;
}

#testimonialmethodist{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-methodist.jpg');

}

.awe-section.testimonialmethodist  {
    padding: 65px 0 55px;
}

#testimonialhomer{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-homer.jpg');

}

.awe-section.testimonialhomer  {
    padding: 65px 0 55px;
}

#testimonialclement{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-clement.jpg');

}

.awe-section.testimonialclement  {
    padding: 65px 0 55px;
}

#testimonialbaptist{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-baptist.jpg');

}

.awe-section.testimonialbaptist  {
    padding: 65px 0 55px;
}

#testimonialchrysler{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-chrysler.jpg');

}

.awe-section.testimonialchrysler  {
    padding: 65px 0 55px;
}

#servicessterling{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-sterling2.jpg');

}

.awe-section.servicessterling  {
    padding: 65px 0 55px;
}

#servicesservos{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-servos2.jpg');

}

.awe-section.servicesservos  {
    padding: 65px 0 55px;
}

#servicesriverroad{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-riverroad2.jpg');

}

.awe-section.servicesriverroad  {
    padding: 65px 0 55px;
}

#servicesmethodist{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-methodist2.jpg');

}

.awe-section.servicesmethodist  {
    padding: 65px 0 55px;
}

#serviceshomer{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-homer2.jpg');

}

.awe-section.serviceshomer  {
    padding: 65px 0 55px;
}

#servicesclement{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-clement2.jpg');

}

.awe-section.servicesclement  {
    padding: 65px 0 55px;
}

#servicesbaptist{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-baptist2.jpg');

}

.awe-section.servicesbaptist  {
    padding: 65px 0 55px;
}

#serviceschrysler{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-chrysler2.jpg');

}

.awe-section.serviceschrysler  {
    padding: 65px 0 55px;
}

#newssterling{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-sterling3.jpg');

}

.awe-section.newssterling  {
    padding: 65px 0 55px;
}

#newsservos{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-servos3.jpg');

}

.awe-section.newsservos  {
    padding: 65px 0 55px;
}

#newsriverroad{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-riverroad3.jpg');

}

.awe-section.newsriverroad  {
    padding: 65px 0 55px;
}

#newsmethodist{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-methodist3.jpg');

}

.awe-section.newsmethodist  {
    padding: 65px 0 55px;
}

#newshomer{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-homer3.jpg');

}

.awe-section.newshomer  {
    padding: 65px 0 55px;
}

#newsclement{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-clement3.jpg');

}

.awe-section.newsclement  {
    padding: 65px 0 55px;
}

#newsbaptist{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-baptist3.jpg');

}

.awe-section.newsbaptist  {
    padding: 65px 0 55px;
}

#newschrysler{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-chrysler3.jpg');

}

.awe-section.newschrysler  {
    padding: 65px 0 55px;
}

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


/* 18.  Testimonial section
--------------------------------------------------------------------------------*/
#testimonial{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-6.jpg');
   
}


.awe-section.testimonial  {
    padding: 65px 0 55px;
}



.awe-testimonial .awe-icon {
    width: 55px;
    height: 55px;
    display: block;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 2.4em;
    margin: 0 auto;
}

.awe-testimonial .item {
    text-align: center;
}

.awe-testimonial .item p {
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    line-height: 1.4em;
    width: 85%;
    margin: 45px auto auto;
    font-weight: 300;
}

.awe-testimonial .item h2 {
   color: #3498DB;
    font-weight: 700;
    margin-top: 25px;
    font-size: 1.8em;
    text-transform: capitalize;;
}

.awe-testimonial .item h3 {
    color: #fff;
    font-weight: 350;
    margin-top: 5px;
    font-size: 1.4em;
    text-transform: none;;
}

.awe-testimonial .item span {
    color: #706f70;
    margin-top: 8px;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    font-size: 1.4em;
    padding-bottom: 3px;
}
.awe-testimonial .owl-buttons {
    text-align: center;
    font-size: 0;
    height: 23px;
    margin-top: 55px;
}
.awe-testimonial .owl-buttons div {
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 0 5px 0 5px;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.awe-testimonial .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}

/*End Testimonial*/


/* 18.  Poetry section
--------------------------------------------------------------------------------*/
#poetry{
    position: relative;    
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-2.jpg');

}


.awe-section. poetry  {
    padding: 65px 0 55px;
}

.awe-poetry .awe-icon {
    width: 55px;
    height: 55px;
    display: block;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 2.4em;
    margin: 0 auto;
}

.awe-poetry .item {
    text-align: center;
}

.awe-poetry .item p {
    color: #fff;
    font-size: 2.0em;
    text-align: center;
    line-height: 1.5em;
    width: 87%;
    margin: 45px auto auto;
    font-weight: 400;
}
.awe-poetry .item h2 {
    font-weight: 700;
    margin-top: 25px;
    font-size: 2.0em;
    text-transform: capitalize;;
}
.awe-poetry .item h3 {
    color: #fff;
    font-weight: 350;
    margin-top: 10px;
    font-size: 1.8em;
    text-transform: none;;
}

.awe-poetry .item span {
    color: #706f70;
    margin-top: 8px;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    font-size: 1.4em;
    padding-bottom: 3px;
}
.awe-poetry .owl-buttons {
    text-align: center;
    font-size: 0;
    height: 23px;
    margin-top: 55px;
}
.awe-poetry .owl-buttons div {
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 0 5px 0 5px;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.awe-poetry .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}



/*End poetry*/


/* 19.  Contact section
--------------------------------------------------------------------------------*/
#contact-content,
#contact-form label {
display: block;
padding: 5px 0;
font-size: 14px;
color: #444;
}

.awe-section.contact {
    padding: 110px 0 80px;contact
}
.awe-contact{
    margin-top: 50px;
}
.awe-contact .contact-info h2{
    font-size: 1.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    color: #222222;
    margin-top: 25px;
}
.awe-contact .contact-info div{
    margin-top: 34px;
    overflow: hidden;
}
.awe-contact .contact-info .awe-icon  {
    display: block;
    float: left;
    color: #222;
    background-color: #e7e7e7;
    font-size: 20px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    margin-right: 25px;
}
.awe-contact .contact-info div p{
    color: #222;
    font: 300 1.6em/2.6em 'Lato';
}
.awe-contact .contact-info div p b{
    font: bold 16px/45px 'Lato';
    color: #222;
}
.awe-contact .contact-info div p b a{
    color: #222;
}
.awe-contact .contact-form .item{
    margin-top: 27px;
}
.awe-contact .contact-form .item input,
.awe-contact .contact-form .item textarea {
    height: 34px;
    text-transform: uppercase;
    padding: 12px 19px;
    width: 100%;
    font-size: 1.2em;
    border: 1px solid #d1d1d1;
    color: #696969;
    background-color: transparent;
}
.awe-contact .contact-form .item textarea {
    height: 180px;
    resize: none;
}
.awe-contact .contact-form .item .awe-button     {
    display: block;
    text-align: center;
    border: none;
    float: left;
    background-color: #3498DB;
    color: #FFF;
    
}

.awe-contact .contact-form .item .hover .awe-button   {
    display: block;
    text-align: center;
    border: none;
    float: left;
    background-color: #000;
    color: #FFF;
    
}

/*End Contact*/
/*Map*/
#map{
    min-height: 495px;
}
#map img {
    max-width: none;
    width: auto;
}
/*End Map*/


/* 20.  Footer
--------------------------------------------------------------------------------*/

#footer{
    min-height: 245px;
    background-color: #222222;
    position: relative;
    text-align: center;
}
.footer #scroll-top{
    position: absolute;
    width: 46px;
    height: 50px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    font-size: 3em;
    line-height: 50px;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
}

.footer .share{
    font-size: 0;
}
.footer .share .awe-icon  {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2e2e2e;
    color: #fff;
    margin: 70px 10px 0 10px;
}
.flag .awe-icon  {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #444;
    color: #fff;
    padding-left: 17px;
    margin: 70px 10px 0px 10px;
}



.footer .share a .fa-twitter:hover{
    background-color: #00d2ff;
}
.footer  .share a .fa-facebook:hover{
    background-color: #3c599f;
}
.flag a .fa-facebook:hover{
    background-color: #3c599f;
}
.flag a .fa-pinterest:before {
   Margin-left: -6px;
}
.flag a .fa-pinterest:hover{
    background-color: #dd222a;
}
.flag a .fa-instagram:before {
   Margin-left: -6px;
}
.flag a .fa-instagram:hover{
    background-color: #d62976;
}
.footer .share a .fa-linkedin:hover{
    background-color: #0274b3;
}
.footer .share a .fa-pinterest:hover{
    background-color: #dd222a;
}
.footer .share a .fa-instagram:hover{
    background-color: #d62976;
}
.footer p {
    color: #565656;
    font:300 1.4em 'Raleway';
    margin-top: 45px;
    text-transform: uppercase;
}





/*Retina*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

    .logo a {
        background-image: url('../images/logo@2x.png');
        background-size: 100%;
    }
    .header-sticky .logo a {
        background-image: url('../images/logo-scroll@2x.png');
        background-size: 100%;
    }
    

}

@media (max-width: 767px) {
  .home .fullscreen-media {
    background-position: top left;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    right: 0;
    height: 100%;
    background-attachment: initial;
    min-width: 100%;
  }

}

@media (min-width: 768px) {
  .home .fullscreen-media {
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;

  }

}
@media (max-width: 999px) {
	awe-parallax {
background-position: center center;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    right: 0;
	    background-attachment: initial;
	 }
 }

@media (max-width: 1000px) {
	awe-parallax {
 background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
   
    height: auto;
    left: 0;
    
    position: fixed;
    top: 0;
   
    z-index: -1;
	    background-attachment: fixed;
	 }
    }
 }


@media (max-width: 999px) {
  .twitter {
    background-position: center center;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    right: 0;
   
    background-attachment: initial;
   
  }

}

 

@media (min-width: 1000px) {
  .twitter {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
   
    height: auto;
    left: 0;
    
    position: fixed;
    top: 0;
   
    z-index: -1;

  }

}


@media (max-width: 999px) {
  .testimonial {
    background-position: center center;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 0;
   
    z-index: -1;
    right: 0;
   
    background-attachment: initial;
   
  }

}

 

@media (min-width: 1000px) {
  .testimonial {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    left: 0;
    
    position: fixed;
    top: 0;
   
    z-index: -1;

  }

}

@media (max-width: 999px) {
  .poetry {
    background-position: center center;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 0;
   
    z-index: -1;
    right: 0;
   
    background-attachment: initial;
   
  }

}

 

@media (min-width: 1000px) {
  .poetry {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    left: 0;
    
    position: fixed;
    top: 0;
   
    z-index: -1;

  }

}

@media (max-width: 999px) {
  .news {
    background-position: center center;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 0;
    
    z-index: -1;
    right: 0;
    
    background-attachment: initial;
   
  }

}

 

@media (min-width: 1000px) {
  .news {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    left: 0;
    
    position: fixed;
    top: 0;
  
    z-index: -1;

  }

}

@media (max-width: 999px) {
  .skill {
    background-position: center center;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    right: 0;
    height: 100%;
    background-attachment: initial;
    min-width: 100%;
  }

}

 

@media (min-width: 1000px) {
  .skill {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

  }

}

@media (max-width: 999px) {
  .services {
    background-position: center center;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 0;
    
    z-index: -1;
    right: 0;
    
    background-attachment: initial;
    min-width: 100%;
  }

}

 

@media (min-width: 1000px) {
  .services {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    left: 0;
   
    position: fixed;
    top: 0;
   
    z-index: -1;

  }

} 

