/*-----------------------------------------------------------------
[Legal Notice]

Copyright (c) LifeInSYS
Website Template by LifeInSYS
http://lifeinsys.com
-------------------------------------------------------------------*/

/* ----------------------------------------------------------------
 Table of contents

	01. Basic
	02. Preloader
	03. Navbar
	04. Header
	05. About
	06. Services
	07. Portfolio
	08. Counter
	09. Contact
	10. Footer
	11. Dark Version
	12. Responsive
---------------------------------------------------------------- */

/*----------------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: 'Rubik', sans-serif;
    overflow-x: hidden !important;
    letter-spacing: 0.02px;
}

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

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

a, a:hover {
    color: inherit;
    text-decoration: none;
}

span, a {
    display: inline-block;
}

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

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

.section-head {
    margin-bottom: 90px;
    text-align: center;
}

.section-head h4 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.section-head p {
    color: #757575;
}

.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: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    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: 1.2;
}

@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;
    margin-top: 25px;
}

.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: #aebcb9;
}

.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 Preloader----------------*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #222;
    z-index: 9999999999999;
}

.loading .middle {
    position: absolute;
    top: 50%;
    width: 100%;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 2px;
    height: 10px;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

/*----------------End Preloader----------------*/

/*----------------Start Navbar----------------*/
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
    min-height: 80px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    visibility: hidden;
}

.navbar .logo {
    color: #fff;
}

.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
    margin: 15px 5px;
    position: relative;
    overflow: hidden;
}

.navbar .navbar-nav .nav-link:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 10px;
    bottom: -30px;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.navbar .navbar-nav .active:after {
    opacity: 1;
    bottom: 5px;
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    top: 90%;
    min-width: 12rem;
    padding: 0;
    border-radius: 0;
}

.navbar .dropdown-item {
    font-size: 13px;
    padding: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    padding-left: 20px;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    background-color: transparent;
    color: inherit;
}

.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    visibility: visible;
}

.nav-scroll .logo {
    color: #222;
}

.nav-scroll .icon-bar {
    color: #222;
}

.nav-scroll .navbar-nav .nav-link {
    color: #222;
}

.nav-scroll .navbar-nav .nav-link:after {
    background: #222;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #111;
}

.logo {
    padding: 15px 0;
    width: 350px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 2px;
}

/*----------------End Navbar----------------*/

/*----------------Start Header----------------*/
.header {
    min-height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h4 {
    font-weight: 200;
    letter-spacing: 4px;
}

.header .caption h1 {
    margin: 10px 0;
    font-size: 60px;
    font-weight: 300;
    font-family: inherit;
    word-spacing: 2px;
    letter-spacing: 2px;
}

.header .caption h1 b {
    font-weight: 700;
}

.header .caption p {
    font-size: 15px;
    font-weight: 300;
    color: #eee;
    letter-spacing: 1px;
    word-spacing: 2px;
}

/*----------------End Header----------------*/

/*----------------Start About----------------*/
.about .about-img {
    position: relative;
    z-index: 3;
}

.header .caption h4:before {
    content: '';
    width: 400px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% - 205px);
    top: -15px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header .caption h4:after {
    content: '';
    width: 400px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% - 205px);
    top: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.about .about-img img {
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}

.about .content {
    padding-left: 50px;
}

.about .content h4 {
    display: inline-block;
}

.about .content .info h6 {
    margin: 10px 0 30px;
    color: #555;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.about .content .info p {
    margin-bottom: 10px;
}

.about .social a {
    font-size: 11px;
    margin: 0 10px;
}

.about .social a i {
    padding: 5px;
}

.about .social a:hover {
    color: #fff;
    background: #222;
}

/*----------------End About----------------*/

/*----------------Start Skills----------------*/
.skills-section .content .skills .progress-item {
    margin-top: 40px;
}

.skills-section .content .skills h6 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 2;
}

.skills-section .content .skills .skills-progress {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.skills-section .content .skills .skills-progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10%;
    border-radius: 0px;
    background-color: #222;
    background-size: 5rem 5rem;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills-section .content .skills .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 11px;
    color: #fff;
}

.skills-section .section-head {
    margin-bottom: 50px;
}

/*----------------End Skills----------------*/

/*----------------Start Services----------------*/
.services .item {
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: -30px -30px 40px -20px rgba(0, 0, 0, 0.05);
    box-shadow: -30px -30px 40px -20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.services.section-padding {
    padding: 90px 0 60px;
}

.services .item .text-center .icon {
    font-size: 40px;
    color: #777;
}

.services .item .left .num {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #999;
    opacity: .5;
}

.services .item .right {
    text-align: center;
}

.services .item .right h6 {
    margin-bottom: 15px;
}

/*----------------End Services----------------*/

/*----------------Start Portfolio----------------*/
.portfolio .filtering span {
    margin: 0 10px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    opacity: .5;
}

.portfolio .filtering span:after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -10px;
    opacity: 0;
}

.portfolio .filtering .active {
    opacity: 1;
}

.portfolio .filtering .active:after {
    opacity: 1;
}

.portfolio .icons-button {
    position: absolute;
    bottom: 2px;
    display: grid;
    left: 4px;
}

.portfolio .items {
    margin-top: 30px;
}

.portfolio .items:hover .item-img-overlay {
    opacity: 1;
    border-radius: 0;
}

.portfolio .item-img {
    position: relative;
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.portfolio .overlay-info h6 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 5px;
}

.portfolio .overlay-info p {
    color: #ccc;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.portfolio .overlay-info .icon {
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 0px;
    background-color: #fff;
    color: #222;
    margin: 2px 0px;
}

.portfolio .overlay-info .icon:hover {
    background-color: transparent;
    color: #fff;
}

/*.portfolio img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/

/*----------------End Portfolio----------------*/

/*----------------Start Counter----------------*/
.counter {
    padding: 90px 0 0px;
    background: #222;
}

.counter .item {
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 30px;
    -webkit-box-shadow: -30px -30px 30px -30px rgba(255, 255, 255, 0.16);
    box-shadow: -30px -30px 30px -30px rgba(255, 255, 255, 0.16);
}

.counter .item:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.counter .item .icon {
    font-size: 30px;
    color: #999;
    margin-bottom: 10px;
}

.counter .item h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.counter .item p {
    color: #999;
}

.counter-svg {
    fill: #ffffff;
    position: relative;
    bottom: -6px;
}

/*----------------End Counter----------------*/

/*----------------Start Contact----------------*/
.contact {
    background: url('../img/map-light.png');
    background-repeat: no-repeat;
    background-position: center;
}

.contact.section-padding {
    padding: 58px 0 40px;
}

.contact .info:hover .icon {
    background-color: transparent;
    color: #222;
    border-color: #eee;
}

.contact .info .icon {
    font-size: 25px;
    text-align: left;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #222;
}

.contact .info {
    display: inline-flex;
    margin-bottom: 10px;
}

.contact .info .cont {
    margin-left: 20px;
}

.contact .info h6 {
    font-size: 15px;
    font-weight: 500;
}

.contact .info h6 span {
    margin-top: 6px;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact .form input, .contact .form textarea {
    width: 100%;
    padding: 15px;
    border: 0;
    background-color: #fafafa;
}

.contact .form textarea {
    height: 140px;
    max-height: 140px;
    max-width: 100%;
}

.contact .form button {
    cursor: pointer;
    border-radius: 50px;
    padding: 14px 40px;
    -webkit-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.1);
    margin: 0;
    outline: none;
	
}

#contact #submit1{	
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	padding:15px 56px;
	text-align:center;
	font-family:oswald;
	font-size:14px;
	background:#650808;
	margin-top:20px;
	border:none;
	border-radius:3px;
	margin: 20px;
}
.contact h4.more-details:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 20px;
    bottom: -5px;
}

.help-block.with-errors, .error_messages {
    margin-left: 2px;
    margin-top: 5px;
    color: #da0000;
}

.success_messages {
    margin-left: 2px;
    margin-top: 5px;
    color: #0163c7;
}

/*----------------End Contact----------------*/

/*----------------Start Footer----------------*/
footer {
    padding: 50px 0;
    padding-top: 100px;
    background-color: #222;
}

footer .icon {
    color: #fff;
    font-size: 12px;
    margin: 0 10px 10px;
}

footer p {
    font-size: 12px;
    letter-spacing: 2px;
}

/*----------------End Footer----------------*/

/*----------------Start Dark Version----------------*/
.dark-version {
    background-color: #1c1c1c;
    color: #fff;
}

.dark-version .wave-light .curve-top, .dark-version .wave-light .curve-bottom {
    fill: #1c1c1c;
}

.dark-version p {
    color: #999;
}

.dark-version .section-head h4:after {
    opacity: .5;
}

.dark-version .wave-light #curve-top,
.dark-version .wave-light #curve-bottom {
    fill: #1c1c1c;
}

.dark-version .bg-gray {
    background: #252525;
}

.dark-version .button {
    border-color: #333;
}

.dark-version .button-bord span {
    color: #eee;
}

.dark-version .button-bg {
    background: #eee;
}

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

.dark-version .nav-scroll {
    background-color: #222;
}

.dark-version .nav-scroll .logo {
    color: #fff;
}

.dark-version .nav-scroll .navbar-nav .nav-link {
    color: #777;
}

.dark-version .nav-scroll .active {
    color: #fff !important;
}

.dark-version .nav-scroll .active:after {
    background-color: #eee !important;
}

.dark-version .about .content .skills .skills-progress {
    background-color: #151515;
}

.dark-version .about .content .skills .skills-progress span {
    background-color: #333;
}

.dark-version .about .content .info h6 {
    color: #777;
}

.dark-version .services .item {
    background: #1c1c1c;
}

.dark-version .contact .info:hover .icon {
    color: #fff;
}

.dark-version .about .about-img img {
    -webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.16);
    box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.16);
}

.dark-version .contact .form input, .dark-version .contact .form textarea {
    background-color: #242424;
}

.dark-version .counter-svg {
    fill: #1c1c1c;
}

.dark-version .portfolio .filtering span:after ,.dark-version .contact h4.more-details:after{
    background: #fff;
}

.dark-version .contact .info .icon {
    color: #999;
}

.dark-version .contact .info .icon:hover{
    background: transparent;
}

.dark-version .contact {
    background: url('../img/map-dark.png');
}
/*----------------End Dark Version----------------*/

/*----------------Start Gradient Version----------------*/
.gradient .header .caption h4 {
    color: #fff;
}
.gradient .header:before {
    opacity: 1;
    background: rgba(54,40,158,.85);
    background: -moz-linear-gradient(bottom,rgba(142,89,204,0.8) 10%,rgba(136,106,234,0.8) 53%,rgba(54,40,158,0.85) 100%);
    background: -webkit-linear-gradient(bottom,rgba(142,89,204,0.8) 10%,rgba(136,106,234,0.8) 53%,rgba(54,40,158,0.85) 100%);
    background: linear-gradient(to bottom,rgba(142,89,204,0.8) 10%,rgba(136,106,234,0.8) 53%,rgba(54,40,158,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(142, 89, 204, 0.8)',endColorstr='rgba(54, 40, 158, 0.85)',GradientType=0 );
    height: 100%;
}
.gradient h4 {
    color: rgba(54,40,158,0.85);
}
.gradient .button-bg {
    background: rgb(54,40,158);
}
.gradient .button {
    border-color: rgba(54,40,158,0.85);
}
.gradient .button.button-bord:hover , .gradient .button.button-bord:after {
    background: rgba(54,40,158,0.85);
}
.gradient .about .social a i {
    color: rgba(54,40,158,0.85);
}
.gradient .services .item .right h6 {
    color: rgba(54,40,158,0.85);
}
.gradient .about .social a:hover , .gradient .about .social a i:hover {
    background: rgba(54,40,158,0.85);
    color: #fff;
}
.gradient .skills-section .content .skills .skills-progress span,.gradient .portfolio .item-img-overlay , .gradient .counter, .gradient footer {
    background: rgba(54,40,158,.85);
    background: -moz-linear-gradient(left,rgba(142,89,204,0.8) 10%,rgba(136,106,234,0.8) 53%,rgba(54,40,158,0.85) 100%);
    background: -webkit-linear-gradient(left,rgba(142,89,204,0.8) 10%,rgba(136,106,234,0.8) 53%,rgba(54,40,158,0.85) 100%);
    background: linear-gradient(to left,rgba(142,89,204,0.8) 10%,rgba(136,106,234,0.8) 53%,rgba(54,40,158,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(142, 89, 204, 0.8)',endColorstr='rgba(54, 40, 158, 0.85)',GradientType=0 );
}
.gradient .portfolio img {
    -webkit-filter: none;
    filter: none;
}
.gradient .counter .item {
    -webkit-box-shadow: -30px -30px 30px -30px rgba(0, 0, 0, 0.6);
    box-shadow: -30px -30px 30px -30px rgba(0, 0, 0, 0.6);
}
.gradient .counter .item .icon {
    color: #fff;
}
.gradient .counter .item p {
    color: #f1f1f1;
}
.gradient footer p {
    color: #fff;
}
/*----------------Start Gradient Version----------------*/

/*----------------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;
        background-position: 50% 0% !important;
    }

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

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

    .about .content {
        padding: 0;
    }

    .about .social {
        margin-bottom: 40px;
    }
    footer {
        padding-top: 60px !important;
    }
}

@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;
        text-align: center;
    }

    .contact h4.more-details:after {
        content: '';
        width: 20px;
        height: 2px;
        background: #000;
        position: absolute;
        left: calc(50% - 77px);
        bottom: -5px;
    }
    footer {
        padding-top: 50px !important;
    }
}

@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;
    }

    .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;
    }
}
/*----------------End Responsive----------------*/