body {
    font-family: "Roboto Slab", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}
ul {
    padding-left: 0
}
ul li {
    display: inline-block
}
a:active,
a:focus,
a:hover {
    text-decoration: none
}
.btn {
    padding: 0 40px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0!important
}
.btn.pillow {
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box
}
.btn.colored {
    background-color: #38abe1;
    color: #fff
}
.btn.round {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}
.btn.white {
    background-color: #fff;
    color: #1a1a1a
}
.btn.bordered {
    border: 1px solid #e5e5e5
}
.btn.blue-hover {
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}
.btn.blue-hover:hover {
    background-color: #56b8e5!important
}
.btn.white-hover {
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}
.btn.white-hover:hover {
    background-color: #56b8e5!important;
    color: #fff!important
}
.btn.black-hover {
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}
.btn.black-hover:hover {
    background-color: #1a1a1a!important;
    color: #fff!important
}
span.underlined {
    display: inline-block;
    position: relative;
    line-height: 1
}
span.underlined:after {
    position: absolute;
    content: ' ';
    height: 1px;
    bottom: -7px;
    width: 100%;
    display: block;
    background-color: #fff
}
span.underlined.black:after {
    background-color: #1a1a1a
}
span.up-down-lines {
    display: inline-block;
    position: relative;
    line-height: 1
}
span.up-down-lines:after,
span.up-down-lines:before {
    position: absolute;
    content: ' ';
    height: 4px;
    width: 100%;
    display: block;
    background-color: #fff
}
span.up-down-lines:after {
    bottom: -7px
}
span.up-down-lines:before {
    top: -7px
}
.withpattern,
.withpattern2 {
    position: relative
}
.withpattern2:before,
.withpattern:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .08;
    pointer-events: none;
    z-index: 11
}
.withpattern2>div.container,
.withpattern>div.container {
    position: relative;
    z-index: 12
}
.withpattern.overlay-black:after,
.withpattern2.overlay-black:after {
    position: absolute;
    z-index: 10;
    content: ' ';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .66;
    background-color: #000;
    pointer-events: none
}
.withpattern.overlay-main:after,
.withpattern2.overlay-main:after {
    position: absolute;
    z-index: 10;
    content: ' ';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .66;
    background-color: #38abe1;
    pointer-events: none
}
.withpattern:before {
    background-image: url(../../images/pattern.png)
}
.withpattern2:before {
    background-image: url(../../images/pattern-2.png)
}
h2.with4strikes {
    position: relative;
    display: inline-block
}
h2.with4strikes>span {
    position: relative;
    z-index: 6
}
h2.with4strikes:after,
h2.with4strikes:before {
    z-index: 5;
    content: ' ';
    position: absolute;
    left: -20px;
    right: -20px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s cubic-bezier(.6, 1.16, .65, 1.22);
    -moz-transition: all .5s cubic-bezier(.6, 1.16, .65, 1.22);
    -o-transition: all .5s cubic-bezier(.6, 1.16, .65, 1.22);
    transition: all .5s cubic-bezier(.6, 1.16, .65, 1.22)
}
h2.with4strikes:before {
    background-color: transparent;
    height: 7px;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    -lh-property: 0;
    top: -webkit-calc(50% - 3.5px);
    top: -moz-calc(50% - 3.5px);
    top: calc(50% - 3.5px)
}
h2.with4strikes:after {
    background-color: transparent;
    height: 3px;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    -lh-property: 0;
    top: -webkit-calc(50% - 1.5px);
    top: -moz-calc(50% - 1.5px);
    top: calc(50% - 1.5px)
}
h2.with4strikes.do-animate:after,
h2.with4strikes.do-animate:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
h2.withcircleunderlined {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 20px
}
h2.withcircleunderlined>span.icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 2px solid #38abe1;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    margin-right: 22px
}
h2.withcircleunderlined:before {
    position: absolute;
    height: 2px;
    right: -20px;
    left: 30px;
    bottom: 0;
    background-color: #38abe1;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.6, 1.16, .65, 1.22);
    -moz-transition: -moz-transform 1s cubic-bezier(.6, 1.16, .65, 1.22);
    -o-transition: -o-transform 1s cubic-bezier(.6, 1.16, .65, 1.22);
    transition: -webkit-transform 1s cubic-bezier(.6, 1.16, .65, 1.22), -moz-transform 1s cubic-bezier(.6, 1.16, .65, 1.22), -o-transform 1s cubic-bezier(.6, 1.16, .65, 1.22), transform 1s cubic-bezier(.6, 1.16, .65, 1.22);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    content: ' '
}
h2.withcircleunderlined.do-animate:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
div.section-separator {
    position: relative
}
div.section-separator i {
    position: absolute;
    margin-left: -4.5px
}
div.section-separator:after {
    position: absolute;
    content: ' ';
    bottom: -10px;
    border-top: 10px solid #38abe1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -lh-property: 0;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    z-index: 100
}
div.open-map {
    background-color: #38abe1;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer
}
div.double-hr {
    height: 4px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px
}
div.row.no-gutter>div[class^=col-] {
    padding-left: 0;
    padding-right: 0
}
div.row.no-gutter>div[class^=col-]>div.row {
    margin-left: 0;
    margin-right: 0
}
.dark-color-bg {
    background-color: #1a1a1a
}
label {
    font-weight: 400
}
.image-icon-play {
    width: 50px;
    height: 50px;
    background-image: url(../../images/play-icon.png)
}
.image-icon-pause {
    width: 50px;
    height: 50px;
    background-image: url(../../images/pause-icon.png)
}
.default-padding {
    padding-left: 30px;
    padding-right: 30px
}
#preloader-wrapper {
    display: none
}
body.loading {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
body.loading #preloader-wrapper {
    position: fixed;
    display: block;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a
}
body.loading #preloader-wrapper #preloader,
body.loading #preloader-wrapper #preloader:after,
body.loading #preloader-wrapper #preloader:before {
    border-radius: 50%
}
body.loading #preloader-wrapper #preloader:after,
body.loading #preloader-wrapper #preloader:before {
    position: absolute;
    content: ''
}
body.loading #preloader-wrapper #preloader:before {
    width: 5.2em;
    height: 10.2em;
    background: #1a1a1a;
    border-radius: 10.2em 0 0 10.2em;
    top: -.1em;
    left: -.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s
}
body.loading #preloader-wrapper #preloader {
    font-size: 11px;
    text-indent: -99999em;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em #38abe1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
body.loading #preloader-wrapper #preloader:after {
    width: 5.2em;
    height: 10.2em;
    background: #1a1a1a;
    border-radius: 0 10.2em 10.2em 0;
    top: -.1em;
    left: 5.1em;
    -webkit-transform-origin: 0 5.1em;
    transform-origin: 0 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease
}
@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.totop-wrapper {
    position: fixed;
    bottom: 75px;
    z-index: 100;
    width: 100%;
    pointer-events: none;
    display: none
}
#toTop {
    position: relative;
    margin-right: -70px;
    width: 50px;
    height: 50px;
    float: right;
    background-color: #38abe1;
    pointer-events: all
}
#toTop:after,
#toTop:before {
    content: ''
}
#toTop:before {
    border-bottom: 15px solid #fff;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
#toTop:after {
    height: 40px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%
}
div.style-selector {
    position: fixed;
    z-index: 500;
    top: 60px;
    left: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    border: 1px solid #707070;
    -webkit-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selector.close {
    left: -200px;
}
div.style-selector span.style-toggle {
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    right: -50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selector span.style-toggle:hover {
    cursor: pointer;
}
div.style-selector .style-change {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selector .style-change:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}


div.style-selectorright1 {
    position: fixed;
    z-index: 500;
    top: 60px;
    right: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;

    -webkit-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorright1.close {
    right: -200px;
}

div.style-selectorright1 span.style-toggleright1 {
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    left: -50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorright1 span.style-toggleright1:hover {
    cursor: pointer
}
div.style-selectorright1 .style-changeright1 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorright1 .style-changeright1:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}


div.style-selectorleft2 {
    position: fixed;
    z-index: 500;
    top: 120px;
    left: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    border: 1px solid #707070;
    -webkit-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorleft2.close {
    left: -200px
}
div.style-selectorleft2 span.style-toggleleft2 {
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    right: -50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorleft2 span.style-toggleleft2:hover {
    cursor: pointer
}
div.style-selectorleft2 .style-changeleft2 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorleft2 .style-changeleft2:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}



div.style-selectorright2 {
    position: fixed;
    z-index: 500;
    top: 120px;
    right: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    -webkit-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorright2.close {
    right: -200px
}
div.style-selectorright2 span.style-toggleright2{
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    left: -50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorright2 span.style-toggleright2:hover {
    cursor: pointer
}
div.style-selectorright2 .style-changeright2 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorright2 .style-changeright2:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}

div.style-selectorright3 {
    position: fixed;
    z-index: 500;
    top: 240px;
    right: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    -webkit-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorright3.close {
    right: -200px
}
div.style-selectorright3 span.style-toggleright3{
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    left: -50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorright3 span.style-toggleright3:hover {
    cursor: pointer
}
div.style-selectorright3 .style-changeright3 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorright3 .style-changeright3:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}
div.style-selectorright3 {
    position: fixed;
    z-index: 500;
    top: 180px;
    right: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    -webkit-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorright3.close {
    right: -200px
}
div.style-selectorright3 span.style-toggleright3{
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    left: -50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorright3 span.style-toggleright3:hover {
    cursor: pointer
}
div.style-selectorright3 .style-changeright3 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorright3 .style-changeright3:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}

div.style-selectorright4 {
    position: fixed;
    z-index: 500;
    top: 240px;
    right: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    -webkit-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorright4.close {
    right: -200px
}
div.style-selectorright4 span.style-toggleright4{
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    left: -50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorright4 span.style-toggleright4:hover {
    cursor: pointer
}
div.style-selectorright4 .style-changeright4 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorright4 .style-changeright4:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}

div.style-selectorright5 {
    position: fixed;
    z-index: 500;
    top: 300px;
    right: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    -webkit-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: right .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorright5.close {
    right: -200px
}
div.style-selectorright5 span.style-toggleright5{
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    left: -50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorright5 span.style-toggleright5:hover {
    cursor: pointer
}
div.style-selectorright5 .style-changeright5 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorright5 .style-changeright5:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}
div.style-selectorleft4 {
    position: fixed;
    z-index: 500;
    top: 240px;
    left: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    border: 1px solid #707070;
    -webkit-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorleft4.close {
    left: -200px
}
div.style-selectorleft4 span.style-toggleleft4 {
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    right: -50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorleft4 span.style-toggleleft4:hover {
    cursor: pointer
}
div.style-selectorleft4 .style-changeleft4 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorleft4 .style-changeleft4:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}



div.style-selectorleft5 {
    position: fixed;
    z-index: 500;
    top: 300px;
    left: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    border: 1px solid #707070;
    -webkit-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorleft5.close {
    left: -200px
}
div.style-selectorleft5 span.style-toggleleft5 {
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    right: -50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorleft5 span.style-toggleleft5:hover {
    cursor: pointer
}
div.style-selectorleft5 .style-changeleft5 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorleft5 .style-changeleft5:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}
div.style-selectorleft3 {
    position: fixed;
    z-index: 500;
    top: 180px;
    left: -1px;
    width: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    border: 1px solid #707070;
    -webkit-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -moz-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    -o-transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s;
    transition: left .5s cubic-bezier(.6, 1.16, .65, 1.22), opacity .5s
}
div.style-selectorleft3.close {
    left: -200px
}
div.style-selectorleft3 span.style-toggleleft3 {
    position: absolute;
    content: '\f085';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: 20px;
    right: -50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #707070;
    border-left: 0
}
div.style-selectorleft3 span.style-toggleleft3:hover {
    cursor: pointer
}
div.style-selectorleft3 .style-changeleft3 {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-bottom: 10px
}
div.style-selectorleft3 .style-changeleft3:hover {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #707070
}



header nav.navbar.navbar-default {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    background-color: transparent
}
header nav.navbar.navbar-default .navbar-header h2 {
    margin-top: 0;
    margin-bottom: 0
}
header nav.navbar.navbar-default .navbar-header h2 a.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0
}
header nav.navbar.navbar-default ul.navbar-nav>li>a {
    font-family: "Roboto Slab", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: uppercase
}
header nav.navbar.navbar-default ul.navbar-nav>li>a:before {
   /* content: ' ';*/
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 5px;
    right: 5px;
    bottom: 0;
    height: 1px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out, transform .3s ease-in-out
}
header nav.navbar.navbar-default ul.navbar-nav>li>a:active,
header nav.navbar.navbar-default ul.navbar-nav>li>a:focus,
header nav.navbar.navbar-default ul.navbar-nav>li>a:hover {
    color: #fff
}
header nav.navbar.navbar-default ul.navbar-nav>li>a:active:before,
header nav.navbar.navbar-default ul.navbar-nav>li>a:focus:before,
header nav.navbar.navbar-default ul.navbar-nav>li>a:hover:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}
header.style-1,
header.style-2 {
    position: absolute;
    width: 100%;
    z-index: 1000
}
header.style-1 nav.navbar.navbar-default,
header.style-2 nav.navbar.navbar-default {
    margin-top: 50px
}
header.style-2 div.header-container {
    padding-left: 30px;
    padding-right: 30px
}
header.style-2 div.header-container .navbar-header {
    float: none
}
header.style-2 div.header-container #navbar-menu {
    display: none!important
}
header.style-2 div.header-container .hidden-menu-container {
    float: right;
    overflow: hidden
}
header.style-2 div.header-container .hidden-menu-container button.navbar-toggle {
    display: inline-block!important;
    border: none
}
header.style-2 div.header-container .hidden-menu-container button.navbar-toggle .icon-bar {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out, transform .3s ease-in-out;
    background-color: #fff
}
header.style-2 div.header-container .hidden-menu-container button.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg)
}
header.style-2 div.header-container .hidden-menu-container button.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}
header.style-2 div.header-container .hidden-menu-container button.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(4) {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -moz-transform: translateY(-6px) rotateZ(-45deg);
    -o-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg)
}
header.style-2 div.header-container .hidden-menu-container ul.nav.navbar-nav {
    margin-top: -35px;
    pointer-events: none;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out
}
header.style-2 div.header-container .hidden-menu-container ul.nav.navbar-nav.cs-shown {
    margin-top: 0;
    pointer-events: all
}
header.style-2 div.header-container .hidden-menu-container .hidden-menu {
    display: none
}
header.style-3 {
    margin-top: -45px;
    background-color: #fff
}
header.style-3>nav.navbar.navbar-default>div.container {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}
header.style-3>nav.navbar.navbar-default ul.navbar-nav>li>a {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #1a1a1a
}
header.style-3>nav.navbar.navbar-default ul.navbar-nav>li>a:before {
    background-color: #38abe1
}
header.style-3>nav.navbar.navbar-default ul.navbar-nav>li>a:active,
header.style-3>nav.navbar.navbar-default ul.navbar-nav>li>a:focus,
header.style-3>nav.navbar.navbar-default ul.navbar-nav>li>a:hover {
    color: #38abe1
}
header.stuck.style-1 {
    position: static
}
header.stuck.style-1>nav.navbar.navbar-default {
    border-bottom: 10px solid rgba(255, 255, 255, .3);
    margin-bottom: -10px;
    margin-top: 20px
}
header.stuck.style-2,
header.stuck.style-3 {
    position: relative;
    margin-top: 0
}
header.stuck.style-2>nav.navbar.navbar-default,
header.stuck.style-3>nav.navbar.navbar-default {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    margin-top: 0
}
header.stuck.style-2>nav.navbar.navbar-default>div.container,
header.stuck.style-3>nav.navbar.navbar-default>div.container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 20px
}
header.stuck>nav.navbar.navbar-default>div.container {
    background: #fff
}
header.stuck>nav.navbar.navbar-default ul.navbar-nav>li>a {
    color: #1a1a1a
}
header.stuck>nav.navbar.navbar-default ul.navbar-nav>li>a:active,
header.stuck>nav.navbar.navbar-default ul.navbar-nav>li>a:focus,
header.stuck>nav.navbar.navbar-default ul.navbar-nav>li>a:hover {
    color: #38abe1
}
header.stuck>nav.navbar.navbar-default ul.navbar-nav>li>a:before {
    background-color: #38abe1
}
@media (max-width: 767px) {
    header.stuck>nav.navbar.navbar-default .navbar-toggle {
        border: 2px solid #1a1a1a
    }
    header.stuck>nav.navbar.navbar-default .navbar-toggle:active,
    header.stuck>nav.navbar.navbar-default .navbar-toggle:focus,
    header.stuck>nav.navbar.navbar-default .navbar-toggle:hover {
        background-color: #fff
    }
    header.stuck>nav.navbar.navbar-default .navbar-toggle:before {
        content: 'MENU';
        color: #1a1a1a;
        position: absolute;
        right: 120%;
        top: 3px
    }
    header.stuck>nav.navbar.navbar-default .navbar-toggle .icon-bar {
        background-color: #1a1a1a
    }
    header.stuck>nav.navbar.navbar-default .navbar-collapse,
    header.stuck>nav.navbar.navbar-default .navbar-form {
        background-color: #e7e7e7
    }
}
section.section-slider img {
    width: 100%;
    height: 360px;
}
section.section-slider .owl-carousel-item {
    position: relative
}
section.section-slider .owl-carousel-item>.slider-contents {
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
section.section-slider .owl-carousel-item>.slider-contents.slide-1 {
    left: 60px
}
section.section-slider div.slide-1 a,
section.section-slider div.slide-1 button,
section.section-slider div.slide-1 div,
section.section-slider div.slide-1 h1,
section.section-slider div.slide-1 h2,
section.section-slider div.slide-1 h3,
section.section-slider div.slide-1 h4,
section.section-slider div.slide-1 h5,
section.section-slider div.slide-1 h6,
section.section-slider div.slide-1 span,
section.section-slider div.slide-2 a,
section.section-slider div.slide-2 button,
section.section-slider div.slide-2 div,
section.section-slider div.slide-2 h1,
section.section-slider div.slide-2 h2,
section.section-slider div.slide-2 h3,
section.section-slider div.slide-2 h4,
section.section-slider div.slide-2 h5,
section.section-slider div.slide-2 h6,
section.section-slider div.slide-2 span,
section.section-slider div.slide-3 a,
section.section-slider div.slide-3 button,
section.section-slider div.slide-3 div,
section.section-slider div.slide-3 h1,
section.section-slider div.slide-3 h2,
section.section-slider div.slide-3 h3,
section.section-slider div.slide-3 h4,
section.section-slider div.slide-3 h5,
section.section-slider div.slide-3 h6,
section.section-slider div.slide-3 span {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    color: #fff
}
section.section-slider div.slide-1 .slider-social .social-icon,
section.section-slider div.slide-2 .slider-social .social-icon,
section.section-slider div.slide-3 .slider-social .social-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 2px solid #fff;
    font-size: 30px;
    line-height: 80px;
    -webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    transition: border-color .3s ease-in-out, color .3s ease-in-out
}
section.section-slider div.slide-1 .slider-social .social-icon:hover,
section.section-slider div.slide-2 .slider-social .social-icon:hover,
section.section-slider div.slide-3 .slider-social .social-icon:hover {
    border-color: #38abe1;
    color: #38abe1!important;
    -webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out, color .3s ease-in-out;
    transition: border-color .3s ease-in-out, color .3s ease-in-out
}
section.section-slider div.slide-1 .slider-title {
    font-weight: 700;
    font-size: 160px;
    text-transform: none
}
section.section-slider div.slide-1 .slider-subtitle {
    font-size: 30px;
    text-transform: none
}
section.section-slider div.slide-1 .slider-cta {
    background-color: #38abe1;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box
}
section.section-slider div.slide-2 .slider-title {
    font-weight: 700;
    font-size: 80px;
    text-transform: none
}
section.section-slider div.slide-2 .slider-subtitle {
    font-size: 30px;
    text-transform: none
}
section.section-slider div.slide-2 .slider-big-text {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal
}
section.section-slider div.slide-2 .slider-small-text {
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4
}
section.section-slider div.slide-2 .slider-cta {
    background-color: #38abe1;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box
}
section.section-slider div.slide-3 .slider-title {
    font-weight: 700;
    font-size: 66px
}
section.section-slider div.slide-3 .slider-subtitle {
    font-size: 30px;
    text-transform: none
}
section.section-slider div.slide-3 .slider-big-text {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal
}
section.section-slider div.slide-3 .slider-small-text {
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4
}
section.section-slider div.slide-3 .slider-cta {
    background-color: #38abe1;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box
}
section.section-process,
section.section-services {
    background-color: #38abe1;
    text-align: center
}
section.section-process button.btn.pillow,
section.section-services button.btn.pillow {
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
    padding: 0 30px
}
section.section-process div.services div.col-md-3,
section.section-services div.services div.col-md-3 {
    height: 540px;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #38abe1;
    padding-top: 140px;
    padding-bottom: 35px;
    -webkit-transition: padding-top .4s ease-in-out, background-color .4s ease-in-out, color .4s ease-in-out;
    -moz-transition: padding-top .4s ease-in-out, background-color .4s ease-in-out, color .4s ease-in-out;
    -o-transition: padding-top .4s ease-in-out, background-color .4s ease-in-out, color .4s ease-in-out;
    transition: padding-top .4s ease-in-out, background-color .4s ease-in-out, color .4s ease-in-out
}
section.section-process div.services div.col-md-3:hover,
section.section-services div.services div.col-md-3:hover {
    background-color: #fff;
    cursor: pointer;
    padding-top: 30px;
    -webkit-transition: padding-top .4s ease-in-out, background-color .4s ease-in-out;
    -moz-transition: padding-top .4s ease-in-out, background-color .4s ease-in-out;
    -o-transition: padding-top .4s ease-in-out, background-color .4s ease-in-out;
    transition: padding-top .4s ease-in-out, background-color .4s ease-in-out
}
section.section-process div.services div.col-md-3:hover div.icon-wrapper,
section.section-services div.services div.col-md-3:hover div.icon-wrapper {
    border-color: #38abe1;
    -webkit-transition: border-color .4s ease-in-out;
    -moz-transition: border-color .4s ease-in-out;
    -o-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out
}
section.section-process div.services div.col-md-3:hover h3,
section.section-services div.services div.col-md-3:hover h3 {
    color: #1a1a1a;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}
section.section-process div.services div.col-md-3:hover div.brief,
section.section-services div.services div.col-md-3:hover div.brief {
    opacity: 1;
    max-height: 76px;
    overflow: hidden;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}
section.section-process div.services div.col-md-3:hover button,
section.section-services div.services div.col-md-3:hover button {
    bottom: 35px;
    -webkit-transition: bottom .4s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: bottom .4s ease-in-out, background-color .3s ease-in-out;
    -o-transition: bottom .4s ease-in-out, background-color .3s ease-in-out;
    transition: bottom .4s ease-in-out, background-color .3s ease-in-out
}
section.section-process div.services div.col-md-3:nth-child(8n+2),
section.section-process div.services div.col-md-3:nth-child(8n+4),
section.section-process div.services div.col-md-3:nth-child(8n+5),
section.section-process div.services div.col-md-3:nth-child(8n+7),
section.section-services div.services div.col-md-3:nth-child(8n+2),
section.section-services div.services div.col-md-3:nth-child(8n+4),
section.section-services div.services div.col-md-3:nth-child(8n+5),
section.section-services div.services div.col-md-3:nth-child(8n+7) {
    background-color: #48b2e3
}
section.section-process div.services div.col-md-3:nth-child(8n+2) div.icon-wrapper div.icon-inner-wrapper,
section.section-process div.services div.col-md-3:nth-child(8n+4) div.icon-wrapper div.icon-inner-wrapper,
section.section-process div.services div.col-md-3:nth-child(8n+5) div.icon-wrapper div.icon-inner-wrapper,
section.section-process div.services div.col-md-3:nth-child(8n+7) div.icon-wrapper div.icon-inner-wrapper,
section.section-services div.services div.col-md-3:nth-child(8n+2) div.icon-wrapper div.icon-inner-wrapper,
section.section-services div.services div.col-md-3:nth-child(8n+4) div.icon-wrapper div.icon-inner-wrapper,
section.section-services div.services div.col-md-3:nth-child(8n+5) div.icon-wrapper div.icon-inner-wrapper,
section.section-services div.services div.col-md-3:nth-child(8n+7) div.icon-wrapper div.icon-inner-wrapper {
    background-color: #48b2e3
}
section.section-process div.services div.col-md-3:nth-child(8n+2) button.btn.colored,
section.section-process div.services div.col-md-3:nth-child(8n+4) button.btn.colored,
section.section-process div.services div.col-md-3:nth-child(8n+5) button.btn.colored,
section.section-process div.services div.col-md-3:nth-child(8n+7) button.btn.colored,
section.section-services div.services div.col-md-3:nth-child(8n+2) button.btn.colored,
section.section-services div.services div.col-md-3:nth-child(8n+4) button.btn.colored,
section.section-services div.services div.col-md-3:nth-child(8n+5) button.btn.colored,
section.section-services div.services div.col-md-3:nth-child(8n+7) button.btn.colored {
    background-color: #48b2e3
}
section.section-process div.services div.col-md-3:nth-child(8n+2):hover,
section.section-process div.services div.col-md-3:nth-child(8n+4):hover,
section.section-process div.services div.col-md-3:nth-child(8n+5):hover,
section.section-process div.services div.col-md-3:nth-child(8n+7):hover,
section.section-services div.services div.col-md-3:nth-child(8n+2):hover,
section.section-services div.services div.col-md-3:nth-child(8n+4):hover,
section.section-services div.services div.col-md-3:nth-child(8n+5):hover,
section.section-services div.services div.col-md-3:nth-child(8n+7):hover {
    background-color: #fff;
    cursor: pointer;
    padding-top: 30px
}
section.section-process div.services div.col-md-3:nth-child(8n+2):hover div.icon-wrapper,
section.section-process div.services div.col-md-3:nth-child(8n+4):hover div.icon-wrapper,
section.section-process div.services div.col-md-3:nth-child(8n+5):hover div.icon-wrapper,
section.section-process div.services div.col-md-3:nth-child(8n+7):hover div.icon-wrapper,
section.section-services div.services div.col-md-3:nth-child(8n+2):hover div.icon-wrapper,
section.section-services div.services div.col-md-3:nth-child(8n+4):hover div.icon-wrapper,
section.section-services div.services div.col-md-3:nth-child(8n+5):hover div.icon-wrapper,
section.section-services div.services div.col-md-3:nth-child(8n+7):hover div.icon-wrapper {
    border-color: #48b2e3
}
section.section-process div.services div.col-md-3:nth-child(8n+2):hover h3,
section.section-process div.services div.col-md-3:nth-child(8n+4):hover h3,
section.section-process div.services div.col-md-3:nth-child(8n+5):hover h3,
section.section-process div.services div.col-md-3:nth-child(8n+7):hover h3,
section.section-services div.services div.col-md-3:nth-child(8n+2):hover h3,
section.section-services div.services div.col-md-3:nth-child(8n+4):hover h3,
section.section-services div.services div.col-md-3:nth-child(8n+5):hover h3,
section.section-services div.services div.col-md-3:nth-child(8n+7):hover h3 {
    color: #1a1a1a
}
section.section-process div.services div.col-md-3 div.icon-wrapper,
section.section-services div.services div.col-md-3 div.icon-wrapper {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #fff;
    width: 260px;
    height: 260px;
    text-align: center
}
section.section-process div.services div.col-md-3 div.icon-wrapper div.icon-inner-wrapper,
section.section-services div.services div.col-md-3 div.icon-wrapper div.icon-inner-wrapper {
    width: 220px;
    height: 220px;
    margin: 20px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #38abe1
}
section.section-process div.services div.col-md-3 div.icon-wrapper div.icon-inner-wrapper span.icon,
section.section-services div.services div.col-md-3 div.icon-wrapper div.icon-inner-wrapper span.icon {
    font-size: 55px;
    line-height: 220px
}
section.section-process div.services div.col-md-3 h3,
section.section-services div.services div.col-md-3 h3 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}
section.section-process div.services div.col-md-3 div.brief,
section.section-services div.services div.col-md-3 div.brief {
    color: #1a1a1a;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 0
}
section.section-process div.services div.col-md-3 button,
section.section-services div.services div.col-md-3 button {
    position: absolute;
    bottom: -35px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: bottom .4s ease-in-out;
    -moz-transition: bottom .4s ease-in-out;
    -o-transition: bottom .4s ease-in-out;
    transition: bottom .4s ease-in-out
}
section.section-process div.services #home2-services-carousel.owl-carousel,
section.section-services div.services #home2-services-carousel.owl-carousel {
    margin-bottom: 90px
}
section.section-process div.services #home2-services-carousel.owl-carousel button,
section.section-services div.services #home2-services-carousel.owl-carousel button {
    display: none
}
section.section-process div.services #home2-services-carousel.owl-carousel div.owl-carousel-item,
section.section-services div.services #home2-services-carousel.owl-carousel div.owl-carousel-item {
    padding: 40px 30px;
    -webkit-transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out
}
section.section-process div.services #home2-services-carousel.owl-carousel div.owl-carousel-item h3,
section.section-services div.services #home2-services-carousel.owl-carousel div.owl-carousel-item h3 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #1a1a1a;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}
section.section-process div.services #home2-services-carousel.owl-carousel div.owl-carousel-item .icon-wrapper,
section.section-services div.services #home2-services-carousel.owl-carousel div.owl-carousel-item .icon-wrapper {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 2px solid #1a1a1a;
    display: inline-block;
    -webkit-transition: border-color .4s ease-in-out, color .4s ease-in-out;
    -moz-transition: border-color .4s ease-in-out, color .4s ease-in-out;
    -o-transition: border-color .4s ease-in-out, color .4s ease-in-out;
    transition: border-color .4s ease-in-out, color .4s ease-in-out
}
section.section-process div.services #home2-services-carousel.owl-carousel div.owl-carousel-item .icon-wrapper .icon-inner-wrapper,
section.section-services div.services #home2-services-carousel.owl-carousel div.owl-carousel-item .icon-wrapper .icon-inner-wrapper {
    height: 100%;
    line-height: 96px;
    font-size: 32px
}
section.section-process div.services #home2-services-carousel.owl-carousel div.owl-carousel-item div.brief,
section.section-services div.services #home2-services-carousel.owl-carousel div.owl-carousel-item div.brief {
    color: #1a1a1a;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}
section.section-process div.services #home2-services-carousel.owl-carousel div.owl-carousel-item:hover,
section.section-services div.services #home2-services-carousel.owl-carousel div.owl-carousel-item:hover {
    background-color: #38abe1;
    -webkit-transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out
}
section.section-process div.services #home2-services-carousel.owl-carousel div.owl-carousel-item:hover h3,
section.section-services div.services #home2-services-carousel.owl-carousel div.owl-carousel-item:hover h3 {
    color: #fff;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}
section.section-process div.services #home2-services-carousel.owl-carousel div.owl-carousel-item:hover .icon-wrapper,
section.section-services div.services #home2-services-carousel.owl-carousel div.owl-carousel-item:hover .icon-wrapper {
    border-color: #fff;
    color: #fff;
    -webkit-transition: border-color .4s ease-in-out, color .4s ease-in-out;
    -moz-transition: border-color .4s ease-in-out, color .4s ease-in-out;
    -o-transition: border-color .4s ease-in-out, color .4s ease-in-out;
    transition: border-color .4s ease-in-out, color .4s ease-in-out
}
section.section-process div.services #home2-services-carousel.owl-carousel div.owl-carousel-item:hover div.brief,
section.section-services div.services #home2-services-carousel.owl-carousel div.owl-carousel-item:hover div.brief {
    color: #fff;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}
section.section-process.style-2,
section.section-services.style-2 {
    padding-top: 75px;
    padding-bottom: 40px;
    background-color: #1a1a1a;
    color: #fff
}
section.section-process.style-2 h2,
section.section-services.style-2 h2 {
    margin-bottom: 30px
}
section.section-process.style-2 .process-list,
section.section-services.style-2 .process-list {
    text-align: left;
    margin-top: 40px
}
section.section-process.style-2 .process-list div.col-sm-6,
section.section-services.style-2 .process-list div.col-sm-6 {
    padding: 50px;
    border-bottom: 1px solid #2c2c2c;
    position: relative
}
section.section-process.style-2 .process-list div.col-sm-6:nth-last-child(-n+2),
section.section-services.style-2 .process-list div.col-sm-6:nth-last-child(-n+2) {
    border-bottom: 0
}
section.section-process.style-2 .process-list div.col-sm-6>*,
section.section-services.style-2 .process-list div.col-sm-6>* {
    position: relative;
    z-index: 10
}
section.section-process.style-2 .process-list div.col-sm-6>div.seq-number,
section.section-services.style-2 .process-list div.col-sm-6>div.seq-number {
    position: absolute;
    display: block;
    top: 20px;
    left: 100px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 120px;
    line-height: 120px;
    color: #3c3c3c;
    z-index: 9
}
section.section-process.style-2 .process-list div.icon-wrapper,
section.section-services.style-2 .process-list div.icon-wrapper {
    display: inline-block;
    font-size: 32px;
    float: left;
    margin-top: 20px
}
section.section-process.style-2 .process-list h3,
section.section-services.style-2 .process-list h3 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    margin-left: 50px
}
section.section-process.style-2 .process-list h3:after,
section.section-services.style-2 .process-list h3:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
section.section-process.style-2 .process-list div.brief,
section.section-services.style-2 .process-list div.brief {
    margin-left: 50px;
    margin-right: 20px
}
section.section-services.style-2 {
    background-color: #f5f5f5;
    color: #1a1a1a;
    padding-bottom: 0
}
section.section-works {
    background-image: url(../../images/ourwork-bg.jpg);
    background-position-y: -108px;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 80px;
    color: #fff
}
section.section-works h2 {
    margin-bottom: 30px
}
section.section-works div.laptop-frame {
    position: relative;
    margin-top: 55px
}
section.section-works div.laptop-frame img {
    width: 100%;
    height: 100%
}
section.section-works div.laptop-frame div.video-poster {
    top: 6.7485%;
    left: 15.7627%;
    right: 16.2712%;
    bottom: 15.9509%
}
section.section-works div.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    display: block;
    overflow: hidden
}
section.section-works div.video-poster>video {
    width: 100%;
    height: 100%
}
section.section-works div.video-poster div.video-hover-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(56, 171, 225, .66)
}
section.section-works div.video-poster div.video-hover-wrapper>div.video-inner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%
}
section.section-works div.video-poster div.video-hover-wrapper>div.video-inner-wrapper div.icon {
    font-size: 60px
}
section.section-works div.video-poster div.video-hover-wrapper>div.video-inner-wrapper div.icon span.icon {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}
section.section-works div.video-poster div.video-hover-wrapper>div.video-inner-wrapper div.icon span.icon:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    text-shadow: 1px 1px 10px #fff
}
section.section-works div.video-poster div.video-hover-wrapper>div.video-inner-wrapper div.title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1
}
section.section-works div.video-poster div.video-hover-wrapper.pause {
    background-color: transparent
}
section.section-works div.video-poster div.video-hover-wrapper.pause>div.video-inner-wrapper div.icon>span.icon {
    opacity: .2
}
section.section-works div.video-poster div.video-hover-wrapper.pause>div.video-inner-wrapper div.icon>span.icon:hover {
    opacity: .5
}
section.section-works div.video-poster div.video-hover-wrapper.pause>div.video-inner-wrapper div.sub-title,
section.section-works div.video-poster div.video-hover-wrapper.pause>div.video-inner-wrapper div.title {
    display: none
}
section.section-works.style-2,
section.section-works.style-3 {
    font-size: 20px;
    padding: 0;
    background-image: none
}
section.section-works.style-2 div.video-poster,
section.section-works.style-3 div.video-poster {
    position: relative
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper,
section.section-works.style-3 div.video-poster div.video-hover-wrapper {
    background-image: url(../../images/intro-video-poster.jpg);
    background-position-y: -450px
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper:after,
section.section-works.style-3 div.video-poster div.video-hover-wrapper:after {
    position: absolute;
    z-index: 10;
    content: ' ';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper>div.video-inner-wrapper,
section.section-works.style-3 div.video-poster div.video-hover-wrapper>div.video-inner-wrapper {
    z-index: 12
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper h2,
section.section-works.style-3 div.video-poster div.video-hover-wrapper h2 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
    line-height: 1
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper div.double-circle,
section.section-works.style-3 div.video-poster div.video-hover-wrapper div.double-circle {
    margin-top: 64px;
    margin-bottom: 64px;
    position: relative;
    display: inline-block;
    cursor: pointer
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper div.double-circle:after,
section.section-works.style-2 div.video-poster div.video-hover-wrapper div.double-circle:before,
section.section-works.style-3 div.video-poster div.video-hover-wrapper div.double-circle:after,
section.section-works.style-3 div.video-poster div.video-hover-wrapper div.double-circle:before {
    position: absolute;
    content: '';
    display: inline-block;
    border: 2px solid #fff;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    pointer-events: none
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper div.double-circle:after,
section.section-works.style-3 div.video-poster div.video-hover-wrapper div.double-circle:after {
    width: 104px;
    height: 104px;
    left: -12px;
    top: -12px
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper div.double-circle:before,
section.section-works.style-3 div.video-poster div.video-hover-wrapper div.double-circle:before {
    width: 92px;
    height: 92px;
    left: -6px;
    top: -6px
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper div.double-circle>div.icon,
section.section-works.style-3 div.video-poster div.video-hover-wrapper div.double-circle>div.icon {
    width: 80px;
    height: 80px;
    font-size: 0;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper div.double-circle>div.icon span.icon,
section.section-works.style-3 div.video-poster div.video-hover-wrapper div.double-circle>div.icon span.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper a.btn-cta,
section.section-works.style-3 div.video-poster div.video-hover-wrapper a.btn-cta {
    background-color: #1a1a1a;
    color: #fff
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper.pause,
section.section-works.style-3 div.video-poster div.video-hover-wrapper.pause {
    background-image: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper.pause:hover,
section.section-works.style-3 div.video-poster div.video-hover-wrapper.pause:hover {
    opacity: .5
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper.pause div.video-inner-wrapper>:not(.double-circle),
section.section-works.style-3 div.video-poster div.video-hover-wrapper.pause div.video-inner-wrapper>:not(.double-circle) {
    display: none
}
section.section-works.style-2 div.video-poster div.video-hover-wrapper.pause:after,
section.section-works.style-3 div.video-poster div.video-hover-wrapper.pause:after {
    opacity: 1;
    background-color: transparent
}
section.section-works.style-3 div.video-poster div.video-hover-wrapper a.btn-cta {
    background-color: #38abe1;
    color: #fff
}
section.section-products {
    padding-top: 60px;
    padding-bottom: 70px
}
section.section-products h2 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal
}
section.section-products h2.withcircleunderlined {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal
}
section.section-products h2.withcircleunderlined>span.icon {
    font-size: 24px
}
section.section-products ul.categories {
    margin-top: 40px;
    margin-bottom: 50px
}
section.section-products ul.categories li {
    margin-right: 10px
}
section.section-products ul.categories li:last-child {
    margin-right: 0
}
section.section-products ul.categories li button {
    padding: 10px 15px;
    font-size: 12px;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    text-transform: none
}
section.section-products ul.categories li button.active {
    background-color: #38abe1;
    color: #fff;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}
section.section-products #isotope-filter .isotope-item {
    display: block;
    width: 33.33334%
}
section.section-products #isotope-filter .isotope-item img {
    height: 100%
}
section.section-products #isotope-filter.havemargin .isotope-item {
    padding: 5px
}
section.section-products div.portfolio-wrapper {
    position: relative;
    overflow: hidden
}
section.section-products div.portfolio-wrapper:hover div.portfolio-preview {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 0;
    bottom: 40%
}
section.section-products div.portfolio-wrapper:hover div.portfolio-link {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 60%;
    bottom: 0
}
section.section-products div.portfolio-wrapper img {
    width: 100%;
    height: 100%
}
section.section-products div.portfolio-wrapper div.portfolio-preview {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    top: -60%;
    left: 0;
    right: 0;
    bottom: 100%;
    text-align: left;
    background-color: rgba(56, 171, 225, .66)
}
section.section-products div.portfolio-wrapper div.portfolio-preview a.plus-sign {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
section.section-products div.portfolio-wrapper div.portfolio-preview a.plus-sign span.plus-sign {
    background-color: #fff;
    width: 2px;
    height: 80px;
    position: absolute;
    margin-left: 39px
}
section.section-products div.portfolio-wrapper div.portfolio-preview a.plus-sign span.plus-sign:before {
    content: " ";
    background: #fff;
    width: 80px;
    height: 2px;
    position: absolute;
    top: 39px;
    left: -39px
}
section.section-products div.portfolio-wrapper div.portfolio-link {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -40%;
    font-size: 30px;
    background-color: rgba(255, 255, 255, .66)
}
section.section-products div.portfolio-wrapper div.portfolio-link a {
    color: #1a1a1a
}
section.section-products div.portfolio-wrapper div.portfolio-link a span.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
section.section-products.style-2 {
    text-align: center
}
section.section-products.style-2 h2 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    text-align: center
}
section.section-about {
    padding-top: 75px;
    padding-bottom: 100px;
    text-align: center;
    background-color: #1a1a1a;
    color: #fff
}
section.section-about h2 {
    line-height: 1;
    margin-bottom: 30px
}
section.section-about div.sub-title {
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px
}
section.section-about div.row {
    margin-top: 80px
}
section.section-about div.row .avatar {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
    display: inline-block;
    position: relative;
    max-width: 100%
}
section.section-about div.row .avatar span.plus-sign {
    background-color: #fff;
    left: 26%;
    top: 26%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    width: 2px;
    height: 80px;
    position: absolute;
    margin-left: 39px
}
section.section-about div.row .avatar span.plus-sign:before {
    content: " ";
    background: #fff;
    width: 80px;
    height: 2px;
    position: absolute;
    top: 39px;
    left: -39px
}
section.section-about div.row .avatar:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: ' ';
    border: 10px solid rgba(255, 255, 255, .66);
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out
}
section.section-about div.row .avatar:hover:before {
    -webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    border-width: 80px;
    border-color: rgba(56, 171, 225, .66)
}
section.section-about div.row .avatar:hover span.plus-sign {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
section.section-about div.row .lr-dotted-border {
    border-left: 1px dotted #5f5f5f;
    border-right: 1px dotted #5f5f5f
}
section.section-about div.row .ct-about {
    text-align: left;
    padding: 15px 55px;
    min-height: 160px
}
section.section-about div.row div.colored.underlined {
    margin-bottom: 30px
}
section.section-about .colored {
    color: #38abe1
}
section.section-about .underlined {
    text-decoration: underline
}
section.section-about div.person {
    margin-bottom: 15px
}
section.section-about div.person span.name {
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-right: 15px
}
section.section-about div.person span.title {
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal
}
section.section-about ul.social-follow-icons li {
    padding: 0 15px
}
section.section-about ul.social-follow-icons li a {
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 20px
}
section.section-about ul.social-follow-icons li a:hover {
    color: #38abe1
}
#home2-section-about section.section-about#about div.row {
    margin-top: 50px
}
#home2-section-about section.section-about#about div.row .ct-about {
    padding: 15px 25px
}
#home2-section-about section.section-about#about>div.row {
    margin-left: 0;
    margin-right: 0
}
#home2-section-about section.section-about#about .lr-dotted-border {
    border-right: none
}
#home2-section-about section.section-about#about div.avatar ul.social-follow-icons {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 150%;
    -webkit-transition: top .5s ease-out;
    -moz-transition: top .5s ease-out;
    -o-transition: top .5s ease-out;
    transition: top .5s ease-out
}
#home2-section-about section.section-about#about div.avatar ul.social-follow-icons li {
    padding: 0
}
#home2-section-about section.section-about#about div.avatar ul.social-follow-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out
}
#home2-section-about section.section-about#about div.avatar ul.social-follow-icons li a:hover {
    background-color: #fff;
    color: #1a1a1a;
    border: 1px solid transparent
}
#home2-section-about section.section-about#about div.avatar:hover ul.social-follow-icons {
    top: 50%;
    -webkit-transition: top .5s cubic-bezier(.18, .89, .32, 1.28);
    -moz-transition: top .5s cubic-bezier(.18, .89, .32, 1.28);
    -o-transition: top .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: top .5s cubic-bezier(.18, .89, .32, 1.28)
}
section.section-about.style-3 {
    background-color: #fff;
    color: #1a1a1a;
    text-align: left
}
section.section-about.style-3 div.about-container {
    margin-top: 125px;
    margin-left: 50px;
    border: 10px solid #e5e5e5;
    position: relative
}
section.section-about.style-3 div.about-container:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
section.section-about.style-3 div.about-container div.about-image-wrapper {
    float: left;
    margin-left: -6px;
    margin-top: -6px;
    width: 520px
}
section.section-about.style-3 div.about-container div.about-image-wrapper img {
    width: 470px;
    height: auto
}
section.section-about.style-3 div.about-container div.about-content {
    margin-left: 430px
}
section.section-about.style-3 div.about-container div.about-content div.row {
    margin-top: 50px
}
section.section-about.style-3 div.about-container div.about-content div.row div.ct-about {
    padding: 15px 30px
}
section.section-about.style-3 div.about-container div.about-content div.row .lr-dotted-border {
    border-right: none
}
section.section-about.style-3 div.about-container div.about-content div.row:after {
    content: ' ';
    display: table;
    clear: right;
    zoom: 1
}
section.section-about.style-3 div.avatar {
    text-align: center
}
section.section-about.style-3 div.avatar ul.social-follow-icons {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 150%;
    -webkit-transition: top .5s ease-out;
    -moz-transition: top .5s ease-out;
    -o-transition: top .5s ease-out;
    transition: top .5s ease-out
}
section.section-about.style-3 div.avatar ul.social-follow-icons li {
    padding: 0
}
section.section-about.style-3 div.avatar ul.social-follow-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out
}
section.section-about.style-3 div.avatar ul.social-follow-icons li a:hover {
    background-color: #fff;
    color: #1a1a1a;
    border: 1px solid transparent
}
section.section-about.style-3 div.avatar:hover ul.social-follow-icons {
    top: 50%;
    -webkit-transition: top .5s cubic-bezier(.18, .89, .32, 1.28);
    -moz-transition: top .5s cubic-bezier(.18, .89, .32, 1.28);
    -o-transition: top .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: top .5s cubic-bezier(.18, .89, .32, 1.28)
}
section.section-pricing {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 100px;
    background-color: #f5f5f5
}
section.section-pricing.style-3 {
    text-align: left
}
section.section-pricing h2 {
    margin-bottom: 20px
}
section.section-pricing div.pricing-table {
    padding-top: 70px
}
section.section-pricing div.pricing-table div.pricing {
    text-align: center;
    cursor: pointer
}
section.section-pricing div.pricing-table div.pricing div.half-circle {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 10px solid #fff;
    padding-top: 100%;
    position: relative
}
section.section-pricing div.pricing-table div.pricing div.half-circle .content-inside-half-circle {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    text-align: center
}
section.section-pricing div.pricing-table div.pricing div.half-circle .content-inside-half-circle sup.currency {
    font-size: 18px;
    top: -38px
}
section.section-pricing div.pricing-table div.pricing div.half-circle .content-inside-half-circle span.price {
    font-size: 70px
}
section.section-pricing div.pricing-table div.pricing div.half-circle .content-inside-half-circle span.period {
    font-size: 18px
}
section.section-pricing div.pricing-table div.pricing div.extra-container {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    border: 10px solid #fff;
    border-top: 0;
    background-color: #fff;
    margin-top: -52%;
    min-height: 300px;
    padding: 0 40px 40px
}
section.section-pricing div.pricing-table div.pricing div.extra-container h3 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal
}
section.section-pricing div.pricing-table div.pricing div.extra-container ul.features li {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px
}
section.section-pricing div.pricing-table div.pricing div.extra-container button.pricing-signup {
    margin-top: 30px
}
section.section-pricing div.pricing-table div.pricing.active div.extra-container,
section.section-pricing div.pricing-table div.pricing.active div.half-circle,
section.section-pricing div.pricing-table div.pricing:hover div.extra-container,
section.section-pricing div.pricing-table div.pricing:hover div.half-circle {
    background-color: #38abe1;
    color: #fff;
    border-color: #56b8e5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
section.section-success {
    background-color: #38abe1;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center
}
section.section-success div.success-wrapper {
    width: 130px;
    height: 130px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #fff;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 130px;
    position: relative
}
section.section-success div.success-wrapper:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #fff;
    opacity: 1
}
section.section-success div.success-wrapper:hover {
    cursor: pointer;
    color: #1a1a1a;
    -webkit-transition: color .5s cubic-bezier(.18, .89, .32, 1.28);
    -moz-transition: color .5s cubic-bezier(.18, .89, .32, 1.28);
    -o-transition: color .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: color .5s cubic-bezier(.18, .89, .32, 1.28)
}
section.section-success div.success-wrapper:hover:before {
    -webkit-transition: all .5s cubic-bezier(.18, .89, .32, 1.28);
    -moz-transition: all .5s cubic-bezier(.18, .89, .32, 1.28);
    -o-transition: all .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: all .5s cubic-bezier(.18, .89, .32, 1.28);
    width: 110px;
    height: 110px;
    opacity: .8
}
section.section-success div.success-wrapper>span {
    position: relative
}
section.section-success div.caption {
    margin-top: 22px;
    color: #fff;
    padding-bottom: 30px
}
section.section-success div.caption i.fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    color: #1a1a1a;
    background-color: #fff
}
section.section-success div.double-strike>div[class^=col-md-],
section.section-success div.double-strike>div[class^=col-sm-] {
    position: relative
}
section.section-success div.double-strike>div[class^=col-md-]:after,
section.section-success div.double-strike>div[class^=col-md-]:before,
section.section-success div.double-strike>div[class^=col-sm-]:after,
section.section-success div.double-strike>div[class^=col-sm-]:before {
    position: absolute;
    box-sizing: content-box;
    content: ' ';
    height: 1px;
    width: 35px;
    top: 65px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}
section.section-success div.double-strike>div[class^=col-md-]:before,
section.section-success div.double-strike>div[class^=col-sm-]:before {
    left: 0
}
section.section-success div.double-strike>div[class^=col-md-]:after,
section.section-success div.double-strike>div[class^=col-sm-]:after {
    right: 0
}
section.section-success div.double-strike>div[class^=col-md-]:first-child:before,
section.section-success div.double-strike>div[class^=col-sm-]:first-child:before {
    display: none
}
section.section-success div.double-strike>div[class^=col-md-]:last-child:after,
section.section-success div.double-strike>div[class^=col-sm-]:last-child:after {
    display: none
}
section.section-success.style-2 {
    background-color: #fff
}
section.section-success.style-2 div.double-strike>div[class^=col-md-]:after,
section.section-success.style-2 div.double-strike>div[class^=col-md-]:before,
section.section-success.style-2 div.double-strike>div[class^=col-sm-]:after,
section.section-success.style-2 div.double-strike>div[class^=col-sm-]:before {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a
}
section.section-success.style-2 div.double-strike>div[class^=col-md-] div.success-wrapper,
section.section-success.style-2 div.double-strike>div[class^=col-sm-] div.success-wrapper {
    border-color: #e5e5e5;
    color: #1a1a1a;
    -webkit-transition: border-color .5s ease-out, color .5s ease-out;
    -moz-transition: border-color .5s ease-out, color .5s ease-out;
    -o-transition: border-color .5s ease-out, color .5s ease-out;
    transition: border-color .5s ease-out, color .5s ease-out
}
section.section-success.style-2 div.double-strike>div[class^=col-md-] div.caption,
section.section-success.style-2 div.double-strike>div[class^=col-sm-] div.caption {
    color: #1a1a1a;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out
}
section.section-success.style-2 div.double-strike>div[class^=col-md-] div.caption i.fa,
section.section-success.style-2 div.double-strike>div[class^=col-sm-] div.caption i.fa {
    color: #fff;
    background-color: #1a1a1a;
    -webkit-transition: color .5s ease-out, background-color .5s ease-out;
    -moz-transition: color .5s ease-out, background-color .5s ease-out;
    -o-transition: color .5s ease-out, background-color .5s ease-out;
    transition: color .5s ease-out, background-color .5s ease-out
}
section.section-success.style-2 div.double-strike>div[class^=col-md-]:hover,
section.section-success.style-2 div.double-strike>div[class^=col-sm-]:hover {
    cursor: pointer
}
section.section-success.style-2 div.double-strike>div[class^=col-md-]:hover div.success-wrapper,
section.section-success.style-2 div.double-strike>div[class^=col-sm-]:hover div.success-wrapper {
    border-color: #38abe1;
    color: #fff;
    -webkit-transition: border-color .5s cubic-bezier(.18, .89, .32, 1.28), color .5s cubic-bezier(.18, .89, .32, 1.28);
    -moz-transition: border-color .5s cubic-bezier(.18, .89, .32, 1.28), color .5s cubic-bezier(.18, .89, .32, 1.28);
    -o-transition: border-color .5s cubic-bezier(.18, .89, .32, 1.28), color .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: border-color .5s cubic-bezier(.18, .89, .32, 1.28), color .5s cubic-bezier(.18, .89, .32, 1.28)
}
section.section-success.style-2 div.double-strike>div[class^=col-md-]:hover div.success-wrapper:before,
section.section-success.style-2 div.double-strike>div[class^=col-sm-]:hover div.success-wrapper:before {
    background-color: #38abe1;
    width: 110px;
    height: 110px;
    opacity: .8;
    -webkit-transition: all .5s cubic-bezier(.18, .89, .32, 1.28);
    -moz-transition: all .5s cubic-bezier(.18, .89, .32, 1.28);
    -o-transition: all .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: all .5s cubic-bezier(.18, .89, .32, 1.28)
}
section.section-success.style-2 div.double-strike>div[class^=col-md-]:hover div.caption,
section.section-success.style-2 div.double-strike>div[class^=col-sm-]:hover div.caption {
    color: #38abe1;
    -webkit-transition: color .5s cubic-bezier(.18, .89, .32, 1.28);
    -moz-transition: color .5s cubic-bezier(.18, .89, .32, 1.28);
    -o-transition: color .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: color .5s cubic-bezier(.18, .89, .32, 1.28)
}
section.section-success.style-2 div.double-strike>div[class^=col-md-]:hover div.caption i.fa,
section.section-success.style-2 div.double-strike>div[class^=col-sm-]:hover div.caption i.fa {
    background-color: #38abe1;
    -webkit-transition: background-color .5s cubic-bezier(.18, .89, .32, 1.28);
    -moz-transition: background-color .5s cubic-bezier(.18, .89, .32, 1.28);
    -o-transition: background-color .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: background-color .5s cubic-bezier(.18, .89, .32, 1.28)
}
section.section-testimonials {
    background-image: url(../../images/testimonial-bg.jpg);
    background-position-y: -125px;
    text-align: center;
    color: #fff;
    padding-top: 75px;
    padding-bottom: 70px
}
section.section-testimonials h2 {
    margin-bottom: 20px
}
section.section-testimonials div.nav-control {
    margin-bottom: 38px
}
section.section-testimonials div.nav-control a.testimonial-prev {
    display: inline-block;
    content: ' ';
    width: 30px;
    height: 30px;
    background-image: url(../../images/testimonial-prev.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
section.section-testimonials div.nav-control span.separator {
    margin-right: 15px;
    margin-left: 15px;
    width: 1px;
    background-color: #fff;
    height: 30px;
    display: inline-block
}
section.section-testimonials div.nav-control a.testimonial-next {
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../images/testimonial-next.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
section.section-testimonials div.testimonial {
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    color: #1a1a1a;
    text-align: left;
    position: relative
}
section.section-testimonials div.testimonial:after {
    position: absolute;
    bottom: -15px;
    left: 35px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: transparent #fff;
    content: ' '
}
section.section-testimonials div.author {
    margin-top: 30px;
    text-align: left
}
section.section-testimonials div.author:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
section.section-testimonials div.author a.author-avatar {
    float: left;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
    display: inline-block;
    position: relative
}
section.section-testimonials div.author a.author-avatar:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: ' ';
    border: 5px solid rgba(255, 255, 255, .66);
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}
section.section-testimonials div.author a.author-name {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-left: 90px;
    display: block;
    padding-top: 10px;
    margin-bottom: 8px
}
section.section-testimonials div.author a.author-name span.underlined:after {
    bottom: -3px
}
section.section-testimonials div.author div.author-job {
    font-size: 12px;
    margin-left: 90px;
    display: block
}
section.section-clients {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f5f5f5
}
section.section-clients .br-bordered {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0;
    border-left: 0;
    min-height: 200px;
    margin-bottom: 30px;
    position: relative
}
section.section-clients .br-bordered img.vh-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
section.section-blog {
    padding-top: 75px;
    padding-bottom: 100px;
    text-align: center
}
section.section-blog.style-3 {
    text-align: left
}
section.section-blog.style-3 button.view-more {
    margin: 0 auto;
    display: block
}
section.section-blog div.blog-post {
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center
}
section.section-blog div.blog-post div.col-md-6 {
    position: relative
}
section.section-blog div.blog-post div.col-md-6 img {
    width: 100%
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos {
    width: 100px;
    text-align: center;
    z-index: 50;
    right: -50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-author,
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-comments,
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-date,
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share {
    background-color: #38abe1;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    padding: 12px 15px
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-date {
    line-height: 1.4
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-date span.month {
    text-transform: uppercase
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-date span.year {
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1.4
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-author {
    line-height: 1.4
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-author>span {
    text-transform: uppercase
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-comments {
    line-height: 1.4
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-comments>span {
    display: block;
    font-size: 32px
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share {
    position: relative;
    cursor: pointer;
    font-size: 32px;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share:hover {
    background-color: #1a1a1a;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share:hover ul.social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: visibility 0s, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: visibility 0s, opacity .3s ease-in-out, -moz-transform .3s ease-in-out;
    -o-transition: visibility 0s, opacity .3s ease-in-out, -o-transform .3s ease-in-out;
    transition: visibility 0s, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out, transform .3s ease-in-out
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 -20px;
    -moz-transform-origin: 0 -20px;
    -o-transform-origin: 0 -20px;
    -ms-transform-origin: 0 -20px;
    transform-origin: 0 -20px;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, visibility 0s ease-in .3s;
    -moz-transition: opacity .3s ease-in-out, -moz-transform .3s ease-in-out, visibility 0s ease-in .3s;
    -o-transition: opacity .3s ease-in-out, -o-transform .3s ease-in-out, visibility 0s ease-in .3s;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out, transform .3s ease-in-out, visibility 0s ease-in .3s;
    position: absolute;
    margin-top: 20px;
    width: 180px;
    left: 0;
    text-align: left;
    top: 100%;
    border: 5px solid #1a1a1a;
    background-color: #1a1a1a
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social:before {
    position: absolute;
    content: ' ';
    left: -5px;
    width: 100px;
    top: -25px;
    background: 0 0;
    height: 20px
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social:after {
    position: absolute;
    content: ' ';
    left: -5px;
    top: -14px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1a1a1a
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social li {
    float: left;
    margin-right: 3px;
    background-color: #fff
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social li:last-child {
    margin-right: 0
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #1a1a1a;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}
section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social li a:hover {
    background-color: #38abe1;
    color: #fff;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}
section.section-blog div.blog-post .thumb {
    padding-right: 0
}
section.section-blog div.blog-post .desc {
    padding-left: 70px;
    text-align: center
}
section.section-blog div.blog-post .desc h3>a {
    display: block;
    margin-top: 110px;
    margin-bottom: 20px;
    position: relative;
    font-family: "Roboto Slab", sans-serif;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a
}
section.section-blog div.blog-post .desc h3>a:after,
section.section-blog div.blog-post .desc h3>a:before {
    content: ' ';
    width: 0;
    border-left: 11.55px solid transparent;
    border-right: 11.55px solid transparent;
    border-top: 20px solid #1a1a1a;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -40px;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out
}
section.section-blog div.blog-post .desc h3>a:after {
    border-left: 8.04px solid transparent;
    border-right: 8.04px solid transparent;
    border-top: 14px solid #fff;
    top: -38px
}
section.section-blog div.blog-post .desc h3>a:hover {
    color: #1a1a1a
}
section.section-blog div.blog-post .desc h3>a:hover:before {
    top: -30px
}
section.section-blog div.blog-post .desc h3>a:hover:after {
    top: -28px
}
section.section-blog div.blog-post .desc .read-more {
    display: inline-block;
    margin-top: 40px
}
section.section-blog div.blog-post:nth-child(2n)>div.col-md-6 {
    float: right
}
section.section-blog div.blog-post:nth-child(2n) .thumb {
    padding-right: 15px;
    padding-left: 0
}
section.section-blog div.blog-post:nth-child(2n) .desc {
    padding-left: 15px;
    padding-right: 70px
}
section.section-blog div.blog-post:nth-child(2n) div.meta-infos {
    left: -50px
}
section.section-follow {
    background-image: url(../../images/follow-bg.jpg);
    background-position-y: -594px;
    padding-top: 75px;
    padding-bottom: 130px;
    text-align: center;
    color: #fff
}
section.section-follow.style-2 {
    background-image: none;
    background-color: #1a1a1a
}
section.section-follow.style-2 .follow-margin {
    margin: 40px auto 0;
    max-width: 700px
}
section.section-follow .follow-style1 {
    max-width: 700px;
    margin: 0 auto
}
section.section-follow .follow-margin>div.col-sm-4 {
    position: relative;
    z-index: 100
}
section.section-follow>div.container>div.row {
    margin-top: 40px
}
section.section-follow div.follow-circle {
    width: 100%;
    padding-top: 100%;
    display: inline-block;
    position: relative;
    margin-top: 30px;
    background-color: transparent;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    line-height: 230px;
    z-index: 600
}
section.section-follow div.follow-circle i {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
section.section-follow div.follow-circle>div.follow-inner-circle {
    -webkit-transition: opacity .5s, background-color .5s, border-color .5s, -webkit-transform .5s cubic-bezier(.18, .89, .32, 1.28), visibility 0s ease-out .5s;
    -moz-transition: opacity .5s, background-color .5s, border-color .5s, -moz-transform .5s cubic-bezier(.18, .89, .32, 1.28), visibility 0s ease-out .5s;
    -o-transition: opacity .5s, background-color .5s, border-color .5s, -o-transform .5s cubic-bezier(.18, .89, .32, 1.28), visibility 0s ease-out .5s;
    transition: opacity .5s, background-color .5s, border-color .5s, -webkit-transform .5s cubic-bezier(.18, .89, .32, 1.28), -moz-transform .5s cubic-bezier(.18, .89, .32, 1.28), -o-transform .5s cubic-bezier(.18, .89, .32, 1.28), transform .5s cubic-bezier(.18, .89, .32, 1.28), visibility 0s ease-out .5s;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 20px solid transparent;
    background-color: #38abe1;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(30deg) scale(1);
    -moz-transform: rotate(30deg) scale(1);
    -o-transform: rotate(30deg) scale(1);
    -ms-transform: rotate(30deg) scale(1);
    transform: rotate(30deg) scale(1)
}
section.section-follow div.follow-circle>div.follow-inner-circle>div {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
section.section-follow div.follow-circle>div.follow-inner-circle>div>span.count {
    font-size: 40px
}
section.section-follow div.follow-circle>div.follow-inner-circle>div span.likes {
    font-size: 18px;
    display: block;
    margin-top: 20px
}
section.section-follow div.follow-circle:hover {
    cursor: pointer;
    border-color: #38abe1;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s
}
section.section-follow div.follow-circle:hover>div.follow-inner-circle {
    -webkit-transition: opacity .5s, background-color .5s, border-color .5s, -webkit-transform .5s cubic-bezier(.18, .89, .32, 1.28), visibility 0s ease-in 0s;
    -moz-transition: opacity .5s, background-color .5s, border-color .5s, -moz-transform .5s cubic-bezier(.18, .89, .32, 1.28), visibility 0s ease-in 0s;
    -o-transition: opacity .5s, background-color .5s, border-color .5s, -o-transform .5s cubic-bezier(.18, .89, .32, 1.28), visibility 0s ease-in 0s;
    transition: opacity .5s, background-color .5s, border-color .5s, -webkit-transform .5s cubic-bezier(.18, .89, .32, 1.28), -moz-transform .5s cubic-bezier(.18, .89, .32, 1.28), -o-transform .5s cubic-bezier(.18, .89, .32, 1.28), transform .5s cubic-bezier(.18, .89, .32, 1.28), visibility 0s ease-in 0s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
}
section.section-follow div.social-title {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 16px
}
section.google-map {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden
}
section.google-map>div.map-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    left: 0;
    right: 0;
    bottom: 0
}
section.google-map>div.map-overlay div.contact-info {
    background-color: rgba(56, 171, 225, .66);
    border: 8px solid rgba(255, 255, 255, .66);
    text-align: center;
    color: #fff;
    margin-top: 135px;
    padding-top: 20px;
    padding-bottom: 40px
}
section.google-map>div.map-overlay div.contact-info>div {
    margin-top: 30px
}
section.google-map>div.map-overlay.open {
    top: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
section.section-banner {
    padding: 75px 0;
    background-image: url(../../images/blogs-bg.jpg);
    text-align: center;
    color: #fff;
    margin-bottom: 50px
}
section.section-banner h2 {
    font-size: 100px;
    font-weight: 700;
    margin: 0;
    line-height: 1
}
section.section-blog-list article.entry {
    border: 1px solid #e5e5e5;
    margin: 20px 20px 60px;
    min-height: 2570px
}
section.section-blog-list article.entry div.thumbs {
    margin-left: -20px;
    margin-top: -20px;
    width: 150px;
    height: 160px;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-box-shadow .3s;
    -moz-transition: -moz-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s
}
section.section-blog-list article.entry div.thumbs:hover {
    -webkit-transition: -webkit-box-shadow .3s;
    -moz-transition: -moz-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .3)
}
section.section-blog-list article.entry div.contents {
    margin-left: 275px;
    padding: 15px
}
section.section-blog-list article.entry div.contents h2.entry-title {
    text-transform: none;
    font-family: "Roboto Slab", sans-serif;
    font-size: 25px;
    font-weight: 400;
    font-style: normal
}
section.section-blog-list article.entry div.contents h2.entry-title a {
    color: #1a1a1a;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}
section.section-blog-list article.entry div.contents h2.entry-title a:hover {
    color: #38abe1
}
section.section-blog-list article.entry div.contents div.entry-meta {
    margin-bottom: 10px
}
section.section-blog-list article.entry div.contents div.entry-meta a,
section.section-blog-list article.entry div.contents div.entry-meta span,
section.section-blog-list article.entry div.contents div.entry-meta time {
    color: #38abe1
}
section.section-blog-list article.entry div.contents div.entry-content {
    margin-bottom: 30px
}
section.section-blog-list article.entry div.contents a.entry-read-more {
    color: #1a1a1a;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    text-transform: uppercase
}
section.section-blog-list article.entry div.contents a.entry-read-more span.flexible-arrow {
    display: inline-block;
    position: relative
}
section.section-blog-list article.entry div.contents a.entry-read-more span.flexible-arrow:before {
    position: absolute;
    content: ' ';
    background-color: #1a1a1a;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    height: 1px;
    top: 50%;
    left: 0;
    -lh-property: 0;
    width: -webkit-calc(100% - 3px);
    width: -moz-calc(100% - 3px);
    width: calc(100% - 3px)
}
section.section-blog-list article.entry div.contents a.entry-read-more span.flexible-arrow:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    margin-left: 10px;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out
}
section.section-blog-list article.entry div.contents a.entry-read-more:hover {
    color: #38abe1;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}
section.section-blog-list article.entry div.contents a.entry-read-more:hover span.flexible-arrow:before {
    background-color: #38abe1;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}
section.section-blog-list article.entry div.contents a.entry-read-more:hover span.flexible-arrow:after {
    margin-left: 30px;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out
}
section.section-widgets aside.widget {
    margin-bottom: 60px
}
section.section-widgets aside.widget h2 {
    text-transform: none;
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px
}
section.section-widgets aside.widget h2 span.underlined:after {
    bottom: -3px;
    background-color: #1a1a1a
}
section.section-widgets aside.widget_search span.screen-reader-text {
    display: none
}
section.section-widgets aside.widget_search form.search-form {
    position: relative
}
section.section-widgets aside.widget_search form.search-form>label {
    width: 100%
}
section.section-widgets aside.widget_search input.search-field {
    height: 40px;
    width: 100%;
    border: 2px solid #e5e5e5;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
    padding: 0 25px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
section.section-widgets aside.widget_search input.search-field::-webkit-input-placeholder {
    color: #e5e5e5
}
section.section-widgets aside.widget_search input.search-field:-moz-placeholder {
    color: #e5e5e5
}
section.section-widgets aside.widget_search input.search-field::-moz-placeholder {
    color: #e5e5e5
}
section.section-widgets aside.widget_search input.search-field:-ms-input-placeholder {
    color: #e5e5e5
}
section.section-widgets aside.widget_search button.search-submit {
    position: absolute;
    right: 15px;
    top: 0;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    outline: 0
}
section.section-widgets aside.widget_categories ul li.cat-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5
}
section.section-widgets aside.widget_categories ul li.cat-item:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f178";
    margin-right: 15px;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out
}
section.section-widgets aside.widget_categories ul li.cat-item:last-child {
    border-bottom: none
}
section.section-widgets aside.widget_categories ul li.cat-item a {
    color: #1a1a1a;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}
section.section-widgets aside.widget_categories ul li.cat-item a:hover {
    color: #38abe1
}
section.section-widgets aside.widget_categories ul li.cat-item:hover:before {
    margin-right: 10px;
    margin-left: 5px
}
section.section-widgets aside.widget_recent_entries ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}
section.section-widgets aside.widget_recent_entries ul li:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
section.section-widgets aside.widget_recent_entries ul li:last-child {
    border-bottom: none
}
section.section-widgets aside.widget_recent_entries ul li a.latest-thumb {
    width: 70px;
    height: 70px;
    position: relative;
    float: left
}
section.section-widgets aside.widget_recent_entries ul li a.latest-thumb img {
    width: 100%;
    height: auto
}
section.section-widgets aside.widget_recent_entries ul li span.post-date {
    display: block;
    margin-left: 90px;
    margin-bottom: 10px;
    font-size: 12px
}
section.section-widgets aside.widget_recent_entries ul li a.entry-title {
    display: block;
    margin-left: 90px;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.3em;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}
section.section-widgets aside.widget_recent_entries ul li a.entry-title:hover {
    color: #38abe1
}
section.section-widgets aside.widget_tag_cloud div.tagcloud {
    margin-left: -5px
}
section.section-widgets aside.widget_tag_cloud div.tagcloud a {
    padding: 10px 14px;
    color: #1a1a1a;
    border: 1px solid #e5e5e5;
    line-height: 1;
    font-size: 12px;
    float: left;
    display: block;
    margin-left: 5px;
    margin-bottom: 5px;
    -webkit-transition: color .3s, border-color .3s, background-color .3s;
    -moz-transition: color .3s, border-color .3s, background-color .3s;
    -o-transition: color .3s, border-color .3s, background-color .3s;
    transition: color .3s, border-color .3s, background-color .3s
}
section.section-widgets aside.widget_tag_cloud div.tagcloud a:hover {
    color: #fff;
    background-color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s, border-color .3s, background-color .3s;
    -moz-transition: color .3s, border-color .3s, background-color .3s;
    -o-transition: color .3s, border-color .3s, background-color .3s;
    transition: color .3s, border-color .3s, background-color .3s
}
section.section-widgets aside.widget_tag_cloud:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
section.section-widgets aside.widget_flickr div.flickr_thumbs {
    margin-left: -10px
}
section.section-widgets aside.widget_flickr div.flickr_thumbs a {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px
}
section.section-widgets aside.widget_flickr div.flickr_thumbs a img {
    width: 100%;
    height: auto
}
section.section-widgets aside.widget_flickr div.flickr_thumbs:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
div.blog-list-style-2 section.section-blog-list {
    float: right
}
div.blog-list-style-2 article.entry {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    margin-left: 20px
}
div.blog-list-style-2 article.entry div.thumbs {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
    height: auto
}
div.blog-list-style-2 article.entry div.thumbs:hover {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
div.blog-list-style-2 article.entry div.thumbs a {
    display: block;
    width: 100%
}
div.blog-list-style-2 article.entry div.thumbs a img {
    width: 100%;
    height: auto
}
div.blog-list-style-2 article.entry div.contents {
    margin-left: 175px;
    position: relative
}
div.blog-list-style-2 article.entry div.contents div.entry-meta {
    position: absolute;
    left: -115px;
    width: 100px;
    top: -35px;
    text-align: center;
    z-index: 50;
    margin-bottom: 0
}
div.blog-list-style-2 article.entry div.contents div.entry-meta a,
div.blog-list-style-2 article.entry div.contents div.entry-meta span,
div.blog-list-style-2 article.entry div.contents div.entry-meta time {
    color: #fff
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-author,
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-comments,
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-date,
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share {
    background-color: #38abe1;
    color: #fff;
    display: block;
    margin-bottom: 2px;
    padding: 12px 15px
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-date {
    line-height: 1.4
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-date span.month {
    text-transform: uppercase
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-date span.year {
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1.4
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-author {
    line-height: 1.4
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-author>span {
    text-transform: uppercase
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-comments {
    line-height: 1.4
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-comments>span {
    display: block;
    font-size: 32px
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share {
    position: relative;
    cursor: pointer;
    font-size: 32px;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share:hover {
    background-color: #1a1a1a;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share:hover ul.social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: visibility 0s, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: visibility 0s, opacity .3s ease-in-out, -moz-transform .3s ease-in-out;
    -o-transition: visibility 0s, opacity .3s ease-in-out, -o-transform .3s ease-in-out;
    transition: visibility 0s, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out, transform .3s ease-in-out
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share ul.social {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 -20px;
    -moz-transform-origin: 0 -20px;
    -o-transform-origin: 0 -20px;
    -ms-transform-origin: 0 -20px;
    transform-origin: 0 -20px;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, visibility 0s ease-in .3s;
    -moz-transition: opacity .3s ease-in-out, -moz-transform .3s ease-in-out, visibility 0s ease-in .3s;
    -o-transition: opacity .3s ease-in-out, -o-transform .3s ease-in-out, visibility 0s ease-in .3s;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out, transform .3s ease-in-out, visibility 0s ease-in .3s;
    position: absolute;
    margin-top: 20px;
    width: 180px;
    left: 0;
    text-align: left;
    top: 100%;
    border: 5px solid #1a1a1a;
    background-color: #1a1a1a
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share ul.social:before {
    position: absolute;
    content: ' ';
    left: -5px;
    width: 100px;
    top: -25px;
    background: 0 0;
    height: 20px
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share ul.social:after {
    position: absolute;
    content: ' ';
    left: -5px;
    top: -14px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1a1a1a
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share ul.social li {
    float: left;
    margin-right: 3px;
    background-color: #fff
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share ul.social li:last-child {
    margin-right: 0
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share ul.social li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #1a1a1a;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}
div.blog-list-style-2 article.entry div.contents div.entry-meta div.post-share ul.social li a:hover {
    background-color: #38abe1;
    color: #fff;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}
div.blog-list-style-2 article.entry div.contents div.entry-content {
    margin-bottom: 40px
}
div.blog-list-style-2 article.entry div.contents a.entry-read-more {
    margin-bottom: 60px;
    display: inline-block
}
div.blog-list-style-2 article.entry.entry-quote {
    position: relative;
    min-height: 0
}
div.blog-list-style-2 article.entry.entry-quote div.contents {
    margin-left: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    padding: 35px 30px;
    z-index: 12
}
div.blog-list-style-2 article.entry.entry-quote div.contents:after,
div.blog-list-style-2 article.entry.entry-quote div.contents:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out;
    -moz-transition: -moz-transform .4s ease-in-out, opacity .4s ease-in-out;
    -o-transition: -o-transform .4s ease-in-out, opacity .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out, -o-transform .4s ease-in-out, transform .4s ease-in-out, opacity .4s ease-in-out
}
div.blog-list-style-2 article.entry.entry-quote div.contents:before {
    border-top: 5px solid rgba(255, 255, 255, .66);
    border-bottom: 5px solid rgba(255, 255, 255, .66);
    left: 5px;
    right: 5px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}
div.blog-list-style-2 article.entry.entry-quote div.contents:after {
    border-left: 5px solid rgba(255, 255, 255, .66);
    border-right: 5px solid rgba(255, 255, 255, .66);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}
div.blog-list-style-2 article.entry.entry-quote div.contents:hover:after,
div.blog-list-style-2 article.entry.entry-quote div.contents:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out;
    -moz-transition: -moz-transform .4s ease-in-out, opacity .4s ease-in-out;
    -o-transition: -o-transform .4s ease-in-out, opacity .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out, -o-transform .4s ease-in-out, transform .4s ease-in-out, opacity .4s ease-in-out
}
div.blog-list-style-2 article.entry.entry-quote div.contents div.entry-content {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px
}
div.blog-list-style-2 article.entry.entry-quote div.contents div.entry-content:before {
    content: '';
    background-image: url(../../images/opening-quote.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 17px;
    margin-bottom: 15px;
    display: block
}
div.blog-list-style-2 article.entry.entry-quote div.contents a.quote-author {
    margin-top: 15px;
    display: inline-block;
    color: #38abe1;
    text-decoration: underline
}
div.blog-list-style-2 article.entry.entry-quote div.contents a.entry-read-more,
div.blog-list-style-2 article.entry.entry-quote div.contents div.entry-meta,
div.blog-list-style-2 article.entry.entry-quote div.contents h2.entry-title {
    display: none
}
div.blog-list-style-3 article.entry {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 50px;
    margin-right: 20px;
    position: relative
}
div.blog-list-style-3 article.entry div.thumbs {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
    height: auto
}
div.blog-list-style-3 article.entry div.thumbs:hover {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
div.blog-list-style-3 article.entry div.thumbs a {
    display: block;
    width: 100%
}
div.blog-list-style-3 article.entry div.thumbs a img {
    width: 100%;
    height: auto
}
div.blog-list-style-3 article.entry div.contents {
    margin-left: 0;
    position: static;
    padding: 15px 0
}
div.blog-list-style-3 article.entry div.contents div.entry-meta {
    position: absolute;
    left: 0;
    width: 100px;
    top: 0;
    text-align: center;
    z-index: 50;
    margin-bottom: 0
}
div.blog-list-style-3 article.entry div.contents div.entry-meta a,
div.blog-list-style-3 article.entry div.contents div.entry-meta span,
div.blog-list-style-3 article.entry div.contents div.entry-meta time {
    color: #fff
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-author,
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-comments,
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-date,
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share {
    background-color: #38abe1;
    color: #fff;
    display: block;
    margin-bottom: 2px;
    padding: 12px 15px
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-date {
    line-height: 1.4
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-date span.month {
    text-transform: uppercase
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-date span.year {
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1.4
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-author {
    line-height: 1.4
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-author>span {
    text-transform: uppercase
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-comments {
    line-height: 1.4
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-comments>span {
    display: block;
    font-size: 32px
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share {
    position: relative;
    cursor: pointer;
    font-size: 32px;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share:hover {
    background-color: #1a1a1a;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share:hover ul.social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: visibility 0s, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: visibility 0s, opacity .3s ease-in-out, -moz-transform .3s ease-in-out;
    -o-transition: visibility 0s, opacity .3s ease-in-out, -o-transform .3s ease-in-out;
    transition: visibility 0s, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out, transform .3s ease-in-out
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share ul.social {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 -20px;
    -moz-transform-origin: 0 -20px;
    -o-transform-origin: 0 -20px;
    -ms-transform-origin: 0 -20px;
    transform-origin: 0 -20px;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, visibility 0s ease-in .3s;
    -moz-transition: opacity .3s ease-in-out, -moz-transform .3s ease-in-out, visibility 0s ease-in .3s;
    -o-transition: opacity .3s ease-in-out, -o-transform .3s ease-in-out, visibility 0s ease-in .3s;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out, transform .3s ease-in-out, visibility 0s ease-in .3s;
    position: absolute;
    margin-top: 20px;
    width: 180px;
    left: 0;
    text-align: left;
    top: 100%;
    border: 5px solid #1a1a1a;
    background-color: #1a1a1a
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share ul.social:before {
    position: absolute;
    content: ' ';
    left: -5px;
    width: 100px;
    top: -25px;
    background: 0 0;
    height: 20px
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share ul.social:after {
    position: absolute;
    content: ' ';
    left: -5px;
    top: -14px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1a1a1a
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share ul.social li {
    float: left;
    margin-right: 3px;
    background-color: #fff
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share ul.social li:last-child {
    margin-right: 0
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share ul.social li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #1a1a1a;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}
div.blog-list-style-3 article.entry div.contents div.entry-meta div.post-share ul.social li a:hover {
    background-color: #38abe1;
    color: #fff;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}
div.blog-list-style-3 article.entry div.contents div.entry-content {
    margin-bottom: 40px
}
div.blog-list-style-3 article.entry div.contents a.entry-read-more {
    margin-bottom: 60px;
    display: inline-block;
    padding: 20px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    line-height: 1;
    border: 1px solid #e5e5e5;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}
div.blog-list-style-3 article.entry div.contents a.entry-read-more:hover {
    background-color: #38abe1;
    color: #fff;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}
div.post-detail-wrapper h2 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal
}
div.post-detail-wrapper article.post-detail {
    margin-right: 20px
}
div.post-detail-wrapper article.post-detail>img {
    width: 100%;
    height: auto
}
div.post-detail-wrapper article.post-detail h2.entry-title {
    margin-top: 30px;
    text-transform: none
}
div.post-detail-wrapper article.post-detail ul.entry-meta {
    display: block;
    list-style: none;
    margin-left: 0;
    margin-bottom: 30px
}
div.post-detail-wrapper article.post-detail ul.entry-meta>li {
    color: #1a1a1a;
    display: inline-block;
    padding-left: 0
}
div.post-detail-wrapper article.post-detail ul.entry-meta>li>label {
    margin-right: 5px
}
div.post-detail-wrapper article.post-detail ul.entry-meta>li>a,
div.post-detail-wrapper article.post-detail ul.entry-meta>li>span,
div.post-detail-wrapper article.post-detail ul.entry-meta>li>time {
    color: #38abe1
}
div.post-detail-wrapper article.post-detail ul.entry-meta>li+li:before {
    content: '/\00a0';
    display: inline-block;
    padding: 0 10px
}
div.post-detail-wrapper article.post-detail p.with-drop-cap:first-letter {
    font-size: 48px;
    float: left;
    line-height: 1;
    margin-right: 10px
}
div.post-detail-wrapper article.post-detail div.quote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 30px 30px 80px;
    color: #707070;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    line-height: 1.8em;
    position: relative
}
div.post-detail-wrapper article.post-detail div.quote:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f10d';
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 40px;
    color: #e5e5e5
}
div.post-detail-wrapper article.post-detail ul {
    margin-left: 25px
}
div.post-detail-wrapper article.post-detail ul li {
    display: list-item;
    padding-left: 15px
}
div.post-detail-wrapper article.post-detail div.social {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 80px
}
div.post-detail-wrapper article.post-detail div.social a.icon-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    line-height: 35px;
    color: #1a1a1a;
    border: 1px solid #e5e5e5;
    text-align: center;
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}
div.post-detail-wrapper article.post-detail div.social a.icon-button:hover {
    background-color: #38abe1;
    color: #fff;
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}
div.post-detail-wrapper article.post-detail div.social:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
div.post-detail-wrapper section.section-blog-list>h2,
div.post-detail-wrapper section.section-comments>h2 {
    margin-bottom: 70px
}
div.post-detail-wrapper section.section-leave-comment {
    margin-right: 20px;
    margin-bottom: 80px
}
div.post-detail-wrapper section.section-leave-comment>h2 {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px
}
div.post-detail-wrapper section.section-leave-comment form .form-control {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 0 20px;
    margin-bottom: 30px;
    height: 50px
}
div.post-detail-wrapper section.section-leave-comment form textarea.form-control {
    height: 210px;
    padding: 20px
}
div.post-detail-wrapper section.section-leave-comment form button.write-comment {
    height: 50px;
    color: #fff;
    background-color: #38abe1
}
div.post-detail-wrapper section.section-leave-comment form button.write-comment span.flexible-arrow {
    display: inline-block;
    position: relative
}
div.post-detail-wrapper section.section-leave-comment form button.write-comment span.flexible-arrow:before {
    position: absolute;
    content: ' ';
    background-color: #fff;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    height: 1px;
    top: 50%;
    left: 0;
    -lh-property: 0;
    width: -webkit-calc(100% - 3px);
    width: -moz-calc(100% - 3px);
    width: calc(100% - 3px)
}
div.post-detail-wrapper section.section-leave-comment form button.write-comment span.flexible-arrow:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    margin-left: 10px;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out
}
div.post-detail-wrapper section.section-leave-comment form button.write-comment:hover span.flexible-arrow:after {
    margin-left: 30px;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out
}
div.post-detail-wrapper section.section-comments {
    margin-right: 20px
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment {
    margin-left: 20px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    padding: 0 20px 20px 0;
    margin-bottom: 20px
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment a.comment-avatar {
    display: block;
    margin-left: -20px;
    margin-top: -20px;
    float: left
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail {
    margin-left: 100px
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info {
    margin-top: 20px;
    margin-bottom: 10px
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info .comment-author {
    font-size: 18px;
    float: left;
    color: #1a1a1a
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info time {
    float: right;
    font-size: 12px
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info:after {
    content: ' ';
    display: table;
    clear: right;
    zoom: 1
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-desc {
    margin-bottom: 15px
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail a.reply {
    float: right;
    text-transform: uppercase;
    color: #38abe1
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail a.reply:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail a.reply span.just-arrow {
    display: inline-block;
    position: relative;
    margin-left: 10px
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail a.reply span.just-arrow:before {
    position: absolute;
    content: ' ';
    background-color: #38abe1;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    height: 1px;
    top: 50%;
    left: 0;
    -lh-property: 0;
    width: -webkit-calc(100% - 3px);
    width: -moz-calc(100% - 3px);
    width: calc(100% - 3px)
}
div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail a.reply span.just-arrow:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    margin-left: 10px;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out
}
div.post-detail-wrapper section.section-comments ul.comment-list ul.reply-list {
    margin-left: 60px
}
div.blog-detail-style-2 div.post-detail-wrapper {
    float: right
}
div.blog-detail-style-2 div.post-detail-wrapper h2.entry-title {
    margin-top: 0
}
div.blog-detail-style-2 div.post-detail-wrapper article.post-detail {
    margin-right: 0;
    margin-left: 20px
}
div.blog-detail-style-2 div.post-detail-wrapper article.post-detail div.quote {
    padding: 30px 0 20px 50px;
    border: 0
}
div.blog-detail-style-2 div.post-detail-wrapper article.post-detail div.quote:before {
    content: '';
    background-image: url(../../images/opening-quote.png);
    background-color: #1a1a1a;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    left: 0;
    background-position: 9px 11.5px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}
div.blog-detail-style-2 div.post-detail-wrapper article.post-detail ul.entry-meta>li+li:before {
    content: '|\00a0';
    padding: 0 20px
}
div.blog-detail-style-2 div.post-detail-wrapper article.post-detail div.social {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e5e5e5
}
div.blog-detail-style-2 div.post-detail-wrapper article.post-detail div.social div.pull-left {
    line-height: 32px
}
div.blog-detail-style-2 div.post-detail-wrapper article.post-detail div.social div.pull-right a.icon-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}
div.blog-detail-style-2 div.post-detail-wrapper article.post-detail div.social span.tag {
    color: #505050
}
div.blog-detail-style-2 div.post-detail-wrapper section.section-comments {
    margin-right: 0;
    margin-left: 20px
}
div.blog-detail-style-2 div.post-detail-wrapper section.section-comments ul.comment-list div.comment {
    margin-top: 0;
    margin-left: 0
}
div.blog-detail-style-2 div.post-detail-wrapper section.section-comments ul.comment-list div.comment a.comment-avatar {
    margin-left: 20px;
    margin-top: 20px;
    width: 80px;
    height: 80px
}
div.blog-detail-style-2 div.post-detail-wrapper section.section-comments ul.comment-list div.comment a.comment-avatar img {
    width: 100%;
    height: auto
}
div.blog-detail-style-2 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail {
    margin-left: 120px
}
div.blog-detail-style-2 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info a,
div.blog-detail-style-2 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info time {
    display: block;
    float: none
}
div.blog-detail-style-2 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail a.reply {
    float: left
}
div.blog-detail-style-2 div.post-detail-wrapper section.section-comments ul.comment-list ul.reply-list {
    margin-left: 100px
}
div.blog-detail-style-2 div.post-detail-wrapper section.section-leave-comment {
    margin-right: 0;
    margin-left: 20px
}
div.blog-detail-style-3 div.post-detail-wrapper {
    padding-right: 35px
}
div.blog-detail-style-3 div.post-detail-wrapper h2.entry-title {
    margin-top: 0;
    text-transform: none
}
div.blog-detail-style-3 div.post-detail-wrapper article.post-detail p.with-drop-cap:first-letter {
    background-color: #000;
    color: #fff;
    padding: 9px;
    font-size: 30px
}
div.blog-detail-style-3 div.post-detail-wrapper article.post-detail div.quote {
    padding: 20px 20px 20px 55px;
    margin-left: 10px;
    margin-top: 40px;
    color: #505050
}
div.blog-detail-style-3 div.post-detail-wrapper article.post-detail div.quote:before {
    content: '';
    background-image: url(../../images/opening-quote.png);
    background-color: #38abe1;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    left: -10px;
    top: -10px;
    background-position: 11.5px 14px
}
div.blog-detail-style-3 div.post-detail-wrapper article.post-detail ul.entry-meta>li+li:before {
    content: '|\00a0';
    padding: 0 10px 0 20px;
    color: #e5e5e5
}
div.blog-detail-style-3 div.post-detail-wrapper article.post-detail div.social {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e5e5e5
}
div.blog-detail-style-3 div.post-detail-wrapper article.post-detail div.social div.pull-left {
    line-height: 32px
}
div.blog-detail-style-3 div.post-detail-wrapper article.post-detail div.social div.pull-right a.icon-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}
div.blog-detail-style-3 div.post-detail-wrapper article.post-detail div.social div.pull-right a.icon-button:hover {
    background-color: #fff;
    color: #38abe1
}
div.blog-detail-style-3 div.post-detail-wrapper article.post-detail div.social span.tag {
    color: #505050
}
div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment {
    margin-top: 0;
    margin-left: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5
}
div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment a.comment-avatar {
    margin-left: 0;
    margin-top: 0;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden
}
div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment a.comment-avatar img {
    width: 100%;
    height: auto
}
div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail {
    margin-left: 130px
}
div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info time {
    float: none
}
div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info time:before {
    content: '|\00a0';
    padding: 0 10px 0 20px;
    color: #e5e5e5
}
div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail a.reply {
    float: left
}
div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list ul.reply-list {
    margin-left: 130px
}
footer {
    color: #fff
}
footer section.contact-form {
    text-align: center;
    background-color: #1a1a1a;
    padding-top: 80px;
    padding-bottom: 80px
}
footer section.contact-form h2 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px
}
footer section.contact-form form.contact-form {
    margin-top: 70px
}
footer section.contact-form form.contact-form input,
footer section.contact-form form.contact-form textarea {
    width: 100%;
    border: 1px solid #707070;
    color: #707070;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 15px 20px;
    margin-bottom: 30px
}
footer section.contact-form form.contact-form input::-webkit-input-placeholder,
footer section.contact-form form.contact-form textarea::-webkit-input-placeholder {
    color: #707070
}
footer section.contact-form form.contact-form input:-moz-placeholder,
footer section.contact-form form.contact-form textarea:-moz-placeholder {
    color: #707070
}
footer section.contact-form form.contact-form input::-moz-placeholder,
footer section.contact-form form.contact-form textarea::-moz-placeholder {
    color: #707070
}
footer section.contact-form form.contact-form input:-ms-input-placeholder,
footer section.contact-form form.contact-form textarea:-ms-input-placeholder {
    color: #707070
}
footer section.contact-form form.contact-form textarea {
    max-width: 100%;
    height: 200px
}
footer section.copyright {
    background-color: #101010;
    color: #707070;
    padding-top: 40px;
    padding-bottom: 40px
}
footer section.copyright a {
    color: #fff
}
ul.pagination.style-1 li a,
ul.pagination.style-1 li span {
    border: 0;
    color: #1a1a1a;
    line-height: 28px;
    margin-left: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}
ul.pagination.style-1 li a:active,
ul.pagination.style-1 li a:focus,
ul.pagination.style-1 li a:hover,
ul.pagination.style-1 li span:active,
ul.pagination.style-1 li span:focus,
ul.pagination.style-1 li span:hover {
    background-color: #fff;
    color: #38abe1;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    text-decoration: underline
}
ul.pagination.style-1 li.next a,
ul.pagination.style-1 li.next span,
ul.pagination.style-1 li.prev a,
ul.pagination.style-1 li.prev span {
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 40px;
    text-align: center;
    line-height: 26px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out
}
ul.pagination.style-1 li.next a:hover,
ul.pagination.style-1 li.next span:hover,
ul.pagination.style-1 li.prev a:hover,
ul.pagination.style-1 li.prev span:hover {
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out
}
ul.pagination.style-1 li.active a,
ul.pagination.style-1 li.active span {
    background-color: #fff;
    color: #38abe1
}
ul.pagination.style-2 {
    float: right
}
ul.pagination.style-2:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
ul.pagination.style-2 li a,
ul.pagination.style-2 li span {
    border: 0;
    color: #1a1a1a;
    line-height: 28px;
    margin-left: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}
ul.pagination.style-2 li a:active,
ul.pagination.style-2 li a:focus,
ul.pagination.style-2 li a:hover,
ul.pagination.style-2 li span:active,
ul.pagination.style-2 li span:focus,
ul.pagination.style-2 li span:hover {
    background-color: #fff;
    color: #38abe1;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    text-decoration: underline
}
ul.pagination.style-2 li.next a,
ul.pagination.style-2 li.next span,
ul.pagination.style-2 li.prev a,
ul.pagination.style-2 li.prev span {
    color: #38abe1;
    text-transform: uppercase
}
ul.pagination.style-2 li.next a span.just-arrow,
ul.pagination.style-2 li.next span span.just-arrow,
ul.pagination.style-2 li.prev a span.just-arrow,
ul.pagination.style-2 li.prev span span.just-arrow {
    display: inline-block;
    position: relative
}
ul.pagination.style-2 li.next a span.just-arrow:before,
ul.pagination.style-2 li.next span span.just-arrow:before,
ul.pagination.style-2 li.prev a span.just-arrow:before,
ul.pagination.style-2 li.prev span span.just-arrow:before {
    position: absolute;
    content: ' ';
    background-color: #38abe1;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    height: 1px;
    top: 50%;
    -lh-property: 0;
    width: -webkit-calc(100% - 3px);
    width: -moz-calc(100% - 3px);
    width: calc(100% - 3px)
}
ul.pagination.style-2 li.next a span.just-arrow:after,
ul.pagination.style-2 li.next span span.just-arrow:after,
ul.pagination.style-2 li.prev a span.just-arrow:after,
ul.pagination.style-2 li.prev span span.just-arrow:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #38abe1
}
ul.pagination.style-2 li.next a span.just-arrow.to-right,
ul.pagination.style-2 li.next span span.just-arrow.to-right,
ul.pagination.style-2 li.prev a span.just-arrow.to-right,
ul.pagination.style-2 li.prev span span.just-arrow.to-right {
    margin-left: 10px
}
ul.pagination.style-2 li.next a span.just-arrow.to-right:before,
ul.pagination.style-2 li.next span span.just-arrow.to-right:before,
ul.pagination.style-2 li.prev a span.just-arrow.to-right:before,
ul.pagination.style-2 li.prev span span.just-arrow.to-right:before {
    left: 0
}
ul.pagination.style-2 li.next a span.just-arrow.to-right:after,
ul.pagination.style-2 li.next span span.just-arrow.to-right:after,
ul.pagination.style-2 li.prev a span.just-arrow.to-right:after,
ul.pagination.style-2 li.prev span span.just-arrow.to-right:after {
    content: "\f105";
    margin-left: 20px
}
ul.pagination.style-2 li.next a span.just-arrow.to-left,
ul.pagination.style-2 li.next span span.just-arrow.to-left,
ul.pagination.style-2 li.prev a span.just-arrow.to-left,
ul.pagination.style-2 li.prev span span.just-arrow.to-left {
    margin-right: 10px
}
ul.pagination.style-2 li.next a span.just-arrow.to-left:before,
ul.pagination.style-2 li.next span span.just-arrow.to-left:before,
ul.pagination.style-2 li.prev a span.just-arrow.to-left:before,
ul.pagination.style-2 li.prev span span.just-arrow.to-left:before {
    right: 0
}
ul.pagination.style-2 li.next a span.just-arrow.to-left:after,
ul.pagination.style-2 li.next span span.just-arrow.to-left:after,
ul.pagination.style-2 li.prev a span.just-arrow.to-left:after,
ul.pagination.style-2 li.prev span span.just-arrow.to-left:after {
    content: "\f104";
    margin-right: 20px
}
ul.pagination.style-2 li.active a,
ul.pagination.style-2 li.active span {
    background-color: #fff;
    color: #38abe1
}
ul.pagination.style-3 li>a,
ul.pagination.style-3 li>span {
    color: #1a1a1a;
    line-height: 28px;
    margin-left: 5px;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, margin .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, margin .3s ease-in-out;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px!important;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px!important;
    -moz-background-clip: padding;
    border-radius: 4px!important;
    background-clip: padding-box;
    min-width: 42px;
    text-align: center
}
ul.pagination.style-3 li>a:active,
ul.pagination.style-3 li>a:focus,
ul.pagination.style-3 li>a:hover,
ul.pagination.style-3 li>span:active,
ul.pagination.style-3 li>span:focus,
ul.pagination.style-3 li>span:hover {
    background-color: #38abe1;
    color: #fff;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, margin .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, margin .3s ease-in-out;
    margin-top: -10px
}
ul.pagination.style-3 li.next a:active,
ul.pagination.style-3 li.next a:focus,
ul.pagination.style-3 li.next a:hover,
ul.pagination.style-3 li.next span:active,
ul.pagination.style-3 li.next span:focus,
ul.pagination.style-3 li.next span:hover,
ul.pagination.style-3 li.prev a:active,
ul.pagination.style-3 li.prev a:focus,
ul.pagination.style-3 li.prev a:hover,
ul.pagination.style-3 li.prev span:active,
ul.pagination.style-3 li.prev span:focus,
ul.pagination.style-3 li.prev span:hover {
    background-color: #fff;
    color: #38abe1;
    border-color: #38abe1;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    margin-top: 0
}
ul.pagination.style-3 li.active>a,
ul.pagination.style-3 li.active>span {
    background-color: #38abe1;
    color: #fff;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, margin .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, margin .3s ease-in-out;
    margin-top: -10px;
    border: 1px solid #e5e5e5
}
div.breadcrumb-wrapper {
    z-index: -1;
    background-color: #f0f0f0;
    margin-bottom: 50px
}
div.breadcrumb-wrapper .breadcrumb {
    margin-bottom: 0;
    background-color: #f0f0f0;
    padding: 12px 0
}
div.breadcrumb-wrapper .breadcrumb>li>a,
div.breadcrumb-wrapper .breadcrumb>li>a:active,
div.breadcrumb-wrapper .breadcrumb>li>a:focus,
div.breadcrumb-wrapper .breadcrumb>li>a:hover {
    color: #1a1a1a
}
div.breadcrumb-wrapper .breadcrumb>li.active {
    color: #38abe1;
    position: relative
}
div.breadcrumb-wrapper .breadcrumb>li.active:after {
    position: absolute;
    content: ' ';
    top: 50%;
    left: 33px;
    -lh-property: 0;
    width: -webkit-calc(100% - 27px);
    width: -moz-calc(100% - 27px);
    width: calc(100% - 27px);
    height: 1px;
    background-color: #38abe1
}
div.breadcrumb-wrapper .breadcrumb>li+li:before {
    content: '>>\00a0';
    padding: 0 10px;
    color: #1a1a1a;
    text-decoration: none!important
}
.navbar-default .navbar-toggle {
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #38abe1
}
.navbar-toggle .icon-bar {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out, transform .3s ease-in-out
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg)
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(4) {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -moz-transform: translateY(-6px) rotateZ(-45deg);
    -o-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg)
}
.owl-carousel-item {
    margin: 0 15px
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 30px;
    height: 3px;
    -webkit-border-radius: none;
    -webkit-background-clip: padding-box;
    -moz-border-radius: none;
    -moz-background-clip: padding;
    border-radius: none;
    background-clip: padding-box;
    background-color: #1a1a1a
}
.owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 3px;
    -webkit-border-radius: none;
    -webkit-background-clip: padding-box;
    -moz-border-radius: none;
    -moz-background-clip: padding;
    border-radius: none;
    background-clip: padding-box;
    background-color: #b3b3b3
}
.owl-carousel.vcarousel .owl-carousel-item {
    margin: 0
}
.owl-carousel.vcarousel.left-side .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}
.owl-carousel.vcarousel.left-side .owl-controls .owl-pagination {
    left: 0;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.owl-carousel.vcarousel.left-side .owl-controls .owl-pagination .owl-page {
    height: 30px;
    padding-left: 40px
}
.owl-carousel.vcarousel.left-side .owl-controls .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .66);
    margin-left: -6px;
    pointer-events: all
}
.owl-carousel.vcarousel.left-side .owl-controls .owl-pagination .owl-page.active span,
.owl-carousel.vcarousel.left-side .owl-controls .owl-pagination .owl-page:hover span {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: transparent;
    border: 3px solid #fff;
    margin-left: -7.5px
}
.owl-carousel.vcarousel.left-side .owl-controls .owl-buttons {
    right: 0;
    width: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.owl-carousel.vcarousel.left-side .owl-controls .owl-buttons .owl-next,
.owl-carousel.vcarousel.left-side .owl-controls .owl-buttons .owl-prev {
    width: 40px;
    height: 40px;
    overflow: hidden;
    pointer-events: all;
    font-size: 22px;
    padding: 0;
    margin: 0 0 10px;
    line-height: 38px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .66);
    display: block
}
.owl-carousel.vcarousel.right-side .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}
.owl-carousel.vcarousel.right-side .owl-controls .owl-pagination {
    right: 0;
    width: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.owl-carousel.vcarousel.right-side .owl-controls .owl-pagination .owl-page {
    height: 30px;
    padding-right: 30px
}
.owl-carousel.vcarousel.right-side .owl-controls .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .66);
    margin-right: -6px;
    pointer-events: all
}
.owl-carousel.vcarousel.right-side .owl-controls .owl-pagination .owl-page.active span,
.owl-carousel.vcarousel.right-side .owl-controls .owl-pagination .owl-page:hover span {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: transparent;
    border: 3px solid #fff;
    margin-right: -7.5px
}
.owl-carousel.vcarousel.right-side .owl-controls .owl-buttons {
    left: 0;
    width: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.owl-carousel.vcarousel.right-side .owl-controls .owl-buttons .owl-next,
.owl-carousel.vcarousel.right-side .owl-controls .owl-buttons .owl-prev {
    width: 40px;
    height: 40px;
    overflow: hidden;
    pointer-events: all;
    float: right;
    font-size: 22px;
    padding: 0;
    margin: 0 0 10px;
    line-height: 38px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .66);
    display: block
}
.owl-carousel.vcarousel.right-side .owl-controls .owl-buttons:after {
    content: ' ';
    display: table;
    clear: both;
    zoom: 1
}
.owl-carousel.vcarousel.slider-2 .owl-controls {
    margin-top: 0
}
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-pagination {
    width: 10px;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-pagination .owl-page {
    height: 33.33%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    display: block
}
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-pagination .owl-page.active,
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-pagination .owl-page:hover {
    border-top: 10px solid #38abe1;
    border-bottom: 10px solid #38abe1
}
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-pagination .owl-page.active span,
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-pagination .owl-page:hover span {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background-color: #1a1a1a;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-pagination .owl-page span {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-buttons .owl-prev>i.fa-angle-left:before {
    content: '\f060'!important
}
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-buttons .owl-next>i.fa-angle-right:before {
    content: '\f061'!important
}
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-buttons .owl-next,
.owl-carousel.vcarousel.slider-2 .owl-controls .owl-buttons .owl-prev {
    border-width: 4px;
    line-height: 32px
}
.owl-carousel.vcarousel.slider-3 .owl-controls {
    display: none!important
}
#follow-carousel .owl-item>.owl-carousel-item>img {
    height: 638px;
    width: auto
}
#process-carousel .owl-item>.owl-carousel-item>img {
    height: 863px;
    width: auto
}
#about-carousel .owl-item>.owl-carousel-item>img {
    height: 996px;
    width: auto
}
#testimonials .owl-theme .owl-controls .owl-page.active span,
#testimonials .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #fff
}
#testimonials .owl-theme .owl-controls .owl-page span {
    background-color: #7c7d7e
}
@media (max-width: 1199px) {
    section.section-slider div.slide-1 .slider-title {
        font-size: 80px;
        margin-bottom: 10px;
        margin-left: -5px!important
    }
    section.section-slider div.slide-2 .slider-title {
        margin-top: 20px!important;
        font-size: 60px
    }
    section.section-slider div.slide-2 .slider-small-text {
        padding: 0 40px
    }
    section.section-slider div.slide-3 .slider-title {
        margin-top: 30px!important;
        font-size: 55px
    }
    section.section-process div.services div.col-md-3 div.icon-wrapper,
    section.section-services div.services div.col-md-3 div.icon-wrapper {
        width: 200px;
        height: 200px
    }
    section.section-process div.services div.col-md-3 div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-md-3 div.icon-wrapper div.icon-inner-wrapper {
        width: 170px;
        height: 170px;
        margin: 14px
    }
    section.section-process div.services div.col-md-3 div.icon-wrapper div.icon-inner-wrapper span.icon,
    section.section-services div.services div.col-md-3 div.icon-wrapper div.icon-inner-wrapper span.icon {
        line-height: 160px
    }
    section.section-process div.services div.col-md-3:hover div.brief,
    section.section-services div.services div.col-md-3:hover div.brief {
        max-height: 156px
    }
    section.section-about div.row .ct-about {
        padding: 15px 35px
    }
    section.section-blog div.blog-post .desc h3>a {
        margin-top: 80px
    }
    section.section-follow div.follow-circle>div.follow-inner-circle {
        border-width: 15px
    }
    section.section-follow div.follow-circle>div.follow-inner-circle>div>span.count {
        font-size: 28px
    }
    section.section-pricing div.pricing-table div.pricing div.half-circle .content-inside-half-circle span.price {
        font-size: 50px
    }
    section.section-process.style-2 .process-list,
    section.section-services.style-2 .process-list {
        margin-left: 0;
        margin-right: 0
    }
    #home2-section-about section.section-about#about div.row .ct-about {
        padding: 15px 55px
    }
    #about-carousel .owl-item>.owl-carousel-item>img,
    #follow-carousel .owl-item>.owl-carousel-item>img,
    #process-carousel .owl-item>.owl-carousel-item>img {
        width: 100%;
        height: auto
    }
    section.section-about.style-3 div.about-container div.about-image-wrapper img {
        width: 100%
    }
}
@media (max-width: 991px) {
    section.section-process div.services div.col-md-3:nth-child(8n+2),
    section.section-process div.services div.col-md-3:nth-child(8n+4),
    section.section-process div.services div.col-md-3:nth-child(8n+5),
    section.section-process div.services div.col-md-3:nth-child(8n+7),
    section.section-services div.services div.col-md-3:nth-child(8n+2),
    section.section-services div.services div.col-md-3:nth-child(8n+4),
    section.section-services div.services div.col-md-3:nth-child(8n+5),
    section.section-services div.services div.col-md-3:nth-child(8n+7) {
        background-color: #38abe1
    }
    section.section-process div.services div.col-md-3:nth-child(8n+2) div.icon-wrapper div.icon-inner-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+4) div.icon-wrapper div.icon-inner-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+5) div.icon-wrapper div.icon-inner-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+7) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+2) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+4) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+5) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+7) div.icon-wrapper div.icon-inner-wrapper {
        background-color: #38abe1
    }
    section.section-process div.services div.col-md-3:nth-child(8n+2) button.btn.colored,
    section.section-process div.services div.col-md-3:nth-child(8n+4) button.btn.colored,
    section.section-process div.services div.col-md-3:nth-child(8n+5) button.btn.colored,
    section.section-process div.services div.col-md-3:nth-child(8n+7) button.btn.colored,
    section.section-services div.services div.col-md-3:nth-child(8n+2) button.btn.colored,
    section.section-services div.services div.col-md-3:nth-child(8n+4) button.btn.colored,
    section.section-services div.services div.col-md-3:nth-child(8n+5) button.btn.colored,
    section.section-services div.services div.col-md-3:nth-child(8n+7) button.btn.colored {
        background-color: #38abe1
    }
    section.section-process div.services div.col-md-3:nth-child(8n+2):hover,
    section.section-process div.services div.col-md-3:nth-child(8n+4):hover,
    section.section-process div.services div.col-md-3:nth-child(8n+5):hover,
    section.section-process div.services div.col-md-3:nth-child(8n+7):hover,
    section.section-services div.services div.col-md-3:nth-child(8n+2):hover,
    section.section-services div.services div.col-md-3:nth-child(8n+4):hover,
    section.section-services div.services div.col-md-3:nth-child(8n+5):hover,
    section.section-services div.services div.col-md-3:nth-child(8n+7):hover {
        background-color: #fff
    }
    section.section-process div.services div.col-md-3:nth-child(8n+2):hover div.icon-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+4):hover div.icon-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+5):hover div.icon-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+7):hover div.icon-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+2):hover div.icon-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+4):hover div.icon-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+5):hover div.icon-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+7):hover div.icon-wrapper {
        border-color: #38abe1
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2),
    section.section-process div.services div.col-sm-6:nth-child(4n+3),
    section.section-services div.services div.col-sm-6:nth-child(4n+2),
    section.section-services div.services div.col-sm-6:nth-child(4n+3) {
        background-color: #48b2e3
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2) div.icon-wrapper div.icon-inner-wrapper,
    section.section-process div.services div.col-sm-6:nth-child(4n+3) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-sm-6:nth-child(4n+2) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-sm-6:nth-child(4n+3) div.icon-wrapper div.icon-inner-wrapper {
        background-color: #48b2e3
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2) button.btn.colored,
    section.section-process div.services div.col-sm-6:nth-child(4n+3) button.btn.colored,
    section.section-services div.services div.col-sm-6:nth-child(4n+2) button.btn.colored,
    section.section-services div.services div.col-sm-6:nth-child(4n+3) button.btn.colored {
        background-color: #48b2e3
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2):hover,
    section.section-process div.services div.col-sm-6:nth-child(4n+3):hover,
    section.section-services div.services div.col-sm-6:nth-child(4n+2):hover,
    section.section-services div.services div.col-sm-6:nth-child(4n+3):hover {
        background-color: #fff
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2):hover div.icon-wrapper,
    section.section-process div.services div.col-sm-6:nth-child(4n+3):hover div.icon-wrapper,
    section.section-services div.services div.col-sm-6:nth-child(4n+2):hover div.icon-wrapper,
    section.section-services div.services div.col-sm-6:nth-child(4n+3):hover div.icon-wrapper {
        border-color: #48b2e3
    }
    header.style-1 nav.navbar.navbar-default,
    header.style-2 nav.navbar.navbar-default {
        margin-top: 20px
    }
    .navbar-nav>li>a {
        margin-top: 10px;
        padding: 10px 7px
    }
    section.section-slider .owl-carousel-item>.slider-contents {
        padding-right: 40px;
        padding-left: 40px
    }
    section.section-slider .owl-carousel-item>.slider-contents.slide-1 {
        left: 40px
    }
    section.section-slider div.slide-1 .slider-cta,
    section.section-slider div.slide-2 .slider-cta,
    section.section-slider div.slide-3 .slider-cta {
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 20px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 20px;
        -moz-background-clip: padding;
        border-radius: 20px;
        background-clip: padding-box;
        padding: 0 30px
    }
    section.section-slider div.slide-1 .slider-social .social-icon,
    section.section-slider div.slide-2 .slider-social .social-icon,
    section.section-slider div.slide-3 .slider-social .social-icon {
        width: 50px;
        height: 50px;
        line-height: 46px;
        font-size: 24px
    }
    section.section-slider div.slide-1 .slider-title {
        font-size: 60px;
        margin-bottom: 10px;
        margin-left: -2px!important
    }
    section.section-slider div.slide-1 .slider-subtitle {
        font-size: 25px
    }
    section.section-slider div.slide-2 .slider-title {
        font-size: 50px;
        margin-top: 0!important;
        margin-bottom: 20px!important
    }
    section.section-slider div.slide-2 .slider-big-text {
        font-size: 30px
    }
    section.section-slider div.slide-2 .slider-small-text {
        margin-bottom: 30px!important
    }
    section.section-slider div.slide-3 .slider-title {
        font-size: 40px;
        margin-top: 10px!important;
        margin-bottom: 20px!important
    }
    section.section-slider div.slide-3 .slider-small-text {
        margin-bottom: 30px!important;
        padding: 0 30px
    }
    section.section-about div.row .ct-about,
    section.section-about div.sub-title {
        padding-left: 15px;
        padding-right: 15px
    }
    section.section-about ul.social-follow-icons li {
        padding: 0 10px
    }
    section.section-success div.double-strike>div[class^=col-md-],
    section.section-success div.double-strike>div[class^=col-sm-] {
        position: relative
    }
    section.section-success div.double-strike>div[class^=col-md-]:after,
    section.section-success div.double-strike>div[class^=col-md-]:before,
    section.section-success div.double-strike>div[class^=col-sm-]:after,
    section.section-success div.double-strike>div[class^=col-sm-]:before {
        display: none;
        content: ''
    }
    section.section-success div.caption i.fa {
        display: block;
        margin: 0 auto 10px
    }
    section.section-blog div.blog-post div.col-md-6,
    section.section-blog div.blog-post:nth-child(2n) div.col-md-6 {
        float: none
    }
    section.section-blog div.blog-post .thumb,
    section.section-blog div.blog-post:nth-child(2n) .thumb {
        padding-left: 15px;
        padding-right: 15px
    }
    section.section-blog div.blog-post .desc,
    section.section-blog div.blog-post:nth-child(2n) .desc {
        padding-left: 15px;
        padding-right: 15px
    }
    section.section-blog div.blog-post div.col-md-6 div.meta-infos,
    section.section-blog div.blog-post:nth-child(2n) div.col-md-6 div.meta-infos {
        left: initial;
        right: 25px
    }
    section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social,
    section.section-blog div.blog-post:nth-child(2n) div.col-md-6 div.meta-infos div.post-share ul.social {
        left: initial;
        right: 0
    }
    section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social:before,
    section.section-blog div.blog-post:nth-child(2n) div.col-md-6 div.meta-infos div.post-share ul.social:before {
        left: initial;
        right: -5px
    }
    section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share ul.social:after,
    section.section-blog div.blog-post:nth-child(2n) div.col-md-6 div.meta-infos div.post-share ul.social:after {
        left: initial;
        right: -5px;
        border-left: 10px solid transparent;
        border-right: 0
    }
    header.style-2 div.header-container {
        padding-left: 10px;
        padding-right: 10px
    }
    header.style-2 div.header-container .hidden-menu-container {
        margin-top: 5px
    }
    header.style-2 .navbar-nav>li>a {
        margin-top: 5px;
        padding: 10px 4.5px
    }
    header.style-2 .navbar-toggle {
        margin-right: 0
    }
    header.style-2 nav.navbar.navbar-default ul.navbar-nav>li>a:before {
        left: 0;
        right: 0
    }
    section.section-works.style-2 div.video-poster div.video-hover-wrapper div.double-circle,
    section.section-works.style-3 div.video-poster div.video-hover-wrapper div.double-circle {
        margin-top: 40px;
        margin-bottom: 30px
    }
    section.section-about.style-3 div.about-container {
        margin-top: 40px;
        margin-left: 0;
        border: 0 solid #e5e5e5
    }
    section.section-about.style-3 div.about-container div.about-image-wrapper {
        float: none;
        margin-left: 0;
        margin-top: 0;
        width: 100%
    }
    section.section-about.style-3 div.about-container div.about-content {
        margin-left: 0
    }
    section.section-about.style-3 div.about-container div.about-content>div.row>div.col-sm-4 {
        text-align: center
    }
    section.section-blog-list article.entry {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }
    section.section-blog-list article.entry div.thumbs {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        height: auto
    }
    section.section-blog-list article.entry div.thumbs img {
        width: 100%;
        height: auto
    }
    section.section-blog-list article.entry div.contents {
        margin-left: 0
    }
    header.stuck.style-2 .navbar-nav>li>a {
        padding: 10px 7px
    }
    div.blog-list-style-2 section.section-blog-list article.entry div.contents {
        margin-left: 115px
    }
    div.blog-list-style-3 section.section-blog-list article.entry div.contents div.entry-meta div.post-author,
    div.blog-list-style-3 section.section-blog-list article.entry div.contents div.entry-meta div.post-comments,
    div.blog-list-style-3 section.section-blog-list article.entry div.contents div.entry-meta div.post-share {
        display: none
    }
    div.post-detail-wrapper article.post-detail,
    div.post-detail-wrapper section.section-comments,
    div.post-detail-wrapper section.section-leave-comment {
        margin-right: 0
    }
    div.blog-detail-style-2 div.post-detail-wrapper article.post-detail,
    div.blog-detail-style-2 div.post-detail-wrapper section.section-comments,
    div.blog-detail-style-2 div.post-detail-wrapper section.section-leave-comment {
        margin-left: 0
    }
    div.blog-detail-style-2 div.post-detail-wrapper article.post-detail ul.entry-meta>li+li:before {
        padding: 0 3px
    }
    div.blog-detail-style-3 div.post-detail-wrapper {
        padding-right: 15px
    }
    div.blog-detail-style-3 div.post-detail-wrapper article.post-detail ul.entry-meta>li+li:before {
        padding: 0 3px
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #1a1a1a;
        opacity: .66
    }
    .navbar-default .navbar-collapse ul.navbar-nav,
    .navbar-default .navbar-form ul.navbar-nav {
        text-align: center
    }
    header nav.navbar.navbar-default ul.navbar-nav>li>a:before {
        top: 100%
    }
    header.style-1 nav.navbar.navbar-default,
    header.style-2 nav.navbar.navbar-default {
        margin-top: 0
    }
    .owl-carousel.vcarousel.right-side .owl-controls .owl-buttons {
        width: 40px
    }
    .owl-carousel.vcarousel.right-side .owl-controls .owl-pagination {
        width: 30px
    }
    .owl-carousel.vcarousel.right-side .owl-controls .owl-pagination .owl-page {
        padding-right: 5px
    }
    section.section-follow .follow-style1 {
        max-width: 250px
    }
    section.section-process div.services div.col-md-3:nth-child(8n+2),
    section.section-process div.services div.col-md-3:nth-child(8n+4),
    section.section-process div.services div.col-md-3:nth-child(8n+5),
    section.section-process div.services div.col-md-3:nth-child(8n+7),
    section.section-services div.services div.col-md-3:nth-child(8n+2),
    section.section-services div.services div.col-md-3:nth-child(8n+4),
    section.section-services div.services div.col-md-3:nth-child(8n+5),
    section.section-services div.services div.col-md-3:nth-child(8n+7) {
        background-color: #38abe1
    }
    section.section-process div.services div.col-md-3:nth-child(8n+2) div.icon-wrapper div.icon-inner-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+4) div.icon-wrapper div.icon-inner-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+5) div.icon-wrapper div.icon-inner-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+7) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+2) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+4) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+5) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+7) div.icon-wrapper div.icon-inner-wrapper {
        background-color: #38abe1
    }
    section.section-process div.services div.col-md-3:nth-child(8n+2) button.btn.colored,
    section.section-process div.services div.col-md-3:nth-child(8n+4) button.btn.colored,
    section.section-process div.services div.col-md-3:nth-child(8n+5) button.btn.colored,
    section.section-process div.services div.col-md-3:nth-child(8n+7) button.btn.colored,
    section.section-services div.services div.col-md-3:nth-child(8n+2) button.btn.colored,
    section.section-services div.services div.col-md-3:nth-child(8n+4) button.btn.colored,
    section.section-services div.services div.col-md-3:nth-child(8n+5) button.btn.colored,
    section.section-services div.services div.col-md-3:nth-child(8n+7) button.btn.colored {
        background-color: #38abe1
    }
    section.section-process div.services div.col-md-3:nth-child(8n+2):hover,
    section.section-process div.services div.col-md-3:nth-child(8n+4):hover,
    section.section-process div.services div.col-md-3:nth-child(8n+5):hover,
    section.section-process div.services div.col-md-3:nth-child(8n+7):hover,
    section.section-services div.services div.col-md-3:nth-child(8n+2):hover,
    section.section-services div.services div.col-md-3:nth-child(8n+4):hover,
    section.section-services div.services div.col-md-3:nth-child(8n+5):hover,
    section.section-services div.services div.col-md-3:nth-child(8n+7):hover {
        background-color: #fff
    }
    section.section-process div.services div.col-md-3:nth-child(8n+2):hover div.icon-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+4):hover div.icon-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+5):hover div.icon-wrapper,
    section.section-process div.services div.col-md-3:nth-child(8n+7):hover div.icon-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+2):hover div.icon-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+4):hover div.icon-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+5):hover div.icon-wrapper,
    section.section-services div.services div.col-md-3:nth-child(8n+7):hover div.icon-wrapper {
        border-color: #38abe1
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2),
    section.section-process div.services div.col-sm-6:nth-child(4n+3),
    section.section-services div.services div.col-sm-6:nth-child(4n+2),
    section.section-services div.services div.col-sm-6:nth-child(4n+3) {
        background-color: #38abe1
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2) div.icon-wrapper div.icon-inner-wrapper,
    section.section-process div.services div.col-sm-6:nth-child(4n+3) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-sm-6:nth-child(4n+2) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-sm-6:nth-child(4n+3) div.icon-wrapper div.icon-inner-wrapper {
        background-color: #38abe1
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2) button.btn.colored,
    section.section-process div.services div.col-sm-6:nth-child(4n+3) button.btn.colored,
    section.section-services div.services div.col-sm-6:nth-child(4n+2) button.btn.colored,
    section.section-services div.services div.col-sm-6:nth-child(4n+3) button.btn.colored {
        background-color: #38abe1
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2):hover,
    section.section-process div.services div.col-sm-6:nth-child(4n+3):hover,
    section.section-services div.services div.col-sm-6:nth-child(4n+2):hover,
    section.section-services div.services div.col-sm-6:nth-child(4n+3):hover {
        background-color: #fff
    }
    section.section-process div.services div.col-sm-6:nth-child(4n+2):hover div.icon-wrapper,
    section.section-process div.services div.col-sm-6:nth-child(4n+3):hover div.icon-wrapper,
    section.section-services div.services div.col-sm-6:nth-child(4n+2):hover div.icon-wrapper,
    section.section-services div.services div.col-sm-6:nth-child(4n+3):hover div.icon-wrapper {
        border-color: #38abe1
    }
    section.section-process div.services div.col-xs-12:nth-child(2n),
    section.section-services div.services div.col-xs-12:nth-child(2n) {
        background-color: #48b2e3
    }
    section.section-process div.services div.col-xs-12:nth-child(2n) div.icon-wrapper div.icon-inner-wrapper,
    section.section-services div.services div.col-xs-12:nth-child(2n) div.icon-wrapper div.icon-inner-wrapper {
        background-color: #48b2e3
    }
    section.section-process div.services div.col-xs-12:nth-child(2n) button.btn.colored,
    section.section-services div.services div.col-xs-12:nth-child(2n) button.btn.colored {
        background-color: #48b2e3
    }
    section.section-process div.services div.col-xs-12:nth-child(2n):hover,
    section.section-services div.services div.col-xs-12:nth-child(2n):hover {
        background-color: #fff
    }
    section.section-process div.services div.col-xs-12:nth-child(2n):hover div.icon-wrapper,
    section.section-services div.services div.col-xs-12:nth-child(2n):hover div.icon-wrapper {
        border-color: #48b2e3
    }
    section.section-slider .owl-carousel-item>.slider-contents {
        padding-right: 30px;
        padding-left: 30px
    }
    section.section-slider .owl-carousel-item>.slider-contents.slide-1 {
        left: 30px
    }
    section.section-slider div.slide-1 .slider-cta,
    section.section-slider div.slide-2 .slider-cta,
    section.section-slider div.slide-3 .slider-cta {
        padding: 0;
        height: auto;
        line-height: 1;
        background: 0 0!important;
        margin-top: 20px
    }
    section.section-slider div.slide-1 .slider-social .social-icon,
    section.section-slider div.slide-2 .slider-social .social-icon,
    section.section-slider div.slide-3 .slider-social .social-icon {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 12px
    }
    section.section-slider div.slide-1 .slider-title {
        font-size: 20px;
        margin-bottom: 5px!important;
        margin-left: 0!important
    }
    section.section-slider div.slide-1 .slider-subtitle {
        font-size: 14px;
        margin-bottom: 10px!important
    }
    section.section-slider div.slide-2 .slider-title {
        font-size: 20px;
        margin-top: 5px!important;
        margin-bottom: 10px!important
    }
    section.section-slider div.slide-2 .slider-big-text {
        font-size: 16px
    }
    section.section-slider div.slide-2 .slider-small-text {
        font-size: 10px;
        margin-bottom: 0!important
    }
    section.section-slider div.slide-3 .slider-title {
        font-size: 20px;
        margin-top: 5px!important;
        margin-bottom: 10px!important
    }
    section.section-slider div.slide-3 .slider-small-text {
        font-size: 10px;
        margin-bottom: 0!important
    }
    section.section-products #isotope-filter .isotope-item {
        width: 50%
    }
    section.google-map {
        height: 750px
    }
    section.google-map #gmap_canvas,
    section.google-map .google-map-wrapper>div {
        height: 750px!important
    }
    section.google-map>div.map-overlay div.contact-info {
        margin-top: 50px
    }
    section.section-works div.video-poster div.video-hover-wrapper>div.video-inner-wrapper div.sub-title,
    section.section-works div.video-poster div.video-hover-wrapper>div.video-inner-wrapper div.title {
        display: none
    }
    section.section-about div.row {
        margin-top: 30px
    }
    section.section-about div.row div.colored.underlined {
        display: none
    }
    section.section-about div.row .ct-about {
        text-align: center;
        min-height: 0
    }
    section.section-about div.person span.name {
        margin-right: 0
    }
    section.section-about div.person span.title {
        display: block
    }
    section.section-pricing div.pricing-table div.pricing div.half-circle .content-inside-half-circle span.price {
        font-size: 70px
    }
    header.style-2 #nav-style-2 {
        display: none!important
    }
    header.style-2 #navbar-menu {
        margin-left: -15px;
        margin-right: -15px
    }
    header.style-2 div.header-container #navbar-menu,
    header.style-2 div.header-container #navbar-menu.collapse.in {
        display: block!important
    }
    header.style-2 div.header-container #navbar-menu.collapse {
        display: none!important
    }
    section.section-slider.slider-2 .owl-carousel.vcarousel.right-side .owl-controls .owl-pagination .owl-page {
        padding-right: 0
    }
    section.section-slider.slider-2 .owl-carousel.vcarousel.right-side .owl-controls .owl-pagination {
        width: 10px
    }
    section.section-follow.style-2 .follow-margin {
        max-width: 250px
    }
    section.section-works.style-2 div.video-poster div.video-hover-wrapper div.video-inner-wrapper>:not(.double-circle),
    section.section-works.style-3 div.video-poster div.video-hover-wrapper div.video-inner-wrapper>:not(.double-circle) {
        display: none
    }
    header.style-3 nav.navbar.navbar-default {
        margin-left: 20px;
        margin-right: 20px
    }
    header.style-3 nav.navbar.navbar-default .navbar-toggle {
        border: 2px solid #1a1a1a
    }
    header.style-3 nav.navbar.navbar-default .navbar-toggle:active,
    header.style-3 nav.navbar.navbar-default .navbar-toggle:focus,
    header.style-3 nav.navbar.navbar-default .navbar-toggle:hover {
        background-color: #fff
    }
    header.style-3 nav.navbar.navbar-default .navbar-toggle:before {
        content: 'MENU';
        color: #1a1a1a;
        position: absolute;
        right: 120%;
        top: 3px
    }
    header.style-3 nav.navbar.navbar-default .navbar-toggle .icon-bar {
        background-color: #1a1a1a
    }
    header.style-3 nav.navbar.navbar-default .navbar-collapse,
    header.style-3 nav.navbar.navbar-default .navbar-form {
        background-color: #e7e7e7
    }
    section.section-widgets aside.widget_recent_entries ul li {
        display: block
    }
    div.blog-list-style-2 section.section-blog-list {
        float: none
    }
    div.blog-list-style-2 section.section-blog-list:after {
        content: ' ';
        display: table;
        clear: both;
        zoom: 1
    }
    header.stuck.style-2>nav.navbar.navbar-default,
    header.stuck.style-3>nav.navbar.navbar-default {
        margin-left: 0;
        margin-right: 0
    }
    header.stuck.style-2 .navbar-toggle {
        margin-right: 15px
    }
    header.stuck.style-2>nav.navbar.navbar-default>div.container,
    header.stuck.style-3>nav.navbar.navbar-default>div.container {
        padding-bottom: 0
    }
    div.blog-list-style-3 section.section-blog-list article.entry {
        padding-top: 0;
        padding-left: 0
    }
    div.blog-detail-style-2 div.post-detail-wrapper {
        float: none
    }
    div.blog-detail-style-2 div.post-detail-wrapper:after {
        content: ' ';
        display: table;
        clear: both;
        zoom: 1
    }
    section.section-banner h2 {
        font-size: 60px
    }
}
@media (max-width: 560px) {
    section.section-blog div.blog-post div.col-md-6 div.meta-infos {
        top: 50px
    }
    section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-author,
    section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-comments,
    section.section-blog div.blog-post div.col-md-6 div.meta-infos div.post-share {
        display: none
    }
    section.section-products #isotope-filter .isotope-item {
        width: 100%
    }
    section.section-products ul.categories li {
        margin-bottom: 10px
    }
    section.section-pricing div.pricing-table div.pricing div.half-circle .content-inside-half-circle span.price {
        font-size: 50px
    }
    .totop-wrapper>div.container {
        text-align: center
    }
    #toTop {
        display: inline-block;
        float: none
    }
    div.post-detail-wrapper section.section-comments ul.comment-list ul.reply-list {
        margin-left: 30px
    }
    div.blog-detail-style-2 div.post-detail-wrapper section.section-comments ul.comment-list ul.reply-list {
        margin-left: 50px
    }
    div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list ul.reply-list {
        margin-left: 65px
    }
    div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info time {
        float: none;
        display: block
    }
    div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info time:before {
        content: '';
        display: none
    }
    div.blog-detail-style-3 div.post-detail-wrapper section.section-comments ul.comment-list div.comment div.comment-detail div.comment-meta-info .comment-author {
        float: none
    }
    section.section-slider .owl-carousel-item>.slider-contents {
        padding-right: 30px;
        padding-left: 30px
    }
    section.section-slider .owl-carousel-item>.slider-contents.slide-1 {
        left: 30px
    }
    section.section-slider .owl-carousel-item>.slider-contents.slide-2,
    section.section-slider .owl-carousel-item>.slider-contents.slide-3 {
        top: 55px;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }
    section.section-slider div.slide-1 .slider-cta,
    section.section-slider div.slide-2 .slider-cta,
    section.section-slider div.slide-3 .slider-cta {
        padding: 0;
        height: auto;
        line-height: 1;
        background: 0 0!important;
        margin-top: 20px
    }
    section.section-slider div.slide-1 .slider-social .social-icon,
    section.section-slider div.slide-2 .slider-social .social-icon,
    section.section-slider div.slide-3 .slider-social .social-icon {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 12px
    }
    section.section-slider div.slide-1 .slider-title {
        font-size: 20px;
        margin-bottom: 5px!important;
        margin-left: 0!important
    }
    section.section-slider div.slide-1 .slider-subtitle {
        font-size: 14px;
        margin-bottom: 10px!important
    }
    section.section-slider div.slide-2 .slider-title {
        font-size: 20px;
        margin-top: 5px!important;
        margin-bottom: 10px!important
    }
    section.section-slider div.slide-2 .slider-big-text {
        font-size: 16px
    }
    section.section-slider div.slide-2 .slider-small-text {
        font-size: 10px;
        margin-bottom: 0!important;
        padding: 0 12px
    }
    section.section-slider div.slide-3 .slider-title {
        font-size: 16px;
        margin-top: 5px!important;
        margin-bottom: 10px!important
    }
    section.section-slider div.slide-3 .slider-small-text {
        font-size: 10px;
        margin-bottom: 0!important;
        padding: 0 13px
    }
}
#gmap_canvas img {
    max-width: none!important;
    background: 0 0!important
}