@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto&display=swap");html {
    scroll-padding-top: 59px
}



.display-1 {
    font-size: 80px !important
}

.display-2 {
    font-size: 72px !important
}

.display-3 {
    font-size: 64px !important
}

.display-4 {
    font-size: 56px !important
}

.bg-primary {
    background-color: #000 !important
}

.text-primary {
    color: #000 !important
}

a.text-primary:hover,a.text-primary:focus {
    color: #dd2020 !important
}

.bg-secondary {
    background-color: #5a6d90 !important
}

.text-secondary {
    color: #5a6d90 !important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #465571 !important
}

.bg-success {
    background-color: #25b865 !important
}

.text-success {
    color: #25b865 !important
}

a.text-success:hover,a.text-success:focus {
    color: #1c8e4e !important
}

.bg-warning {
    background-color: #f9a836 !important
}

.text-warning {
    color: #f9a836 !important
}

a.text-warning:hover,a.text-warning:focus {
    color: #f59207 !important
}

.bg-info {
    background-color: #44bed0 !important
}

.text-info {
    color: #44bed0 !important
}

a.text-info:hover,a.text-info:focus {
    color: #2da3b4 !important
}

.bg-danger {
    background-color: #d6374a !important
}

.text-danger {
    color: #d6374a !important
}

a.text-danger:hover,a.text-danger:focus {
    color: #b52536 !important
}

.bg-dark {
    background-color: #3c4858 !important
}

.text-dark {
    color: #3c4858 !important
}

a.text-dark:hover,a.text-dark:focus {
    color: #272f3a !important
}

.bg-muted {
    background-color: #8492a6 !important
}

.text-muted {
    color: #8492a6 !important
}

a.text-muted:hover,a.text-muted:focus {
    color: #68788f !important
}

.bg-light {
    background-color: #f9fafd !important
}

.text-light {
    color: #f9fafd !important
}

a.text-light:hover,a.text-light:focus {
    color: #d3daf0 !important
}

.bg-blue {
    background-color: #2d84fb !important
}

.text-blue {
    color: #2d84fb !important
}

a.text-blue:hover,a.text-blue:focus {
    color: #0568f0 !important
}

.bg-footer {
    background-color: #465467 !important
}

.text-footer {
    color: #465467 !important
}

a.text-footer:hover,a.text-footer:focus {
    color: #323c49 !important
}

.bg-purple {
    background-color: #662e9b !important
}

.text-purple {
    color: #662e9b !important
}

a.text-purple:hover,a.text-purple:focus {
    color: #4c2274 !important
}

.bg-light-green {
    background-color: #67c56e !important
}

.text-light-green {
    color: #67c56e !important
}

a.text-light-green:hover,a.text-light-green:focus {
    color: #45b44d !important
}

.bg-yellow {
    background-color: #f89d36 !important
}

.text-yellow {
    color: #f89d36 !important
}

a.text-yellow:hover,a.text-yellow:focus {
    color: #f38508 !important
}

.bg-light-yellow {
    background-color: #eaba6b !important
}

.text-light-yellow {
    color: #eaba6b !important
}

a.text-light-yellow:hover,a.text-light-yellow:focus {
    color: #e4a53e !important
}



.row>* {
    position: relative
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px
}

.rounded {
    border-radius: 7px !important
}

.rounded-top {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important
}

.rounded-left {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important
}

.rounded-bottom {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important
}

.rounded-right {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important
}

.rounded-pill {
    border-radius: 30px !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-top {
    border-top: 1px solid #e9ecef !important
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important
}

.border-left {
    border-left: 1px solid #e9ecef !important
}

.border-right {
    border-right: 1px solid #e9ecef !important
}

.modal-open {
    padding-right: 0 !important
}

.small,small {
    font-size: 85%;
    font-weight: 500
}

.shadow {
    box-shadow: 0 0 3px rgba(60,72,88,0.15) !important
}

@media (max-width: 768px) {
    .display-1 {
        font-size:56px !important
    }

    .display-2 {
        font-size: 50px !important
    }

    .display-3 {
        font-size: 42px !important
    }

    .display-4 {
        font-size: 36px !important
    }
}

.btn-primary {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(229,75,75,0.3)
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.focus {
    background-color: #dd2020 !important;
    border-color: #dd2020 !important;
    color: #fff !important
}

.btn-outline-primary {
    border: 1px solid #000;
    color: #000;
    background-color: transparent
}

.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.focus,.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(229,75,75,0.3)
}

.btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90,109,144,0.3)
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active,.btn-secondary.active,.btn-secondary.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #fff !important
}

.btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent
}

.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.focus,.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90,109,144,0.3)
}

.btn-success {
    background-color: #25b865 !important;
    border: 1px solid #25b865 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(37,184,101,0.3)
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.focus {
    background-color: #1c8e4e !important;
    border-color: #1c8e4e !important;
    color: #fff !important
}

.btn-outline-success {
    border: 1px solid #25b865;
    color: #25b865;
    background-color: transparent
}

.btn-outline-success:hover,.btn-outline-success:focus,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.focus,.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #25b865;
    border-color: #25b865;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(37,184,101,0.3)
}

.btn-warning {
    background-color: #f9a836 !important;
    border: 1px solid #f9a836 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(249,168,54,0.3)
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.focus {
    background-color: #f59207 !important;
    border-color: #f59207 !important;
    color: #fff !important
}

.btn-outline-warning {
    border: 1px solid #f9a836;
    color: #f9a836;
    background-color: transparent
}

.btn-outline-warning:hover,.btn-outline-warning:focus,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.focus,.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f9a836;
    border-color: #f9a836;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(249,168,54,0.3)
}

.btn-info {
    background-color: #44bed0 !important;
    border: 1px solid #44bed0 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(68,190,208,0.3)
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.focus {
    background-color: #2da3b4 !important;
    border-color: #2da3b4 !important;
    color: #fff !important
}

.btn-outline-info {
    border: 1px solid #44bed0;
    color: #44bed0;
    background-color: transparent
}

.btn-outline-info:hover,.btn-outline-info:focus,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.focus,.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #44bed0;
    border-color: #44bed0;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(68,190,208,0.3)
}

.btn-danger {
    background-color: #d6374a !important;
    border: 1px solid #d6374a !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(214,55,74,0.3)
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.focus {
    background-color: #b52536 !important;
    border-color: #b52536 !important;
    color: #fff !important
}

.btn-outline-danger {
    border: 1px solid #d6374a;
    color: #d6374a;
    background-color: transparent
}

.btn-outline-danger:hover,.btn-outline-danger:focus,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.focus,.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #d6374a;
    border-color: #d6374a;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(214,55,74,0.3)
}

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(60,72,88,0.3)
}

.btn-dark:hover,.btn-dark:focus,.btn-dark:active,.btn-dark.active,.btn-dark.focus {
    background-color: #272f3a !important;
    border-color: #272f3a !important;
    color: #fff !important
}

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent
}

.btn-outline-dark:hover,.btn-outline-dark:focus,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.focus,.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #3c4858;
    border-color: #3c4858;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(60,72,88,0.3)
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132,146,166,0.3)
}

.btn-muted:hover,.btn-muted:focus,.btn-muted:active,.btn-muted.active,.btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #fff !important
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent
}

.btn-outline-muted:hover,.btn-outline-muted:focus,.btn-outline-muted:active,.btn-outline-muted.active,.btn-outline-muted.focus,.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132,146,166,0.3)
}

.btn-light {
    background-color: #f9fafd !important;
    border: 1px solid #f9fafd !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(249,250,253,0.3)
}

.btn-light:hover,.btn-light:focus,.btn-light:active,.btn-light.active,.btn-light.focus {
    background-color: #d3daf0 !important;
    border-color: #d3daf0 !important;
    color: #fff !important
}

.btn-outline-light {
    border: 1px solid #f9fafd;
    color: #f9fafd;
    background-color: transparent
}

.btn-outline-light:hover,.btn-outline-light:focus,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.focus,.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f9fafd;
    border-color: #f9fafd;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(249,250,253,0.3)
}

.btn-blue {
    background-color: #2d84fb !important;
    border: 1px solid #2d84fb !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(45,132,251,0.3)
}

.btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue.active,.btn-blue.focus {
    background-color: #0568f0 !important;
    border-color: #0568f0 !important;
    color: #fff !important
}

.btn-outline-blue {
    border: 1px solid #2d84fb;
    color: #2d84fb;
    background-color: transparent
}

.btn-outline-blue:hover,.btn-outline-blue:focus,.btn-outline-blue:active,.btn-outline-blue.active,.btn-outline-blue.focus,.btn-outline-blue:not(:disabled):not(.disabled):active {
    background-color: #2d84fb;
    border-color: #2d84fb;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(45,132,251,0.3)
}

.btn-footer {
    background-color: #465467 !important;
    border: 1px solid #465467 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(70,84,103,0.3)
}

.btn-footer:hover,.btn-footer:focus,.btn-footer:active,.btn-footer.active,.btn-footer.focus {
    background-color: #323c49 !important;
    border-color: #323c49 !important;
    color: #fff !important
}

.btn-outline-footer {
    border: 1px solid #465467;
    color: #465467;
    background-color: transparent
}

.btn-outline-footer:hover,.btn-outline-footer:focus,.btn-outline-footer:active,.btn-outline-footer.active,.btn-outline-footer.focus,.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #465467;
    border-color: #465467;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(70,84,103,0.3)
}

.btn-purple {
    background-color: #662e9b !important;
    border: 1px solid #662e9b !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102,46,155,0.3)
}

.btn-purple:hover,.btn-purple:focus,.btn-purple:active,.btn-purple.active,.btn-purple.focus {
    background-color: #4c2274 !important;
    border-color: #4c2274 !important;
    color: #fff !important
}

.btn-outline-purple {
    border: 1px solid #662e9b;
    color: #662e9b;
    background-color: transparent
}

.btn-outline-purple:hover,.btn-outline-purple:focus,.btn-outline-purple:active,.btn-outline-purple.active,.btn-outline-purple.focus,.btn-outline-purple:not(:disabled):not(.disabled):active {
    background-color: #662e9b;
    border-color: #662e9b;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102,46,155,0.3)
}

.btn-light-green {
    background-color: #67c56e !important;
    border: 1px solid #67c56e !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(103,197,110,0.3)
}

.btn-light-green:hover,.btn-light-green:focus,.btn-light-green:active,.btn-light-green.active,.btn-light-green.focus {
    background-color: #45b44d !important;
    border-color: #45b44d !important;
    color: #fff !important
}

.btn-outline-light-green {
    border: 1px solid #67c56e;
    color: #67c56e;
    background-color: transparent
}

.btn-outline-light-green:hover,.btn-outline-light-green:focus,.btn-outline-light-green:active,.btn-outline-light-green.active,.btn-outline-light-green.focus,.btn-outline-light-green:not(:disabled):not(.disabled):active {
    background-color: #67c56e;
    border-color: #67c56e;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(103,197,110,0.3)
}

.btn-yellow {
    background-color: #f89d36 !important;
    border: 1px solid #f89d36 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248,157,54,0.3)
}

.btn-yellow:hover,.btn-yellow:focus,.btn-yellow:active,.btn-yellow.active,.btn-yellow.focus {
    background-color: #f38508 !important;
    border-color: #f38508 !important;
    color: #fff !important
}

.btn-outline-yellow {
    border: 1px solid #f89d36;
    color: #f89d36;
    background-color: transparent
}

.btn-outline-yellow:hover,.btn-outline-yellow:focus,.btn-outline-yellow:active,.btn-outline-yellow.active,.btn-outline-yellow.focus,.btn-outline-yellow:not(:disabled):not(.disabled):active {
    background-color: #f89d36;
    border-color: #f89d36;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248,157,54,0.3)
}

.btn-light-yellow {
    background-color: #eaba6b !important;
    border: 1px solid #eaba6b !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(234,186,107,0.3)
}

.btn-light-yellow:hover,.btn-light-yellow:focus,.btn-light-yellow:active,.btn-light-yellow.active,.btn-light-yellow.focus {
    background-color: #e4a53e !important;
    border-color: #e4a53e !important;
    color: #fff !important
}

.btn-outline-light-yellow {
    border: 1px solid #eaba6b;
    color: #eaba6b;
    background-color: transparent
}

.btn-outline-light-yellow:hover,.btn-outline-light-yellow:focus,.btn-outline-light-yellow:active,.btn-outline-light-yellow.active,.btn-outline-light-yellow.focus,.btn-outline-light-yellow:not(:disabled):not(.disabled):active {
    background-color: #eaba6b;
    border-color: #eaba6b;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(234,186,107,0.3)
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    border-radius: 7px
}

.btn:focus {
    box-shadow: none !important
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px
}

.btn.searchbtn {
    padding: 6px 20px
}

.btn.btn-pills {
    border-radius: 30px
}

.btn.btn-light {
    color: #3c4858 !important;
    background: #f9fafd !important;
    border: 1px solid #dee2e6 !important
}

.btn.btn-light:hover,.btn.btn-light:focus,.btn.btn-light:active,.btn.btn-light.active,.btn.btn-light.focus {
    background-color: #f1f4fa !important;
    color: #3c4858 !important
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6 !important;
    color: #3c4858 !important;
    background-color: transparent
}

.btn.btn-outline-light:hover,.btn.btn-outline-light:focus,.btn.btn-outline-light:active,.btn.btn-outline-light.active,.btn.btn-outline-light.focus {
    background-color: #f9fafd !important;
    color: #3c4858 !important
}

.btn.btn-icon {
    display: inline-block;
    height: 35px;
    text-align: center;
    width: 35px;
    line-height: 32px;
    padding: 0
}

button:not(:disabled) {
    outline: none;
    border: 0
}

.avatar.avatar-small {
    height: 64px;
    width: 64px
}

.avatar.avatar-md {
    height: 192px;
    width: 192px
}

.avatar.avatar-lg {
    height: 256px;
    width: 256px
}

.progress-box .progress {
    height: 8px;
    overflow: visible
}

.progress-box .progress .progress-bar {
    animation: animate-positive 3s !important;
    overflow: visible !important;
    border-radius: 5px
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -30px;
    right: -15px;
    font-size: 13px
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.nav-pills .nav-link {
    color: #161c2d !important;
    margin: auto 15px;
    border: 1px solid #e9ecef
}

.nav-pills .nav-link.active {
    background-color: #000;
    color: #fff !important;
    border-color: #000 !important;
    box-shadow: 0 0 3px rgba(60,72,88,0.15)
}

.nav-pills a .skill-container .title {
    font-size: 14px !important
}

.page-next-level .title {
    font-size: 28px;
    letter-spacing: 1px
}

.page-next-level .page-next {
    letter-spacing: 0.5px
}

.page-next-level .page-next li {
    display: inline-block;
    margin-right: 5px
}



.page-next-level .page-next li:last-child {
    margin-right: 0
}

.page-next-level .page-next li:last-child:after {
    display: none
}

.page-next-level .page-next li a,.page-next-level .page-next li span {
    padding-right: 8px;
    transition: all 0.2s ease;
    font-weight: 500
}

.page-next-level .page-next li a:hover {
    color: #000 !important
}

.page-next-level .page-next li span:last-child {
    padding-right: 0px
}

.pagination {
    line-height: 20px;
    font-size: 13px
}

.pagination li {
    display: inline
}

.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px
}

.pagination li:last-child a {
    border-radius: 0 4px 4px 0
}

.pagination li a {
    float: left;
    text-decoration: none;
    color: #3c4858;
    border: 1px solid #dee2e6;
    border-left-width: 0;
    background: #fff
}

.pagination li a:hover {
    color: #fff;
    background: #000;
    border-color: #000
}

.pagination .active a {
    color: #fff;
    background: #000 !important;
    border-color: #000;
    cursor: not-allowed
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #f9fafd, #f9fafd);
    z-index: 9999999;
    transition: all 0.5s ease;
    visibility: visible;
    opacity: 1
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#preloader #status .spinner {
    margin: 30px auto 0;
    width: 70px;
    text-align: center
}

#preloader #status .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 5px;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

#preloader #status .spinner .bounce1 {
    animation-delay: -0.32s
}

#preloader #status .spinner .bounce2 {
    animation-delay: -0.16s
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.social-icon li a {
    color: #adb5bd;
    border: 1px solid #adb5bd;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 30px;
    transition: all 0.4s ease;
    border-radius: 7px
}

.social-icon li a:hover {
    background-color: #000;
    border-color: #000 !important;
    color: #fff !important
}

.social-icon.social li a {
    color: #161c2d;
    border-color: #161c2d
}


.back-to-top {
    z-index: 99;
    position: fixed;
    bottom:10px;
    right: 10px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: none;
    color: #fff;
    background-color: #6c757d;
    transition: all 0.2s ease;
    box-shadow: 0 0 3px rgba(60,72,88,0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.back-to-top i {
    font-size: 16px
}

.back-to-top:hover {
    background-color: #000;
    color: #fff
}

.blockquote {
    border-left: 3px solid #dee2e6;
    font-size: 16px
}

.fea {
    stroke-width: 1.6
}

.fea.icon-sm {
    height: 16px;
    width: 16px
}

.fea.icon-md-sm {
    height: 24px;
    width: 24px
}

.fea.icon-md {
    height: 32px;
    width: 32px
}

.fea.icon-lg {
    height: 42px;
    width: 42px
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px
}

.mfp-iframe-holder .mfp-content {
    max-width: 1110px
}

.sticky-sidebar {
    position: sticky;
    top: 80px
}





::selection {
    background: #6c757d;
    color: #fff
}

a {
    text-decoration: none !important
}

p {
    letter-spacing: 0.03em;
    line-height: 1.8
}

.section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    position: relative
}

.section-two {
    padding: 60px 0;
    position: relative
}

.bg-overlay {
    background-color: rgba(60,72,88,0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.bg-overlay-white {
    background: #fff;
    opacity: 0.65
}

.bg-overlay-primary {
    background-color: rgba(229,75,75,0.05) !important
}

.bg-over-image {
    background-color: rgba(35,37,47,0.5) !important;
    background-image: url("../images/overlay.png");
    background-repeat: repeat
}

.bg-primary-gradient-overlay {
    background: linear-gradient(to bottom, rgba(229,75,75,0) 0%, rgba(229,75,75,0.25) 25%, rgba(229,75,75,0.5) 50%, rgba(229,75,75,0.75) 75%, #000 100%)
}

.title-heading .sub-title {
    font-size: 18px;
    letter-spacing: 1px
}

.title-heading .heading {
    font-weight: 700;
    font-size: 66px;
    letter-spacing: 1px
}

.title-heading .para-desc {
    font-size: 17px
}

.title-heading img {
    height: 200px;
    border: 5px solid #dee2e6
}

.section-title {
    position: relative;
    margin-bottom: 30px
}

.section-title .title-box,.section-title .title-line {
    position: relative
}

.section-title .title-box:after,.section-title .title-box:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: -7px;
    left: 2px;
    border: 2px solid #000;
    border-radius: 30px 30px 30px 0;
    transform: rotate(45deg);
    left: calc(50% - 15px)
}

.section-title .title-box:before {
    left: auto;
    transform: rotate(225deg)
}

.section-title .title-line:before,.section-title .title-line:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 5px;
    background-color: #000
}

.section-title .title-line:before {
    left: calc(50% + 17px)
}

.section-title .title-line:after {
    left: calc(50% - 45px)
}

.para-desc {
    max-width: 700px
}

.mt-100 {
    margin-top: 100px
}

.mb-60 {
    margin-bottom: 60px
}


@media (max-width: 768px) {
    .mt-60 {
        margin-top:60px
    }
}

@media (max-width: 767px) {
    .section {
        padding:50px 0 !important;
    }

    .title-heading .heading {
        font-size: 40px !important
    }

    .section-title .title {
        font-size: 24px
    }
}

.navbar-custom {
    padding:30px 0;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out;
    background: #fff;
    /* border-bottom: 1px solid rgba(0,0,0,.08); */
        box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.navbar-custom .navbar-toggler {
    color: #3c4858;
    font-size: 30px;
    padding: 0px;
    box-shadow: none !important
}

.navbar-custom .navbar-brand {
    margin-right: 0 !important
}

.navbar-custom .navbar-brand .l-dark,.navbar-custom .navbar-brand .logo-dark-mode {
    display: none
}

.navbar-custom .navbar-brand .l-light,.navbar-custom .navbar-brand .logo-light-mode {
    display: inline-block
}

@media (max-width: 991.98px) {
    .navbar-custom .navbar-brand .l-dark {
        display:inline-block !important
    }

    .navbar-custom .navbar-brand .l-light {
        display: none !important
    }
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 15px;
    background-color: transparent !important;
    margin: 0 0px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    transition: all 0.2s;
   
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover,.navbar-custom .navbar-nav .nav-item .nav-link.active,.navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #000 !important
}

.navbar-custom .navbar-nav .dropdown-toggle::after {
    content: "\F0140";
    font: normal normal normal 24px/1 "Material Design Icons";
    vertical-align: middle;
    border-top: none;
    margin: 0;
    font-size: 15px;
    float: none;
    transform: translateX(-6px) translateY(-1px)
}

.navbar-custom .navbar-nav .dropdown {
    position: relative;
    transition: all 0.2s ease
}

.navbar-custom .navbar-nav .dropdown .dropdown-menu {
    border-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(60,72,88,0.15)
}

.navbar-custom .navbar-nav .dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    margin-left: 45px;
    box-sizing: border-box;
    border: 7px solid #3c4858;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 1px 3px 0px rgba(0,0,0,0.06) !important
}

.navbar-custom .navbar-nav .dropdown .dropdown-item {
    padding: 7px 0;
    transition: all 0.2s ease;
    font-size: 13px
}

.navbar-custom .navbar-nav .dropdown .dropdown-item:hover,.navbar-custom .navbar-nav .dropdown .dropdown-item:focus {
    background-color: transparent;
    color: #000
}

.navbar-custom .navbar-nav .dropdown:hover .dropdown-menu,.navbar-custom .navbar-nav .dropdown:focus .dropdown-menu {
    display: block
}

.navbar-custom .navbar-nav.navbar-nav-link .nav-item .nav-link {
    color: #000; opacity: 0.5;
}

.navbar-custom .navbar-nav.navbar-nav-link .nav-item .nav-link:hover,.navbar-custom .navbar-nav.navbar-nav-link .nav-item .nav-link.active,.navbar-custom .navbar-nav.navbar-nav-link .nav-item .nav-link:active {
    color: #000
}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
    padding-right: 0
}

.navbar-custom .social-icon {
    margin: 0 0 0 8px
}

.navbar-custom .social-icon li {
    margin-bottom: 0px !important
}

.navbar-custom .social-icon li a {
    color: #3c4858;
    border-color: #3c4858
}

.navbar-custom .social-icon.light-social-icon li a {
    color: #e9ecef;
    border-color: #e9ecef
}



.dropdown-item:focus,.dropdown-item:hover {
    color: #000 !important
}

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #fff;
    /* box-shadow: 0 10px 33px rgba(0,0,0,0.1); */
    color: #3c4858 !important
}

.nav-sticky.navbar-custom .navbar-brand .l-dark {
    display: inline-block
}

.nav-sticky.navbar-custom .navbar-brand .l-light {
    display: none
}

.nav-sticky.navbar-custom .navbar-nav {
    margin-top: 0px
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
    color: #000;    opacity: .5;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover,.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active,.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #000 !important
}

.nav-sticky.navbar-custom.sticky-light {
    background-color: #fff
}

.nav-sticky .navbar-brand {
    color: #3c4858 !important
}

.nav-sticky .social-icon.light-social-icon li a {
    color: #3c4858;
    border-color: #3c4858
}

.nav-sticky .dropdown-menu {
    border: none
}

.nav-sticky .dropdown-menu::before {
    box-shadow: -3px 1px 3px 0px rgba(0,0,0,0.06) !important
}

@media (min-width: 992px) {
    .navbar-custom .navbar-nav .dropdown .dropdown-menu {
        margin-top:12px !important
    }
}

@media (max-width: 1023px) {
    .navbar-custom .nav-social {
        display:none
    }
}

@media (max-width: 991px) {
    .pt-100 {
    padding-top: 0px;
}
.nav-sticky.navbar-custom .logo {
    height: 80px;
}
    .navbar-custom {
        background-color:#fff !important;
        padding: 10px 0px !important
    }
ul#navbar-navlist
 {
    margin-top: 50px;
}
    .navbar-custom .navbar-nav .nav-item .nav-link {
        color: #161c2d !important
    }

    .navbar-custom .navbar-brand .l-dark {
        display: inline-block !important
    }

    .navbar-custom .navbar-brand .l-light {
        display: none
    }

    .navbar-custom .social-icon {
        margin-top: 12px !important
    }

    .navbar-custom .social-icon.light-social-icon li a {
        color: #3c4858;
        border-color: #3c4858
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important
    }
}

@media only screen and (min-width: 768px) {
    .navbar .nav-item .dropdown-menu-right::before {
        margin-left:160px !important
    }

    .navbar .nav-item .dropdown .dropdown-menu:before {
        top: 52px
    }
}

@media (max-width: 768px) {
    .navbar-nav .nav-item .dropdown-menu-right::before {
        margin-left:45px !important
    }
}

@media (max-height: 480px) {
    .navbar-nav {
        max-height:200px;
        overflow-y: auto
    }
}

.full-home {
    height: 100vh;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-home {
    padding: 260px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half {
    padding: 170px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.mouse-icon {
    position: absolute;
    left: 0;
    right: 0;
    height: 42px;
    border: 2px solid #495057;
    bottom: 30px;
    margin: auto;
    width: 30px;
    z-index: 2;
    box-shadow: 0 0 3px rgba(60,72,88,0.15)
}

.mouse-icon.mouse-icon-white {
    border-color: #f9fafd
}

.mouse-icon.mouse-icon-white .wheel {
    background: #f9fafd
}

.mouse-icon .wheel {
    background: #495057;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    width: 2px
}

.mover {
    animation: mover 1s infinite alternate
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.bg-modern {
    padding: 80px 0 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-modern.bg-animation-right:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70%;
    height: 100%;
    background: #000 none repeat scroll 0 0;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 35% 100%)
}

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%)
}

#sThemes-layout {
    background: url("../images/boxed.png") fixed repeat
}

#sThemes-layout .sThemesbox {
    background: #fff;
    box-shadow: 0 0 3px rgba(60,72,88,0.15);
    max-width: 1170px;
    margin: 0 auto
}

#sThemes-layout .sThemesbox .boxed-home {
    max-width: 1170px;
    margin: 0 auto
}

.glitch-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1 !important
}

.home-shape {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0
}

.home-shape img {
    width: 100%;
    height: auto
}

@media (max-width: 1024px) {
    .bg-modern.bg-animation-right:after {
        width:50%
    }
}

@media (max-width: 768px) {
    .bg-modern.bg-animation-right:after {
        width:60%;
        clip-path: polygon(80% 0, 100% 0, 100% 100%, 30% 100%)
    }
}

@media (max-width: 767px) {
    .bg-home,.bg-half {
        padding:150px 0;
        height: auto
    }

    .bg-pages {
        padding: 150px 0 90px
    }

    .bg-modern.bg-animation-right:after {
        display: none
    }
}

.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden
}

.bg-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.personal-hero:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -20rem;
    width: 50rem;
    height: 50rem;
    right: 150px;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #000
}

@media (max-width: 576px) {
    .personal-hero:before {
        width:30rem;
        height: 30rem;
        bottom: -10rem
    }
}

.personal-hero .personal-overlay {
    visibility: hidden !important
}

@media (max-width: 768px) {
    .personal-hero .personal-overlay {
        visibility:visible !important
    }

    .personal-hero .title,.personal-hero .sub-title {
        color: #fff
    }

    .personal-hero .para {
        color: rgba(255,255,255,0.5)
    }
}

@media (min-width: 769px) {
    .personal-hero .personal-hero-para {
        position:absolute;
        top: 50%;
        backdrop-filter: blur(12px);
        background-color: rgba(255,255,255,0.5);
        z-index: 1;
        padding: 24px
    }
}

.about-hero:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 3%;
    left: 3%;
    bottom: 0%;
    border-radius: 7px;
    border: 16px solid #e9ecef
}

.interests-desc {
    transition: all 0.2s ease
}

.interests-desc .hobbies:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 55px;
    background: #e9ecef;
    z-index: 1
}

.interests-desc .icon {
    width: 40px;
    transition: all 0.2s ease
}

.interests-desc .title {
    font-weight: 500
}

.interests-desc:hover {
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(60,72,88,0.15);
    transform: translateY(-5px)
}

.interests-desc:hover .icon {
    color: #000
}

.service-wrapper {
    transition: all 0.2s ease
}

.service-wrapper .content .title {
    transition: all 0.2s ease;
    font-weight: 500
}

.service-wrapper.border-footer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    margin: 0 auto;
    background-color: transparent;
    transition: all .5s ease-in-out
}

.service-wrapper .big-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.02
}

.service-wrapper .big-icon .icons {
    height: 50px;
    width: 50px;
    transition: all 0.5s ease
}

.service-wrapper:hover {
    box-shadow: 0 10px 25px rgba(60,72,88,0.15);
    background: #fff;
    transform: translateY(-5px);
    border-color: transparent !important
}

.service-wrapper:hover:after {
    width: 95%;
    background-color: #000
}

.service-wrapper:hover .content .title {
    color: #000
}

.service-wrapper:hover .big-icon {
    z-index: -1;
    opacity: 0.04
}

.service-wrapper:hover .big-icon .icons {
    height: 200px;
    width: 200px;
    color: #000
}

.main-icon {
    border: 2px solid #ced4da;
    height: 40px;
    width: 40px;
    line-height: 0;
    text-align: center
}

.timeline-page:after {
    background-color: #ced4da !important;
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.timeline-page .timeline-item .date-label-left,.timeline-page .timeline-item .duration-right {
    margin-right: 15px
}

.timeline-page .timeline-item .date-label-left:after,.timeline-page .timeline-item .duration-right:after {
    border: 2px solid #161c2d;
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #f8f9fa;
    border-radius: 30px
}

.timeline-page .timeline-item .date-label-left {
    float: right;
    margin-right: 15px
}

.timeline-page .timeline-item .date-label-left:after {
    right: -34px
}

.timeline-page .timeline-item .duration-right {
    float: left;
    margin-left: 15px
}

.timeline-page .timeline-item .duration-right:after {
    left: -34px
}

.timeline-page .timeline-item .event {
    transition: all 0.2s ease
}

.timeline-page .timeline-item .event .title {
    font-weight: 500;
    transition: all 0.2s ease
}

.timeline-page .timeline-item .event .company {
    font-size: 13px
}

.timeline-page .timeline-item .event.event-description-right {
    text-align: left;
    margin-left: 15px
}

.timeline-page .timeline-item .event.event-description-left {
    text-align: right;
    margin-right: 15px
}

.timeline-page .timeline-item .event .timeline-subtitle {
    font-size: 14px
}

.timeline-page .timeline-item .event:hover {
    box-shadow: 0 10px 25px rgba(60,72,88,0.15);
    transform: translateY(-5px);
    border-color: transparent !important
}

.timeline-page .timeline-item .event:hover .title {
    color: #000
}

@media (min-width: 576px) {
    .main-icon {
        margin:0 auto
    }
}

@media (max-width: 575px) {
    .timeline-page {
        margin-left:18px
    }

    .timeline-page:after {
        margin: 0
    }

    .timeline-page .timeline-item .duration {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important
    }

    .timeline-page .timeline-item .duration:after {
        left: -21px !important
    }

    .timeline-page .timeline-item .duration .event {
        text-align: left !important;
        margin-left: 15px
    }

    .timeline-page .timeline-item .event-description-left {
        text-align: left !important;
        margin: 0 0 0 15px
    }
}

.cta-full .container-fluid {
    max-width: 100%
}

.cta-full .container-fluid .padding-less.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%
}

.cta-full .cta-full-img-box {
    padding: 100px 10%
}

@media (max-width: 768px) {
    .cta-full .cta-full-img-box {
        padding:60px 0%
    }
}

.cta-full .cta-full-head {
    font-size: 22px;
    letter-spacing: 0.8px
}

@media (max-width: 991) {
    .cta-full .padding-less {
        display:none
    }
}

@media (max-width: 768px) {
    .cta-full .padding-less {
        position:relative !important;
        height: 300px !important
    }

    .cta-full .cta-full-content {
        text-align: left !important
    }
}

.portfolioFilter li {
    transition: all 0.4s ease-in-out;
    line-height: 30px
}

.portfolioFilter li:hover,.portfolioFilter li.active {
    color: #fff !important;
    background-color: #000;
    cursor: pointer
}

.portfolio-box {
    transition: all 0.2s ease
}

.portfolio-box .portfolio-box-img img {
    transition: all 0.5s ease
}

.portfolio-box .portfolio-box-img .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: rgba(60,72,88,0.65)
}

.portfolio-box .portfolio-box-img .overlay-work .work-content {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    left: 0
}

.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon {
    height: 45px;
    width: 45px;
    line-height: 43px;
    transform: translateY(40px);
    transition: all 0.5s ease
}

.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon .image-icon {
    stroke-width: 2 !important
}

.portfolio-box .portfolio-box-img .overlay-work .work-content .work-icon:hover {
    color: #000 !important
}

.portfolio-box .portfolio-box-img .overlay-work .work-content a:hover {
    background: #fff !important
}

.portfolio-box .gallary-title {
    background: #fff
}

.portfolio-box .gallary-title .title {
    transition: all 0.5s ease;
    font-weight: 500
}

.portfolio-box .gallary-title .title:hover {
    color: #000 !important
}

.portfolio-box:hover {
    box-shadow: 0 10px 25px rgba(60,72,88,0.15) !important;
    transform: translateY(-5px)
}

.portfolio-box:hover .portfolio-box-img img {
    transform: rotate(2deg) scale(1.15);
    opacity: 0.5
}

.portfolio-box:hover .portfolio-box-img .overlay-work {
    opacity: 1;
    transform: scale(1)
}

.portfolio-box:hover .portfolio-box-img .overlay-work .work-content .work-icon {
    transform: translateY(0px)
}

.tobii__btn.tobii__btn--next svg,.tobii__btn.tobii__btn--previous svg {
    height: 36px;
    width: auto
}

#grid {
    padding: 0 !important
}

.tobii__btn.tobii__btn--close svg {
    height: 20px;
    right: 20px;
    top: 20px;
    width: 20px
}

.client-review {
    padding: 30px 30px 40px 30px
}

.client-review .reviewer .content .name {
    font-weight: 500
}

.tns-nav {
    text-align: center
}

.tns-nav button {
    width: 5px;
    height: 8px;
    border-radius: 30px;
    background: transparent;
    border: 2px solid #000;
    margin: 2px
}

.tns-nav button.tns-nav-active {
    background: #000 !important
}

.blog-post {
    transition: all 0.2s ease
}

.blog-post .content .title {
    font-weight: 500;
    transition: all 0.2s ease
}

.blog-post .content .title:hover {
    color: #000 !important
}

.blog-post .content a {
    transition: all 0.2s ease
}

.blog-post .content a:hover {
    color: #000 !important
}

.blog-post:hover {
    box-shadow: 0 10px 25px rgba(60,72,88,0.15) !important;
    background: #fff;
    transform: translateY(-5px)
}

.sidebar .widget .widget-search form {
    position: relative
}

.sidebar .widget .widget-search input[type="text"],.sidebar .widget .searchform input[type="text"] {
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px
}

.sidebar .widget .widget-search input[type="submit"],.sidebar .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px
}



.sidebar .widget .widget-title {
    font-weight: 500
}

.sidebar .widget .catagories li {
    padding-bottom: 10px
}

.sidebar .widget .catagories li:last-child {
    padding-bottom: 0
}

.sidebar .widget .catagories li a {
    color: #3c4858;
    transition: all 0.2s ease
}

.sidebar .widget .catagories li a:hover {
    color: #000
}

.sidebar .widget .post-recent {
    padding-bottom: 15px
}

.sidebar .widget .post-recent:last-child {
    padding-bottom: 0
}

.sidebar .widget .post-recent .post-recent-thumb {
    width: 25%
}

.sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-left: 10px
}

.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #3c4858;
    font-size: 15px;
    transition: all 0.2s ease
}

.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #000
}

.sidebar .widget .post-recent .post-recent-content span {
    font-size: 13px
}

.sidebar .widget .tagcloud>a {
    background: #e9ecef;
    color: #3c4858;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px;
    text-transform: uppercase;
    transition: all 0.2s ease
}

.sidebar .widget .tagcloud>a:hover {
    background: #000;
    color: #fff
}

.page-title {
    font-size: 20px
}

.comment-area .media-list .d-flex img {
    width: 80px
}

.comment-area .media-list .d-flex .flex-1 a:hover {
    color: #000 !important
}

.comment-area .media-list .d-flex .flex-1 .media-heading,.comment-area .media-list .d-flex .flex-1 .media-para {
    font-size: 15px
}

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.form-group .form-control {
    outline: none;
    box-shadow: none;
    border: 0;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #161c2d;
    background: #fff;
    border-radius: 3px;
    transition: all 0.2s ease
}

.form-group .form-control::placeholder {
    color: #8492a6
}

.form-group textarea {
    height: 180px !important
}

/* .error {
    margin: 8px 0px;
    display: none;
    color: #d6374a
} */

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px
}

.error_message,#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px
}

.error_message {
    background-color: rgba(214,55,74,0.1) !important;
    border: 2px solid rgba(214,55,74,0.1) !important;
    color: #d6374a !important;
    font-size: 14px
}

.contact-loader {
    display: none
}

#success_page {
    background-color: rgba(37,184,101,0.1) !important;
    border: 2px solid rgba(37,184,101,0.1) !important;
    color: #25b865 !important
}

#success_page p {
    margin-bottom: 0 !important
}

.footer {
    padding: 60px 0;
    position: relative;
    color: #adb5bd;
    font-size: 15px
}

.footer.footer-bar {
    padding: 30px 0;
    border-top: 1px solid #4e555d
}

#style-switcher {
    transition: all 0.4s;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px rgba(60,72,88,0.15);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px
}

#style-switcher div {
    padding: 5px 10px
}

#style-switcher div h3 {
    color: #3c4858;
    font-size: 16px;
    margin: 0 3px 12px
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #fff;
    height: 41px;
    position: absolute;
    right: -41px;
    top: 0px;
    width: 40px;
    padding: 3px;
    border-radius: 0 30px 30px 0
}

ul.pattern {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    border-radius: 0px
}

ul.pattern li.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px
}

ul.pattern .color1 {
    background-color: #000
}

ul.pattern .color2 {
    background-color: #2d84fb
}

ul.pattern .color3 {
    background-color: #67c56e
}

ul.pattern .color4 {
    background-color: #f89d36
}

ul.pattern .color5 {
    background-color: #eaba6b
}

ul.pattern .color6 {
    background-color: #662e9b
}

ul .t-dark,ul .t-rtl-light {
    display: inline-block
}

ul .t-ltr-light,ul .t-light,ul .t-rtl-dark,ul .t-ltr-dark {
    display: none
}

@media only screen and (max-width: 375px) {
    #style-switcher {
        display:none
    }
}
