/*

    Theme Name: Weinnovate
    Theme URI: www.weinnovat.com
    Author: Youness-EL BEZZAZI
    Author URI: www.younesselbezzazi.com
    Description: One Page Corporate Business WordPress
    Version: 1.3
    Tags: one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready, rtl-language-support, one-page
    License: GNU General Public License
    License URI: licence/GPL.txt
    Text Domain: weinnovate

*/

/**
 *
 * Template Info
 * -----------------------------------------------------------------------------
 *
 * Template Name: Weinnovate - One Pgae Corporate Business WordPress
 * Template URL: http://weinnovat.com/market/business/
 *
 * Author: Weinnovate - weinnovat.com - support@weinnovat.com
 *
 *
 * Table of Content
 * -----------------------------------------------------------------------------
 *
 * 1. Fonts
 * 2. Global
 * 3. Comment Form
 * 4. Buttons
 * 5. Header
 * 6. Sections
 *
 *    6.1 What we do
 *    6.2 About us & Skills
 *    6.3 Our Features
 *    6.4 Our Services TABS
 *    6.5 Our Services
 *    6.7 Our Works
 *    6.8 Pricing Tables
 *    6.9 Why choose us
 *    6.10 Video
 *    6.11 Numbers
 *    6.12 Meet our team
 *    6.13 Happy Clients
 *    6.14 Latest News
 *    6.15 Partners
 *    6.16 Newsletter
 *    6.17 Contact
 *
 * 7. Footer
 * 8. Project Page
 * 9. Blog Page
 * 10. Single Page
 * 11. Sharer Buttons
 * 12. Sidebar
 *    12.1 Widget Categories
 *    12.2 Widget Recent Posts
 *    12.3 Widget Recent Comments
 *    12.4 Widget Archives
 *    12.5 Widget Nav Menu
 *    12.6 Widget Meta
 *    12.7 Widget Pages
 *    12.8 Widget Search
 *    12.9 Widget Newsletter
 *    12.10 Widget Calendar
 *    12.11 Widget Tags
 *    12.12 Widget Text
 *    12.13 Widget RSS
 * 13. 404 Page
 * 14. Load
 * 15. Scroll To Top
 */



/*
 #
 # 1. FONTS
 # -----------------------------------------------------------------------------
 #
 */

/* Feel free to change duration  */
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index : 1
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index : 0
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}


@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf'); /* IE */
  src: local('OpenSans-Regular'), url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); /* non-IE */
}

@font-face {
  font-family: 'Signika-Light';
  src: url('fonts/Signika/Signika-Light.ttf'); /* IE */
  src: local('Signika-Light'), url('fonts/Signika/Signika-Light.ttf') format('truetype'); /* non-IE */
}

@font-face {
  font-family: 'Signika-Regular';
  src: url('fonts/Signika/Signika-Regular.ttf'); /* IE */
  src: local('Signika-Regular'), url('fonts/Signika/Signika-Regular.ttf') format('truetype'); /* non-IE */
}

@font-face {
  font-family: 'Signika-Bold';
  src: url('fonts/Signika/Signika-Bold.ttf'); /* IE */
  src: local('Signika-Bold'), url('fonts/Signika/Signika-Bold.ttf') format('truetype'); /* non-IE */
}

@font-face {
  font-family: 'FiraSans-LightItalic';
  src: url('fonts/fira-sans/FiraSans-LightItalic.ttf'); /* IE */
  src: local('FiraSans-LightItalic'), url('fonts/fira-sans/FiraSans-LightItalic.ttf') format('truetype'); /* non-IE */
}



/*
 #
 # 2. GLOBAL
 # -----------------------------------------------------------------------------
 #
 */


html, body{
    height: 100%;
    margin: 0;
}

body{
    font-family: 'Signika-Regular';
    font-size: 13px;
    color: #1F1F1F;
    margin: 0;
    padding: 0;
    background: #fcfbfb;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 900;
}

ul{
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: square;
}

ol, ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

li > ul, li > ol{
    margin: 0;
}

a:hover{
    text-decoration: none;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

.admin-bar .header-wrap{
    top: 32px;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

dd {
    margin: 0 0 20px;
}

p {
    margin: 0 0 24px;
}

b, strong {
    font-weight: bold;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
    max-width: 100%;
}

img.alignnone {
    margin: 5px 0;
}

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}

.vertical-line{
    width: 22px;
    height: 119px;
    margin: 0 auto 20px;
    display: block;
    background: url('images/header.png') no-repeat;
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.aligncenter{
    display: block;
    margin: 0 auto;
}

.alignleft{
    float: left;
    margin: 15px 15px 15px 0;
}

.alignright{
    float: right;
    margin: 15px 0 15px 15px;
}

.gallery-caption{

}

.bypostauthor{

}

.tp-caption a{
    color: #fff;
}


/*
 #
 # 3. COMMENT FORM
 # -----------------------------------------------------------------------------
 #
 */


.comment-form input[type="text"], .comment-form input[type="email"]{
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom: 15px;
    transition: all .30s linear;
    float: left;
}

.comment-form input[type="email"]{
    float: right;
}

.comment-form textarea{
    width: 100%;
    height: 200px;
    padding: 5px 10px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom: 15px;
    transition: all .30s linear;
}

.comment-form input[type="submit"]{
    background: #007dac;
    border: 0;
    border-bottom: 3px solid #015c7e;
    border-radius: 2px;
    color: #fff;
    position: relative;
    padding: 15px 20px;
    float: right;
    margin-right: 15px;
    transition: all .30s linear;
}

.comment-form input[type="submit"]:hover{
    background: #006dac;
    color: #fff;
}

.comment-form input[type="email"]:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus{
    border-color: #007dac;
    color: #007dac;
}



/*
 #
 # 4. BUTTONS
 # -----------------------------------------------------------------------------
 #
 */


/* ### Colored Button ### */

button.colored-btn, a.colored-btn{
    background: none;
    width: 150px;
    height: 50px;
    color: #1F1F1F;
    margin: 40px auto 0px;
    display: block;
    text-align: center;
    line-height: 48px;
    border-radius: 2px;
    border: 2px solid #F1F1F1;
    transition: all .25s linear;
}

button.colored-btn:hover, a.colored-btn:hover{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}

/* ### Get Quote Button ### */

.get-quote-header{
    float: right;
}

.get-quote-header a{
    color: #007dac;
    display: block;
    padding: 2px 15px;
    border: 1px solid #007dac;
    text-align: center;
    line-height: 28px;
    border-radius: 30px;
    margin-top: 17px;
    margin-left: 10px;
    transition: all .25s linear;
}

.get-quote-header a:hover{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}

/* ## Call Button ## */

button.outer-btn {
    height: 50px;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    background: none;
    margin-left: 15px;
    transition: all .25s linear;
}

button.outer-btn i{
    margin-left: 10px;
}

button.outer-btn:hover{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}

/* ## Link Button ## */

a.outer-btn {
    height: 50px;
    padding: 15px 25px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    background: none;
    margin-left: 15px;
    transition: all .25s linear;
    line-height: 70px;
}

a.outer-btn i{
    margin-left: 10px;
}

a.outer-btn:hover{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}


@media (max-width: 768px){
    .call-to-action-section a.outer-btn{
        display: block;
        width: 130px;
        line-height: 20px;
        margin: 15px auto 0px;
        text-align: center;
    }

    .newsletter-section button{
        width: 155px;
        line-height: 20px;
        margin: 0 auto !important;
        display: block;
        float: none !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .call-to-action-section a.outer-btn{
        width: 130px;
        line-height: 20px;
        margin: 15px auto 0px;
        display: block;
        text-align: center;
    }

    .newsletter-section button{
        float: none !important;
        margin: 30px auto 0px !important;
        display: block;
    }
}

/* ## More Projects Button ## */

.more-projects a{
    background: none;
    width: 150px;
    height: 50px;
    color: #1F1F1F;
    margin: 40px auto 0px;
    display: block;
    text-align: center;
    line-height: 48px;
    border-radius: 2px;
    border: 2px solid #F1F1F1;
    transition: all .25s linear;
}

.more-projects a:hover{
    border-color: #006dac;
    background: #006dac;
    color: #fff;
}



/*
 #
 # 5. HEADER
 # -----------------------------------------------------------------------------
 #
 */

.toggle-button {
    position: fixed;
    width: 44px;
    height: 40px;
    padding: 4px;
    transition: .25s;
    z-index: 9999;
    top: 26px;
    right: 20px;
}

.toggle-button:hover {
  cursor: pointer;
}

.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: .5s;
}

.toggle-button .menu-bar-top {
  border: 3px solid #fff;
  border-bottom: none;
  top: 0;
}

.toggle-button .menu-bar-middle {
  height: 3px;
  background-color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 4px;
}

.toggle-button .menu-bar-bottom {
  border: 3px solid #fff;
  border-top: none;
  top: 22px;
}

.navbar-push-left .toggle-button .menu-bar-top {
  border-color: #1E1E1E;
}

.navbar-push-left .toggle-button .menu-bar-middle {
  background-color: #1E1E1E;
}

.navbar-push-left .toggle-button .menu-bar-bottom {
    border-color: #1E1E1E;
}

.button-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
}

.button-open .menu-bar-middle {
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0;
}

.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s;
}

.navbar{
    position: fixed;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 99;
    transition: all .30s linear;
    background: transparent;
}

.navbar-header{
    width: 100px;
    clear: both;
}

.navbar-brand{
    margin: 13px 0 !important;
    padding: 0;
    height: 0px;
    display: table;
}

.navbar-brand img{
    height: 55px;
}

.navbar .normal{
    display: none;
}

.navbar .navbar-nav{
    position: relative;
}

.navbar .navbar-nav .menu-item a{
    display: block;
    padding: 29px 15px 29px 20px;
    position: relative;
    color: #fff;
}

.navbar ul li:before{
    content:"•";
    display: block;
    float: left;
    margin-top: 30px;
    color: #fff;
}

.navbar ul li:first-child:before{
    display: none;
}

.navbar ul li a:after{
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    border-top: 2px solid #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -1px;
    left: 4px;
    right: 0;
    transition: all .25s linear;
    opacity: 0;
}

.navbar .navbar-collapse{
    float: right;
    padding: 0;
}

.navbar li:hover a{
    color: #fff;
}

/* ### DROPDOWN MENU ### */

.navbar li:hover .dropdown-menu{
    display: block !important;
    color: #1E1E1E;
}

.navbar li:hover .dropdown-menu a:after{
    display: none;
}

.navbar .dropdown-menu{
    padding: 0;
    border-radius: 0;
}

.navbar .dropdown-menu li a{
    padding: 12px 16px;
    color: #1E1E1E;
    font-size: 12px;
}

.navbar li:hover .dropdown-menu a{
    color: #1E1E1E;
}

.navbar .dropdown-menu li a:hover{
    color: #007dac;
}

.navbar .dropdown-menu li:before{
    display: none;
}

#magic-line {
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
    height: 2px;
   background-color: #fff;
}

#magic-line:before{
    display: none;
}

/* ### NAVBAR FIXED ### */

.navbar-fixed-top{
    position: fixed;
    background: rgba(255,255,255, .98) !important;
    border-bottom: 1px solid #f5f5f5;
}

.navbar-push-left .navbar-fixed-top{
    left: -240px;
}

.navbar-fixed-top .navbar-nav .menu-item a{
    color: #1F1F1F;
}

.navbar-fixed-top ul li:before{
    color: #1F1F1F;
}

.navbar-fixed-top ul li a:before{
    border-top: 2px solid #007dac;
}

.navbar-fixed-top ul li a:after{
    border-top: 2px solid #007dac;
}

.navbar-fixed-top ul li:hover a{
    color: #007dac;
}

.navbar-fixed-top li.active a:after{
    border-top: 2px solid #007dac;
}

.navbar-fixed-top ul li.active a{
    color: #007dac;
}

.navbar-fixed-top .menu-infos li a{
    color: #1E1E1E;
    transition: all .20s linear;
}

.navbar-fixed-top .menu-infos li a:hover{
    color: #007dac;
}

.navbar-fixed-top .toggle-button .menu-bar-top {
  border-color: #1E1E1E;
}
.navbar-fixed-top .toggle-button .menu-bar-middle {
  background-color: #1E1E1E;
}
.navbar-fixed-top .toggle-button .menu-bar-bottom {
    border-color: #1E1E1E;
}

.navbar-fixed-top #magic-line{
    background: #007dac;
}

/* SIDE NAVBAR */

.side-nav{
    background: #fff;
    position: fixed;
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
    right: -240px;
}

.side-nav .navbar-collapse{
    display: table !important;
    width: 100%;
    padding: 0;
}

.side-nav ul{
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    float: none;
}

.side-nav li{
    display: block;
    border-bottom: 1px dashed #F0F0F0;
    float: none;
}

.navbar .side-nav .navbar-nav .menu-item a{
    display: block;
    font-weight: 900;
    color: #1E1E1E;
    text-align: left;
    padding: 15px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all .20s linear;
}

.navbar .side-nav .navbar-nav .menu-item:before{
    display: none;
}

.side-nav li a:hover,
.side-nav .active a{
    color: #007dac;
}

.side-nav.active-nav {
	right: 0px;
}

.navbar .side-nav .navbar-nav .magic-line{
    display: none;
}

.navbar-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.navbar-push-left {
	left: -240px;
}

.side-nav,
.navbar-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar .menu-infos{
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 40px;
    line-height: 70px;
    text-align: right;
}

.navbar .menu-infos li{
    list-style-type: none;
    display: inline-block;
    padding-left: 20px;
    line-height: 0;
}

.navbar .menu-infos li:before{
    display: none;
}

.navbar .menu-infos .get-in-touch{
    border: 2px solid #fff;
    background: #fff;
    color: #1E1E1E;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 900;
    border-radius: 30px;
    line-height: 10px;
    transition: all .20s linear;
}

.menu-infos .get-in-touch:hover{
    background: none;
    color: #fff;
}

.navbar-fixed-top .menu-infos li a{
    color: #1E1E1E;
}

.navbar-fixed-top .menu-infos .get-in-touch{
    border: 2px solid #007dac;
    background: #007dac;
    color: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 900;
    border-radius: 30px;
}

.navbar-fixed-top .menu-infos .get-in-touch:hover{
    background: none;
    color: #007dac;
}

.navbar .menu-infos .get-in-touch i{
    margin-right: 5px;
}

.navbar .menu-infos li a{
    color: #fff;
    padding: 0;
    text-transform: none;
}

.navbar-fixed-top .menu-infos li a{
    color: #1E1E1E;
}

@media (min-width: 768px) and (max-width: 993px) {

    .navbar ul{
        float: right;
    }

    .navbar ul li a {
        padding: 29px 12px 29px 18px;
        font-size: 12px !important;
        letter-spacing: 0px !important;
    }

    .navbar .menu-infos li a span{
        display: none;
    }

}

@media (max-width: 768px) {

    .container > .navbar-header{
        height: 70px;
    }

    .navbar{
        background: #fff;
        height: 60px;
    }

    .navbar .navbar-collapse{
        float: none;
        background: #fff;
    }

    .navbar .navbar-toggle{
        background: #007dac;
        width: 70px;
        height: 70px;
        color: #fff;
        margin: 0;
        border: none;
        border-radius: 0;
        font-size: 24px;
        transition: all .30s linear;
    }

    .navbar .navbar-toggle:hover{
        background: none;
        color: #007dac;
    }

    .navbar-brand{
        margin: 10px 0 !important;
    }

    .navbar-brand img{
        height: 40px;
    }

    .navbar ul li{
        padding: 0 25px;
    }

    .navbar ul li a{
        color: #1F1F1F !important;
        padding: 15px 15px 15px 20px;
    }

    .navbar ul li:before{
        color: #1F1F1F;
    }

    .navbar li:hover a{
        color: #007dac;
    }

    .navbar ul li.active a{
        padding: 15px 15px 15px 20px;
        color: #007dac;
    }

    .navbar ul li:before{
        margin-top: 15px;
    }

    .navbar-fixed-top .navbar-toggle{
        background: #007dac;
    }

    .navbar-header {
        width: 80px;
        clear: both;
        float: left;
        padding-left: 15px;
    }

    .toggle-button{
        width: 34px;
        height: 30px;
        top: 20px;
    }

    .navbar .menu-infos {
        margin-right: 50px;
    }

    .navbar .menu-infos li {
        padding: 0;
    }

    .navbar .menu-infos li a {
        font-size: 14px;
        display: block;
        padding: 23px 10px;
    }

    .navbar .menu-infos li a span{
        display: none;
    }

}

/* ### HEAD SECTION ### */

.head-section{
    text-align: center;
    position: relative;
    margin: 0px 0 30px;
}

.title-section{
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 42px;

}

.subtitle-section{
    background: #007dac;
    height: 16px;
    color: #ffffff;
    padding: 6px 10px 6px;
    margin-top: 0px;
    line-height: 16px;
    font-size: 11px;
    font-family: 'FiraSans-LightItalic';
    letter-spacing: 2px;
}

.left-title{
    padding-right: 30px;
    color: #fff;
}

.overlay-parallax{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.head-parallax h2{
    padding: 0 !important;

}

.line-2{
    width: 30px;
    height: 10px;
    background: #fff;
    margin-left: 3px;
    position: relative;
}

.parallax{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
/*
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
*/
    position: relative;
}

.parallax .head-parallax{
    position: relative;
}

.parallax .title-section{
    padding-left: 60px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 40px;
}

.parallax .description-section{
    display: block;
    margin-top: 20px;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
}

.parallax .left-title h2{
    text-align: right;
    margin: 0;
}

@media (min-width: 1350px) {

    .progress-bars {
        margin: 75px 0;
    }
}

@media (max-width: 768px) {

    .title-section{
        font-size: 30px !important;
    }

}



/*
 #
 # 6.1 WHAT WE DO
 # -----------------------------------------------------------------------------
 #
 */


.what-we-do-section{
    padding-bottom: 70px;
    background-size: cover;
    background: #fff;
}

.description{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.proccess{
    text-align: center;
    margin-top: 20px;
}

.proccess{
    transition: all .30s linear;
}

.proccess:hover .proccess-icon{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}

.proccess:hover .proccess-icon i{
    transform: scale(0.95);
    background: #007dac;
    border: 2px solid #fff;
    line-height: 63px;
    color: #fff;
}

.proccess-icon{
    width: 80px;
    height: 80px;
    border-radius: 35%;
    border: 2px solid #F1F1F1;
    line-height: 82px;
    transition: all .25s linear;
    margin: 0 auto;
}

.proccess-icon i{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: none;
    margin: 0 auto;
    font-size: 22px;
    line-height: 70px;
    color: #007dac;
    transform: scale(1);
    transition: all .25s linear;
}

.proccess h3{
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
    margin-top: 26px;
    text-transform: uppercase;
}

.proccess p{
    line-height: 26px;
    color: #b0b0b0;
    padding: 0 15px;
    font-weight: 400;
    font-size: 15px;
}


@media (max-width: 768px) {

    .what-we-do-section{
        padding-bottom: 30px;
    }

    .description{
        width: 100%;
        font-size: 13px;
        line-height: 22px;
        padding: 0 15px;
    }

    .procces{
        margin-bottom: 50px;
    }

    .proccess p{
        padding: 0;
    }

}



/*
 #
 # 6.2 ABOUT US
 # -----------------------------------------------------------------------------
 #
 */

/* ABOUT US DESCRIPTION */

.about-section{
    height: 500px;
    width: 100%;
    position: relative;
}

.about-section .subtitle-section{
    background: #fff;
    color: #007dac;
    position: relative;
    margin-bottom: 30px;
    padding: 5px 10px;
}

.about-description .head-section{
    padding-top: 100px;
}

.about-description .title-section{
    color: #fff;
}

.about-description .description{
    color: #fff;
    font-family: 'FiraSans-LightItalic';
    font-size: 14px;
    line-height: 28px;
}

.about-section .overlay-side{
    background: #1f1f1f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.about-description{
    position: relative;
}

.about-section .item-content{
    height: 500px;
}

.about-section .left{
    width: 100%;
    height: 500px;
}

.about-section .left:before{
    background: #000;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
}

.right .achievement:nth-child(1){
    border-right: 1px solid  rgba(255,255, 255, .1);
    border-bottom: 1px solid  rgba(255,255, 255, .1);
}

.right .achievement:nth-child(2){
   border-bottom: 1px solid  rgba(255,255, 255, .1);

}

.right .achievement:nth-child(3){
    border-right: 1px solid rgba(255,255, 255, .1);
}

.right .achievement:nth-child(4){

}

.achiev-description .description{
    width: 100%;
    font-size: 13px !important;
    padding: 0 15px;
}

.about-section .item-content .right{
    width: 100%;
    height: 500px;
    background: #007dac;
}

.about-section .right .achievement{
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    padding: 63px;
    position: relative;
    height: 250px;
}

.about-section .right .achievement .achievement-icon{
    font-size: 110px;
    position: absolute;
    left: 0;
    top: 15%;
    right: 0;
    opacity: 0.1;
}

.about-section .right .achievement .achievement-number{
    font-size: 52px;
    display: block;
    font-family: 'Signika-Bold';
    text-shadow: 3px 2px rgba(0,0,0, .2);
}

.about-section .right .achievement .achievement-desc{
    font-size: 14px;
    font-family: 'Signika-Light';
}

/* SKILLS */

.our-expertise-section{
    position: relative;
}

.our-expertise-section .item-content {
    display: table;
    width: 100%;
    height: 500px;
}

.our-expertise-section .item-content .skills-block{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 500px;
    padding: 0 60px;
}

.skills-block{
    background: #1E1E1E;
}

.skills-block h2{
    color: #fff;
    margin-bottom: 40px;
    line-height: 40px;
    font-size: 28px;
}

.wi-progress-bar {
  margin: 0px 0 18px;
}

.progress-title-holder {
    padding-bottom: 5px;
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.progress-title {
    z-index: 100;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
}

.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}

.progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    background-color: #fff;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progress-number-wrapper,
.progress-number-mark {
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: none;
    color: #1E1E1E;
}

.down-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progress-content-outter {
    height: 4px;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden
}

.progress-content {
    height: 4px;
    width: 0%;
    background: #007dac;
    background: -webkit-linear-gradient(left, #007dac , #19c0ff);
    background: -o-linear-gradient(right, #007dac, #19c0ff);
    background: -moz-linear-gradient(right, #007dac, #19c0ff);
    background: linear-gradient(to right, #007dac , #19c0ff);
    border-radius: 30px;
}


@media (max-width: 768px) {

    .about-section{
        height: auto;
    }

    .about-section .right .achievement{
        padding: 80px 20px;
    }

    .about-section .right .achievement .achievement-number{
        font-size: 42px;
    }

    .our-expertise-section{
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .about-section{
        height: auto;
    }

}



/*
 #
 # 6.3 OUR FEATURES
 # -----------------------------------------------------------------------------
 #
 */


.our-features-section{
    padding: 0 0 60px;
    background: #fff;
}

.our-features-parallax-bg{
    width: 100%;
    padding: 0 0 60px;
    background: url('../images/features-bg.png') no-repeat;
    background-size: 1340px;
    background-position:calc(-900px + 400px) bottom;
    background-color: #f8f8f8;
    border-bottom: 1px solid #F3F3F3;
}

@media(min-width: 1600px){
    .our-features-parallax-bg{
        background-size: 1550px;
        background-position: calc(-720px + 400px) bottom;
        padding: 140px;
    }

}

.features-title-block{
    margin-bottom: 30px;
}

.features-title-block h2{
    font-size: 38px;
    font-weight: 900;
    margin-top: 100px;
}

.features-title-block .subtitle{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Open Sans';
    letter-spacing: 1px;
    color: #A2A2A2;
}

.features{
    padding-left: 80px;
    padding-top: 30px;
}

.our-features-parallax-bg .features{
    padding-top: 30px;
    padding-left: 0;
}

.features ul{
    margin: 0;
    padding: 0;
}

.features ul > li{
    list-style-type: none;
}

.features .one-column{
    display: block;
    list-style-type: none;
    margin-bottom: 45px;
    padding-left: 80px;
}


.features .one-column .feature-content p{
    font-size: 15px;
    line-height: 24px;
}


.features .two-columns{
    display: inline-block;
    list-style-type: none;
    margin-bottom: 20px;
    width: 50%;
}

.features .feature-icon{
    width: 40px;
    height: 40px;
    border-radius: 35%;
    border: 2px solid #F1F1F1;
    line-height: 82px;
    transition: all .25s linear;
    position: relative;
    text-align: center;
    color: #017eac;
    font-size: 20px;
    line-height: 38px;
    transition: all .5s linear 0s;
    float: left;
    margin-right: 15px;
}

.features ul li:hover .feature-icon{
    border-color: #017eac;
    color: #fff;
    background: #017eac;
}

.feature-content{
    margin-left: 55px;
}

.feature-content h3{
    font-size: 20px;
    color: #017eac;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
}

.feature-content p{
    color: #b0b0b0;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 3px;
}

.our-features-section img{
    display: block;
    margin: 0 auto;
    width: 65%;
}

@media (max-width: 768px) {



    .our-features-parallax-bg {
        padding-bottom: 110px;
        background-size: 1000px;
        background-position: calc(-810px + 400px) bottom;
    }

    .achievement-section{
        height: auto;
    }

    .features{
        padding: 0;
    }

    .features ul li{
        padding: 0 15px;
        margin-bottom: 35px;
        text-align: center;
    }

    .features .feature-icon{
        display: block;
        margin: 0 auto;
        float: none;
    }

    .feature-content h3{
        font-size: 18px;
    }

    .feature-content{
        margin: 0;
        padding: 0 30px;
    }

    .features-title-block h2{
        font-size: 20px;
        margin-top: 70px;
        text-align: center;
    }

    .features-title-block .subtitle{
        font-size: 11px;
        text-align: center;
        display: block;
    }

    .features .two-columns{
        width: 100%;
        margin-bottom: 10px;
        padding: 0 30px;
    }

}

/*
 #
 # 6.4 OUR SERVICES
 # -----------------------------------------------------------------------------
 #
 */


.services-section.parallax{
    width: 100%;
    height: 520px;
    background-repeat:  no-repeat;
    background-position:  center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 70px;
}

.services-section{
    padding-top: 0px;
}

.services-section .overlay-parallax{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
}

.services-section .line-2{
    width: 30px;
    height: 10px;
    background: #fff;
    margin-left: 3px;
    position: relative;
}

.services-content{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    padding: 60px;
}

.services-section .services-images {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 9;
    width: 50%;
    overflow: hidden;
    height: 520px !important;
}

.services-section .service-image {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    display: none;
    background-size: cover !important;
}

.services-section .services-content .descriptions {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    height: 254px;
    position: relative;
    margin-bottom: 10px;
    width: 470px;
    float: left;
}

.services-section .services-content .descriptions h3 {
    color: #7DBA2F;
    font-weight: 800;
    font-size: 13px;
    margin-left: 2px;
    border-bottom: 3px solid #7DBA2F;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.services-section .services-content .descriptions .service-description {
    height: auto;
    display: none;
    position: absolute;
    top: 0%;
}

.services-section .services-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 28px;
    font-family: 'FiraSans-LightItalic';
}

.services-section .services-content p.without-margin-bottom {
    margin-bottom: 0;
}

.services-section .services-content p a {
    color: #2C3459;
    text-decoration: underline;
}

.services-section .services-content p a:hover {
    text-decoration: none;
}

ul.tabs{
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.tabs li {
    float: left;
    color: #fff;
    text-align: center;
    margin-right: 25px;
    text-transform: uppercase;
    transition: all .25s linear;
    font-weight: 900;
    font-size: 12px;
    list-style-type: none;
}

.services-section .services-content ul.tabs i{
    font-size: 32px;
    display: block;
    margin-bottom: 8px;
    transition: all .30s linear .10s;
}

.services-section .services-content ul.tabs li.active{
    color: #1175b4;
}

.services-section .services-content ul.tabs li:hover{
    color: #1175b4;
    cursor: pointer;
}


/*
 #
 # 6.5 OUR SERVICES
 # -----------------------------------------------------------------------------
 #
 */


.services-block{
    padding-top: 30px;
    text-align: center;
}

.services-block .service-icon{
    width: 80px;
    height: 80px;
    border-radius: 35%;
    border: 2px solid #F1F1F1;
    position: relative;
    text-align: center;
    color: #017eac;
    font-size: 32px;
    line-height: 80px;
    margin: 0 auto 15px;
    display: block;
    transition: all .25s linear;
    position: relative;
    z-index: 9;
}

.services-block .service-item:hover .service-icon{
    border-color: #007dac;
    color: #fff;
}

.services-block .service-item .service-icon:before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: #007dac;
    position: absolute;
    top: -2px;
    left: -2px;
    transform: scale(1.3);
    opacity: 0;
    transition: transform 0.2s, opacity 0.3s;border-radius: 35%;
    z-index: -1;
}

.services-block .service-item:hover .service-icon:before{
    transform: scale(1);
    opacity: 1;
}

.services-block .service-item{
    margin-bottom: 40px;
}

.services-block .service-content{
    padding: 0 30px;
}

.services-block .service-content h2{
    font-size: 20px;
    color: #007dac;
    font-family: 'Signika-Bold';
    line-height: 42px;
    margin-bottom: 10px;
    margin-top: 0;
}

.services-block .service-content p{
    font-family: 'Signika-Regular';
    color: #bcbcbc;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 768px) {

    .head-parallax{
        padding: 25px 0 0 15px;
    }

    .services-block .service-content h3{
        font-size: 18px;
    }

    .services-section{
        height: auto;
        padding: 0 !important;
    }

    .services-section .services-images{
        position: relative;
        width: 100%;
        height: 300px !important;
        overflow: auto;
    }

    .services-content{
        position: relative;
        width: 100%;
        top: 0;
        padding: 20px;
    }

    .services-section .services-content .descriptions{
        margin: 0;
        width: 100%;
        font-size: 12px;
    }

    .services-section .services-content .descriptions .service-description{
        top: 0;
        position: absolute;
        left: 0;
        height: auto;
        width: 100%;
        padding: 15px;
    }

    .services-section .head-parallax h2{
        margin: 10px 0 0;
        font-size: 32px;
        text-align: left;
    }

    .services-section .services-content p{
        font-size: 12px;
    }



    .services-section .head-parallax h2{
        font-size: 28px;
        margin-left: 25px !important;
        margin-bottom: 20px !important;
    }

    .services-section .services-content .descriptions{
        width: 100% !important;
        margin: 0 15px !important;
    }

    .services-content{
        right: 15px !important;
        top: 40px;
    }

    .services-section .services-content p{
        font-size: 13px !important;
        line-height: 20px;
    }

    ul.tabs{
        padding-left: 24px !important;
    }

    ul.tabs li{
        margin-right: 12px !important;
    }

    .services-section .services-content ul.tabs i{
        font-size: 20px !important;
    }

    .services-section .services-content ul.tabs span{
        font-size: 12px;
    }

    .services-section .services-content .descriptions .service-description{
        top: 0 !important;
        padding: 0 10px;
    }

    ul.tabs{
        margin: 40px 0 50px;
        height: 40px;
        padding: 0;
        text-align: left;
    }

    ul.tabs li{
        margin: 0 8px;
        float: none;
        display: inline-block !important;
    }

    .services-section .services-content ul.tabs i{
        font-size: 26px;
    }

    .services-section .services-content ul.tabs span{
        font-size: 11px;
    }

    .services-section .services-content p{
        padding: 0px;
        line-height: 24px;
        margin-bottom: 15px;
        padding-top: 15px;
    }
}



/*
 #
 # 6.5 OUR WORKS
 # -----------------------------------------------------------------------------
 #
 */


.our-work-section{
    background: #fefdfd;
}

.filter-work ul{
    margin: 0;
    padding: 0;
    text-align: center;
}

.filter-work ul li{
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 60px;
}

.filter-work ul li a{
    display: block;
    padding: 7px 17px;
    border: 2px solid #F1F1F1;
    color: #333;
    transition: all .15s linear;
    border-radius: 2px;
    font-weight: 400;
}

.filter-work ul li a:hover{
    text-decoration: none;
    background: #007dac;
    border-color: #007dac;
    color: #fff;
    cursor: pointer;
}

.filter-work li.active a{
    background: #007dac;
    box-shadow: 2px 2px 0px 0 rgba(0,125,172, .2);
    border: 1px solid #007dac;
    color: #fff;
}

.works .mix{
	display: none;
}

.work{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.work:hover{
    cursor: url('images/crosshair.png'), crosshair;
}

.work-box{
    overflow: hidden;
    position: relative;
}

.work .work-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 99;
    transition: all .35s linear;
    opacity: 0;
}

.work:hover .work-overlay{
    opacity: .8;
    position: absolute;
}

.work-box .thumbnail img{
    transition: all .30s linear;
    transform: scale(1);
}

.work-box:hover .thumbnail img{
    transform: scale(1.2);
}

.work .corners:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 5px solid rgba(1, 126, 172, .8);
    border-left: 5px solid rgba(1, 126, 172, .8);
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    transition: all .40s linear;
}

.work:hover .corners:before{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.work .corners:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid rgba(1, 126, 172, .8);
    border-right: 5px solid rgba(1, 126, 172, .8);
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 999;
    transition: all .40s linear ;
}

.work:hover .corners:after{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}

.work .thumbnail{
    padding: 0;
    margin: 0;
    border: none;
    border-right: 0;
}

.work .work-detail{
    text-align: center;
    position: absolute;
    top: 42%;
    left: 0;
    z-index: 999;
    opacity: 0;
    transition: all .50s ease;
    width: 100%;
    height: 100%;
}

.work:hover .work-detail{
    opacity: 1;
}

.work .work-detail .work-title{
    font-family: 'Signika-Bold';
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}

.work .work-detail .work-category{
    font-size: 12px;
    display: block;
    font-family: 'FiraSans-LightItalic';
}

.work .more-detail{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.work .more-detail a{
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background: #fff;
    color: #007dac;
    text-align: center;
    line-height: 28px;
}

@media (max-width: 768px) {

    .work{
        padding: 2px;
    }

    .filter-work ul{
        margin-bottom: 30px;
    }

    .filter-work ul li{
        margin-bottom: 10px;
    }

    .filter-work ul li a{
        padding: 5px 8px;
        font-size: 13px;
    }

    .work .work-detail .work-title{
        font-size: 16px;
    }
}



/*
 #
 # 6.6 PRICING TABLES
 # -----------------------------------------------------------------------------
 #
 */


.plans-section{
    padding-bottom: 100px;
}

.table{
    padding: 30px;
    transition: all .20s ease 0s;
    border: 2px solid rgba(1, 125, 172, .05);
    border-radius: 2px;
}

.table:hover{
    background: #fff;
    border-width: 2px;
    border-color: #007dac;
    box-shadow: 5px 5px 0 0 rgba(1,126,172, .1);
    transform: translate(-1%, -1%) scale(1);
}

.table:hover button{
    background: #007dac;
    border-radius: 2px;
    color: #fff;
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    transition: all .20s linear;
}
.table h3{
    font-family: 'Signika-Bold';
    font-size: 28px;
    color: #007dac;
    text-transform: uppercase;
    margin-top: 0;
}

.table p{
    font-weight: 300;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.table-price{
    font-family: 'Signika-Bold';
    padding-top: 15px;
    padding-bottom: 25px;
}

.table-price .curriency{
    vertical-align: super;
    font-size: 24px;
    top: -25px;
    position: relative;
    margin-right: 8px;
    color: #888888;
}

.table-price .price{
    font-size: 60px;
    color: #007dac;
}

.table-price .month{
    vertical-align: bottom;
    font-size: 12px;
    position: relative;
    bottom: 10px;
    color: #888888;
    font-family: 'FiraSans-LightItalic';
}

.table-items ul{
    margin: 0;
    padding: 0;
}

.table-items ul li{
    display: block;
    margin-bottom: 8px;
    color: #1F1F1F;
    font-weight: 300;
    font-size: 14px;
}

.table-items li:hover{
    background: #fff;
}

.table-items li i{
    margin-right: 8px;
}

.table .flat{
    background: none;
    border: 1px solid #017eac;
    border-radius: 2px;
    color: #017eac;
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    transition: all .20s linear;
    float: right;
}

.table .flat:hover{
    border: 1px solid #017eac;
    background: #fff;
    color: #017eac;
    text-decoration: none;
}

.table .btn{
    background: none;
    border: 1px solid #017eac;
    border-radius: 2px;
    color: #017eac;
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    transition: all .20s linear;
    float: right;
}

.table .btn:hover {
    border: 1px solid #017eac;
    background: #017eac;
    color: #fff;
}

@media (max-width: 768px) {

    .plans-section{
        padding-bottom: 30px;
    }

    .table{
        width: 280px;
        margin: 0 auto 30px;
        padding: 20px;
    }

    .table h3{
        font-size: 20px;
    }

    .table p{
        font-size: 12px;
    }

    .table-price .curriency, .table-price .month{
        font-size: 11px;
    }

    .table-price .price{
        font-size: 40px;
        top: -15px;
    }

    ul.table-items li{
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 992px){

    .table{
        width: 340px;
        margin: 0 auto 30px;
        display: block;
    }

}

/* ### GET QUOTE ### */

.quote{
    position: relative;
    width: 100%;
    height: 150px;
}



/*
 #
 # 6.8 WHY CHOOSE US
 # -----------------------------------------------------------------------------
 #
 */


.parallax .subtitle-section{
    background: none;
    text-align: right;
    float: right;
    font-size: 11px;
    padding: 0;
    text-transform: capitalize;
    line-height: 0;
    margin-top: 10px;
    letter-spacing: 1px;
}

.call-to-action-section{
    padding: 60px 0;
}

.call-to-action-section .head-parallax{
    text-align: center ;
}

.call-to-action-section .head-parallax h2{
    text-align: center;
    margin-bottom: 10px;
}

.call-to-action-section .subtitle-section{
    background: #fff;
    color: #007dac;
    position: relative;
    margin-bottom: 30px;
    padding: 5px 10px;
    text-align: center;
    float: none;
}

.call-to-action{
    position: relative;
    text-align: center;
    color: #fff;
    width: 700px;
    margin-top: 40px;
}

.call-to-action p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

a.outerborder-btn{
    padding: 12px 30px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    background: none;
    margin-left: 15px;
    transition: all .25s linear;
    float: left;
    margin-top: 10px;
}

a.outerborder-btn:hover{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}

@media (min-width: 768px) and (max-width: 963px){
    .call-to-action {
        width: 100%;
        padding: 0 70px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {

    .call-to-action-section h2{
        text-align: center;
        font-size: 30px;
        margin-bottom: 0;
    }

    .call-to-action-section .subtitle-section{
        float: none;
        text-align: center;
        font-size: 14px;
        margin: 0 auto 15px;
    }

    .call-to-action {
        width: 100%;
        padding: 0 30px;
        margin-top: 30px;
    }

    .call-to-action p{
        text-align: center;
        font-size: 14px;
        margin-top: 15px;
    }

    call-to-action-section a.outerborder-btn{
        display: block;
        margin: 0 auto;
        float: none;
    }

}


/*
 #
 # 6.10 VIDEO
 # -----------------------------------------------------------------------------
 #
 */

.video .play-btn{
    margin: 0 auto;
    position: relative;
    top: 220px;
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    transition: all .30s linear;
}

.video .play-btn:hover{
    color: #007dac;
    transform: scale(1.09);
}

.video-section .modal-dialog{
    width: 50%;
    height: auto;
    margin-top: 8%;
}

.video-section .modal-content{
    border: none;
    border-radius: 0;
    height: 360px;
}

.video-section .modal-body{
    padding: 0;
}

.video-section .modal-body iframe{
    border: none;
}

.video-section .close{
    position: absolute;
    top: -40px;
    right: 0;
}

.video-presentation-section{
    background: #1E1E1E;
    padding: 80px 0 250px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    background-position: center center;
}

.video-presentation-section .title-section{
    color: #fff;
    margin-bottom: 10px;
}

.video-presentation-section .subtitle-section{
    background: none;
    margin-top: 0;
}

.video-presentation-section .play-btn{
    display: block;
    background: #fff;
    height: 50px;
    width: 50px;
    margin: 0 auto 0;
    text-align: center;
    line-height: 50px;
    border-radius: 35%;
    color: #007dac;
    transition: transform 0.2s, opacity 0.3s;
    position: relative;
    z-index: 99;
    top: 180px;
}

.video-presentation-section .play-btn:hover{
    transform: scale(1.1);
}

.video-presentation-section img{
    height: 380px;
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 9;
}

@media(max-width: 768px){

    .video-presentation-section{
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .parallax .title-section {
        font-size: 26px !important;
    }

    .parallax .description-section{
        font-size: 11px;
    }

    .video-presentation-section .play-btn {
        height: 40px;
        width: 40px;
        line-height: 40px;
        top: 75px;
    }

    .video-presentation-section img{
        height: 160px;
        top: 140px;
    }

    .video-section .modal-dialog{
        width: 90%;
        margin: 8% auto 0;
        display: block;
    }

}


/*
 #
 # 6.11 NUMBERS SECTION
 # -----------------------------------------------------------------------------
 #
 */

.numbers-section{
    padding-top: 90px;
    padding-bottom: 30px;
}

.numbers-section .achievement{
    text-align: center;
    position: relative;
    padding: 60px 0;
}

.numbers-section .achievement .achievement-icon{
    font-size: 72px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: 18px;
    opacity: .1;
}

.numbers-section .achievement .achievement-number{
    font-family: 'Signika-Bold';
    display: block;
    font-weight: 900;
    font-size: 48px;
    text-align: center;
    line-height: 50px;
}

@media(max-width: 768px){

    .numbers-section{
        padding: 0px 0 40px;
    }

    .numbers-section .achievement {
        width: 50%;
        float: left;
        padding: 30px 0 10px;
    }

    .numbers-section .achievement .achievement-icon {
        font-size: 62px;
    }

    .numbers-section .achievement .achievement-number {
        font-size: 32px;
        line-height: 25px;
        margin-bottom: 16px;
        margin-top: 25px;
    }


}

/*
 #
 # 6.12 MEET OUR TEAM
 # -----------------------------------------------------------------------------
 #
 */

.team-section{
    padding: 0px 0 60px;
    border-bottom: 1px solid #f7f7f7;
    background: url('images/bg1-team.png') no-repeat;
}

.member{
    width: 100%;
    position: relative;
    text-align: center;
}

.member .member-img{
    overflow: hidden;
}

.member .member-img img{
    width: 100%;
    transition: all .20s linear;
}

.member:hover .member-img img{
    transform: scale(1.1);
}

.member .member-name{
    font-family: 'Signika-Bold';
    font-size: 16px;
    letter-spacing: 1px;
    color: #1E1E1E;
    text-transform: uppercase;
    transition: all .20s linear;
}

.member:hover .member-name{
    color: #007dac;
}

.member .function{
    font-size: 12px;
    letter-spacing: 1px;
    color: #bcbcbc;
    margin-top: 15px;
}

.member .member-social-media{
    margin: 0;
    padding: 0;
}

.member .member-social-media li{
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
}

.member .member-social-media li a{
    color: #1E1E1E;
    transition: all .20s linear;
}

.member .member-social-media li a:hover{
    color: #007dac;
}

.member p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #bcbcbc;
}

.team-section .owl-controls{
    width: 70px;
    display: block;
    margin: 40px auto 0;
}

.team-section .owl-next{
    width: 30px;
    height: 30px;
    border-radius: 35%;
    font-size: 18px;
    color: #333;
    border: 1px solid #F1F1F1;
    text-align: center;
    line-height: 28px;
    float: right;
    transition: all .30s linear;
}

.team-section .owl-prev{
    width: 30px;
    height: 30px;
    border-radius: 35%;
    font-size: 18px;
    color: #333;
    border: 1px solid #F1F1F1;
    text-align: center;
    line-height: 28px;
    float: left;
    transition: all .30s linear;
}

.team-section .owl-prev:hover, .owl-next:hover{
    background: #333;
    color: #fff;
    border-color: #333;
}

.team-section .owl-dots{
    display: none !important;
}


@media (max-width: 768px) {

    .team-section{
        padding-bottom: 30px;
    }

    .member{
        width: 280px;
        height: 342px;
        position: relative;
        margin: 0 auto 40px;
        display: block;
    }

    .function{
        left: 10px;
        transform: rotate(0);
        position: relative;
        bottom: 0;
        text-align: left;
        line-height: 16px;
        font-size: 18px;
    }

    .member{
    	width: 90%;
    	margin: 0 auto;
    	display: block;
        height: auto;
    }

    .member-box{
    	width: 100%;
    }

    .member img{
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px){

    .member{
        height: auto;
    }

    .member-box{
        float: none;
        margin: 0 auto;
        display: block;
    }

    .function{
        left: 40px;
        transform: rotate(0);
        position: relative;
        bottom: 0;
        text-align: left;
        line-height: 16px;
        font-size: 18px;
    }
}



/*
 #
 # 6.13 HAPPY CLIENTS
 # -----------------------------------------------------------------------------
 #
 */

.testimonials-section{
    padding: 60px 0;
}

.testimonials-section .head-parallax{
    width: 100%;
    text-align: center;
}

.testimonials-section .head-parallax i{
    position: relative;
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.testimonials-section .head-parallax h2{
    text-align: center;
    margin-bottom: 10px;
}

.testimonials-section .head-parallax:before{
    content: "";
    display: block;
    margin: 0 auto;
    background: url('images/quote.png') no-repeat;
    width: 40px;
    height: 30px;
    margin-bottom: 30px;
    position: relative;
}

.testimonials-section .subtitle-section{
    background: #fff;
    color: #007dac;
    position: relative;
    margin-bottom: 30px;
    padding: 5px 10px;
    text-align: center;
    float: none;
}

.testimonials-section .lead{
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0 230px;
    line-height: 26px;
    margin-top: 30px;
}

.testimonials-section .thumbnail{
    width: 90px;
    height: 90px;
    display: block;
    margin: 40px auto 20px;
    border: 3px solid #fff;
    background: transparent;
    border-radius: 50%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.testimonials-section .costumer{
    text-align: center;
    margin-bottom: 20px;
}

.testimonials-section .costumer h3{
    font-size: 16px;
    font-family: 'Signika-Bold';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.testimonials-section .costumer h4{
    font-size: 14px;
    font-family: 'Signika-Bold';
    color: #fff;
}

.testimonials-section .costumer span{
    color: #007dac;
    font-size: 12px;
    text-align: center;
}

.testimonials-section .owl-carousel .owl-controls .owl-page span {
    background: #fff;
    border-radius: 20px;
    display: block;
    height: 5px;
    width: 20px;
    margin: 5px 7px;
    opacity: 1;
    float: left;
}

.testimonials-section .owl-carousel .owl-controls .owl-pagination{
    margin: 0 auto;
    display: table;
}

.testimonials-section .owl-controls .owl-page{
    display: table-cell;
}

.testimonials-section .owl-carousel .owl-controls .owl-pagination .active span{
    background: #007dac;
}

@media (max-width: 768px) {

    .testimonials-section .lead{
        padding: 0 15px;
        width: 100%;
        font-size: 14px;
    }

}

@media ( min-width: 768px ) and ( max-width: 992px ){
    .testimonials-section .lead
}



/*
 #
 # 6.14 LATEST NEWS
 # -----------------------------------------------------------------------------
 #
 */


.blog-section{
    padding-bottom: 100px;
    background: #f7f7f7;
}

.recent-post{
    width: 100%;
    border-radius: 1px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 0px 0 rgba(0,0,0, .1);
    margin-top: 30px;
}

.recent-post .thumbnail{
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.header-post{
    width: 100%;
    height: auto;
    position: relative;
}

.recent-post-overlay{
    width: 100%;
    height: 100%;
    background: #007dac;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .30s ease .10s;
    opacity: 0;
    z-index: 99;
}

.recent-post:hover .recent-post-overlay{
    opacity: .7;
}


.recent-post img{
    transition: all .40s linear;
    width: 100%;
}

.recent-post:hover  img{
    transform: rotate(4deg)scale(1.1);
}

.header-post a{
    width: 40px;
    height: 40px;
    border-radius: 35%;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 9999;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    opacity: 0;
    transition: all .30s ease .10s;
}

.recent-post:hover a{
    opacity: 1;
}

.recent-post a:hover{
    background: #fff;
    color: #007dac;
}


.header-post .author{
    float: right;
    margin-right: 62px;
    line-height: 44px;
    color: #a8a8a8;
    font-size: 12px;
}

.exrept{
    padding: 15px 15px 20px;
    text-align: center;
}

.recent-post-details{
    margin: 0;
    padding: 10px 0 13px;
}

.recent-post-details li{
    list-style-type: none;
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
    color: #b0b0b0;
}

.exrept h2{
    font-weight: 900;
    font-size: 18px;
    color: #1E1E1E;
    text-align: center;
    margin-top: 0px;
}

.exrept p{
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.exrept h2 a{
    font-weight: 900;
    color: #007dac;
    display: block;
    margin-top: 15px;
    transition: all .20s linear;
    text-align: center;
    font-size: 18px;
}

.exrept .read-more a{
    font-weight: 400;
    color: #007dac;
    display: block;
    margin-top: 10px;
    transition: all .20s linear;
    text-align: center;
    font-size: 14px;
}

.exrept a:hover,
.exrept .read-more a{
    color: #1F1F1F;
}

@media (max-width: 768px) {

    .blog-section{
        padding-bottom: 30px;
    }

    .blog{
        margin-bottom: 30px;
    }

}

@media (min-width: 768px) and (max-width: 992px){

    .blog{
        width: 340px;
        margin: 0 auto 30px;
        display: block;
    }

}

/*
 #
 # 6.15 PARTNERS
 # -----------------------------------------------------------------------------
 #
 */

.partners{
    position: relative;
    padding: 60px 0;
}

.partners img{
    -webkit-filter: grayscale(100%);
    filter: gray;
    transition: all .30s linear;
    height: 30px;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.partners img:hover{
    -webkit-filter: grayscale(0);
    filter: none;
    cursor: move;
}

.partners .owl-nav {
    width: 100%;
    display: block;
    position: absolute;
    top: 40%;
    z-index: -1;
}

.partners .owl-prev{
    width: 30px;
    height: 30px;
    border-radius: 35%;
    font-size: 18px;
    color: #333;
    border: 1px solid #F1F1F1;
    text-align: center;
    line-height: 28px;
    float: left;
    margin-left: -35px;
    transition: all .30s linear;
}

.partners .owl-next{
    width: 30px;
    height: 30px;
    border-radius: 35%;
    font-size: 18px;
    color: #333;
    border: 1px solid #F1F1F1;
    text-align: center;
    line-height: 28px;
    float: right;
    margin-right: -35px;
    transition: all .30s linear;
}
@media(max-width: 768px){

    .partners .owl-controls {
        width: 70px;
        display: block;
        position: relative;
        margin: 30px auto 0;
    }

    .partners .owl-next,
    .partners .owl-prev{
        margin: 0;
    }
}

/*
 #
 # 6.16 NEWSLETTER
 # -----------------------------------------------------------------------------
 #
 */


@media (max-width: 768px) {

    .parallax{
        text-align: center;
    }

    .parallax .left-title{
        padding: 0;
    }

    .parallax .left-title h2{
        text-align: center;
        font-size: 28px;
        padding: 0;
        margin-bottom: 10px;
    }

    .parallax h2{
        padding: 0;
    }
}

.newsletter-section{
    padding: 80px 0;
}

.newsletter-section .left-title{
    text-align: right;
}

.newsletter-section .left-title h2{
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    line-height: 0;
    margin-top: 20px;
}

.newsletter-section .left-title .subtitle{
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: italic;
    margin-top: 20px;
    display: block;
}

.newsletter-section p{
    margin: 0;
}

.newsletter-section .newsletter-field-email{
    width: 56% !important;
    float: left;
}

.newsletter-section input[type="email"]{
    width: 100% !important;
    height: 50px;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background: none;
    padding: 15px !important;
    margin-top: 10px;
    color: #fff;
    transition: all .25s linear;
    font-size: 13px !important;
    font-family: 'Signika-Regular';
}

.newsletter-section input[type="email"]:focus{
    border-bottom-color: #007dac;
}

.newsletter-section button{
    padding: 15px 25px !important;
    border: 1px solid #fff;
    border-radius: 2px !important;
    color: #fff;
    background: none;
    margin-left: 25px;
    transition: all .25s linear;
    float: left;
    margin-top: 10px;
    font-family: 'Signika-Regular';
}

a.outerborder-btn i{
    margin-left: 10px;
}

.newsletter-section button:hover{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}

.newsletter-confirmation img{
    margin: 0 auto;
    display: block;
    width: 15%;
    height: auto;
}

.newsletter-confirmation p{
    font-size: 16px;
    padding: 0 200px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {

    .newsletter-section{
        padding: 30px 0;
    }
    .newsletter-section h2{
        text-align: center;
    }

    .newsletter-section .subtitle-section{
        float: none;
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    a.outerborder-btn{
        float: none;
        margin: 30px auto 0px;
        display: block;
        width: 155px;
    }

    .newsletter-section input[type="email"]{
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .newsletter-confirmation img{
        width: 35%;
        margin-bottom: 20px;
    }

    .newsletter-confirmation p{
        padding: 0;
        margin: 0;
        font-size: 13px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .newsletter-section h2{
        text-align: center;
    }

    .newsletter-section .subtitle-section{
        text-align: center;
        float: none;
        display: block;
        margin-bottom: 40px;
    }

    .newsletter-section p{
        text-align: center;
    }

    .testimonials-section .lead{
        padding: 0 120px;
    }

}



/*
 #
 # 6.17 CONTACT
 # -----------------------------------------------------------------------------
 #
 */


.contact-section{
    background-size: cover;
    background: #f7f7f7;
}

.info-contact{
    padding-right: 50px;
}

.info-contact p{
    line-height: 24px;
    margin-bottom: 30px;
}

.info-contact ul{
    margin: 0;
    padding: 0;
}

.info-contact ul li{
    list-style-type: none;
    margin-bottom: 32px;
}

.info-contact ul li a{
    color: #1E1E1E;
    transition: all .25s linear;
}

.info-contact ul li a:hover{
    color: #007dac;
}

.info-contact li span{
    display: block;
}

.info-contact li span.info-title{
    font-family: 'Signika-Bold';
    color: #1E1E1E;
    margin-bottom: 15px;
    font-size: 16px;
}

.info-contact li span.info-title i{
    margin-right: 8px;
}

.contact-form .input-group-addon{
    width: 50px;
    height: 50px;
    background: none;
    color: #888;
    float: left;
    border: none;
    border-bottom: 1px solid #888;
    line-height: 40px;
    border-radius: 0;
}

.contact-section .contact-section-form .contact-form .your-subject input[type="text"] {
    width: 89.2%;
    height: 50px;
    border: none;
    padding-left: 5px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
}

.contact-section .contact-section-form .contact-form textarea {
    width: 100%;
    height: 115px;
    padding: 15px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.contact-section-form .contact-form input[type="submit"]{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-form .your-name input[type="text"],
.contact-form input[type="email"]{
    width: 85%;
    height: 50px;
    border: none;
    padding-left: 5px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #888;
    background: none;
    transition: all .25s linear;
}

.contact-form .your-subject input[type="text"]{
    width: 93%;
    height: 50px;
    border: none;
    padding-left: 5px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #888;
    background: none;
}

.contact-form textarea{
    width: 100%;
    height: 115px;
    padding: 15px;
    background: none;
    border: none;
    border-bottom: 1px solid #b4b4b4;
}

.contact-form .your-name input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form .your-subject input[type="text"]:focus,
.contact-form textarea:focus{
    border-bottom-color: #007dac;
}

.contact-form input[type="submit"]{
    background: none;
    width: 150px;
    height: 50px;
    color: #1F1F1F;
    margin: 40px auto 0px;
    display: block;
    text-align: center;
    line-height: 48px;
    border-radius: 2px;
    border: 2px solid #F1F1F1;
    transition: all .25s linear;
}

.contact-form input[type="submit"]:hover{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}

.contact-form .success{
    margin-bottom: 30px;
    font-weight: 900;
    color: #007dac;
}



/* ### CONTACT ### */

.contact-section .full_width .contact-section-details{
    height: 500px;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
}

.contact-section .full_width .contact-section-details:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.contact-section .full_width .contact-head-title,
.contact-section .full_width .contact-informations{
    position: relative;
    z-index: 1;
}

.contact-section .full_width .contact-head-title{
    padding-top: 60px;
    margin-bottom: 40px;
}

.contact-section .full_width .contact-head-title h2{
    margin-top: 0;
    font-size: 48px;
}

.contact-section .full_width .contact-informations{
    padding: 0;
    margin: 0;
}

.contact-section .full_width .contact-informations .info-title{
    color: #fff;
    margin-bottom: 5px;
}

.contact-section .full_width .contact-informations .info-detail a{
    color: #fff;
}

.contact-section .full_width .contact-form .input-group-addon{
    color: #fff;
    border-bottom: 1px solid #fff;
}

.contact-section .full_width .contact-section-form form{
    display: table;
    width: 100%;
    height: 500px;
    padding: 0 40px;
    background: #007dac;
    background-size: cover;
    position: relative;
}

.contact-section .full_width .contact-section-form .contact-form{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;
}

.contact-section .full_width .contact-section-form .contact-form .your-name input[type="text"],
.contact-section .full_width .contact-section-form .contact-form input[type="email"] {
    width: 78%;
    height: 50px;
    border: none;
    padding-left: 5px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: none;
    transition: all .25s linear;
}


@media (max-width: 768px) {

    .contact-section .full_width .contact-head-title h2{
        font-size: 32px;
        font-weight: 900;
    }

    .info-contact{
        padding: 0;
    }

    .info-contact li span.info-title{
        text-align: center;
    }

    .info-contact li span{
        text-align: center;
    }

    .contact-form input.costumer-name[type="text"],
    .contact-form .your-name input[type="text"],
    .contact-form .your-subject input[type="text"],
    .contact-form input[type="email"]{
        width: 83%;
    }

    .contact-form button{
        width: 100%;
        display: block;
        float: none;

    }

    .contact-section .full_width .contact-section-form form{
        padding: 20px 10px;
    }

    .contact-section .contact-section-form .contact-form .your-subject input[type="text"] {
        width: 78.2%;
    }

    .contact-section .contact-section-form .contact-form p{
        margin-bottom: 0;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .info-contact ul{
        text-align: center;
    }

    .contact-form .your-name input[type="text"], .contact-form input[type="email"]{
        width: 92%;
    }

    .contact-form .your-subject input[type="text"]{
        width: 92.2%;
    }
}



/*
 #
 # 7. FOOTER
 # -----------------------------------------------------------------------------
 #
 */


.footer-section{
    text-align: center;
    color: #fff;
    background: #151515;
    padding: 40px 0 60px;
    position: relative;
}

.footer-section .logo-footer{
    width: 300px;
    margin: 0 auto;
    display: block;
}

.footer-section .logo-footer img{
    height: 60px;
    margin-bottom: 15px;
}

.footer-section h4{
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-section h4:before{
    content: "";
    display: block;
    height: 4px;
    width: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px auto 15px;
}

.footer-section ul.social-media-follow{
    margin: 0 0 15px;
    padding: 0;
}

.footer-section ul.social-media-follow li{
    display: inline-block;
    margin: 10px 4px 0;
}

.footer-section ul.social-media-follow li a{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    position: relative;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    transition: all .25s linear;
}

.footer-section li.facebook:hover a{
    background: #fff;
    color: #3b5998;
    border-color: #fff;
}

.footer-section li.twitter:hover a{
    background: #fff;
    color: #00aced;
    border-color: #fff;
}

.footer-section li.linkedin:hover a{
    background: #fff;
    color: #007bb5;
    border-color: #fff;
}

.footer-section li.google:hover a{
    background: #fff;
    color: #dd4b39;
    border-color: #fff;
}

.footer-section li.pinterest:hover a{
    background: #fff;
    color: #cb2027;
    border-color: #fff;
}

.footer-section li.youtube:hover a{
    background: #fff;
    color: #bb0000;
    border-color: #fff;
}

.footer-section li.dribbble:hover a{
    background: #fff;
    color: #ea4c89;
    border-color: #fff;
}

.footer-section li.instagram:hover a{
    background: #fff;
    color: #bc2a8d;
    border-color: #fff;
}

.footer-section li.vimeo:hover a{
    background: #fff;
    color: #1ab7ea;
    border-color: #fff;
}

@media (max-width: 768px) {
    .footer-section ul.social-media-follow li{
        margin: 10px 5px 0;
    }

    .footer-section ul.social-media-follow li a{
        width: 32px;
        height: 32px;
        border: 1px solid #fff;
        line-height: 31px;
    }
}



/*
 #
 # 8. PROJECT PAGE
 # -----------------------------------------------------------------------------
 #
 */


.portfolio-header .title-section,
.portfolio-header .description{
    color: #1E1E1E;
}

.portfolio-header .head-section{
    padding: 0;
}

.project-thumbnail img{
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.project-thumbnail .owl-controls{
    height: 10px;
}

.project-thumbnail .owl-controls .owl-pagination{
    height: 10px;
    display: table;
    margin: 15px auto 0;
}

.project-thumbnail .owl-controls .owl-pagination .owl-page{
    display: table-cell;
}

.project-thumbnail .owl-controls .owl-pagination .owl-page span{
    height: 10px;
    width: 10px;
    border-radius: 30px;
    background: #006dac;
    display: block;
    margin: 0 5px;
}

.title-and-meta{
    padding: 0px 10px;
}

.project-title{
    color: #007dac;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Signika-Bold';
    margin: 0;
    margin-bottom: 20px;
}

.project-title:before{
    content: "";
    width: 20px;
    height: 18px;
    background: #007dac;
    margin-right: 10px;
    display: block;
    float: left;
}

.project-desc{
    line-height: 22px;
    color: #1F1F1F;
    text-align: left;
    font-size: 13px;
    margin-bottom: 15px;
}

.project-detail ul{
    padding: 0;
    margin: 0;
}

.project-detail ul li{
    list-style-type: none;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
    height: 50px;
}

.project-detail ul li:last-child{
    border-bottom: none;
}

.project-detail .left{
    float: left;
    text-transform: uppercase;
    color: #007dac;
    font-family: 'Signika-Bold';
    font-size: 13px;
}

.project-detail .right{
    float: right;
    color: #333;
    font-size: 13px;
    font-family: 'Signika-Regular';
}

.project-detail .social_media_share a{
    padding-left: 6px;
}

a.external-link{
    background: #007dac;
    width: 100%;
    height: 50px;
    color: #fff;
    margin: 30px auto 0px;
    display: block;
    text-align: center;
    line-height: 48px;
    border-radius: 2px;
    border-bottom: 3px solid #006dac;
    transition: all .25s linear;
}

a.external-link:hover{
    background: #006dac;
}

.project-pagination{
    position: fixed;
    top: 50%;
    left: 0;
    overflow: visible;
    width: 100%;
}

.project-pagination .pag-prev-btn,
.project-pagination .pag-next-btn,
.project-pagination .pagination-post:before,
.project-pagination .pagination-post span{
    display: none;
}

.prject-pagination .pagination-prev{
    float: none;
}

/* ### PAGINATION - PREVIOUS PROJECT ### */

.project-pagination .pagination-post .previous-post{
    opacity: 1;
}

.project-pagination .previous-post a:before{
    content: "\f104";
    font-family: 'FontAwesome';
    display: block;
    width: 30px;
    height: 87px;
    background: #1F1F1F;
    float: left;
    line-height: 90px;
    text-align: center;
    color: #fff;
}

.project-pagination .pagination-prev img{
    width: 80%;
    -webkit-transform: perspective(600px) rotateY(-90deg);
    transform: perspective(600px) rotateY(-90deg);
    -webkit-transform-origin: center right 0;
    transform-origin: center left 0;
}

.project-pagination .pagination-prev:hover img{
    transform: scale(1);
}


/* ### PAGINATION - NEXT PROJECT ### */

.project-pagination .pagination-post .next-post{
    opacity: 1;
}

.project-pagination .pagination-post{
    width: 12%;
    height: auto;
}

.project-pagination .pagination-next{
    float: right;
}

.project-pagination .next-post a:before{
    content: "\f105";
    font-family: 'FontAwesome';
    display: block;
    width: 30px;
    height: 87px;
    background: #1F1F1F;
    float: right;
    line-height: 90px;
    text-align: center;
    color: #fff;
}

.project-pagination .pagination-next img{
    width: 80%;
    float: right;
    -webkit-transform: perspective(600px) rotateY(-90deg);
    transform: perspective(600px) rotateY(-90deg);
    -webkit-transform-origin: center right 0;
    transform-origin: center right 0;
}

.project-pagination .pagination-next:hover img{
    transform: scale(1);
}

.single-project-content,
.portfolio-page{
    padding-bottom: 100px;
}

.video-media iframe{
    width: 100%;
}

@media (max-width: 768px) {

    .project-thumbnail img{
        height: auto;
        margin-bottom: 30px;
    }

    .work-section .modal-dialog{
        width: 90%;
        margin: 25% auto 0;
    }

    .project{
        background: #fff;
    }

    .project-image{
        width: 100%;
    }

    .project-detail{
        width: 100%;
        padding: 30px;
    }

    .project .close{
        top: -10px;
        right: -8px;
    }

    .video-media iframe{
        width: 100%;
    }

    .project-thumbnail{
        margin-bottom: 30px;
    }

    .project-pagination .nxt-prev-post .pagination-post{
        position: relative;
    }

    .project-pagination .nxt-prev-post .pagination-next{
        float: right;
    }

    .project-pagination .nxt-prev-post .pagination-prev{
        float: left;
    }

}



/*
 #
 # 9. BLOG PAGE
 # -----------------------------------------------------------------------------
 #
 */


.blog-wrapper{
    padding-bottom: 60px;
}

.header-page{
    width: 100%;
    height: 280px;
    background: url('images/header-page.png') no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-bottom: 100px;
    position: relative;
    padding: 80px 0 60px;
}

.header-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.header-page h2{
    margin: 0;
    padding: 0;
    font-family: 'signika-bold';
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    padding-top: 80px;
}

.header-page h4{
    position: relative;
}

.breadcrumbs{
    position: relative;
    padding: 0;
}

ul.breadcrumbs li{
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}

ul.breadcrumbs li a{
    color: #fff;
}

.page-blog{
    margin-bottom: 30px;
}

.posts{
    width: 100%;
    background: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: 0 1px 0px 0 rgba(0,0,0, .05);
    margin-bottom: 50px;
    overflow: hidden;
}

/*.posts .post-date{
    position: absolute;
    top: 15px;
    left: 15px;
    background: #1F1F1F;
    padding: 5px 8px;
    font-size: 12px;
    font-family: 'Signika-Regular';
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    z-index: 999;
}*/

.posts .thumbnail{
    padding: 0;
    border-radius: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    border: none;
    position: relative;

}

.posts .thumbnail img{
    transition: all .40s linear;
    width: 100%;
}

.posts:hover .thumbnail img{
    transform: rotate(4deg)scale(1.1);
}

.posts:hover .gallery-carousel img{
    transform: rotate(0deg)scale(1);
}

.posts .media-post iframe{
    width: 100%;
    height: 400px;
}


.posts h2 a{
    font-size: 22px;
    color: #007dac;
    font-weight: 900;
}

.posts ul{
    margin: 0;
    padding: 0;
}

.posts ul li{
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
    margin: 15px 0 0px;
    font-weight: 900;
    text-transform: capitalize;
}

.posts ul li a{
    color: #1E1E1E;
    transition: all .30s linear;
}

.posts .post-categories:before{
    content: "\f03a";
    font-family: 'FontAwesome';
}

.posts ul li a:hover{
    color: #007dac;
}

.posts ul li i{
    margin-right: 5px;
}

.posts p{
    color: #a5a5a5;
    padding: 0 60px;
    margin-bottom: 15px;
}

.posts a.learn-more{
    color: #007dac;
    text-decoration: underline;
    transition: all .30s linear;
}

.posts a.learn-more:hover{
    text-decoration: none;
    color: #1E1E1E;
}

.previous-posts a{
    float: left;
    color: #C8C8C8;
    transition: all .40s linear;
}

.next-posts a{
    float: right;
    color: #C8C8C8;
    transition: all .40s linear;

}

.previous-posts a:hover, .next-posts a:hover{
    color: #007dac;
    border-color: #007dac
}

.posts .owl-controls{
    height: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.posts .owl-pagination{
    height: 10px;
}

.posts .owl-pagination .owl-page{
    float: left;
}

.posts .owl-pagination .owl-page span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: block;
    float: left;
    margin-left: 3px;
    border: 2px solid #fff;
    transition: all .30s linear;
}

.posts .owl-pagination .active span{
    background: #007dac;
    border-color: transparent;
}

.posts .owl-pagination .owl-page span:hover{
    background: #007dac;
    border-color: transparent;
}

/* ### PAGINATION NUMBRE ### */

.blog-posts .pagination{
    text-align: center;
    width: 100%;
    margin: 0;
}

.blog-posts .pagination label{
    display: none;
}

.blog-posts .pagination .current{
    width: 40px;
    height: 40px;
    border: 2px solid #007dac;
    background: #007dac;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
}

.blog-posts .pagination .inactive{
    width: 40px;
    height: 40px;
    border: 2px solid #bcbcbc;
    color: #bcbcbc;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    margin-left: 5px;
    transition: all .25s linear;
}

.blog-posts .pagination .inactive:hover{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}

.page-numbers{
    display: block;
    width: 100%;
    text-align: center;
}

.page-numbers li{
    display: inline-block;
    text-align: center;
}

.page-numbers .current{
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 2px solid #007dac;
    background: #007dac;
    text-align: center;
    color: #fff;
    margin-left: 5px;
}

.page-numbers a{
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 2px solid #bcbcbc;
    color: #bcbcbc;
    margin-left: 5px;
    transition: all .25s linear;
}

.page-numbers a:hover{
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}


.page-pagination{
    text-align: center;
}

.page-pagination span,
.page-pagination a {
  display: inline-block;
  padding: 2px 10px;
}

.page-pagination a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 2px solid #bcbcbc;
    color: #bcbcbc;
    margin-left: 5px;
    transition: all .25s linear;
}

.page-pagination a:hover {
    background: #007dac;
    color: #fff;
    border-color: #007dac;
}

.page-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
    margin-bottom: 15px;
}

.page-pagination span.dots {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #bcbcbc;
    margin-left: 5px;
    transition: all .25s linear;
}

.page-pagination span.current {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #007dac;
    line-height: 28px;
    border: 2px solid #007dac;
    color: #fff;
    margin-left: 5px;
    transition: all .25s linear;
}


/* ### PAGINATION POSTS ### */

.pagination{
    margin: 0;
    margin-top: 30px;
    position: relative;
}

.pagination-post{
    width: 48%;
    height: 186px;
    overflow: hidden;
    position: relative;
    float: left;
}

.pagination-post span{
    color: #fff !important;
}

.pagination-post:before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #007dac;
    opacity: 0;
    z-index: 9;
    transition: all .30s linear;
}

.pagination-post:hover:before{
    opacity: .5;
}

.pagination-post{
    position: relative;
    width: 48%;
    display: block;
    overflow: hidden;
}

.pagination-post:hover img{
    opacity: 1;
}

.pagination .pagination-prev{
    float: left;
}

.pagination .pagination-next{
    float: right;
}


.pagination-post .next-post,
.pagination-post .previous-post{
    margin: 0;
    z-index: 99;
    opacity: 0;
    transition: all .30s linear;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    width: auto;
    background: none;
}

.pagination-post img{
    width: 100%;
    transition: all .40s linear;
    height: auto
}

.pagination-post:hover img{
    transform: scale(1.2);
}

.pag-next-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    padding: 5px;
    z-index: 999;
}

.pag-prev-btn{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    padding: 5px;
    z-index: 999;
}

.pagination .pagination-next .next-post {
    position: absolute;
    top: 15px;
    right: -100px;
    margin: 0;
    z-index: 99;
    opacity: 0;
    transition: all .30s linear;
    font-size: 18px;
}

.pagination .pagination-next .next-post a{
    font-size: 18px;
}

.pagination .pagination-next:hover .next-post {
    opacity: 1;
    right: 15px;
}

.pagination .pagination-prev .previous-post{
    position: absolute;
    top: 15px;
    left: -100px;
    margin: 0;
    z-index: 99;
    opacity: 0;
    transition: all .30s linear;
    font-size: 18px;
}

.pagination .pagination-prev .previous-post a{
    font-size: 18px;
}

.pagination .pagination-prev:hover .previous-post{
    opacity: 1;
    left: 15px;
}

@media (max-width: 768px) {

    .header-page{
        text-align: center;
        margin-bottom: 50px;
    }

    .header-page h2{
        padding-top: 55px;
        padding-bottom: 10px;
        font-size: 26px;
        display: table;
        text-align: center;
        width: 100%;
    }

    .header-page h2 span{
        display: table-cell;
        vertical-align: middle;
    }

    .posts .thumbnail{
        height: auto;
    }

    .posts .post-date{
        width: 40px;
    }

    .posts .post-date .day{
        font-size: 22px;
    }

    .posts .post-date .month{
        font-size: 13px;
    }

    .posts h2 a{
        font-size: 18px;
    }

}



/*
 #
 # 10. SINGLE PAGE
 # -----------------------------------------------------------------------------
 #
 */


.page-blog{
    margin-bottom: 30px;
}

.post{
    position: relative;
}

.post .thumbnail{
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.post .thumbnail img{
    width: 100%;
}

.post .thumbnail iframe{
    width: 100%;
    height: 400px;
}

.post h2 a{
    font-size: 18px;
    font-weight: 900;
    color: #007dac;
    margin-bottom: 15px;
}

.post span, .post span a{
    color: #1E1E1E;
}

.post span{
    margin-right: 10px;
}

.post .content{
    padding: 20px 30px 0;
    line-height: 24px;
    text-align: justify;
    background: #f9f9f9;
    border-bottom: 2px solid #F1F1F1;

}

.post .content h2{
    margin-top: 0;
}

.post .content .post-detail{
    padding-bottom: 20px;
    padding-top: 5px;
    border-bottom: 1px dashed #f3f3f3;
    margin-top: 0px;
    margin-bottom: 20px;
}

.post .content .post-detail span{
    margin-right: 10px;
}

.post .content .post-detail i{
    margin-right: 5px;
}

.sticky:before{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #007dac;
    font-family: 'FontAwesome';
    content: "\f0e7";
    color: #fff;
    text-align: center;
    line-height: 40px;
    z-index: 999;
}

/* ### TAGS ### */

.tags-sharer{
    border-top: 1px dashed #e7e7e7;
    padding: 10px 0;
    margin-top: 30px;
}

.tags{
    text-align: left;
}

.tags h4{
    text-transform: uppercase;
    color: #1E1E1E;
    font-family: 'Signika-bold';
    float: left;
    margin-right: 30px;
}

.tags ul{
    margin: 0;
    padding: 0;
}

.tags li{
    display: inline-block;
    line-height: 40px;
    padding: 0 6px;
    color: #007dac;
    font-size: 13px;
}

.multi-posts-page-pagination{
    margin-top: 30px;
}

.multi-posts-page-pagination span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #007dac;
    text-align: center;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    margin: 0 3px;
}

.multi-posts-page-pagination a span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin: 0 3px;
    color: #007dac;
    transition: all .30s linear;
}

.multi-posts-page-pagination a span:hover{
    background: #007dac;
    color: #fff;
}

/* ### COMMENTS ### */

.comments{
    margin: 30px 0 60px;
    padding: 20px 15px 30px;
    line-height: 24px;
    text-align: justify;
    background: #f9f9f9;
    border-bottom: 2px solid #F1F1F1;
}

.comments h3{
    font-family: 'Signika-Bold';
    font-size: 18px;
    margin-top: 0;
}

.comment-form h3{
    font-family: 'Signika-Bold';
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.comments .comment-list{
    margin: 0;
    padding: 0;
}

.comments .comment:first-child{
    border-bottom: none;
}

.comments .comment{
    list-style-type: none;
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.comment-body{
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.comment-body div{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #333;
    float: left;
    overflow: hidden;
}

.comment .comment-content{
    margin-left: 85px;
    text-align: justify;
}

.comment .media-heading .url{
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    font-family: 'Signika-Bold';
    display: block;
    margin-bottom: 10px;
}

.comment .media-heading{
    margin-left: 90px;
    font-size: 14px;
}

.comment .small{
    margin: 10px 0;
    color: #a8a8a8;
}

.comment p{
    margin-top: 10px;
    margin-left: 90px;
}

.comment .comment-reply-link{
    margin-left: 90px;
}

.comment .children{
    padding-left: 85px;
}

.comment .children li:first-child .comment-body,
.comment .children .comment{
    border: none;
}

.comment .children li .comment-body{
    border-top: 1px solid #ebebeb;
    padding: 0;
}

.comment .children .comment .comment-reply-link{
    margin-left: 20px;
}

.comment-formular{
    margin-top: 30px;
}

.comments .comment-form-comment{
    width: 100%;
}

@media (max-width: 768px) {

    .post h2 a{
        font-size: 18px;
    }

    .post .content p{
        font-size: 12px;
    }

    .pagination-post{
        height: 86px;
    }

    .comments .comment .thumbnail{
        width: 50px;
        height: 50px;
    }

    .comment .comment-content{
        margin-left: 65px;
    }

    .comment p{
        font-size: 11px;
        line-height: 20px;
    }
}



@media ( min-width: 768px ) and ( max-width: 992px ){

    .services-content{
        padding: 40px 30px;
    }

    .features{
        padding: 0;
    }

    .features ul li{
        width: 50%;
        padding: 0 15px;
        float: left;
        margin-bottom: 30px;
    }

    .features .feature-icon{
        float: none;
        display: block;
        margin: 0 auto 20px;
    }

    .feature-content{
        margin-left: 0;
        text-align: center;
        padding: 0 30px;
    }

    .feature-content h3{
        line-height: 15px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .feature-content p{
        font-size: 13px;
    }

    .function{
        position: relative;
        opacity: 1;
        color: #1E1E1E;
        top: 7px;
        left: 5px;
    }

    .function:after{
        display: none;
    }

    .member:hover .function{
        top: 0;
        left: 10px
    }

}

@media ( min-width: 992px ) and ( max-width: 1200px ){

    .description{
        width: 100%;
        padding: 0 30px;
    }

    .features{
        padding-left: 0;
    }

    .feature-content p{
        font-size: 13px;
    }

    .our-features-section img{
        margin-top: 50px;
    }

    .services-content{
        padding-left: 38px;
    }

    .services-section .services-content .descriptions{
        width: 100%;
    }

    .parallax .left-title h2{
        font-size: 28px;
        margin-bottom: 5px;
    }

    .function{
        position: relative;
        opacity: 1;
        color: #1E1E1E;
        top: 7px;
        left: 5px;
    }

    .function:after{
        display: none;
    }

    .member:hover .function{
        top: 0;
        left: 10px
    }

    .call-to-action-section p,
    .exrept h2 a{
        font-size: 14px;
    }

    .exrept h2 a{
        font-size: 16px;
        line-height: 21px;
    }

    .table p,
    .table-items li,
    .exrept p{
        font-size: 13px;
    }

    .contact-form .your-name input[type="text"],
    .contact-form input[type="email"]{
        width: 81%;
    }

    .contact-form .your-subject input[type="text"]{
        width: 92%;
    }

    .blog-section,
    .plans-section,
    .team-section{
        padding-bottom: 60px;
    }
}

@media (max-width: 768px){

    .tags h4{
        margin-right: 15px;
    }

    .tags li a{
        font-size: 11px;
        padding: 3px;
    }

    .share{
        text-align: right;
    }

    .share ul{
        text-align: center;
    }

    a.pag-next-btn, a.pag-prev-btn{
        height: 30px;
        bottom: 10px !important;
    }

    .function{
        position: relative;
        opacity: 1;
        color: #1E1E1E;
        top: 2px;
        left: 5px;
    }

    .function:after{
        display: none;
    }

    .member:hover .function{
        top: 0;
        left: 10px
    }
}



/*
 #
 # 11. SHARER BUTTONS
 # -----------------------------------------------------------------------------
 #
 */


.share{
    text-align: right;
    padding: 5px 0;
}

.share a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    margin-left: 5px;
    transition: all .25s linear;
}

.share .facebook{
    color: #3b5998;
}

.share .twitter{
    color: #12afea;
}

.share .google{
    color: #dd4b39;
}

.share .linkedin{
    color: #007bb5;
}

.share .pinterest{
    color: #dd4b39;
}

.share .facebook:hover{
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}

.share .twitter:hover{
    background: #12afea;
    color: #fff;
    border-color: #12afea;
}

.share .google:hover{
    background: #dd4b39;
    color: #fff;
    border-color: #dd4b39;
}

.share .linkedin:hover{
    background: #007bb5;
    color: #fff;
    border-color: #007bb5;
}

.share .pinterest:hover{
    background: #dd4b39;
    color: #fff;
    border-color: #dd4b39;
}



/*
 #
 # 12. SIDEBAR
 # -----------------------------------------------------------------------------
 #
 */


/* ### WIDGET TITLE ### */

.sidebar h3 span{
    color: #333;
    border-bottom: 2px solid #007dac;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    margin-bottom: -2px;
    text-transform: uppercase;
}


.sidebar h3{
    border-bottom: 2px solid #E9E9E9;
    display: block;
    margin-top: -2px;
    margin-bottom: 20px;
}

.sidebar .side-c{
    margin-bottom: 40px;
    padding-left: 30px;
}



/*
 #
 # 12.1 WIDGET CATEGORIES
 # -----------------------------------------------------------------------------
 #
 */


.widget_categories ul{
    margin: 0;
    padding: 0;
}

.widget_categories ul li{
    list-style-type: none;
    padding: 13px 0;
    border-bottom: 1px dashed #E9E9E9;
}

.widget_categories ul li:before{
    font-family: 'FontAwesome';
    content: "\f10c";
    margin-right: 10px;
    font-size: 11px;
    color: #e9e9e9;
}

.widget_categories ul ul{
    padding: 0 0 40px;
}

.widget_categories ul li ul{
    padding: 10px 0px 0px 20px;
    display: block;
}

.widget_categories ul li ul li:last-child{
   border-bottom: 0
}

.widget_categories ul li ul li:last-child{
   padding-bottom: 5px;
}

.widget_categories select{
    width: 100%;
    height: 50px;
    border: 1px solid #E9E9E9;
    padding: 5px 10px;
    margin-top: 10px;
}

.tagcloud{
    clear: both;
    display: table;
}

@media (min-width: 768px) and (max-width: 992px){
    .sidebar{
        margin-top: 120px;
    }

    .posts-widget li{
        width: 50%;
        float: left;
    }
}

@media (max-width: 768px){

    .sidebar .side-c{
        padding-left: 0;
    }

}



/*
 #
 # 12.2 WIDGET RECENT POSTS
 # -----------------------------------------------------------------------------
 #
 */


.widget_recent_entries ul{
    margin: 0;
    padding: 0;
}

.widget_recent_entries li{
    list-style-type: none;
    margin-bottom: 17px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #E9E9E9;
}

.widget_recent_entries li .post-thumbnail{
    width: 100px;
    border: none;
    padding: 0;
    border-radius: 0;
    float: left;
    margin: 0;
    margin-right: 10px;
    overflow: hidden;
}

.widget_recent_entries li .post-thumbnail img{
    transition: all .40s linear;
    width: 100%;
    height: auto;
}

.widget_recent_entries li:hover  img{
    transform: scale(1.1);
}

.widget_recent_entries li a{
    font-size: 16px;
    font-family: 'signika-bold';
    color: #1E1E1E;
    margin: 5px 0;
    line-height: 22px;
    display: block;
}

.widget_recent_entries li .post-date{
    color: #a8a8a8;
    font-size: 12px;
}



/*
 #
 # 12.3 WIDGET RECENT COMMENTS
 # -----------------------------------------------------------------------------
 #
 */


.widget_recent_comments ul{
    margin: 0;
    padding: 0;
}

.widget_recent_comments ul li{
    list-style-type: none;
    padding: 13px 0;
    border-bottom: 1px dashed #E9E9E9;
}

.widget_recent_comments ul li:before {
    font-family: 'FontAwesome';
    content: "\f075";
    margin-right: 10px;
    font-size: 11px;
    color: #e9e9e9;
}



/*
 #
 # 12.4 WIDGET ARCHIVES
 # -----------------------------------------------------------------------------
 #
 */


.widget_archive{
    padding: 0 15px;
    margin-bottom: 50px;
}

.widget_archive ul{
    margin: 0;
    padding: 0;
}

.widget_archive ul li{
    padding: 13px 0;
    border-bottom: 1px dashed #E9E9E9;
    text-transform: capitalize;
    list-style-type: none;
}

.widget_archive ul li:before {
    font-family: 'FontAwesome';
    content: "\f073";
    margin-right: 10px;
    font-size: 11px;
    color: #e9e9e9;
}

.widget_archive .screen-reader-text{
    display: none;
}

.widget_archive select{
    width: 100%;
    height: 50px;
    border: 1px solid #E9E9E9;
    padding: 5px 10px;
}



/*
 #
 # 12.5 WIDHET NAV MENU
 # -----------------------------------------------------------------------------
 #
 */


.widget_nav_menu{
    padding: 0 15px;
    margin-bottom: 50px;
}

.widget_nav_menu ul{
    margin: 0;
    padding: 0;
}

.widget_nav_menu ul li{
    list-style-type: none;
    display: block;
    padding: 13px 0;
    border-bottom: 1px dashed #E9E9E9;
}

.widget_nav_menu ul li a{
    color: #1E1E1E;
    transition: all .30s linear;
}

.widget_nav_menu ul li a:before{
    font-family: 'FontAwesome';
    content: "\f10c";
    margin-right: 10px;
    font-size: 11px;
    color: #e9e9e9;
}

.widget_nav_menu ul li a:hover{
    color: #007dac;
}



/*
 #
 # 12.6 WIDGET META
 # -----------------------------------------------------------------------------
 #
 */


.widget_meta{
    padding: 0 15px;
    margin-bottom: 50px;
}

.widget_meta ul{
    margin: 0;
    padding: 0;
}

.widget_meta ul li{
    list-style-type: none;
    display: block;
    padding: 13px 0;
    border-bottom: 1px dashed #E9E9E9;
}

.widget_meta ul li a{
    color: #1E1E1E;
    transition: all .30s linear;
}

.widget_meta ul li a:before{
    font-family: 'FontAwesome';
    content: "\f10c";
    margin-right: 10px;
    font-size: 11px;
    color: #e9e9e9;
}

.widget_meta ul li a:hover{
    color: #007dac;
}



/*
 #
 # 12.7 WIDGET PAGES
 # -----------------------------------------------------------------------------
 #
 */


.widget_pages{
    padding: 0 15px;
    margin-bottom: 50px;
}

.widget_pages ul{
    margin: 0;
    padding: 0;
}

.widget_pages ul li{
    display: block;
    padding: 13px 0;
    border-bottom: 1px dashed #E9E9E9;
}

.widget_pages ul li a{
    color: #1E1E1E;
    text-transform: capitalize;
    transition: all .30s linear;
}

.widget_pages ul li a:before{
    font-family: 'FontAwesome';
    content: "\f10c";
    margin-right: 10px;
    font-size: 11px;
    color: #e9e9e9;
}

.widget_pages ul li a:hover{
    color: #007dac;
}

.widget_pages ul ul{
    padding: 0 0 40px;
}

.widget_pages ul li ul{
    padding: 10px 0px 0px 20px;
    display: block;
}

.widget_pages ul li ul li:last-child{
   border-bottom: 0
}

.widget_pages ul li ul li:last-child{
   padding-bottom: 5px;
}



/*
 #
 # 12.8 WIDGET SEARCH
 # -----------------------------------------------------------------------------
 #
 */


.widget_search{
    padding: 0 15px;
    margin-bottom: 50px;
}

.widget_search label{
    display: block !important;
}

.widget_search input[type="search"]{
    width: 77%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 10px;
    margin-bottom: 15px;
    text-align: left;
    transition: all .25s linear;
    float: left;
    background: #fcfbfb;
    box-shadow: none;
}

.widget_search input[type="submit"]{
    color: #333;
    background: none;
    width: 23%;
    height: 50px;
    display: block;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    transition: all .25s linear;
}

.widget_search input[type="submit"]:hover{
    color: #007dac;
    border-color: #007dac;
}

.widget_search input[type="search"]:focus{
    border-color: #007dac;
}

.widget_search .screen-reader-text{
    display: none;
}



/*
 #
 # 12.9 WIDGET NEWSLETTER
 # -----------------------------------------------------------------------------
 #
 */


.newsletter-widget{
    padding: 0;
    margin-bottom: 50px;
}

.newsletter-widget input[type="email"]{
    width: 77%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 10px;
    margin-bottom: 15px;
    text-align: left;
    transition: all .25s linear;
    float: left;
    background: #fcfbfb;
    box-shadow: none;
}

.newsletter-widget input[type="submit"]{
    color: #333;
    background: none;
    width: 23%;
    height: 50px;
    display: block;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    transition: all .25s linear;
}

.newsletter-widget input[type="submit"]:hover{
    color: #007dac;
    border-color: #007dac;
}

.newsletter-widget input[type="email"]:focus{
    border-color: #007dac;
}



/*
 #
 # 12.10 WIDGET CALENDAR
 # -----------------------------------------------------------------------------
 #
 */


.widget_calendar table{
    width: 100%;
    border-bottom: 0;
}

.widget_calendar caption{
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 900;
    margin-bottom: 15px;
}

.widget_calendar table th{
    text-align: center;
}

.widget_calendar table td{
    text-align: center;
    height: 40px;
    border: none;
}

.widget_calendar table td a{
    background: #007dac;
    color: #fff;
    display: block;
    height: 100%;
    height: 40px;
    line-height: 40px;
}

.widget_calendar #prev a{
    background: none;
    text-align: left;
    color: #007dac;
}



/*
 #
 # 12.11 WIDGET TAGS
 # -----------------------------------------------------------------------------
 #
 */


.tags-widget{
    padding: 0 15px;
    margin-bottom: 50px;
}

.tags-widget li{
    display: inline-block;
}

.tagcloud a{
    padding: 8px 18px;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
    height: 35px;
    float: left;
    margin-bottom: 4px;
    margin-right: 6px;
    font-size: 11px;
    line-height: 18px;
    transition: all .30s ease;
    display: inline-block;
}

.tagcloud a:hover{
    border: 1px solid #007dac;
    color: #007dac;
}

@media (max-width: 768px) {

    .sidebar{
        margin-top: 120px;
    }

}


/*
 #
 # 12.12 WIDGET TEXT
 # -----------------------------------------------------------------------------
 #
 */


.widget_text p{
    line-height: 24px;
}

.widget_text img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.widget_text input,
.widget_text select,
.widget_text textarea{
    width: 100%;
}

@media (max-width: 768px) {

}



/*
 #
 # 12.13 WIDGET RSS
 # -----------------------------------------------------------------------------
 #
 */


.widget_rss{
    padding: 0 15px;
    margin-bottom: 50px;
}

.widget_rss ul{
    margin: 0;
    padding: 0;
}

.widget_rss ul li{
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #E9E9E9;
}

.widget_rss .rsswidget{
    color: #007dac;
}

.widget_rss .rss-date{
    font-weight: 900;
}

.widget_rss .rssSummary{
    margin: 5px 0;
}


/*
 #
 # 13. 404 PAGE
 # -----------------------------------------------------------------------------
 #
 */


#error-page{
    padding-bottom: 60px;
}

#error-page h3{
    font-size: 32px;
    font-family: 'signika-bold';
}

#error-page .lead{
    font-size: 16px;
    padding: 30px 0px 0;
    line-height: 26px;
    width: 600px;
    display: block;
    margin: 0 auto;
}

.mce-toolbar .mce-ico{
    color: #555d66;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}

.weinnovate-shortcodes{
    content: "";
    display: block;
    background-image: url('images/admin/admin-logo-icon.png');

}



/*
 #
 # 14. LOAD
 # -----------------------------------------------------------------------------
 #
 */


#load{
    width:100%;
    height:100vh;
    position:fixed;
    z-index:9999999;
    background: #fff;
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #007dac;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/*
 #
 # 15. SCROLL TO TOP
 # -----------------------------------------------------------------------------
 #
 */


.scrollToTop{
	width:99px;
	height:33px;
	bottom:0px;
	right:0px;
    left: 0;
    margin: 0 auto;
	display:none;
	background: url('images/backtotop.png') no-repeat;
    position: absolute;
}
.scrollToTop:hover{
	text-decoration:none;
}

