/*----------------Start Basic----------------*/
.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}

.animation-bg {
    -webkit-animation: animation-bg 25s ease-in-out infinite;
    animation: animation-bg 25s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@keyframes animation-jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@-webkit-keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

/*[ Typography ]*/

h1 {
    font-size: 55px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/*[ text color ]*/
.text-white {
    color: #FFF;
}

.text-black {
    color: #000;
}

.text-extra-dark-gray {
    color: #232323;
}

.text-dark-gray {
    color: #626262;
}

.text-extra-medium-gray {
    color: #757575;
}

.text-medium-gray {
    color: #939393;
}

.text-extra-light-gray {
    color: #b7b7b7;
}

.text-light-gray {
    color: #d6d5d5;
}

.text-very-light-gray {
    color: #ededed;
}

.title-extra {
    font-weight: 800;
    margin-bottom: 15px;
}

.title-extra .icon {
    padding-right: 5px;
}

.title-extra-sm {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title-extra-sm .icon {
    padding-right: 5px;
}

/*[ font-weight ]*/
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/*[ font-size ]*/
.fz-10 {
    font-size: 10px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-25 {
    font-size: 25px !important;
}

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

.fz-40 {
    font-size: 40px !important;
}

.fz-50 {
    font-size: 50px !important;
}

/*[ line-height ]*/
.line-height-10 {
    line-height: 10px;
}

.line-height-13 {
    line-height: 13px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-45 {
    line-height: 45px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-55 {
    line-height: 55px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-65 {
    line-height: 65px;
}

.line-height-70 {
    line-height: 70px;
}

.line-height-75 {
    line-height: 75px;
}

.line-height-80 {
    line-height: 80px;
}

.line-height-85 {
    line-height: 85px;
}

.line-height-90 {
    line-height: 90px;
}

.line-height-95 {
    line-height: 95px;
}

.line-height-100 {
    line-height: 100px;
}

.line-height-110 {
    line-height: 110px;
}

.line-height-120 {
    line-height: 120px;
}

/*[ text-transform ]*/
.text-u {
    text-transform: uppercase !important;
}

.text-l {
    text-transform: lowercase !important;
}

.text-c {
    text-transform: capitalize !important;
}

.text-non {
    text-transform: none !important;
}

.text-i {
    font-style: italic;
}

/*[ letter-spacing ]*/
.ls0 {
    letter-spacing: 0px !important;
}

.ls1 {
    letter-spacing: 1px !important;
}

.ls2 {
    letter-spacing: 2px !important;
}

.ls3 {
    letter-spacing: 3px !important;
}

.ls4 {
    letter-spacing: 4px !important;
}

.ls5 {
    letter-spacing: 5px !important;
}

.ls10 {
    letter-spacing: 10px !important;
}

/*[ Overlay Effect]*/

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/*[ margins]*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

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

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/*[ paddings ]*/
.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.no-padding {
    padding: 0 !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    color: #222;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
    letter-spacing: 0.02px;
}

p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing:2px;
    color: #888;
    line-height: 2;
    margin: 0;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

img {
    width: 100%;
    height: auto;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}
blockquote {
    font-size: 20px;
    color: #222;
    font-style: italic;
    padding: 10px 20px;
    line-height: 30px;
    border-left: 3px #222 solid;
    margin: 20px 0;
}
span, a {
    display: inline-block;
}

.section-padding {
    padding: 90px 0 90px 20px;
}

.section-big-padding {
    padding: 200px 0;
}

.section-head {
    margin-bottom: 90px;
    padding:15px 7px 0 7px;
    background-color: #beaf87;
}

.section-head h4 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.section-head p {
    color: #757575;
    margin: 10px 0 10px;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-head h4:after {
    content: '';
    background-image: url(../img/title-bg.png);
    background-repeat: repeat;
    background-position: 0% 100%;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: -14px;
    width: 70px;
    height: 70px;
    z-index: -1;
}

.bg-gray {
    background: #fafafa;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.lg-line-height {
    line-height: 1.6;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.wave {
    position: relative;
}

.wave .curve-top {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    z-index: 4;
}

.wave .curve-bottom {
    position: absolute;
    bottom: -5px;
    left: -5%;
    width: 110%;
    z-index: 4;
}

.wave-light .curve-top {
    fill: #fff;
}

.wave-light .curve-bottom {
    fill: #fff;
}

.wave-gray .curve-bottom {
    fill: #fafafa;
}

.container {
    position: relative;
    z-index: 5;
}

.cd-headline {
    font-size: 3rem;
    line-height: 2;
    color:#131313;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0 .2em .2em;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #fff;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline b.is-visible {
    opacity: 1;
}

.button {
    padding: 12px 30px;
    border: 1px solid #222;
    margin-right: 10px;
    position: relative;
    z-index: 3;
    border-radius: 50px;
}

.button:after {
    content: '';
    background: #222;
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 10%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.button:hover:after {
    left: 0;
    right: 0;
    opacity: 1;
    border-radius: 50px;
}

.button span {
    z-index: 2;
}

.button-bg {
    background: #222;
}

.button-bg:after {
    background: #fff;
}

.button-bg:hover span {
    color: #222;
}

.button-bg span {
    color: #fff;
}

.button-bord {
    background: transparent;
}

.button-bord:hover span {
    color: #fff;
}

.button-bord span {
    color: #222;
}

.button-light {
    background: #fff;
    border-color: #fff;
}

.button-light:after {
    background: #222;
}

.button-light:hover span {
    color: #fff;
}

.button-light span {
    color: #222;
}

/*----------------End Basic----------------*/

/*----------------Start Sidebar----------------*/
#main-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#banner-img{
  margin:0 0 21px 15px;
}
.nicolas-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 12px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #101010;
    margin: 15px 30px;
    border-radius: 50%;
}
#aside-con {
    padding: 60px 30px;
    width: 23%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#main-content {
    width: 77%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#aside-con {
    padding: 60px 20px 0 30px;
    width: 20%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1200px) {
    #aside-con {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    #aside-con {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding-top: 4em;
    }
}

#aside-con #logo-con {
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 60px;
    display: block;
    width: 100%;
}

#aside-con #logo-con span {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    font-weight: 400;
    letter-spacing: 4px;
}

#logo-con-footer {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #aside-con #logo-con {
        margin-bottom: 60px;
    }
}

#aside-con #logo-con a {
    display: inline-block;
    text-align: center;
    color: #101010;
    letter-spacing: 3px;
    font-weight: 600;
}

#aside-con #logo-con a.logo img {
    width:180px;
}

#logo-con-footer a {
    display: inline-block;
    text-align: center;
    color: #101010;
}

#aside-con #logo-con a span {
    display: block;
    margin-top: 0px;
    text-align: center;
}

#aside-con #nav-menu ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #aside-con #nav-menu ul {
        margin: 0 0 30px 0;
    }
}

#aside-con #nav-menu ul li {
    margin: 15px 0 15px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px dashed #eee;
}

#aside-con #nav-menu ul li a {
    color: #888;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#aside-con #nav-menu ul li a:hover {
    text-decoration: none;
    color: #101010;
}

#aside-con #nav-menu ul li a.active {
    color: #101010;
}

#aside-con #nav-menu ul li a.active:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#aside-con .nav-menu-footer {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #888;
    padding: 30px;
}

.nav-menu-footer p {
    margin-bottom: 0;
    color: #999;
    letter-spacing: 1px;
}

.nav-menu-footer a {
    color: #101010;
}

@media screen and (max-width: 768px) {
    #aside-con .nav-menu-footer {
        position: relative;
        padding-top: 90px;
    }
}

#aside-con .nav-menu-footer span {
    display: block;
}

#aside-con .nav-menu-footer ul {
    padding: 0;
    margin: 0;
}

#aside-con .nav-menu-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}

#aside-con .nav-menu-footer ul li a {
    color: #101010;
    padding: 2px;
    font-size: 12px;
    margin: 0 5px 0px;
}

#aside-con .nav-menu-footer ul li a {
    padding: 5px;
}

#aside-con .nav-menu-footer ul li a:hover,
#aside-con .nav-menu-footer ul li a:active,
#aside-con .nav-menu-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    background: #222;
}


#main-content {
    width: 80%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {
    #main-content {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #main-content {
        width: 100%;
    }
}
.nicolas-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.nicolas-nav-toggle.active i::before,
.nicolas-nav-toggle.active i::after {
    background: #fff;
}

.nicolas-nav-toggle.dark.active i::before,
.nicolas-nav-toggle.dark.active i::after {
    background: #101010;
}

.nicolas-nav-toggle:hover,
.nicolas-nav-toggle:focus,
.nicolas-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.nicolas-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -2px;
}

.nicolas-nav-toggle i::before,
.nicolas-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nicolas-nav-toggle.dark i {
    position: relative;
    color: #101010;
    background: #101010;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.nicolas-nav-toggle.dark i::before,
.nicolas-nav-toggle.dark i::after {
    background: #101010;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nicolas-nav-toggle i::before {
    top: -7px;
}

.nicolas-nav-toggle i::after {
    bottom: -7px;
}

.nicolas-nav-toggle:hover i::before {
    top: -10px;
}

.nicolas-nav-toggle:hover i::after {
    bottom: -10px;
}

.nicolas-nav-toggle.active i {
    background: transparent;
}

.nicolas-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.nicolas-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.nicolas-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 12px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #101010;
    margin: 15px 30px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .nicolas-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

.js .animate-box {
    opacity: 0;
}
/*----------------End Sidebar----------------*/

/*----------------Start Responsive----------------*/
@media screen and (max-width: 1366px) {
    footer {
        padding-top: 80px !important;
    }
}
@media screen and (max-width: 991px) {
    .mb-md50 {
        margin-bottom: 50px;
    }

    .mb-md30 {
        margin-bottom: 30px;
    }

    .mb-md0 {
        margin-bottom: 0;
    }

    .bg-fixed {
        background-attachment: scroll !important;
    }

    .navbar {
        padding-left: 15px;
    }

    .navbar .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #111;
        text-align: center;
        padding: 10px 0;
    }

    .navbar .nav-link {
        margin: 10px auto !important;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .nav-scroll .nav-scroll .navbar-nav .nav-link:after {
        background: #eee !important;
    }

    .header {
        background-attachment: scroll !important;
    }

    .header .caption h4 {
        font-size: 30px;
    }

    .header .caption h1 {
        font-size: 45px;
        line-height: 1.4;
    }

    .about .social {
        margin-bottom: 40px;
    }
    footer {
        padding-top: 60px !important;
    }
}
@media screen and (max-width: 768px) {
    .navbar {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .header .caption h4:before {
        left: calc(50% - 200px);
        top: -20px;
    }

    .header .caption h4:after {
        left: calc(50% - 200px);
        top: 50px;
    }

    .mb-sm50 {
        margin-bottom: 50px;
    }

    .mb-sm30 {
        margin-bottom: 30px;
    }

    .about .content .info h6 {
        letter-spacing: 2px;
        line-height: 1.7;
    }

    svg {
        display: none;
    }

    .contact.section-padding {
        padding: 90px 0 90px;
    }

    .contact .more-details {
        margin-top: 40px;
    }

    .contact h4.more-details:after {
        content: '';
        width: 20px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 20px;
        bottom: -5px;
    }
    ol.comment-content li.comment .comment-box {
        margin-bottom: 30px;
        margin-left: 30px;
    }
    ol.comment-content li.comment .comment-author .comment-avatar-img {
        left: -35px;
        height: 70px;
        width: 70px;
    }
    ol.comment-content li.comment .reply a {
        position: static;
    }
    footer {
        padding-top: 50px !important;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 480px) {
    .header .caption h4 {
        font-size: 20px;
    }

    .header .caption h4:after, .header .caption h4:before {
        width: 300px;
        left: calc(50% - 150px);
    }

    .header .caption h1 {
        font-size: 24px;
    }

    .header .caption p {
        font-size: 16px;
    }

    .hello {
        width: 120px;
    }

    .services .item .right {
        margin-left: 0;
    }

    .services .item .text-center .num {
        display: none;
    }

    .services .item {
        text-align: center;
        padding: 30px 10px;
    }

    .services .item:after {
        display: none;
    }

    .portfolio .filtering span {
        margin-bottom: 30px;
    }
    ol.comment-content li.comment .comment-box {
        margin-left: 10px;
        padding-left: 55px;
    }
    ol.comment-content li.comment .comment-author .comment-avatar-img {
        left: -15px;
        top: 12px;
        width: 60px;
        height: 60px;
    }
}
/*----------------End Responsive----------------*/


/*----------------Start 21online----------------*/
a.tools {background-color: #beaf87;}
a.tools:hover{filter:invert(100%); background-color:#fff;}

.btn{display:inline-block;font-weight:400;color:#252526;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:.88rem;line-height:1.5;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion:reduce){.btn{transition:none}
}
.btn:hover{color:#252526;text-decoration:none}
.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(190,175,135,.25)}
.btn{overflow:hidden}
.btn-dash{border:1px dashed #989898;font-size:16px;font-weight:700;color:#676767}
.btn-dash .add-icon{font-size:24px;margin-right:.5em}
.btn-dash:focus,.btn-dash:hover{color:#252526;background:#f1f1f1}
.btn-bold{font-weight:700}
.btn-white{color:#212529;background-color:#fff;border-color:#fff}
.btn-white:hover{color:#212529;background-color:#f1f1f1;border-color:#f1f1f1}
.btn-white.focus,.btn-white:focus{box-shadow:0 0 0 .2rem rgba(222,222,223,.5)}
.btn-white.disabled,.btn-white:disabled{color:#212529;background-color:#fff;border-color:#fff}
.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.show>.btn-white.dropdown-toggle{color:#212529;background-color:#e6e6e6;border-color:#dfdfdf}
.btn-white:not(:disabled):not(.disabled).active:focus,.btn-white:not(:disabled):not(.disabled):active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,222,223,.5)}
.btn-outline-white{color:#fff;background-color:transparent;border-color:#fff}
.btn-outline-white:hover{color:#212529;background-color:#f1f1f1;border-color:#f1f1f1}
.btn-outline-white.focus,.btn-outline-white:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}
.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent;border-color:#fff}
.btn-outline-white:not(:disabled):not(.disabled).active,.btn-outline-white:not(:disabled):not(.disabled):active,.show>.btn-outline-white.dropdown-toggle{color:#fff;background-color:rgba(0,0,0,0);border-color:#dfdfdf}
.btn-outline-white:not(:disabled):not(.disabled).active:focus,.btn-outline-white:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}
.btn-grey{color:#212529;background-color:#f1f1f1;border-color:#f1f1f1;color:#252526 !important;font-weight:700;padding-bottom:4px}
.btn-grey:hover{color:#212529;background-color:#95989a;border-color:#95989a}
.btn-grey.focus,.btn-grey:focus{box-shadow:0 0 0 .2rem rgba(210,210,211,.5)}
.btn-grey.disabled,.btn-grey:disabled{color:#212529;background-color:#f1f1f1;border-color:#f1f1f1}
.btn-grey:not(:disabled):not(.disabled).active,.btn-grey:not(:disabled):not(.disabled):active,.show>.btn-grey.dropdown-toggle{color:#212529;background-color:#d8d8d8;border-color:#d1d1d1}
.btn-grey:not(:disabled):not(.disabled).active:focus,.btn-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-grey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(210,210,211,.5)}
.btn-xs{font-size:8px;text-transform:uppercase;padding:.13rem .25rem 0rem .35rem;letter-spacing:.12em;border-radius:2px}
.btn-group-lg>.btn,.btn-lg{padding-top:.65rem}
.btn-xl{padding-top:.65rem;font-size:1rem}
@media(min-width:576px){.btn-xl{min-width:375px}
}
.btn-16{font-size:16px}
.btn-14{font-size:14px}
.btn-secondary svg,.content-card .cta-buttons.style-cta-button-bar .btn svg,.textimage-wrapper .cta-buttons.style-cta-button-bar .btn svg,.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button-bar .btn svg{fill:#fff;transition:fill .15s ease-in-out}
.btn-secondary:focus,.btn-secondary:hover,.content-card .cta-buttons.style-cta-button-bar .btn:focus,.content-card .cta-buttons .style-cta-button-bar .btn:hover,.textimage-wrapper .cta-buttons.style-cta-button-bar .btn:focus,.textimage-wrapper .cta-buttons.style-cta-button-bar .btn:hover,.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button-bar .btn:focus,.utility-card-section .utility-card .card-body .cta-buttons .style-cta-button-bar .btn:hover{color:#212529;background-color:#b19e6e;border-color:#ac9966}
.btn-secondary:focus svg,.btn-secondary:hover svg,.content-card .cta-buttons.style-cta-button-bar .btn:focus svg,.content-card .cta-buttons.style-cta-button-bar .btn:hover svg,.textimage-wrapper .cta-buttons.style-cta-button-bar .btn:focus svg,.textimage-wrapper .cta-buttons .style-cta-button-bar .btn:hover svg,.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button-bar .btn:focus svg,.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button-bar .btn:hover svg{fill:#212529}
.btn-outline-secondary .svg-icon.fill-gold svg,.content-card .cta-buttons.style-cta-button .btn .svg-icon.fill-gold svg,.textimage-wrapper .cta-buttons.style-cta-button .btn .svg-icon.fill-gold svg,.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button .btn .svg-icon.fill-gold svg{fill:#beaf87}
.btn-outline-secondary:focus .svg-icon svg,.btn-outline-secondary:hover .svg-icon svg,.content-card .cta-buttons .style-cta-button .btn:focus .svg-icon svg,.content-card .cta-buttons.style-cta-button .btn:hover .svg-icon svg,.textimage-wrapper .cta-buttons.style-cta-button .btn:focus .svg-icon svg,.textimage-wrapper .cta-buttons.style-cta-button .btn:hover .svg-icon svg,.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button .btn:focus .svg-icon svg,.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button .btn:hover .svg-icon svg{fill:#fff}
.btn-link-secondary,.content-card .cta-buttons .style-cta-text-link .btn,.textimage-wrapper .cta-buttons.style-cta-text-link .btn{color:#252526}
.btn-link-secondary:focus,.btn-link-secondary:hover,.content-card .cta-buttons.style-cta-text-link .btn:focus,.content-card .cta-buttons.style-cta-text-link .btn:hover,.textimage-wrapper .cta-buttons.style-cta-text-link .btn:focus,.textimage-wrapper .cta-buttons.style-cta-text-link .btn:hover{text-decoration:none}
.btn-link-secondary .svg-icon.fill-gold svg,.content-card .cta-buttons.style-cta-text-link .btn .svg-icon.fill-gold svg,.textimage-wrapper .cta-buttons.style-cta-text-link .btn .svg-icon.fill-gold svg{fill:#beaf87}
.btn-link-secondary-underlined{color:#252526;text-decoration:underline;font-weight:700}
.btn-link-grey{color:#676767}
.btn-link-grey:focus,.btn-link-grey:hover{text-decoration:none}
.btn-outline-secondary,.btn-primary,.btn-secondary,.content-card .cta-buttons.style-cta-button .btn,.content-card .cta-buttons.style-cta-button-bar .btn,.textimage-wrapper .cta-buttons.style-cta-button .btn,.textimage-wrapper .cta-buttons.style-cta-button-bar .btn,.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button .btn,.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button-bar .btn{font-weight:700}
.btn-info-pop{color:#fff;font-weight:700;position:relative;z-index:1;cursor:pointer;font-size:10px;vertical-align:baseline;margin-left:15px}
.btn-info-pop:after{content:'';background:#868e96;padding:1px 2px;position:absolute;border-radius:50%;width:.9rem;height:.9rem;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);bottom:0;z-index:-1}
.btn-info-pop:focus,.btn-info-pop:hover{color:#fff}
.btn-info-pop:focus:after,.btn-info-pop:hover:after{background:#495057}
.btn-action{font-family:Typold,Helvetica,Arial,sans-serif;font-size:16px;opacity:.7}
.btn-action:focus,.btn-action:hover{opacity:1}
.btn-changing{font-family:TypoldCondensed,Typold,Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;color:#676767;text-transform:uppercase;min-width:46px}
@media(min-width:768px){.btn-changing{border:1px solid #707374;padding:1px 8px;height:22px;line-height:1;border-radius:2px;min-width:60px}
.btn-changing i.svg-icon.svg-edit-alt{height:9px;-webkit-transform:scale(1.1) translate(0,14%);transform:scale(1.1) translate(0,14%)}
.btn-changing:focus,.btn-changing:hover{text-decoration:none;color:#252526;border-color:#adb5bd}
}
.btn-grey-edit{color:#fff;background-color:#6b6e70;border-color:#6b6e70;font-family:TypoldCondensed,Typold,Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;padding:.05rem .25rem .13rem .35rem;letter-spacing:1px;border-radius:2px}
.btn-grey-edit:hover{color:#212529;background-color:#95989a;border-color:#95989a}
.btn-grey-edit.focus,.btn-grey-edit:focus{box-shadow:0 0 0 .2rem rgba(129,132,133,.5)}
.btn-grey-edit.disabled,.btn-grey-edit:disabled{color:#fff;background-color:#6b6e70;border-color:#6b6e70}
.btn-grey-edit:not(:disabled):not(.disabled).active,.btn-grey-edit:not(:disabled):not(.disabled):active,.show>.btn-grey-edit.dropdown-toggle{color:#fff;background-color:#525456;border-color:#4c4e4f}
.btn-grey-edit:not(:disabled):not(.disabled).active:focus,.btn-grey-edit:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-edit.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(129,132,133,.5)}
.btn-grey-edit:focus,.btn-grey-edit:hover{color:#fff}
.utility-card-section .utility-card .card-body .cta-buttons.style-cta-button .btn {
    margin-bottom: 1em;
}
.btn-outline-secondary, .btn-primary, .btn-secondary, .content-card .cta-buttons.style-cta-button .btn, .content-card .cta-buttons.style-cta-button-bar .btn, .textimage-wrapper .cta-buttons.style-cta-button .btn, .textimage-wrapper .cta-buttons.style-cta-button-bar .btn, .utility-card-section .utility-card .card-body .cta-buttons.style-cta-button .btn, .utility-card-section .utility-card .card-body .cta-buttons.style-cta-button-bar .btn {
    font-weight: 700;
}

.btn-outline-secondary, .content-card .cta-buttons.style-cta-button .btn, .textimage-wrapper .cta-buttons.style-cta-button .btn, .utility-card-section .utility-card .card-body .cta-buttons.style-cta-button .btn {
    color: #252526;
    border-color: #252526;
  }

.cmp-text p{color: #222; font-weight: bolder; font-size: 21px; line-height: normal; margin-bottom: 15px;}
.utility-card {border:1px solid #dedede; min-height: 180px; margin-bottom:20px;}
