/* ----------------------------------

Template Name: Siteserver
Version: 1.2
Last change: 15.9.2019
Main Font : Poppins
Main Color : #f5511f

-------------------------------------

[table of contents]
        
    01. Template Default CSS
    02. Typography
    03. Preloader
    04. Breadcrumb
    05. Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
        - Navbar Transparent
    06. About
    07. Features
    08. Work Process
    09. Pricing Table
        - Simple Version
        - Tab Version
    10. Team
        - Default Version
        - Carousel Version
    11. Testimonials
    12. Form
    13. Clients
    14. Video Features
    15. Faq
    16. Software Overview
        - Tab Version
        - Carousel Version
    17. Fun Factors
    18. Services
        - Default Version
        - Carousel Version
    19. Blog
    20. Concat Area
    21. Google Maps
    22. Error 404
    23. Footer
    24. Media Query
    25. PHP Contact Form
    26. Others

*/


/*
** General Styles for HTML tags
*/



html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
}

html, body, .wrapper {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    margin-bottom: 15px;
}

h5, h5 {
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a, .btn, button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

    a img, iframe {
        border: none;
    }



hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f7f7f7;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus, textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

    a:hover {
        color: #232323;
    }

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

b, strong {
    font-weight: 900;
}



.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

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

.text-uppercase, .dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading {
    text-transform: uppercase !important;
}

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

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

.font-weight-lighter {
    font-weight: lighter !important;
}

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

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

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #4e73df !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #224abe !important;
}

.text-secondary {
    color: #858796 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #60616f !important;
}

.text-success {
    color: #80bc00 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #13855c !important;
}

.text-info {
    color: #36b9cc !important;
}

a.text-info:hover, a.text-info:focus {
    color: #258391 !important;
}

.text-warning {
    color: #f6c23e !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #dda20a !important;
}

.text-danger {
    color: #e74a3b !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #be2617 !important;
}



a.text-light:hover, a.text-light:focus {
    color: #c2cbe5 !important;
}

.text-dark {
    color: #5a5c69 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #373840 !important;
}

.text-body {
    color: #858796 !important;
}

.text-muted {
    color: #858796 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

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

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

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

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

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

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

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

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

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

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

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

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

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

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

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

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}


.btn.active, .btn:active {
    background-image: inherit !important;
}

    .btn.focus,
    .btn:active:focus,
    .btn:active:hover,
    .btn:focus,
    .btn:hover {
        outline: 0;
    }

.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.btn-animation i {
    height: 50px;
    width: 50px;
    background: #f5511f;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    color: #ffffff;
    padding-left: 3px;
}

.btn-animation.light i {
    background: #ffffff;
    color: #f5511f;
}

a.btn-animation {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}
/* Default CSS */
.container-half {
    margin: 0 auto;
    width: 60%;
    padding: 0 15px;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #f7f7f7;
}

.bg-theme-small {
    background-color: #f7fdfc;
}

.bg-light {
    background-color: #ffffff;
}

.bg-theme {
    background-color: #f5511f;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: #ffffff;
}

.shadow {
    position: relative;
    z-index: 1;
}

    .shadow.dark::after {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.dark-hard::after {
        background: #232323 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.75;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.light::after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme::after {
        background: #f5511f none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme-hard::after {
        background: #f5511f none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.default-padding {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}

.default-padding-top {
    padding-top: 100px;
}

.default-padding-bottom {
    padding-bottom: 100px;
}

.default-padding.bottom-less {
    padding-top: 100px;
    padding-bottom: 70px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.btn {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.btn-md {
    padding: 10px 40px 10px;
}

.btn-sm {
    padding: 8px 35px;
    font-size: 12px;
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: #ffffff;
    color: #232323;
    border: 2px solid #ffffff;
}

.btn-dark {
    background-color: #232323;
    color: #ffffff;
    border: 2px solid #232323;
}

    .btn-dark.border {
        background-color: transparent;
        color: #232323;
        border: 2px solid #232323;
    }

        .btn-dark.border:hover {
            background-color: #232323;
            color: #ffffff !important;
            border: 2px solid #232323;
        }

.btn.btn-light {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #232323;
}

    .btn.btn-light:hover,
    .btn.btn-light:focus {
        background: transparent none repeat scroll 0 0;
        border: 2px solid #ffffff;
        color: #ffffff;
    }

    .btn.btn-light.effect:hover,
    .btn.btn-light.effect:focus {
        background-color: #f5511f;
        color: #ffffff !important;
        border: 2px solid #f5511f;
    }

    .btn.btn-light.border {
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
    }

        .btn.btn-light.border:hover {
            background: #ffffff none repeat scroll 0 0 !important;
            border: 2px solid #ffffff !important;
            color: #232323 !important;
        }

.btn-dark:hover,
.btn-dark:focus {
    color: #232323 !important;
    background: transparent;
}

.bg-dark {
    background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
    background-color: #f5511f;
    color: #ffffff !important;
    border: 2px solid #f5511f;
}

    .btn-theme.border {
        background-color: transparent;
        color: #f5511f !important;
        border: 2px solid #e1e1e1;
    }

        .btn-theme.border:hover {
            background-color: #f5511f;
            color: #ffffff !important;
            border: 2px solid #f5511f;
        }

    .btn-theme.effect:hover,
    .btn-theme.effect:focus {
        background: #f5511f none repeat scroll 0 0;
        border: 2px solid #f5511f;
        color: #ffffff;
    }

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.btn.border.btn-light.standard {
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

    .btn.border.btn-light.standard::after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 53px;
        position: absolute;
        right: -18px;
        top: -10px;
        transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        -moz-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        width: 50px;
        z-index: -1;
    }

    .btn.border.btn-light.standard::before {
        color: #f5511f;
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        height: 100%;
        position: absolute;
        right: 0;
        width: 25px;
    }

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.container-full {
    padding: 0 15px;
    width: 100%;
}

.oh {
    overflow: hidden;
}

.less-margin {
    margin: 0;
}

.border-top {
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
}

header {
    position: relative;
}

    header nav.navbar.border.bootsnav.navbar-fixed.no-background {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
            position: relative;
            z-index: 1;
            margin-left: 3px;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
            border: medium none;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
            background: #ffffff none repeat scroll 0 0;
            bottom: -2px;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 0;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
            width: 100%;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
            width: 0;
        }

.attr-nav .social.right li {
    margin-left: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
    background: #f5511f none repeat scroll 0 0;
    border: 2px solid #f5511f;
    color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .attr-nav.social li a {
        border: 1px solid #f4f4f4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #f5511f;
        display: inline-block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        padding: 0 !important;
        text-align: center;
        width: 40px;
    }

nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
    color: #f5511f;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important;
}

.attr-nav.button-light > ul > li:last-child > a {
    background-color: #f5511f;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.site-heading.clean h2 {
    padding-bottom: 0;
}

    .site-heading.clean h2 span {
        color: #f5511f;
    }

.site-heading h2 span {
    color: #f5511f;
}

.site-heading.barber h2 span {
    color: #bc9355;
}

.site-heading p {
    margin: 0;
}

.site-heading.clean h2::after,
.site-heading.clean h2::before {
    display: none;
}

.site-heading h2::before {
    background: #f5511f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 50px;
}

.bg-theme .site-heading h2::before,
.bg-theme-hard .site-heading h2::before {
    background: #ffffff none repeat scroll 0 0;
}

.site-heading h2::after {
    background: #232323 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 25px;
}

.bg-theme .site-heading h2::after,
.bg-theme-hard .site-heading h2::after {
    background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
    color: #f5511f;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */

.breadcrumb-area {
    padding-bottom: 150px;
    padding-top: 150px;
}

    .breadcrumb-area .breadcrumb {
        background: transparent none repeat scroll 0 0;
        display: inline-block;
        margin: 0;
        padding: 10px 20px;
        position: relative;
        z-index: 1;
    }

        .breadcrumb-area .breadcrumb::after {
            background: #232323 none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0.6;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

    .breadcrumb-area h1 {
        display: block;
        font-size: 40px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: -8px;
    }

.breadcrumb > li + li::before {
    color: #ffffff;
    content: "/";
    font-weight: 600;
    padding: 0 8px;
    position: relative;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
}

    .breadcrumb-area .breadcrumb li.active {
        color: #f5511f;
    }


/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
    height: 100%;
}

    .banner-area.auto-height,
    .banner-area.auto-height div {
        height: auto;
    }

        .banner-area.auto-height.content-less {
            padding-top: 170px;
        }

    .banner-area .box-cell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .banner-area .box-table {
        display: table;
        width: 100%;
    }

    .banner-area .box-cell,
    .banner-area .box-cell div {
        height: auto;
    }

.banner-area {
    position: relative;
    overflow: hidden;
}

    .banner-area .wavesshape {
        bottom: -2px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
    }

        .banner-area .wavesshape.highlight {
            z-index: 9;
        }

        .banner-area .wavesshape.shape {
            bottom: -50px;
        }

    .banner-area .content {
        overflow: hidden;
        position: relative;
        z-index: 9;
    }

    .banner-area.wavesshape {
        position: relative;
        z-index: 1;
    }

    .banner-area.content-double .double-items {
        align-items: center;
        align-self: center;
        display: flex;
        justify-content: center;
        vertical-align: middle;
        height: 100%;
    }

        .banner-area.content-double .double-items div {
            height: auto;
        }

    .banner-area .carousel-control {
        font-size: 40px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 50px;
        margin-top: -25px;
        background: transparent;
        opacity: 1;
        z-index: 1;
    }

        .banner-area .carousel-control.shadow {
            background: transparent none repeat scroll 0 0;
            font-size: 20px;
            height: 50px;
            line-height: 50px;
            margin-top: -25px;
            opacity: 1;
            padding: 0;
            position: absolute;
            top: 50%;
            width: 50px;
            z-index: 1;
            color: #ffffff;
            text-shadow: inherit;
        }

            .banner-area .carousel-control.shadow::after {
                background: #232323 none repeat scroll 0 0;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                content: "";
                height: 100%;
                left: 0;
                opacity: 0.5;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: -1;
            }

        .banner-area .carousel-control.left {
            left: -50px;
        }

    .banner-area:hover .carousel-control.left {
        left: 0;
    }

    .banner-area.typed-text.small-text .content h2 {
        display: block;
        margin-bottom: 30px;
    }

    .banner-area:hover .carousel-control.shadow.left {
        left: 20px;
    }

    .banner-area .carousel-control.right {
        right: -50px;
    }

    .banner-area:hover .carousel-control.right {
        right: 0;
    }

    .banner-area:hover .carousel-control.shadow.right {
        right: 20px;
    }

    /* Animation delays */
    .banner-area .item h1:first-child,
    .banner-area .item h2:first-child,
    .banner-area .item h3:first-child,
    .banner-area .item h4:first-child,
    .banner-area .item h5:first-child,
    .banner-area .item h6:first-child {
        animation-delay: .5s;
    }

    .banner-area .item h1:nth-child(2),
    .banner-area .item h2:nth-child(2),
    .banner-area .item h3:nth-child(2),
    .banner-area .item h4:nth-child(2),
    .banner-area .item h5:nth-child(2),
    .banner-area .item h6:nth-child(2) {
        animation-delay: .7s;
    }

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s;
}

.banner-area .item p {
    animation-delay: .5s;
}

.banner-area .item a,
.banner-area .item button {
    animation-delay: .7s;
}
/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }

    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }

    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner .item > .slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}


/* Triangel Shape */
.banner-area.triangle-shape {
    position: relative;
    z-index: 1;
}

    .banner-area.triangle-shape::before {
        position: absolute;
        left: 0;
        bottom: -85px;
        content: "";
        height: 100px;
        width: 100%;
        background: #ffffff;
        transform: skewY(-1deg);
        -webkit-transform: skewY(-1deg);
        -moz-transform: skewY(-1deg);
        -ms-transform: skewY(-1deg);
        -o-transform: skewY(-1deg);
    }

/* Content */

.banner-area {
    background: rgb(249,184,43);
    background: linear-gradient(180deg, rgba(249,184,43,1) 0%, rgba(255,206,67,1) 100%);
}

    .banner-area.bg-gray {
        background: #f7f7f7;
    }

    .banner-area.content-double.box-nav .double-items {
        padding-top: 100px;
    }

    .banner-area .banner-carousel {
        margin-top: 50px;
    }

    .banner-area .content h1 {
        font-size: 52px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .banner-area .content h3 {
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 30px;
        letter-spacing: 0.65px;
    }

    .banner-area .content p {
        line-height: 30px;
        font-size: 18px;
    }

    .banner-area .content span {
        color: #f5511f;
    }

        .banner-area .content span.element {
            color: #232323;
        }

    .banner-area.text-light .content span.element {
        color: #ffffff;
    }

    .banner-area .content a {
        margin-top: 15px;
        margin-right: 16px;
        display: inline-block;
        float: left;
        text-align: center;
    }

    .banner-area.content-less .content a {
        margin-top: 5px;
    }

    .banner-area.text-center .content a,
    .banner-area .text-center .content a {
        float: none;
        text-align: center;
        margin-left: 15px;
    }

    .banner-area.text-center .form-group {
        text-align: left;
    }

    .banner-area.text-center .col-md-10 p,
    .banner-area .text-center .col-md-10 p {
        padding: 0 15%;
    }

    .banner-area .banner-carousel.owl-carousel .owl-dots {
        position: absolute;
        bottom: 100px;
        width: 100%;
    }

        .banner-area .banner-carousel.owl-carousel .owl-dots .owl-dot span {
            height: 8px;
            background: #ffffff;
            width: 10px;
            margin: 0 5px;
            opacity: 1;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

        .banner-area .banner-carousel.owl-carousel .owl-dots .owl-dot.active span {
            background: #f5511f;
            width: 40px;
        }

    .banner-area .content-carousel.owl-carousel .owl-dots {
        margin-top: 25px;
    }

        .banner-area .content-carousel.owl-carousel .owl-dots .owl-dot span {
            height: 8px;
            background: #232323;
            width: 10px;
            margin: 0 5px;
            opacity: 1;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

        .banner-area .content-carousel.owl-carousel .owl-dots .owl-dot.active span {
            background: #f5511f;
            width: 40px;
        }


    /* Banner Form */

    .banner-area.inc-form {
        padding-top: 62px;
    }

    .banner-area .form-info h3 {
        font-weight: 600;
        color: #232323;
    }

    .banner-area.inc-form {
        overflow: inherit;
    }

    .banner-area .form-info {
        overflow: hidden;
        background: #ffffff;
        padding: 40px 40px;
        position: relative;
        bottom: -62px;
        -moz-box-shadow: 0 0 10px #cccccc;
        -webkit-box-shadow: 0 0 10px #cccccc;
        -o-box-shadow: 0 0 10px #cccccc;
        box-shadow: 0 0 10px #cccccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 30px;
        z-index: 9;
    }

    .banner-area .double-items .form-info {
        bottom: 0;
        margin: 0;
    }

    .banner-area .form-info input, .banner-area .form-info textarea {
        border: none;
        box-shadow: inherit;
        border-bottom: 1px solid #e7e7e7;
        padding: 0;
        border-radius: inherit;
    }

    .banner-area .form-info button {
        width: 100%;
        background: transparent;
        border: 2px solid #f5511f;
        color: #232323;
        padding: 11px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        font-family: 'Poppins', sans-serif;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .banner-area .content a.btn-animation.border {
        margin-right: 16px;
        display: inline-block;
        float: left;
        text-align: center;
        border: 2px solid #e1e1e1;
        padding: 8px 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .banner-area.text-center .content a.btn-animation.border,
    .banner-area .text-center .content a.btn-animation.border {
        float: none;
    }

.side-bg {
    height: 100%;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 35%;
}

    .side-bg.left {
        left: 30px;
        right: auto;
    }

    .side-bg img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }



/* ============================================================== 
     # Infinite Animation Up Down
=================================================================== */

.banner-area .right-info {
    position: relative;
}

    .banner-area .right-info .animated {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        -webkit-animation-name: infiUpDown;
        animation-name: infiUpDown;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        max-width: 90%;
        float: right;
    }

.banner-area .side-bg {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/* ============================================================== 
     # Video Button Play
=================================================================== */

.video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    display: block;
    font-size: 40px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    z-index: 10;
}

.text-dark .video-play-button {
    color: #f5511f;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f5511f repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.light:before {
    background: #ffffff repeat scroll 0 0;
}

.text-dark .video-play-button:before {
    background: #ffffff repeat scroll 0 0;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f5511f repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

.video-play-button.light:after {
    background: #ffffff repeat scroll 0 0;
}

.video-play-button.light i {
    color: #f5511f;
}

.text-dark .video-play-button:after {
    background: #ffffff repeat scroll 0 0;
}

.video-play-button:hover,
.video-play-button:focus {
    color: #ffffff;
}

.text-dark .video-play-button:hover,
.text-dark .video-play-button:focus {
    color: #f5511f;
    background-color: #ffffff;
}

    .text-dark .video-play-button:hover:after {
        background-color: #ffffff;
    }

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
}


/* ============================================================== 
     # About
=================================================================== */

.about-area .info {
    padding-right: 35px;
}

.about-area.inc-thumb .info {
    padding-right: 15px;
}

.about-area.inc-thumb .thumb {
    padding-right: 35px;
}

.about-area.reverse .info {
    padding-left: 35px;
    padding-right: 15px;
}

.about-area .info h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #f5511f;
}

.about-area .info h2 {
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -8px;
}

.about-area .info .fun-facts h3 {
    margin-top: -7px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.about-area .info > a {
    margin-top: 5px;
}

.about-area .features {
    overflow: hidden;
}

    .about-area .features .equal-height::after {
        position: absolute;
        right: -1px;
        bottom: 0;
        content: "";
        height: 100%;
        width: 1px;
        background: #e7e7e7;
    }

    .about-area .features .equal-height::before {
        position: absolute;
        bottom: -1px;
        left: 0;
        content: "";
        height: 1px;
        width: 100%;
        background: #e7e7e7;
    }

    .about-area .features .item {
        padding: 30px 15px;
        overflow: hidden;
        position: relative;
    }

    .about-area .features .equal-height:first-child,
    .about-area .features .equal-height:nth-child(2) {
        margin-top: 0;
    }

        .about-area .features .equal-height:first-child .item,
        .about-area .features .equal-height:nth-child(3) .item {
            padding-left: 0;
        }

        .about-area .features .equal-height:nth-child(2) .item,
        .about-area .features .equal-height:nth-child(4) .item {
            padding-right: 0;
        }

    .about-area .features .equal-height:nth-child(3) .item,
    .about-area .features .equal-height:nth-child(4) .item {
        padding-bottom: 0;
    }

    .about-area .features .item h4 {
        text-transform: capitalize;
        font-weight: 600;
    }

    .about-area .features .item p {
        margin: 0;
    }

    .about-area .features .item i {
        font-size: 45px;
        color: #f5511f;
        display: inline-block;
        height: 100px;
        width: 100px;
        line-height: 100px;
        background: #f7fdfc;
        text-align: center;
        margin-bottom: 25px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }

    .about-area .features .item:hover i {
        color: #ffffff;
        background: #f5511f;
    }

    .about-area .features .item span {
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        color: #e7e7e7;
        position: absolute;
        right: 30px;
        bottom: 55px;
        font-size: 40px;
        opacity: 0.3;
    }

    .about-area .features .equal-height:first-child .item,
    .about-area .features .equal-height:nth-child(2) .item {
        padding-top: 0;
    }

.about-area .fun-fact {
    font-family: 'Poppins', sans-serif;
}

    .about-area .fun-fact .timer {
        font-size: 40px;
        line-height: 1;
        font-weight: 600;
        color: #f5511f;
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-bottom: 10px;
    }

.about-area.text-center .fun-fact .timer {
    margin-left: -25px;
}

.about-area .fun-fact .timer::after {
    position: absolute;
    right: -25px;
    top: 5px;
    content: "%";
    font-size: 30px;
}

.about-area .fun-fact.clients .timer::after {
    content: "+";
}

.about-area .fun-fact.invest .timer::after {
    content: "M";
    right: -27px;
}

.about-area .fun-fact .medium {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
}

.about-area .fun-facts {
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}

.about-area .info ul li {
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    margin-bottom: 10px;
}

    .about-area .info ul li::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #f5511f;
    }

    .about-area .info ul li:last-child {
        margin-bottom: 0;
    }

.about-area .info ul {
    margin-top: 20px;
}

.about-area.companies-area .info {
    margin-top: 0;
    margin-bottom: 0;
}

    .about-area.companies-area .info .clients-items {
        margin-top: 10px;
    }

/* ============================================================== 
     # Work Process
=================================================================== */

.work-process-area .process-items {
    display: flex;
    align-items: center;
}

    .work-process-area .process-items .info li {
        display: flex;
        margin-bottom: 30px;
        background: #ffffff;
        padding: 40px 30px;
        border: 1px solid #eaedf2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .work-process-area .process-items .info li .list {
            padding-right: 25px;
        }

            .work-process-area .process-items .info li .list h3 {
                margin: 0;
                height: 60px;
                width: 60px;
                line-height: 60px;
                background: #ffffff;
                text-align: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                font-weight: 800;
                letter-spacing: 0.6px;
                margin-top: -5px;
                color: #f5511f;
                border: 1px solid #eaedf2;
            }

        .work-process-area .process-items .info li .content h4 {
            text-transform: capitalize;
            font-weight: 600;
            letter-spacing: 0.6px;
        }

        .work-process-area .process-items .info li:last-child {
            margin-bottom: 0;
        }

        .work-process-area .process-items .info li .content p {
            margin: 0;
            font-size: 16px;
            line-height: 30px;
        }

        .work-process-area .process-items .info li:nth-child(2n) {
            background: #f5511f;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .work-process-area .process-items .info li:nth-child(2n) p,
            .work-process-area .process-items .info li:nth-child(2n) h4 {
                color: #ffffff;
            }

/* ============================================================== 
     # Work Step
=================================================================== */

.work-step-items .single-item .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.work-step-items .single-item:last-child .item {
    margin: 0;
    padding: 0;
    border: none;
}

.work-step-items .item .thumb {
    padding-right: 35px;
}

.work-step-items .single-item.reverse .item .thumb {
    padding-right: 15px;
    padding-left: 35px;
    float: right;
}

.work-step-items .step {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin-top: -8px;
    font-weight: 700;
    color: #666666;
    opacity: 0.3;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.work-step-items .info .title strong {
    font-size: 40px;
    text-align: center;
    color: #f5511f;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 600;
}

.work-step-items .info .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.work-step-items h2 {
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.work-step-items h4 {
    text-transform: capitalize;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    color: #666666;
    font-weight: 600;
    letter-spacing: 0.6px;
}

    .work-step-items h4 span {
        color: #f5511f;
        font-weight: 700;
    }

.work-step-items .info ul {
    margin-top: 20px;
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}

    .work-step-items .info ul li {
        float: left;
        width: 50%;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
        color: #232323;
        z-index: 1;
    }

        .work-step-items .info ul li::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "\f058";
            font-family: "Font Awesome 5 Free";
            color: #f5511f;
        }

.work-step-items .info a {
    margin-top: 15px;
}

/* ============================================================== 
     # Features
=================================================================== */

.features-area .feature-box {
    padding-right: 35px;
}

.features-area.reverse .feature-box {
    padding-left: 35px;
}

.features-area .features-items .item {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    background: #ffffff;
    padding: 67px 40px 64px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    border-bottom: 2px solid #f5511f;
}

.features-area.bg-gray .features-items .item {
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.features-area.shadow-hard .features-items .item {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.features-area.icon-link .features-items .item a {
    color: #f5511f;
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    border: 2px solid #e7e7e7;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.features-area .features-items .equal-height {
    margin-bottom: 30px;
}

.features-area.shadow-less.reverse .feature-box {
    padding-left: 35px;
    padding-right: 15px;
}

.overview-area .tab-content a:hover {
    cursor: zoom-in;
}

.features-area .features-items .item:hover {
    margin-top: -10px;
}

.features-area .features-items .item .icon {
    margin-bottom: 20px;
    text-align: right;
}

.features-area .features-items .item span {
    float: left;
    font-size: 50px;
    color: #666666;
    opacity: 0.1;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.features-area .features-items .item .icon i {
    display: inline-block;
    font-size: 60px;
    color: #f5511f;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.features-area .features-items .item h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.features-area .features-items .item p {
    margin: 0;
}

.features-area .features-items .item .bottom {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    margin-top: 20px;
}

.features-area .features-items .item a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #888888;
}

.features-area .features-items .item:hover a {
    color: #f5511f;
}

.features-area .features-items.features-carousel .owl-dots {
    margin-top: 20px;
    margin-bottom: -8px;
}

    .features-area .features-items.features-carousel .owl-dots .owl-dot span {
        height: 8px;
        background: #666666;
        width: 10px;
        margin: 0 5px;
        opacity: 1;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .features-area .features-items.features-carousel .owl-dots .owl-dot.active span {
        background: #f5511f;
        width: 40px;
    }

.features-area.shadow-less .features-items .item {
    padding: 0;
    box-shadow: inherit;
    background: transparent;
    border: none;
}

    .features-area.shadow-less .features-items .item h4 {
        text-transform: capitalize;
        font-size: 18px;
    }

    .features-area.shadow-less .features-items .item .icon {
        text-align: center;
        margin-bottom: 30px;
    }

.features-area.shadow-less .features-items .equal-height {
    margin-top: 60px;
    margin-bottom: 0;
}

    .features-area.shadow-less .features-items .equal-height:first-child,
    .features-area.shadow-less .features-items .equal-height:nth-child(2) {
        margin-top: 0;
    }

.features-area.shadow-less .features-items .item .bottom {
    margin-top: 15px;
    padding-top: 0;
    border: none;
}

.features-area.shadow-less .features-items .item:hover {
    margin: 0;
}

.features-area.shadow-less .features-items {
    overflow: hidden;
    padding-right: 35px;
    padding-top: 10px;
    margin-top: -10px;
}

    .features-area.shadow-less .features-items .equal-height {
        position: relative;
        z-index: 1;
    }

        .features-area.shadow-less .features-items .equal-height::after {
            position: absolute;
            left: 0;
            bottom: -30px;
            content: "";
            height: 1px;
            width: 100%;
            background: #e7e7e7;
        }

    .features-area.shadow-less .features-items .item .icon i {
        height: 100px;
        width: 100px;
        line-height: 100px;
        -moz-box-shadow: 0 0 10px #cccccc;
        -webkit-box-shadow: 0 0 10px #cccccc;
        -o-box-shadow: 0 0 10px #cccccc;
        box-shadow: 0 0 10px #cccccc;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 40px;
        background: #ffffff;
        position: relative;
        z-index: 1;
    }

.features-area.shadow-less.bg-gray .features-items .item .icon i {
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}


/* ============================================================== 
     # Services
=================================================================== */
.services-area .services-items .item {
    padding: 67px 40px 64px;
    background: #ffffff;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}

.services-area .services-items .equal-height {
    margin-bottom: 30px;
}

.services-area .services-items .item i {
    display: inline-block;
    background: #f5511f;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.services-area .services-items .item:hover i {
    display: inline-block;
    color: #f5511f;
    background: #ffffff;
}

.services-area .services-items .item i::after {
    position: absolute;
    left: -15%;
    bottom: -15%;
    content: "";
    height: 130%;
    width: 130%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
}

.services-area .services-items .item h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.services-area.bg-theme .services-items .item {
    background: transparent;
    box-shadow: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .services-area.bg-theme .services-items .item i {
        box-shadow: inherit;
        background: #ffffff;
        color: #f5511f;
    }

        .services-area.bg-theme .services-items .item i::after {
            border-color: rgba(255, 255, 255, 0.6);
        }

.services-area .services-items.services-carousel .owl-dots {
    margin-top: 20px;
    margin-bottom: -8px;
}

    .services-area .services-items.services-carousel .owl-dots .owl-dot span {
        height: 8px;
        background: #666666;
        width: 10px;
        margin: 0 5px;
        opacity: 1;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .services-area .services-items.services-carousel .owl-dots .owl-dot.active span {
        background: #f5511f;
        width: 40px;
    }


/* ============================================================== 
     # Software Overview
=================================================================== */

.overview-carousel .item img {
    opacity: 0.7;
    padding: 5px;
    background: #ffffff;
}

.overview-carousel .owl-item.active .item img {
    opacity: 1;
}

.overview-area .overview-carousel.owl-carousel .owl-dots {
    margin-top: 20px;
    margin-bottom: -8px;
}

    .overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot span {
        height: 8px;
        background: #ffffff;
        width: 10px;
        margin: 0 5px;
        opacity: 1;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot.active span {
        background: #ffffff;
        width: 40px;
    }

/* ============================================================== 
     # Faq Accordion
=================================================================== */

.faq-area .heading h2 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq-items .panel-group,
.acd-items .panel-group {
    margin-bottom: 0;
}

.faq-area .faq-items {
    padding-left: 35px;
}

.acd-items .panel-heading .panel-title a span {
    background: #ff5a6e none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.acd-items .panel-heading .panel-title a {
    display: block;
    padding: 19px 0 20px 30px;
    position: relative;
    border: 1px solid #e7e7e7;
    padding-right: 40px;
    letter-spacing: 1px;
    background: #ffffff;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.acd-items .panel-heading {
    padding: 0;
    box-shadow: inherit;
    background: transparent;
}

.faq-area .acd-items .panel-body {
    padding: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}

.acd-items .panel.panel-default {
    border: none;
    border-radius: inherit;
    box-shadow: inherit;
    margin: 0 0 10px;
    background: transparent;
}

    .acd-items .panel.panel-default:last-child {
        margin-bottom: 0;
    }

.acd-items .panel-body p:last-child {
    margin: 0;
}

.faq-items .panel-body {
    padding: 20px;
}

.faq-items .acd-items .panel .panel-body {
    border: none;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #232323;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
    content: "\f01b" !important;
    font-size: 20px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f01a" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq-area .faq-items .panel-group {
    margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}




/* ============================================================== 
     # Pricing Table
=================================================================== */
.pricing-navs {
    text-align: center;
    margin-bottom: 50px;
}

    .pricing-navs .nav-pills li {
        float: none;
        display: inline-block;
        margin: 0 3px;
    }

    .pricing-navs .nav-pills {
        display: inline-block;
        background: #ffffff;
        padding: 10px;
        -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

        .pricing-navs .nav-pills li a {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            padding: 10px 30px;
            text-transform: capitalize;
            letter-spacing: 1px;
            font-weight: 600;
            font-family: 'Roboto', sans-serif;
        }

            .pricing-navs .nav-pills li a:hover {
                background: transparent;
            }

        .pricing-navs .nav-pills li.active a {
            background: #f5511f;
        }

.pricing-area .pricing-item {
    padding: 50px 30px;
    background: #ffffff;
    border: 1px solid transparent;
}

.pricing-area .pricing-items {
    overflow: hidden;
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.pricing-area .single-item {
    padding: 0;
}

.pricing-area .pricing-item.active {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    box-shadow: inherit;
}

.pricing-area .pricing-item .pricing-header {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.pricing-area .pricing-item .footer {
    text-align: center;
    margin-top: 30px;
}

.pricing-area .pricing-item li {
    display: block;
    margin-bottom: 15px;
}

    .pricing-area .pricing-item li i {
        margin-right: 5px;
        color: #f5511f;
    }

        .pricing-area .pricing-item li i.fa-times {
            color: #e22626;
        }

.pricing-area .pricing-item .pricing-header h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pricing-area .pricing-item.active .pricing-header h4 {
    color: #f5511f;
}

.pricing-area .pricing-item .pricing-header h2 {
    font-size: 40px;
    font-weight: 600;
    color: #666666;
}

.pricing-area .pricing-item .pricing-header span {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 3px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}



/* ============================================================== 
     # Team
=================================================================== */

.team-area .team-items .single-item {
    margin-bottom: 30px;
}

.team-area .team-items .item {
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
}

    .team-area .team-items .item .info h4 {
        text-transform: capitalize;
        font-weight: 600;
    }

    .team-area .team-items .item .info span {
        text-transform: uppercase;
        color: #f5511f;
        display: block;
        margin-bottom: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .team-area .team-items .item .info h5 {
        margin-bottom: 0;
        padding-top: 20px;
        border-top: 1px solid #e7e7e7;
        font-family: 'Roboto', sans-serif;
    }

        .team-area .team-items .item .info h5 i {
            margin-right: 5px;
            font-weight: 500;
            color: #f5511f;
        }

    .team-area .team-items .item .thumb {
        position: relative;
        z-index: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-bottom: 30px;
    }

.team-area .team-items .thumb ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    opacity: 0;
}

.team-area .team-items .item:hover .thumb ul {
    top: 50%;
    opacity: 1;
    margin-top: -20px;
}

.team-area .team-items .item .thumb ul li {
    display: inline-block;
    margin: 0 2px;
}

    .team-area .team-items .item .thumb ul li a {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        margin: 3px;
    }

.team-area .team-items .item img {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.team-area .team-items .item:hover .thumb img {
    opacity: 0.2;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-area .team-items .item .info ul li {
    display: inline-block;
}

    .team-area .team-items .item .info ul li a {
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        margin: 0 5px;
    }

.team-area .team-items .item .info ul {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    padding-top: 20px;
}

.team-area.radius-less .team-items .item {
    padding: 0;
}

    .team-area.radius-less .team-items .item .thumb {
        border-radius: inherit;
    }

        .team-area.radius-less .team-items .item .thumb img {
            border-radius: inherit;
        }

    .team-area.radius-less .team-items .item .info {
        padding-bottom: 30px;
    }

.team-area .team-items .item ul li.twitter a {
    background-color: #00b6f1;
}

.team-area .team-items .item ul li.pinterest a {
    background-color: #bd081c;
}

.team-area .team-items .item ul li.facebook a {
    background-color: #3b5998;
}

.team-area .team-items .item ul li.g-plus a {
    background-color: #df4a32;
}

.team-area .team-items .item ul li.vimeo a {
    background-color: #1ab7ea;
}

.team-area .team-items .item ul li.linkedin a {
    background-color: #0e76a8;
}

.team-area .team-items .item ul li.instagram a {
    background-color: #cd486b;
}


/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area .site-heading {
    margin-bottom: 30px;
}

.testimonial-items .item {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 0;
}

.testimonials-area .info {
    margin-bottom: -5px;
}

.testimonial-items .item .thumb {
    position: relative;
    height: 100px;
    width: 100px;
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 30px;
}

    .testimonial-items .item .thumb img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .testimonial-items .item .thumb::after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        background: #ffffff;
        color: #f5511f;
        padding: 3px 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -moz-box-shadow: 0 0 10px #cccccc;
        -webkit-box-shadow: 0 0 10px #cccccc;
        -o-box-shadow: 0 0 10px #cccccc;
        box-shadow: 0 0 10px #cccccc;
    }

.testimonial-items .item .info p {
    font-size: 16px;
    line-height: 30px;
}

.testimonial-items .item .info h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
}

.testimonial-items .item .info span {
    color: #f5511f;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-nav {
    margin: 0;
}

    .testimonials-area .testimonial-items.testimonial-carousel .owl-nav .owl-prev,
    .testimonials-area .testimonial-items.testimonial-carousel .owl-nav .owl-next {
        background: transparent none repeat scroll 0 0;
        color: #2154cf;
        font-size: 30px;
        height: 40px;
        left: -40px;
        line-height: 40px;
        margin: -20px 0 0;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 40px;
    }

    .testimonials-area .testimonial-items.testimonial-carousel .owl-nav .owl-next {
        left: auto;
        right: -40px;
    }


/* ============================================================== 
     # Software Overview
=================================================================== */
.overview-area .nav-pills {
    text-align: center;
    margin-bottom: 50px;
}

    .overview-area .nav-pills li {
        float: none;
        display: inline-block;
    }

        .overview-area .nav-pills li a {
            border: 2px solid rgba(255, 255, 255, 0.3);
            padding: 15px 35px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            font-weight: 600;
            letter-spacing: 1px;
            margin: 5px 3px;
        }

            .overview-area .nav-pills li a:hover,
            .overview-area .nav-pills li.active a {
                border-color: transparent;
                background: #ffffff;
                color: #232323;
            }

.overview-area .tab-content {
    background: #ffffff;
    overflow: hidden;
    padding: 10px;
}

    .overview-area .tab-content h4 {
        color: #f5511f;
        margin-top: 25px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .overview-area .tab-content a {
        margin-top: 20px;
    }


/* ============================================================== 
     # Blog
=================================================================== */

.blog-items {
    float: left;
    width: 100%;
}

.blog-area .blog-items .single-item {
    margin-bottom: 30px;
}

.blog-area .blog-items .thumb {
    overflow: hidden;
}

    .blog-area .blog-items .thumb img {
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

.blog-area .blog-items .item:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-area .info .meta ul {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
}

    .blog-area .info .meta ul li img {
        height: 50px;
        width: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 3px;
        border: 1px;
        -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        float: left;
        margin-right: 5px;
    }

    .blog-area .info .meta ul li {
        padding-right: 15px;
        border-right: 1px solid #e7e7e7;
        display: inline-block;
        margin-right: 15px;
        line-height: 50px;
        padding-top: 10px;
    }

        .blog-area .info .meta ul li a {
            text-transform: uppercase;
            font-weight: 600;
        }

        .blog-area .info .meta ul li:last-child {
            border: none;
            padding: 0;
            margin: 0;
        }

.blog-area .blog-items .info {
    padding: 30px;
    padding-top: 40px;
    border: 1px solid #e7e7e7;
}

.blog-area .info .meta ul li i {
    margin-right: 5px;
    color: #f5511f;
}

.blog-area .blog-items .info h4 {
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-area .blog-items .info a:hover {
    color: #f5511f;
}

.blog-area .blog-items .info .content > a {
    text-transform: uppercase;
    color: #f5511f;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: underline;
}

.blog-area .blog-items .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-area .blog-items .info .content {
    position: relative;
    z-index: 1;
}

    .blog-area .blog-items .info .content .date {
        position: absolute;
        left: 0;
        top: -60px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        background: #f5511f;
        color: #ffffff;
        padding: 0 15px;
        height: 40px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 40px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.blog-area .blog-items .item {
    background: #ffffff;
}

.blog-area .blog-items .equal-height {
    margin-bottom: 50px;
}

.blog-area.single .post-tags {
    margin-top: 35px;
}


/* Pagination */
.blog-area .pagination {
    margin-bottom: -20px;
    margin-top: 0;
}

    .blog-area .pagination li a {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 20px;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        text-transform: capitalize;
        font-weight: 600;
        color: #f5511f;
    }

        .blog-area .pagination li.active a, .blog-area .pagination li a:hover {
            border-color: transparent;
            color: #ffffff;
            background: #f5511f;
        }

/* Blog Single */

.blog-area.single .blog-items .info {
    padding-top: 0;
}

    .blog-area.single .blog-items .info .meta ul {
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        margin-top: 0;
        margin-bottom: 25px;
    }

        .blog-area.single .blog-items .info .meta ul li {
            padding-bottom: 15px;
            padding-top: 15px;
        }

    .blog-area.single .blog-items .info h3 {
        font-weight: 600;
        margin-bottom: 20px;
    }

.blog-area.single .item .content-box span {
    background: #f5511f none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 500;
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
    float: right;
    font-family: "Poppins",sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
    display: none;
}

.blog-area.single .item {
    margin-bottom: 0;
}

.blog-area .item blockquote {
    color: #232323;
    font-size: 16px;
    position: relative;
    font-style: italic;
    z-index: 1;
    margin-top: 30px;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
    line-height: 30px;
}

.author-bio {
    display: block;
    margin-top: 30px;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 30px;
}

.blog-area .author-bio img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author-bio .avatar {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}

.author-bio .content {
    display: table-cell;
    padding: 0 0 0 30px;
    vertical-align: middle;
}

    .author-bio .content p {
        margin: 0;
        position: relative;
        z-index: 1;
        padding-top: 5px;
        color: #232323;
    }

        .author-bio .content p::after {
            content: "\f10d";
            font-family: "Font Awesome 5 Free";
            font-size: 60px;
            left: 0;
            opacity: 0.1;
            position: absolute;
            top: 0;
            font-weight: 600;
        }

    .author-bio .content h4 {
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 15px;
        text-transform: uppercase;
    }

.blog-area.single .post-pagi-area {
    margin: 40px 0 40px;
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

    .blog-area.single .post-pagi-area a {
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
    }

        .blog-area.single .post-pagi-area a:hover {
            color: #f5511f;
        }

        .blog-area.single .post-pagi-area a:last-child {
            float: right;
        }

        .blog-area.single .post-pagi-area a:first-child i {
            margin-right: 3px;
        }

        .blog-area.single .post-pagi-area a:last-child i {
            margin-left: 3px;
        }

.blog-area.single .post-tags span {
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}

.blog-area.single .post-tags a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #232323;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    padding: 3px 25px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.blog-area .contact-comments .submit {
    margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
    color: #f5511f;
}

.blog-area.single.color-yellow .post-tags a:hover {
    color: #ff9800;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.comments-list .commen-item .avatar {
    float: left;
    height: 100px;
    width: 100px;
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #e7e7e7;
    margin-top: -5px;
}

.comments-list .commen-item {
    margin-bottom: 30px;
}

    .comments-list .commen-item.reply {
        padding-left: 80px;
    }

.comments-area {
    margin-top: 40px;
}

    .comments-area .comments-title h2,
    .comments-area .comments-title h3,
    .comments-area .comments-title h4 {
        border-bottom: 1px solid #e2e2e2;
        font-weight: 600;
        margin-bottom: 30px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #232323;
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
    padding: 1px 10px;
    text-transform: uppercase;
}

    .comments-info a:hover {
        color: #f5511f;
    }

.color-yellow .comments-info a:hover {
    color: #ff9800;
}

.comments-info a i {
    margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.comments-form button {
    border: 2px solid #f5511f;
    background: transparent;
    color: #232323;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .comments-form button:hover {
        color: #ffffff;
        background-color: #f5511f;
        border: 2px solid transparent;
    }

.comments-area .commen-item .comments-info {
    margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    padding: 0 15px;
}

/* ============================================================== 
     # Error Page
=================================================================== */
.error-page-area .content {
    background: #ffffff;
    padding: 50px;
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

    .error-page-area .content h1 {
        font-weight: 900;
        font-size: 180px;
        line-height: 140px;
        margin-bottom: 30px;
        color: #666666;
    }

        .error-page-area .content h1 span {
            color: #f5511f;
        }

    .error-page-area .content h2 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .error-page-area .content a {
        margin-top: 10px;
    }


/* ============================================================== 
     # Contact
=================================================================== */
.contact-area .contact-form input,
.contact-area .contact-form textarea {
    box-shadow: inherit;
    border-radius: inherit;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}

.contact-area .contact-form textarea {
    min-height: 160px;
    padding: 15px 10px;
}

.contact-area .contact-items {
    display: flex;
    align-items: center;
}

    .contact-area .contact-items .thumb {
        text-align: center;
    }

.contact-area .contact-form button {
    background-color: transparent;
    color: #f5511f !important;
    border: 2px solid #e1e1e1;
    padding: 8px 35px;
    font-size: 12px;
}

.contact-area .contact-form button {
    background-color: transparent;
    color: #f5511f !important;
    border: 2px solid #e1e1e1;
    padding: 12px 40px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-area.bg-theme .contact-form button {
    color: #ffffff !important;
}

.contact-area .contact-form h3 {
    margin-top: 30px;
    display: inline-block;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0;
}

    .contact-area .contact-form h3 span {
        color: #f5511f;
    }

.contact-form .loader {
    margin-left: 10px;
}

.contact-area .contact-form {
    margin-bottom: -8px;
}

.address-list .item {
    background: #ffffff;
    padding: 50px 30px;
}

.address-list {
    margin-top: 50px;
}

    .address-list .item-box {
        background: #ffffff;
        overflow: hidden;
        -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .address-list .single-item {
        position: relative;
        z-index: 1;
    }

        .address-list .single-item:last-child {
            border: none;
        }

    .address-list .item i {
        font-size: 60px;
        display: inline-block;
        color: #f5511f;
        margin-bottom: 30px;
    }

    .address-list .item h4 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .address-list .item h2 {
        font-weight: 600;
        color: #666666;
        font-size: 28px;
        margin-bottom: 0;
    }

    .address-list .item p {
        margin: 0;
        font-size: 16px;
        line-height: 30px;
    }

    .address-list .single-item::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 150%;
        width: 1px;
        background: #e7e7e7;
    }

    .address-list .single-item:last-child::after {
        display: none;
    }

.contact-area .maps-area {
    margin-top: 50px;
}

    .contact-area .maps-area .google-maps {
        padding: 5px;
        background: #ffffff;
        -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
        box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    }

        .contact-area .maps-area .google-maps iframe {
            height: 400px;
        }

/* ============================================================== 
     # Companies Area
=================================================================== */

.companies-area .info {
    margin-top: 30px;
    margin-bottom: 45px;
}

    .companies-area .info h3 {
        font-weight: 600;
    }

    .companies-area .info p:last-child {
        margin-bottom: 0;
    }

    .companies-area .info h3 span {
        color: #f5511f;
        text-transform: capitalize;
        font-weight: 800;
        font-size: 30px;
    }

.companies-area .clients-items.owl-carousel .single-item {
    text-align: center;
}

    .companies-area .clients-items.owl-carousel .single-item img {
        width: auto;
        margin: auto;
    }

.companies-area .clients-items.owl-carousel .owl-nav {
    margin: 0;
}

    .companies-area .clients-items.owl-carousel .owl-nav .owl-prev,
    .companies-area .clients-items.owl-carousel .owl-nav .owl-next {
        background: transparent none repeat scroll 0 0;
        color: #2154cf;
        font-size: 30px;
        height: 40px;
        left: -40px;
        line-height: 40px;
        margin: -20px 0 0;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 40px;
    }

    .companies-area .clients-items.owl-carousel .owl-nav .owl-next {
        left: auto;
        right: -40px;
    }

/* ============================================================== 
     # Video Area
=================================================================== */
.video-area .item-box {
    display: flex;
    align-items: center;
}

    .video-area .item-box .info {
        padding-right: 35px;
    }

        .video-area .item-box .info h2 {
            text-transform: capitalize;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .video-area .item-box .info h4 {
            margin: 20px 0;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding-bottom: 20px;
        }

        .video-area .item-box .info ul li {
            display: block;
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 14px;
            padding-left: 28px;
            position: relative;
            z-index: 1;
        }

.video-area.text-light .item-box .info ul li {
    color: #ffffff;
}

.video-area .item-box .info ul li::before {
    position: absolute;
    left: 4px;
    top: 10px;
    content: "";
    height: 10px;
    width: 10px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.video-area .item-box .info ul li::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.video-area .item-box .info ul li:last-child {
    margin-bottom: 0;
}

.video-area .item-box .info > a {
    margin-top: 25px;
}

.video-area .item-box .video img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/* Google Maps */

.google-maps iframe {
    border: medium none;
    height: 500px;
    margin-bottom: -10px;
    width: 100%;
}

.maps-area {
    overflow: hidden;
}


/* ============================================================== 
     # Footer
=================================================================== */

footer {
    background: url(/assets/img/dotted-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

    footer .f-item > img,
    footer .f-item h4 {
        text-transform: capitalize;
        font-weight: 500;
        letter-spacing: none;
        margin-bottom: 30px;
    }

    footer .newsletter form {
        margin-top: 30px;
    }

        footer .newsletter form .input-group {
            width: 100%;
        }

            footer .newsletter form .input-group input {
                border: 1px solid #e7e7e7;
                box-shadow: inherit;
                min-height: 60px;
                padding: 15px 20px;
                background: #f1f1f1;
                -webkit-border-radius: 5px !important;
                -moz-border-radius: 5px !important;
                border-radius: 5px !important;
            }

            footer .newsletter form .input-group button {
                border: none;
                position: absolute;
                right: 10px;
                top: 10px;
                z-index: 9;
                min-height: 40px;
                min-width: 80px;
                background: #f5511f;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                border-radius: 30px;
                color: #ffffff;
            }

                footer .newsletter form .input-group button i {
                    font-weight: 300;
                }

    footer .f-item p {
        font-size: 13px;
        line-height: 1.5;
    }

    footer .f-item.link li {
        display: block;
        margin-top: 15px;
        line-height: 16px;
    }

        footer .f-item.link li a {
            display: inline-block;
            color: #666666;
            font-size: 13px;
        }

            footer .f-item.link li a:hover {
                color: #f5511f;
            }

        footer .f-item.link li:first-child {
            margin-top: 0;
        }

    footer .address li {
        display: flex;
        margin-top: 25px;
    }

        footer .address li .info {
            padding-left: 15px;
            color: #666666;
        }

    footer .address h5 {
        text-transform: uppercase;
        color: #232323;
        font-weight: 600;
        margin-bottom: 5px;
    }

    footer .address li .icon {
    }

        footer .address li .icon i {
            font-size: 20px;
            color: #f5511f;
            background: #f1f1f1;
            min-height: 45px;
            line-height: 45px;
            min-width: 45px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    footer .address li:first-child {
    }

.footer-bottom p a {
    color: #f5511f;
    text-decoration: underline;
    font-weight: 400;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 15px;
    margin-top: 50px;
    border-top: 1px solid #e7e7e7;
}

    .footer-bottom p {
        margin: 0;
        font-size: 12px;
    }

    .footer-bottom ul li {
        display: inline-block;
        margin-left: 15px;
    }

    .footer-bottom .social ul li a {
        margin-left: 10px;
        font-size: 20px;
    }

    .footer-bottom .col-md-6:first-child {
        padding-left: 0;
    }

    .footer-bottom .col-md-6:last-child {
        padding-right: 0;
    }

    .footer-bottom ul li a {
        display: inline-block;
        font-weight: 600;
        color: #666666;
        font-size: 12px;
        font-weight: 400;
    }

        .footer-bottom ul li a:hover {
            color: #f5511f;
        }

    .footer-bottom.default-padding-top {
        margin-top: 100px;
    }

footer.default-padding-top .footer-bottom {
    padding: 20px 0;
}

/* ============================================================== 
     # User Login 
=================================================================== */
.login-area, .login-area div {
    height: 100%;
}

    .login-area div.login-items .login-box,
    .login-area div.login-items .login-box div {
        height: auto;
    }

.login-items {
    align-items: center;
}

    .login-items .info img {
        margin-bottom: 20px;
    }

    .login-items .info h2 {
        text-transform: capitalize;
        font-weight: 600;
    }

        .login-items .info h2 strong {
            font-weight: 700;
            text-decoration: underline;
        }

    .login-items .info p:last-child {
        margin-bottom: 0;
    }

    .login-items .content h4 {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .login-items .content input {
        border-radius: inherit;
        box-shadow: inherit;
        border: 1px solid #e7e7e7;
    }

    .login-items .content button {
        background: transparent;
        border: 2px solid #e7e7e7;
        display: inline-block;
        padding: 10px 35px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        color: #f5511f;
    }

    .login-items .content .sign-up {
        display: block;
        width: 100%;
        margin-top: 25px;
        float: left;
    }

        .login-items .content .sign-up a {
            color: #f5511f;
            text-decoration: underline;
            font-weight: 600;
        }

    .login-items .content .login-social {
        width: 100%;
        float: left;
        line-height: 40px;
        border-top: 1px solid #e7e7e7;
        margin-top: 25px;
        padding-top: 25px;
    }

        .login-items .content .login-social .left-info {
            float: left;
        }

        .login-items .content .login-social .right-info {
            float: right;
        }

        .login-items .content .login-social li {
            display: inline-block;
            margin-left: 3px;
        }

    .login-items .content .sign-up p {
        margin: 0;
    }

    .login-items .content .login-social li a {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        border: 1px solid #e7e7e7;
        border-radius: 50%;
    }

    .login-items .content .login-social li.facebook a {
        color: #3B5998;
    }

    .login-items .content .login-social li.twitter a {
        color: #1DA1F2;
    }

    .login-items .content .login-social li.pinterest a {
        color: #BD081C;
    }

    .login-items .content .login-social li.g-plus a {
        color: #DB4437;
    }

    .login-items .content .login-social li.linkedin a {
        color: #0077B5;
    }

    .login-items .content .login-social li.instagram a {
        color: #e4717a;
    }

.login-items {
    display: table;
    width: 100%;
}

.login-box {
    display: table-cell;
    vertical-align: middle;
}

.login-area div.login-items {
    padding: 30px 0;
}

    .login-area div.login-items .login-box .login-content {
        background: #ffffff;
        padding: 30px;
        border: 1px solid #e7e7e7;
        overflow: hidden;
    }

    .login-area div.login-items .login-box .content {
        border-left: 1px solid #e7e7e7;
        padding-left: 35px;
    }


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(assets/img/preloader.svg) center no-repeat #fff;
    text-align: center;
}


/* ============================================================== 
     # Logo 
=================================================================== */


.logo {
    width: 62px;
    height: auto;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

    .form-check-inline label {
        margin-top: 2px;
        margin-bottom: 0px;
    }
