/*
*Template Name: Master
*Description: HTML5 / CSS3 One Page
*Version: 1.0
*Author: traivan98
**************************************
*/


/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
01. GLOBAL
02. TYPOGRAPHY
03. MISC AND RE-USABLE ELEMENT
04. HEADER
05. SECTION STYLE
06. PORTFOLIO
07. BLOG
08. CONTACT
09. PROCESS
10. TESTIMONIAL
11. TEAM MEMBER
12. FOOTER
13. RESPONSIVE CSS

--------------------------------------------------
*/





/* 01. GLOBAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none
}
[hidden] {
    display: none
}

/* 02. TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
    line-height: 1.4;
    font-family: 'Alegreya', serif;
    background-color: #fff;
    font-size: 15px;
    overflow-x: hidden;
}
::-moz-selection {
    color: #fff;
    background-color: #20ca9c!important
}
::selection {
    color: #fff;
    background-color: #20ca9c!important
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a:hover {
    text-decoration: none
}
.clear {
    clear: both
}
a:active,
a:focus {
    outline: 0
}
a {
    color: inherit
}
:focus {
    outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px
}
.medium {
    font-weight: 500
}
html,
body {
    height: 100%;
    text-align: center;
    color: #787878;
}
h1 {
    font-size: 28px;
    line-height: 40px
}
h2 {
    font-size: 26px;
    line-height: 38px
}
h3 {
    font-size: 24px;
    line-height: 35px
}
h4 {
    font-size: 22px;
    line-height: 30px
}
h5 {
    font-size: 18px;
    line-height: 25px
}
h6 {
    font-size: 16px;
    line-height: 24px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
}
.color-1 {
    color: #292929
}
.color-2 {
    color: #fff
}
a {
    -webkit-transition: all .2s ease 10ms;
    -moz-transition: all .2s ease 10ms;
    -o-transition: all .2s ease 10ms;
    transition: all .2s ease 10ms;
    color: #787878
}
strong {
    font-weight: 600
}

/* 03. MISC AND RE-USABLE ELEMENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.fullscreen {
    height: 100vh;
    width: 100%;
    position: relative;
}
.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.bg-img,
.fixed-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.fixed-bg {
    background-attachment: fixed;
}

.bg-dark-alfa:before,
.bg-dark-alfa .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17,17,17, .97);
}
.bg-dark-alfa-30:before,
.bg-dark-alfa-30 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34,34,34, .3);
}
.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34,34,34, .5);
}
.bg-dark-alfa-70:before,
.bg-dark-alfa-70 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17,17,17, .7);
}
.bg-dark-alfa-90:before,
.bg-dark-alfa-90 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3,3,3, .9);
}

#snow,
#rain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* rain */
#rain {
  background: url(../images/rain.gif) repeat top center;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.white-text {
    color: #fff !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.capitalize {
    text-transform: capitalize !important;
}
.divider-1 {
    margin: 30px 0;
    height: 1px;
    background-color: #ededed
}
a:hover {
    color: #20ca9c;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}


.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.mr-60 { margin-right: 60px; }
.mr-70 { margin-right: 70px; }
.mr-80 { margin-right: 80px; }
.mr-90 { margin-right: 90px; }

.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }
.ml-50 { margin-left: 50px; }
.ml-60 { margin-left: 60px; }
.ml-70 { margin-left: 70px; }
.ml-80 { margin-left: 80px; }
.ml-90 { margin-left: 90px; }

.pr-0 { padding-right: 0;}
.pr-10 { padding-right: 10px; }
.pr-20 { padding-right: 20px; }
.pr-30 { padding-right: 30px; }
.pr-40 { padding-right: 40px; }
.pr-50 { padding-right: 50px; }
.pr-60 { padding-right: 60px; }
.pr-70 { padding-right: 70px; }
.pr-80 { padding-right: 80px; }
.pr-90 { padding-right: 90px; }

.pl-0 { padding-left: 0; }
.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pl-40 { padding-left: 40px; }
.pl-50 { padding-left: 50px; }
.pl-60 { padding-left: 60px; }
.pl-70 { padding-left: 70px; }
.pl-80 { padding-left: 80px; }
.pl-90 { padding-left: 90px; }

img {
    max-width: 100%;
}
.relative {
    position: relative;
}
.no-gutter > [class*="col-"] {
    padding: 0;
}

.master-separator {
    display: inline-block;
    position: relative;
    margin: 15px 0;
}
.master-separator:after,
.master-separator:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 16px;
    background-color: #292929;
    margin-left: -8px;
}
.master-separator:before {
    top: 0;
    left: 0;
}
.master-separator:after {
    left: -8px;
    top: 3px;
}
.btn-theme-bg {
    display: inline-block;
    margin-right: 20px;
    padding: 10px 30px;
    background-color: #20ca9c;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-default {
    display: inline-block;
    margin-right: 20px;
    padding: 10px 30px;
    background-color: #eee;
    border: 1px solid #adadad;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus {
    text-decoration: none;
}
.btn-theme-bg:hover,
.btn-theme-bg:focus {
    color: #fff;
}
#video-section {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #222
}
.thumb-video {
    background-size: cover
}
#video-section .tb {
    position: relative;
    z-index: 1
}
#video-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
    opacity: .6!important;
    -moz-opacity: .6!important;
    -khtml-opacity: .6!important
}
p {
    font-size: 16px;
    color: #787878;
    line-height: 30px
}
.slide-menu {
    overflow: hidden;
    background-size: cover;
    background-attachment: scroll;
    background-position: center
}
.tb {
    display: table;
    width: 100%;
    height: 100%;
    position: relative
}
.tb-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%
}
.tb-cell i {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
}
.section-main {
    padding-top: 20px
}
.gap-bottom {
    padding-bottom: 0px
}
.tp-loader {
    z-index: 500!important
}
.caption {
    margin-bottom: 20px
}

/* 04. HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#header-main {
    height: 100%;
    color: #FFF;
    display: table;
    width: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-attachment: fixed;
    font-style: normal!important;
    overflow: hidden
}
#header-main #header-text {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
    text-align: center;
    position: relative;
    z-index: 3;
    font-style: normal!important
}
#header-main .field-table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#header-main .table-container {
    height: 100%;
    width: 100%;
    display: table;
    text-align: center
}
#header-main #header-text {
    vertical-align: bottom;
    padding: 0 95px 95px 0;
    height: 100%;
    display: table-cell;
    text-align: right;
    position: relative;
    z-index: 3;
    font-style: normal!important
}
#header-main #header-text p {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    color: #FFF;
    line-height: normal!important
}
#header-main #header-text span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -10px;
    font-style: normal;
    text-transform: uppercase;
    color: #FFF
}
#header-main .second-text {
    display: block;
    font-style: normal;
    margin-top: 30px
}
#header-main ul#header-slider li {
    width: auto!important
}
.onepage #nav-main-sticky-wrapper,
.single-portfolio #nav-main-sticky-wrapper {
    height: auto!important
}
#mobile-menu-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}
.menu-style #mobile-menu-button {
    color: #292929
}
.menu-style {
    background-color: #fff!important;
    border-bottom: 2px solid #eee
}
.menu-style #desktop-menu>li>a {
    color: #292929
}
#desktop-menu>li>a {
    color: #fff
}
.button-1,
.banner .button-1 {
    padding: 7px 20px 6px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: all .3s ease 10ms;
    -moz-transition: all .3s ease 10ms;
    -o-transition: all .3s ease 10ms;
    transition: all .3s ease 10ms
}
.button-1:hover {
    color: #292929!important;
    background-color: #fff
}
.button-1:focus {
    color: #fff;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    background-image: none!important
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
    opacity: 1!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important
}
.tparrows:before {
    width: 40px!important;
    height: 40px!important;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    line-height: 38px;
    font-size: 17px;
    font-family: FontAwesome;
    display: block
}
.tp-leftarrow.default:before {
    content: "\f104"
}
.tp-rightarrow.default:before {
    content: "\f105"
}
.tparrows.hidearrows {
    opacity: 0!important;
    -moz-opacity: 0!important;
    -khtml-opacity: 0!important
}
.tparrows {
    opacity: .5!important;
    -moz-opacity: .5!important;
    -khtml-opacity: .5!important
}
.tp-bullets.simplebullets.round .bullet {
    background-image: none!important;
    background-color: #fff;
    width: 8px!important;
    height: 8px!important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 7px!important;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-transition: all .3s ease 10ms;
    -moz-transition: all .3s ease 10ms;
    -o-transition: all .3s ease 10ms;
    transition: all .3s ease 10ms
}
.tp-bullets.simplebullets.round .bullet.selected {
    background-color: #fff!important;
    opacity: 1!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important
}
.tp-bullets.simplebullets.round .bullet {
    opacity: .5!important;
    -moz-opacity: .5!important;
    -khtml-opacity: .5!important
}
.tp-bullets.simplebullets.round .bullet:hover {
    opacity: 1!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important
}
.dark-version #logo img {
    position: static!important;
    visibility: visible!important
}
.dark-version #mobile-menu-button {
    color: #292929
}
.dark-version #logo-white img {
    position: absolute!important;
    visibility: hidden!important
}
.onepage #nav-main,
.single-portfolio #nav-main {
    position: fixed!important
}
#nav-main {
    width: 100%;
    -webkit-transition: all .3s ease 10ms;
    -moz-transition: all .3s ease 10ms;
    -o-transition: all .3s ease 10ms;
    transition: all .3s ease 10ms;
    height: 70px;
    z-index: 9998;
    font-family: 'Nunito', sans-serif;
    opacity: 1;
    position: relative
}
#nav-main .container {
    width: 90%
}
#nav-main #logo-container {
    float: left;
    height: 70px
}
#nav-main .menu_container {
    float: right
}
#nav-main .menu_container #desktop-menu {
    font-style: normal!important;
    position: absolute;
    right: 0
}
#nav-main .menu_container #desktop-menu>li {
    display: inline-block;
    margin-left: 35px
}
#nav-main .menu_container #desktop-menu>li>a {
    font-size: 11px;
    font-style: normal;
    display: block;
    height: 70px;
    line-height: 71px
}
#nav-main .menu_container #desktop-menu a {
    text-decoration: none!important
}
.menu-style #desktop-menu>li>a:hover,
.menu-style #desktop-menu>li.active>a {
    color: #20ca9c
}
#desktop-menu .sub-menu {
    display: none;
    background-color: #222;
    color: #787878;
    position: absolute;
    z-index: 10;
    top: 70px;
    font-size: 11px;
    text-align: left;
    left: 0
}
#desktop-menu .sub-menu .sub-menu {
    left: 190px;
    top: 0
}
#desktop-menu .sub-menu li a {
    display: block;
    padding: 10px 20px;
    width: 190px
}
#desktop-menu li {
    position: relative
}
#mobile-menu .sub-menu a {
    margin-left: 40px
}
.menu-style .current-menu-item>a {
    color: #20ca9c!important
}
#desktop-menu .sub-menu .current-menu-item>a,
#desktop-menu .sub-menu a:hover,
#mobile-menu a:hover {
    color: #fff!important
}
#mobile-menu {
    display: none;
    position: absolute;
    z-index: 500;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #292929;
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 15px 0;
    font-size: 11px
}
#mobile-menu a {
    display: block;
    padding: 10px 0;
    color: #787878
}
#mobile-menu .sub-menu {
    display: none
}
#mobile-menu li {
    border-bottom: 1px solid #323232;
    position: relative
}
#mobile-menu i {
    position: absolute;
    right: 0;
    top: 18px;
    color: #787878;
    font-size: 13px
}
#mobile-menu .sub-menu {
    border-top: 1px solid #323232
}
#mobile-menu:last-child {
    border-bottom: 0!important
}

/* 05. SECTION STYLE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.bg_1 {
    background-color: #222;
    background-attachment: fixed;
    padding: 90px 0 40px;
    color: #FFF
}
.bg_color {
    background-color: #ededed
}
.bg_2 {
    background-color: #222;
    background-attachment: fixed;
    padding: 120px 0
}
#services .infobox-2 {
    margin: 50px 0
}
#section3 {
    padding: 0px 0
}
#testimonials {
    padding: 120px 0 90px!important
}
#team.section-main {
    padding-top: 90px!important;
    padding-bottom: 30px!important
}
.bg_6 {
    background-color: #222;
    background-attachment: fixed;
    padding: 190px 0!important
}
.bg_3 {
    background-color: #222;
    background-attachment: fixed;
    padding-top: 230px;
    padding-bottom: 170px;
    color: #FFF
}
.bg_3 h3 {
    font-weight: 600;
    text-transform: uppercase
}
#twitter-plugin,
#client-carousel {
    cursor: move
}
.bg_4 {
    background-color: #222;
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: 180px;
    padding-bottom: 180px;
    color: #FFF
}
.header-twitter i {
    font-size: 60px
}
.header-twitter {
    margin-bottom: 20px
}
#contact-info {
    padding-bottom: 50px!important
}


/* 06. PORTFOLIO
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.portfolio-text {
    text-align: center;
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 20px
}
.portfolio-view {
    margin-bottom: 5px;
    position: relative;
    z-index: 1
}
.ajax-portfolio-loader {
    margin: 10px auto;
    display: none;
    text-align: center;
    clear: both
}
.portfolio-view .row {
    position: relative;
    display: none
}
.portfolio-border {
    padding: 30px 0 8px;
    font-family: arial
}
.portfolio-border h4 {
    line-height: 22px
}
.top-space {
    margin-top: 15px
}
.portfolio-border h1,
.portfolio-border h2,
.portfolio-border h3,
.portfolio-border h4,
.portfolio-border h5,
.portfolio-border h6 {
    font-family: 'Nunito', sans-serif
}
.close-button {
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    background-color: #515a5f;
    position: absolute;
    left: 5px;
    top: 35px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    z-index: 10;
    display: none
}
.portfolio-media {
    position: relative
}
.portfolio-border h1,
.portfolio-border h2,
.portfolio-border h3,
.portfolio-border h4,
.portfolio-border h5,
.portfolio-border h6 {
    margin-bottom: 10px
}
.portfolio-border img {
    margin-bottom: 10px
}
.portfolio-button {
    background-color: #515A5F;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    display: block
}
.portfolio-button .icon-remove {
    font-size: 18px!important
}
.description-portfolio {
    font-family: arial;
    font-size: 14px
}
.portfolio-detail {
    padding: 10px 0;
    border-bottom: 1px dashed #dedede
}
.portfolio-detail span {
    font-weight: 700
}
.portfolio-categories {
    text-align: center;
    margin: 45px 0
}
.portfolio-categories ul {
    list-style: none
}
.portfolio-categories ul li {
    display: inline-block
}
.portfolio-categories ul li a {
    display: block;
    padding: 0 15px;
    height: 35px;
    line-height: 36px;
    margin: 5px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: #282828;
    font-family: 'Nunito', sans-serif
}
.isotope-item {
    z-index: 2
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    line-height: 0;
    float: left
}
.portfolio-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%
}
.portfolio-box img {
    display: block;
    margin: 0 auto;
    padding: 0
}
.portfolio-box:hover div {
    opacity: 1;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1
}
.item img {
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms
}
.item:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}
.portfolio-box>div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 4;
    line-height: 22px;
    overflow: hidden;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-transition: all 200ms ease 10ms;
    -moz-transition: all 200ms ease 10ms;
    -o-transition: all 200ms ease 10ms;
    transition: all 200ms ease 10ms;
    line-height: 16px
}
#portfolio-info {
    text-align: left
}
#portfolio-info i {
    margin-right: 5px
}
#portfolio-info h6 {
    margin-bottom: 10px;
    color: #292929
}
#portfolio-info p {
    margin-bottom: 30px
}
#portfolio-item {
    width: 100%;
    height: 100%;
    position: relative
}
@-webkit-keyframes slide {
    from {
        top: -10px
    }
    to {
        top: 0
    }
}
@-moz-keyframes slide {
    from {
        top: -10px
    }
    to {
        top: 0
    }
}
@-o-keyframes slide {
    from {
        top: -10px
    }
    to {
        top: 0
    }
}
.scroll-button {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 74px;
    left: 0;
    text-align: center;
    font-size: 10px
}
.scroll-button a {
    display: inline-block;
    text-decoration: none!important;
    color: #292929!important
}
.scroll-button i {
    display: block;
    font-size: 24px;
    margin-top: 10px
}
.scroll-button a>div {
    width: 25px;
    height: 40px;
    border: 3px solid;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 auto 15px
}
.scroll-button a>div div {
    width: 3px;
    height: 8px;
    background-color: #282828;
    margin: 10px auto;
    position: relative;
    -webkit-animation: slide 1s linear infinite;
    -moz-animation: slide 1s linear infinite;
    animation: slide 1s linear infinite;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}
.scroll-button.white-style a {
    color: #fff!important
}
.scroll-button.white-style a>div div {
    background-color: #fff!important
}
.bg-item {
    width: 100%;
    height: 100%;
    background-size: cover!important;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    padding: 25px
}
.wide {
    width: 49.91%
}
.no-wide {
    width: 24.95%
}
.portfolio-box div .portfolio-info i {
    position: absolute;
    top: 12%;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 36px
}
.portfolio-box div .portfolio-info p {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 24px
}
.portfolio-box div .portfolio-info span {
    position: absolute;
    top: 71%;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: arial
}
.item {
    width: 25%;
    float: left
}
.item img {
    width: 100%
}
.item.w2 {
    width: 50%
}
.portfolio-box p {
    color: inherit;
	text-shadow: 0px 0px 10px #000;
    font-size: 40px;
    font-weight: 600
}
.portfolio-box span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 22px
}
a,
a:active,
a:focus {
    outline: 0!important
}
.portfolio-categories .current {
    color: #20ca9c;
    border: 1px solid;
    text-decoration: none!important
}
.portfolio-categories ul li a:hover {
    color: #20ca9c;
    text-decoration: none!important
}
#portfolio-nav {
    position: absolute;
    width: 100%;
    top: 40px;
    font-size: 35px
}
#portfolio-nav .container {
    position: relative
}
#portfolio-nav a {
    position: absolute;
    color: #B2B2B2;
    z-index: 10;
    top: 45%;
    line-height: 22px
}
#portfolio-nav .portfolio-prev {
    left: 20px
}
#portfolio-nav .portfolio-next {
    right: 20px
}
#item1 {
    background-color: #222
}
#item2 {
    background-color: #222
}
#item3 {
    background-color: #b2b2b2
}
#item4 {
    background-color: #b2b2b2
}
#item5 {
    background-color: #222
}
#item6 {
    background-color: #222
}
#item7 {
    background-color: #222
}
#item8 {
    background-color: #222
}
#item9 {
    background-color: #222
}
#item10 {
    background-color: #b2b2b2
}
#item11 {
    background-color: #222
}
#item12 {
    background-color: #222
}
.section-text-1 {
    width: 100%;
    height: 120px;
    background-color: #ededed;
    margin-bottom: 120px
}
.section-text-1 .up {
    color: #292929;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 120px;
    font-family: 'Nunito', sans-serif;
}
#header-portfolio {
    margin-bottom: 0!important;
    position: relative
}


/* 07. BLOG
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides > li {
    width: 100%;
}
.rslides img {
    width: 100%;
}
.media-post img:hover {
    -webkit-filter: brightness(30%);
    -o-filter: brightness(30%);
    filter: brightness(30%);
}
.post-blog .media-post {
    position: relative;
    width: 100%;
    height: 100%
}
.media-post {
    position: relative
}
.media-post img {
    width: 100%
}
.media-post .rslides_nav {
    position: absolute;
    top: 45%;
    z-index: 5
}
.media-post .rslides_nav {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 32px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
.media-post .rslides_nav:hover {
    border-color: #20ca9c;
    color: #20ca9c
}
.media-post .rslides_nav.prev {
    left: 30px
}
.media-post .rslides_nav.next {
    right: 30px
}
.media-post img {
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms
}
.post-content {
    margin-top: 20px;
    text-align: left;
    border-bottom: 1px solid #ededed;
    padding-bottom: 50px
}
.post-content .post-title {
    color: #292929;
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.post-content .post-title a {
    color: #292929;
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms
}
.post-content .post-title a:hover {
    color: #20ca9c
}
.post-content .post-date {
    font-size: 14px;
    color: #787878;
    margin-bottom: 20px;
    display: block;
}
.post-content p {
    color: #787878;
    font-size: 18px;
    line-height: 30px;

}
.post-content a.more {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #292929;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 20px;
    display: block;
    width: 130px;
    text-align: center;
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms;
    letter-spacing: 2px;
}
.post-content a.more:hover {
    background-color: #20ca9c
}
.post-blog:first-child {
    margin-top: 0
}
.post-blog {
    margin-top: 50px
}
#blog-navigation {
    margin-top: 20px;
    text-align: left
}
#blog-navigation .button-style-2 {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 32px;
    border: 2px solid #B2B2B2;
    color: #B2B2B2;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
#blog-navigation .button-style-2:hover {
    border-color: #20ca9c;
    color: #20ca9c
}
.widget {
    margin-bottom: 35px;
    line-height: 24px;
    font-size: 14px;
    text-align: left
}
.search-field {
    border: 1px solid #DDD;
    height: 45px;
    position: relative;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 13px;
    color: #787878;
    line-height: 45px
}
.search-widget {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    padding: 0 55px 0 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 30px
}
.search-widget input[type=text] {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    color: #787878;
    border: 0
}
.search-widget input[type=submit] {
    position: absolute;
    right: 15px;
    top: 6px;
    background: 0 0;
    z-index: 2;
    border: 0;
    width: 30px;
    height: 30px;
    cursor: pointer
}
.search-button {
    position: absolute;
    right: 25px;
    top: 14px;
    font-size: 13px;
    z-index: 1;
    color: #848484
}
.widget h3 {
    margin-bottom: 13px;
    color: #292929;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}
.widget ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    font-size: 13px;
    color: #787878
}
.tagcloud a {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: lowercase;
    background-color: #292929;
    color: #FFF;
    margin: 2px;
    margin-right: -1px;
    font-size: 12px;
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms
}
.tagcloud a:hover {
    background-color: #20ca9c
}

.footer_info {
    width: 100%;
    height: 70px;
    background-color: #292929;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 70px;
    position: relative;
    margin-top: 100px;
    display: block;
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms
}
.footer_info:hover {
    background-color: #20ca9c;
    color: #fff!important
}
.post-tags {
    font-size: 12px;
    margin-top: 20px
}
.post-tags a {
    color: #20ca9c
}
#post-comments {
    text-align: left;
    margin-top: 50px
}
#post-comments h3 {
    color: #292929;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}
#post-comments .author {
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}
#post-comments .author:hover {
    color: #20ca9c
}
#post-comments .date {
    color: #787878;
    font-size: 12px
}
#post-comments .post-comment-content {
    color: #787878;
    border: 0;
    margin-top: 6px;
    padding: 0
}
#post-comments .reply {
    font-size: 11px;
    color: #292929;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease 10ms;
    -moz-transition: all 500ms ease 10ms;
    -o-transition: all 500ms ease 10ms;
    transition: all 500ms ease 10ms;
    position: absolute;
    bottom: 20px;
    right: 20px
}
#post-comments .reply:hover {
    color: #20ca9c
}
.post-list-comments li>div {
    padding: 30px 30px 60px 140px;
    border: 3px solid #ededed;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    min-height: 140px;
    font-size: 14px;
    margin-bottom: 25px
}
.post-list-comments li img {
    position: absolute;
    top: 35px;
    left: 30px;
    border: 0
}
.post-list-comments li {
    position: relative
}
.post-list-comments li ul li {
    border: 0;
    margin-left: 50px
}
.post-list-comments li ul {
    border-left: 1px solid #ededed
}
.post-list-comments li ul li div {
    padding: 30px 30px 30px 140px;
    border: 3px solid #ededed;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    min-height: 70px;
    font-size: 14px;
    margin-bottom: 25px
}
#post-comment-form h3 {
    color: #292929;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}
#post-comment-form input[type=text] {
    width: 32%;
    height: 55px;
    margin-right: 1.5%!important;
    padding: 5px 25px!important
}
#post-comment-form input[type=text],
#post-comment-form textarea {
    background-color: #fff;
    padding: 15px;
    border: 2px solid #e6e6e6;
    font-size: 13px;
    color: #787878;
    padding: 25px;
    margin-bottom: 15px;
    max-width: 100%
}
#post-comment-form textarea {
    width: 100%;
    height: 170px;
    max-width: 100%
}
#post-comment-form input[type=submit] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #292929;
    color: #fff;
    width: 120px!important;
    border: 0;
    height: 30px;
    margin-top: 20px;
    float: left
}
#post-comment-form input[type=submit]:hover {
    background-color: #20ca9c;
    -webkit-transition: all .2s ease 10ms;
    -moz-transition: all .2s ease 10ms;
    -o-transition: all .2s ease 10ms;
    transition: all .2s ease 10ms
}
#post-comment-form input[type=text].no-margin {
    margin: 0 0 15px!important
}

/* 08. CONTACT
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.contact-info {
    height: 100px;
    margin-bottom: 15px;
    text-align: center
}
.contact-info h5 {
    font-weight: 600;
    -webkit-transition: all .2s ease 10ms;
    -moz-transition: all .2s ease 10ms;
    -o-transition: all .2s ease 10ms;
    transition: all .2s ease 10ms;
    margin-bottom: 0!important;
    padding: 0 30px;
    display: inline-block
}
.contact-info span {
    display: none;
    font-weight: 600
}
.contact-info a {
    color: inherit!important
}
.contact-info:hover h5 {
    padding-bottom: 15px;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    border-bottom: 2px solid
}
.contact-info:hover span {
    display: block
}
#contact-form-script {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 20px
}
#contact-form-script textarea {
    height: 185px;
    max-width: 100%
}
#contact-form-script input,
#contact-form-script textarea {
    width: 100%;
    margin-bottom: 15px
}
.error-input {
    border-color: #20ca9c!important
}
#contact-form-script input[type=text],
#contact-form-script textarea,
.style-input,
.comment-form input[type=text],
.comment-form textarea {
    background-color: #fff;
    padding: 12px 20px;
    border: 2px solid #e6e6e6;
    font-size: 13px;
    color: #787878
}
.contact_button {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #292929;
    color: #FFF;
    width: 120px!important;
    border: 0;
    height: 30px;
    margin-top: 30px;
    -webkit-transition: all .1s ease 10ms;
    -moz-transition: all .1s ease 10ms;
    -o-transition: all .1s ease 10ms;
    transition: all .1s ease 10ms
}
.contact_button:hover {
    background-color: #20ca9c
}
#contact-success {
    display: none;
    text-align: center;
    padding: 20px 0
}
.google-map {
    position: relative;
    height: 70px;
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms;
    overflow: hidden
}
.google-map .map-field {
    width: 100%;
    height: 70px;
    background-color: #292929;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 70px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all .3s ease 10ms;
    -moz-transition: all .3s ease 10ms;
    -o-transition: all .3s ease 10ms;
    transition: all .3s ease 10ms
}
.google-map .map-field:hover {
    background-color: #20ca9c
}
.google-map i {
    font-size: 18px;
    margin-right: 15px
}
#map-canvas {
    height: 500px
}
.open-map {
    height: 500px!important
}
#twitter-plugin p {
    color: inherit;
    font-size: inherit!important
}
#twitter-plugin div {
    font-size: 16px;
    font-family: 'Nunito', sans-serif
}
#twitter-plugin .bx-wrapper .bx-controls-direction a {
    position: static!important
}
#twitter-plugin>nav div {
    display: inline-block
}
#twitter-plugin nav {
    margin-top: 20px
}
.date-tweet {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 10px
}
#twitter-plugin a {
    color: #fff;
    text-decoration: underline
}
#twitter-plugin a:hover {
    color: #20ca9c
}
#twitter-plugin nav a {
    width: 27px;
    height: 27px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
.text-tweet>p {
    max-width: 600px;
    margin: auto
}
#twitter-plugin li {
    line-height: 35px;
    font-weight: 300
}
.slogan {
    text-align: center;
    margin: 0;
}
.slogan h1 {
    font-weight: 700;
    color: #292929;
    margin-bottom: 0!important
}
.slogan h6 {
    color: #787878
}
.infobox-1 {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    transition-delay: 250ms
}
.infobox-1 .title {
    font-weight: 600;
    color: #292929;
    text-transform: capitalize;
}
.infobox-1 p {
    font-size: 16px;
    color: #787878
}
.infobox-1 .subtitle {
    font-style: italic;
    color: #20ca9c;
    margin: 15px 0 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}
#numbers {
    padding: 60px 0 40px
}
.number-container i {
    display: inline-block;
    font-size: 40px;
    color: #20ca9c;
}
.number {
    font-size: 70px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Nunito', sans-serif;
    color: #292929;
}
.number_details {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.infobox-2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px
}
.infobox-2 header {
    position: relative
}
.infobox-2 header div i {
    font-size: 30px;
    position: absolute;
    color: #20ca9c
}
.infobox-2 header h5 {
    margin: 0 0 20px 50px;
    color: #292929;
    font-weight: 600
}
.infobox-2 p {
    line-height: 22px;
    margin: 0 10% 0 10%;
	text-align: justify;
}
.infobox-3 {
    text-align: center
}
.infobox-3 header div {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #b2b2b2;
    color: #b2b2b2;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    margin: 0 auto 30px;
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms
}
.infobox-3 h5 {
    color: #292929
}
.infobox-3:hover header div {
    color: #20ca9c;
    border-color: #20ca9c
}

/* 09. PROCESS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.process-section .icon-block {
    margin: 0 0 100px;
}

.process-section .icon {
    z-index: 5;
    position: relative;
    margin: 0 0 16px 19px;
    width: 100px;
    height: 100px;
}

.process-section .icon .fa {
    color: #2a2a2a;
    font-size: 30px;
}

.dark .process-section .icon .fa {
    color: #8f8f8f;
}

.process-section .icon .num {
    color: #fff;
    z-index: -1;
    top: 30px;
    right: -34px;
    padding: 6px 0 0;
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #20ca9c;
    line-height: 27px;
}

.process-section .icon-holder {
    background: #fff;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.process-section .icon-holder .fa {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}

.process-section .icon-holder:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
}

.dark .process-section .icon-holder {
    background: #191919;
    border-color: #494949;
}

.process-section .txt {
    color: #2a2a2a;
    display: block;
    text-align: center;
    padding: 0 37px 0 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font: 600 12px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dark .process-section .txt {
    color: #8f8f8f;
}

/* 10. TESTIMONIAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.testimonial-content {
    padding: 30px;
    border: 1px solid #ddd;
    margin-bottom: 15px
}
.testimonial {
    margin-bottom: 30px;
    text-align: left
}
.testimonial footer img {
    float: left;
    margin: 0 20px 20px 0
}
.testimonial footer {
    text-align: left
}
.testimonial footer p {
    font-size: 12px
}
.testimonial span {
    display: block;
    padding-top: 7px;
    color: #292929;
    font-weight: 500;
    font-family: 'Nunito', sans-serif
}

/* 11. TEAM MEMBER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.team-member {
    text-align: center;
    margin-bottom: 20px;
    max-width: 290px;
    margin: auto;
    padding: 0 10px
}
.team-member:hover .team-social {
    bottom: 0
}
.photo-member img {
    margin: auto;
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms
}
.photo-member {
    overflow: hidden;
    text-align: center;
    position: relative
}
.team-social {
    position: absolute;
    bottom: 0px;
    background: url(../images/tbg.png);
    height: 55px;
    width: 100%;
    -webkit-transition: all 200ms ease 10ms;
    -moz-transition: all 200ms ease 10ms;
    -o-transition: all 200ms ease 10ms;
    transition: all 200ms ease 10ms
}
.info-team {
    margin-top: 30px
}
.info-team p {
    font-size: 18px;
    color: #292929!important;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}
.info-team span {
    font-size: 11px;
    color: #292929;
    font-weight: 400;
    letter-spacing: 2px;
}
#team .social-1 {
    margin: 15px;
    display: inline-block;
    font-size: 13px;
    color: #fff
}
.quotation blockquote {
    font-size: 28px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto 30px;
    line-height: 1.8;
}
.quotation span {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}
.quotation span:before,
.quotation span:after {
    content: "-";
    padding: 2px
}
.tabs-1 li {
    border: 0!important;
    margin-bottom: 50px;
    font-weight: 400!important;
    width: 80%;
}
.tabs-1 li:nth-child(even) {
    margin-left: 15%;
}
.tabs-1 li:hover a>div,
.tabs-1 .active-tab a>div {
    border-color: #20ca9c;
    color: #20ca9c
}
.tabs-1 h5 {
    margin-bottom: 25px!important;
    color: #292929;
    font-weight: 600
}
.tabs-1 a {
    text-decoration: none!important;
    display: block;
    position: relative;
    text-align: left;
    padding-left: 90px;
    color: inherit!important
}
.tabs-1 a>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border: 2px solid #787878;
    font-size: 18px;
    font-weight: 300;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all .2s ease 10ms;
    -moz-transition: all .2s ease 10ms;
    -o-transition: all .2s ease 10ms;
    transition: all .2s ease 10ms;
    font-weight: 300!important
}
.tabs {
    font-size: 13px
}
.tabs>ul {
    position: relative;
    top: 2px;
    list-style: none;
    margin: 0!important
}
.tabs>ul li {
    float: left;
    font-size: 18px;
}
.tabs>ul li i {
    font-size: 16px
}
.tabs>ul li a {
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    color: inherit!important;
    text-decoration: none!important
}
.tabs>ul li i {
    margin: 0 5px;
    color: #515A5F
}
.tabs>ul li:hover i {
    color: #515A5F!important
}
.active-tab {
    background-color: #fff!important;
    border-left: 1px solid #e6e6e6!important;
    border-right: 1px solid #e6e6e6!important;
    border-top: 2px solid #20ca9c;
    border-bottom: 0;
    font-weight: 600;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
.active-tab i {
    color: #515A5F!important
}
.tab-content {
    padding: 15px 20px;
    border: 1px solid #e6e6e6;
    clear: both;
    background-color: #fff;
    line-height: 24px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 16px;
}
.column {
    margin-bottom: 20px
}
.toggle {
    font-size: 13px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
.toggle-title {
    background-color: #fff;
    height: 45px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-weight: 400;
    font-style: normal
}
.toggle-title-text {
    height: 45px;
    text-transform: capitalize;
    padding: 11px 10px 10px 50px;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px;
}
.toggle-title-text i {
    font-size: 16px;
    vertical-align: middle;
    color: #b9b9b9;
    color: #515A5F;
    margin-right: 10px
}
.toggle .hover-icon i {
    color: #b9b9b9!important
}
.toggle .hover-icon:hover i {
    color: #515A5F!important
}
.toggle-arrow {
    width: 45px;
    height: 44px;
    line-height: 45px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    font-weight: 600;
    left: 0;
    top: 0
}
.toggle-content {
    padding: 15px 30px;
    border-top: 0;
    display: none;
    line-height: 1.6;
    font-size: 16px;
}
.text-left {
    text-align: left
}
.alerts {
    padding: 10px 28px 10px 20px;
    border: 1px solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    margin-bottom: 7px;
    font-size: 13px
}
.close-alert {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 12px
}
.alert-1 {
    color: #c4a21b;
    border-color: #f5dc7d;
    background-color: #fcf7d9
}
.alert-2 {
    color: #8fa442;
    border-color: #c2d288;
    background-color: #e3ebc6
}
.alert-3 {
    color: #528da9;
    border-color: #9ac9df;
    background-color: #d8ecf5
}
.alert-4 {
    color: #b3696c;
    border-color: #f7c7c9;
    background-color: #f9e5e6
}

/* 12. FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#foot-page {
    padding-top: 30px;
    padding-bottom: 30px
}
#foot-page span {
    font-size: 13px;
    color: #b2b2b2;
    float: left;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif
}
#foot-page a {
    font-size: 14px;
    color: #b2b2b2;
    margin: 0 15px;
    -webkit-transition: all .1s ease 10ms;
    -moz-transition: all .1s ease 10ms;
    -o-transition: all .1s ease 10ms;
    transition: all .1s ease 10ms
}
#foot-page .social-icon {
    text-align: right
}
#foot-page a:hover {
    color: #20ca9c
}
.lb-fade {
    display: block;
    background-color: #000
}
.single-portfolio #portfolio {
    padding-top: 110px
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}
.rslides-navi {
    padding-top: 30px;
    width: 100px;
    margin: 15px auto 0
}
.rslides-navi a,
.button-nav {
    width: 27px;
    height: 27px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
.content-map {
    width: 250px;
    height: 90px
}
.content-map img {
    float: left;
    width: 75px
}
.content-map span {
    float: right;
    font-size: 13px;
    width: 175px;
    margin-top: 20px
}
.testimonial nav div {
    display: inline-block
}
#team-slider button {
    background-color: #292929;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 300ms ease 10ms;
    -moz-transition: all 300ms ease 10ms;
    -o-transition: all 300ms ease 10ms;
    transition: all 300ms ease 10ms;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0
}
#team-slider button:hover {
    background-color: #20ca9c
}
#team-slider:hover button {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}
.slick-disabled {
    display: none!important
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}
#client-carousel {
    margin-bottom: 0!important
}
#client-carousel img {
    margin: auto
}
.nbs-flexisel-inner {
    overflow: hidden;
    width: 100%
}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 0
}
.nbs-flexisel-item img {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: .5;
    display: none!important
}
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10002
}
.dark-version #desktop-menu>li>a {
    color: #292929
}
.dark-version .up,
.dark-version .portfolio-prev,
.dark-version .portfolio-next {
    color: #292929!important
}
#desktop-menu>li:hover>a {
    color: #20ca9c
}
#send_wait {
    display: none;
    width: 32px;
    height: 32px;
    margin: auto
}
#load-more {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #292929;
    color: #FFF;
    cursor: pointer;
    width: 120px!important;
    border: 0;
    height: 30px;
    margin: 30px auto;
    -webkit-transition: all .1s ease 10ms;
    -moz-transition: all .1s ease 10ms;
    -o-transition: all .1s ease 10ms;
    transition: all .1s ease 10ms;
    line-height: 30px
}
#load-more:hover {
    background-color: #20ca9c
}
#more-items {
    display: none
}
#tabs-section {
    padding: 90px 0 60px
}
.into-banner h1 {
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 300;
}
.into-banner h4 {
    font-weight: 300;
}
#post-comment-form>form {
    text-align: left
}
#foot-page .col-lg-6,
#foot-page .col-sm-6 {
    margin-bottom: 0!important
}
.white,
.white-2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    line-height: normal!important;
    font-family: 'Nunito', sans-serif
}
.light {
    font-weight: 300
}
.white-2 {
    font-size: 14px;
    font-weight: 400
}

/* 13. RESPONSIVE CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width: 767px) {
    #post-comment-form input[type=text],
    #post-comment-form textarea {
        width: 100%!important;
        clear: both
    }
    .contact-info h5 {
        padding-bottom: 15px;
        margin-top: 15px!important;
        margin-bottom: 15px!important;
        border-bottom: 2px solid
    }
    .contact-info span {
        display: block
    }
    .post-list-comments li>div {
        padding: 15px 15px 40px!important
    }
    .post-list-comments li img {
        position: static!important;
        margin: auto;
        display: block
    }
    .post-list-comments li ul li {
        margin-left: 0!important
    }
    .tabs>ul li {
        float: none!important
    }
}
@media (max-width: 500px) {
    #header-main #header-text {
        vertical-align: middle;
        padding: 10px;
        height: 100%;
        display: table-cell;
        text-align: center;
        position: relative;
        z-index: 3;
        font-style: normal!important
    }
}
@media (max-width: 991px) {
    .item,
    .item.w2 {
        width: 50%!important
    }
    #team-slider button {
        opacity: 1!important;
        -moz-opacity: 1!important;
        -khtml-opacity: 1!important
    }
    .text-tweet>p {
        max-width: 100%!important
    }
    #contact-form-script {
        width: 100%!important;
        margin: 0!important
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        margin-bottom: 20px
    }
}
@media (max-width: 560px) {
    .item,
    .item.w2 {
        width: 100%!important
    }
}
@media (max-width: 1024px) {
    .slide-menu,
    .bg-slider,
    #portfolio-item div,
    .thumb-video {
        background-attachment: scroll!important;
        background-position: center!important;
        background-size: 1024px 100%!important
    }
}
@media (min-width: 991px) {
    .space-left {
        padding-left: 40px
    }
    .space-right {
        padding-right: 40px
    }
}

/*=================================================
Pricint fiv
===================================================*/
.p-top-100{
    padding:100px 0;
}
.m-top-40{
    margin-top: 40px;
}

.bs-five-area{
    width:100%;
    display: inline-block;
    box-shadow: 0px 0px 6px 0px #ddd;
    overflow: hidden;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.bs-five-area.bs-radius{
    border-radius: 30px;
}
.bs-five-area > div{
    padding:0;
}


.bs-five-area .bs-five{
    position: relative;
    width: 100%;  
    margin: auto; 
    transition: all 0.4s;
    padding:20px 0px;
}
.bs-five-area .bs-five h6{
    font-weight: 700;
    letter-spacing: 2px;
}
.bs-five-area .bs-five h1{
    font-size:64px;
    font-weight: 100;
    line-height: 72px;
    display: inline;
}
.bs-five-area .bs-five sup{
    font-size:30px;
    top:-30px;
}
.bs-five-area .bs-five ul {
    margin:0;
    padding:0;
    list-style: none;
    text-align: left;
}
.bs-five-area .bs-five ul li{
    line-height: 45px;
    border-bottom:0px;
}


.bs-five-area .bs-five:hover{
    background: #20CA9C; 
    transition: all 0.4s;
}

.bs-five-area .bs-five.active {
    background: #179880; 
    background: -webkit-linear-gradient(left, #179880 , #20CA9C); 
    background: -o-linear-gradient(right, #179880, #20CA9C); 
    background: -moz-linear-gradient(right, #179880, #20CA9C); 
    background: linear-gradient(to right, #179880 , #20CA9C);  
}

.bs-five-area .bs-five .btn-success{
    padding: 10px 50px;
    display: inline-block;
    border-radius: 2px;
    background-color: #20CA9C;
    border-color: #20CA9C;
}


.bs-five-area .bs-five.active .btn.btn-success, 
.bs-five-area .bs-five:hover.bs-five .btn.btn-success{
    background: #E0FFF6 ; 
    color:#444 ;

}

.bs-five-area .bs-five.active,
.bs-five-area .bs-five.active ul li,
.bs-five-area .bs-five:hover.bs-five, 
.bs-five-area .bs-five:hover.bs-five ul li
{
    color:#fff;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #175F8C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hint
{
  font-size:0.8em;
  color:#800;
}