/*----------------------------------------------------------------------
  * Faster - Multipurpose Corporate theme
  * General Styles
------------------------------------------------------------------------*/

/*******************************************************
   .Menu
*******************************************************/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding: 1rem 0;
    margin: 0 0 0;
    font-size: 0.9rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.4rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #333 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    position: relative;
}

    .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.active, .dropdown-item:active {
        text-decoration: none;
        background-color: transparent;
    }

.dropdown-toggle:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 0.6rem;
    margin-left: 0.35rem;
    font-weight: 900;
    vertical-align: middle;
    border: none;
}

.dropdown-item-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.9rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: .3rem;
}

.dropdown-header {
    font-weight: 600;
    padding-top: 0.5rem;
    font-size: 0.9rem;
}

.dropdown-menu .dropdown-toggle:after {
    position: absolute;
    right: 25px;
    top: 10px;
}

.megamenu {
    position: static;
}

    .megamenu .dropdown-menu {
        width: 1170px;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 1.5rem 0;
    }

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #ecae35;
    text-transform: uppercase;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #ffffff;
}

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

.navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: #ffffff;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        top: 120%;
        visibility: hidden;
        opacity: 0;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
        top: 0;
        visibility: visible;
        opacity: 1;
    }

    .navbar-nav .dropdown-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 3px;
        opacity: 1;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu .dropdown-menu {
            position: absolute;
            top: 0;
            left: 100%;
            margin-top: -1rem;
        }
}

.navbar-nav .nav-link {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 84px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

/* navbar toggler*/
.navbar-toggler {
    margin-bottom: 0;
    border: 0;
}

/* Header brand */
.navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .navbar-brand .navbar-brand-item, .logo-login {
        height: 34px;
        display: block;
        max-width: 100%;
        width: auto;
    }

.navbar-primary .navbar-nav .nav-link {
    color: #ffffff;
    text-transform: uppercase;
}

    .navbar-primary .navbar-nav .nav-link:hover, .navbar-primary .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.45);
    }

    .navbar-primary .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-primary .navbar-nav .show > .nav-link,
    .navbar-primary .navbar-nav .active > .nav-link,
    .navbar-primary .navbar-nav .nav-link.show,
    .navbar-primary .navbar-nav .nav-link.active {
        color: rgba(255, 255, 255, 0.45);
    }

.navbar-primary .navbar-text {
    color: #ffffff;
}

    .navbar-primary .navbar-text a {
        color: #050505;
    }

        .navbar-primary .navbar-text a:hover, .navbar-primary .navbar-text a:focus {
            color: #050505;
        }

.navbar-primary .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h21M4 14h21M4 21h21'/%3e%3c/svg%3e");
}

@media (max-width: 1199.98px) {
    .megamenu {
        width: 100%;
    }

        .megamenu .dropdown-menu {
            width: 100%;
            background-image: none !important;
        }

        .megamenu .container {
            width: 100%;
            padding: 0;
        }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        overflow-y: scroll;
        max-height: 350px;
        box-shadow: 0px 10px 30px rgba(82, 85, 96, 0.2);
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #ffffff;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-nav .nav-link {
        line-height: 44px;
    }

    .navbar-nav .dropdown-menu {
        box-shadow: none;
        padding-top: 0;
    }

        .navbar-nav .dropdown-menu:before {
            content: none;
        }

    .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0px 30px;
        position: relative;
    }

    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        right: 30px;
    }

    .navbar-nav .nav-item.dropdown.show > .dropdown-toggle::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav .dropdown-submenu .dropdown-menu {
        padding-left: 20px;
        padding-bottom: 0px;
    }

    .navbar-primary .navbar-nav .show > .nav-link,
    .navbar-primary .navbar-nav .active > .nav-link,
    .navbar-primary .navbar-nav .nav-link.show,
    .navbar-primary .navbar-nav .nav-link.active {
        color: #535353;
    }
}

.nav.flex-column .nav-link {
    padding-left: 0;
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
}
/*******************************************************
   Button
*******************************************************/
/*buttons*/
.btn {
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 7px;
    outline: 0;
    letter-spacing: 0.5px;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn:hover {
        text-decoration: none;
    }

    .btn i {
        margin-right: 9px;
    }

.btn-xs {
    padding: 0.4rem 0.6rem;
    font-size: 0.6rem;
    line-height: 1.2;
    border-radius: 3px;
}

.btn-white {
    background: #ffffff;
    color: #050505 !important;
}

    .btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover {
        color: #050505;
        background: #f9f9f9;
    }

    .btn-white i {
        color: #050505 !important;
    }

.btn-outline-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

    .btn-outline-white.active, .btn-outline-white:active, .btn-outline-white:focus, .btn-outline-white:hover {
        color: #050505;
        background: #ffffff;
    }

.btn-outline-light {
    background: transparent;
    border-color: #d0d4d9;
    color: #b4b9bd;
}

    .btn-outline-light:hover {
        background: #d0d4d9;
        border-color: #d0d4d9;
        color: #050505;
    }

.btn-gradient {
    color: #ffffff;
    background: -moz-linear-gradient(150deg, #112f8e 0%, #76787a 50%, #112f8e 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #112f8e), color-stop(50%, #76787a), color-stop(100%, #112f8e));
    background: -webkit-linear-gradient(150deg, #112f8e 0%, #76787a 50%, #112f8e 100%);
    background: -o-linear-gradient(150deg, #112f8e 0%, #76787a 50%, #112f8e 100%);
    background: -ms-linear-gradient(150deg, #112f8e 0%, #76787a 50%, #112f8e 100%);
    background: linear-gradient(150deg, #ecaeb1 0%, #76787a 50%, #ecae35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',gradientType=1 );
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 1.92;
}

    .btn-gradient.active, .btn-gradient:active, .btn-gradient:focus, .btn-gradient:hover {
        color: #ffffff;
        background-position: left bottom;
    }

    .btn-gradient.btn-sm, .btn-group-sm > .btn-gradient.btn {
        line-height: 1.8;
    }

.btn-outline-gradient {
    border: none;
    line-height: 2;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

    .btn-outline-gradient:before, .btn-outline-gradient:after {
        content: ' ';
        position: absolute;
        border-radius: 3px;
    }

    .btn-outline-gradient:before {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -2;
        background: -moz-linear-gradient(150deg, #112f8e 0%, #76787a 50%, #112f8e 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #112f8e), color-stop(50%, #76787a), color-stop(100%, #112f8e));
        background: -webkit-linear-gradient(150deg, #112f8e 0%, #76787a 50%, #112f8e 100%);
        background: -o-linear-gradient(150deg, #112f8e 0%, #76787a 50%, #112f8e 100%);
        background: -ms-linear-gradient(150deg, #112f8e 0%, #76787a 50%, #112f8e 100%);
        background: linear-gradient(150deg, #112f8e 0%, #76787a 50%, #112f8e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',gradientType=1 );
        background-size: 260% 100% !important;
        background-position: right bottom !important;
    }

    .btn-outline-gradient:after {
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        background-color: #ffffff;
        z-index: -1;
        opacity: 1;
        transition: all 0.6s ease-in-out;
    }

    .btn-outline-gradient:hover:after {
        opacity: 0;
    }

    .btn-outline-gradient.active, .btn-outline-gradient:active, .btn-outline-gradient:focus, .btn-outline-gradient:hover {
        color: #ffffff !important;
    }

.btn-link {
    font-weight: 500;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: none;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: none;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #333;
        pointer-events: none;
    }

    .btn-link:after {
        display: block;
        content: '';
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        transform-origin: 100% 50%;
    }

    .btn-link:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 50%;
    }

.btn-round {
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

    .btn-round i {
        margin: 0;
        padding-left: 3px;
    }

    .btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
        height: 62px;
        width: 62px;
        line-height: 60px;
    }

    .btn-round.btn-sm, .btn-group-sm > .btn-round.btn {
        height: 34px;
        width: 34px;
        line-height: 30px;
    }

        .btn-round.btn-sm i, .btn-group-sm > .btn-round.btn i {
            font-size: .6rem;
        }
/*******************************************************
   List
*******************************************************/
/*List style*/
.list-group .list-group-item {
    background: transparent;
}

    .list-group .list-group-item i {
        margin-right: 5px;
        padding-left: 2px;
        box-shadow: -2px 0 1px rgba(0, 0, 0, .30);
    }

    .list-group .list-group-item.list-bg-white {
        position: relative;
        display: block;
        padding: 0.75rem 1.25rem;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #e9ecef;
    }

        .list-group .list-group-item.list-bg-white:hover, .list-group .list-group-item.list-bg-white .active {
            background-color: #e9ecef;
            border: 1px solid #e9ecef;
        }

        .list-group .list-group-item.list-bg-white i {
            box-shadow: none;
        }

            .list-group .list-group-item.list-bg-white i.i-after {
                transition: transform 0.2s ease !important;
            }

        .list-group .list-group-item.list-bg-white:hover i.i-after {
            transform: translateX(0.375rem);
        }

.list-group.border-left-light .list-group-item i {
    margin-right: 7px;
    padding-right: 3px;
    box-shadow: 2px 0 1px rgba(255, 255, 255, .45);
}

/*list sub light*/
.border-sub-light .list-group-item {
    border: none;
    padding: 0.4rem 0;
}

.border-sub-light a.list-group-item:hover {
    background-color: transparent;
}

/*list group circle*/
. li {
    border: none;
    display: inline-block;
    color: #333;
    padding: 0.4rem 0;
}

.list-group-circle .list-group-item {
    border: none;
    display: inline-block;
    color: #333;
    padding: 0.4rem 0;
    margin-right: 30px;
    width: auto;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    background: transparent;
}

.list-group-arrange .list-group-item-action {
    font-weight: 500;
}

    .list-group-arrange .list-group-item-action:last-child {
        margin-right: 0;
    }

.list-group-arrange span {
    /*background: #f9f9f9;*/
    color: #333;
    font-weight: 600;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    border-radius: 50%;
    box-shadow: 1px 0 2px rgba(0, 0, 0, .30);
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    font-size: 11px;
}

.list-group-color-default .list-group-item {
    display: flex;
}

.list-group-color-default i {
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    margin-right: 10px !important;
    margin-top: 1px;
    font-size: 14px;
    border-radius: 12%;
    height: 22px;
    width: 22px;
    box-shadow: 2px 0 1px rgba(0, 0, 0, .30) !important;
    flex-shrink: 0;
    justify-content: center;
}

.border-content {
    padding: 12px 0;
    height: 20%;
    margin: 0;
    box-shadow: -3px 0 1px rgba(0, 0, 0, .30);
}
/*******************************************************
   Tab
*******************************************************/
/* Tab */
.tab-content {
    padding: 25px 0;
    margin-bottom: 20px;
}

.nav-tabs .nav-item .nav-link {
    color: #050505;
    padding: 0.5rem 1rem;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
}

    .nav-tabs .nav-link.active .nav-link {
        color: #ffffff;
    }

/*tab-line*/
.nav-tabs.tab-line {
    border-bottom: solid 2px #f9f9f9;
}

    .nav-tabs.tab-line .nav-link {
        border: transparent;
    }

    .nav-tabs.tab-line .nav-item:first-child .nav-link {
        padding-left: 0;
    }

    .nav-tabs.tab-line .nav-link {
        background: transparent;
        border-bottom: 2px solid transparent;
    }

        .nav-tabs.tab-line .nav-link.active {
            background: transparent;
        }

    .nav-tabs.tab-line .nav-item {
        margin-bottom: -2px;
    }

/*tab-border*/
.nav-tabs.tab-border {
    border: 1px solid #f9f9f9;
}

    .nav-tabs.tab-border .nav-link {
        border: transparent;
    }

        .nav-tabs.tab-border .nav-link.active {
            color: #ffffff;
            border-radius: 0;
        }

/*tab-dark*/
.nav-tabs.tab-dark .nav-item .nav-link {
    color: #050505;
}

.nav-tabs.tab-dark .nav-link.active {
    background: #050505;
    color: #ffffff;
}

/*tab-gradient*/
.nav-tabs.tab-gradient {
    border: none;
    border-radius: 40px;
}

    .nav-tabs.tab-gradient .nav-link {
        border: transparent;
        margin-right: 10px;
        border-radius: 40px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .nav-tabs.tab-gradient .nav-link.active {
            border-radius: 40px;
            color: #ffffff;
        }

/*tab-padding*/
.nav-tabs.tab-pr i {
    padding-right: 5px;
}

.nav-tabs.tab-center-icon i {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 5px;
}
/*******************************************************
   Default
   #333
*******************************************************/
body {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    text-align: left;
    background-color: #fffbff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    overflow-x: hidden;
}

.section-info .container-fluid {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #4b4242;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover {
        text-decoration: none;
    }

img {
    width: 100%;
    height: auto;
}

video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

iframe {
    border: 0;
}

figure {
    margin: 0;
}

ul, ol, dl {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin-bottom: 20px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 2px solid #dfe2e5;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sent-msg {
    padding: 0 15px;
}

.form-pad-30 {
    padding: 2.1425rem !important;
    border-color: #f9f9f9 !important;
    border: solid 1px #eee !important;
}

*:focus {
    outline: none !important;
}

.custom-select {
    -webkit-appearance: none;
}

/*Highlight Color*/
::selection {
    color: #ffffff;
}

::-moz-selection {
    color: #ffffff;
}

.bg-primary::selection, .bg-gradient::selection {
    background: #ffffff;
}

.bg-primary, .bg-gradient::-moz-selection {
    background: #ffffff;
}

.bg-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -0.75rem;
    left: 0;
    z-index: 99;
}

.typed-cursor {
    display: none;
}
/*font family*/
.body-font {
    font-family: "Roboto", sans-serif !important;
}

.title-font {
    font-family: "Poppins", sans-serif !important;
}

.alt-font {
    font-family: "DM Serif Text", serif !important;
}

.lead {
    line-height: 30px;
}

/**********************************
            TITLE 
***********************************/
.title {
    padding: 0 0 30px;
}

    .title h2 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .title .title-style2 {
        color: #333;
        font-family: "DM Serif Text", serif;
        font-size: 32px;
        font-style: italic;
        margin-bottom: 10px;
        display: block;
    }

    .title.text-center p {
        padding: 0 80px;
    }

    .title.title-light * {
        color: #ffffff;
        opacity: 0.9;
    }
/*******************************************************
   Back top
*******************************************************/
/*BACK TOP TOP*/
.back-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 12px 12px !important;
    position: fixed !important;
    bottom: 25px;
    right: 25px;
    border-radius: 3px;
    display: block;
    text-align: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .back-top i {
        font-size: 16px;
        color: #ffffff;
        margin: 0 !important;
        display: block;
    }

    .back-top.btn-back {
        visibility: visible;
        opacity: 1;
        transform: translateY(0%);
    }
/*******************************************************
   Pre loader
*******************************************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #252b2e, #1e2325);
    z-index: 9999999;
}

    #preloader #status {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #preloader #status .spinner {
            width: 40px;
            height: 40px;
            position: relative;
            margin: 100px auto;
        }

            #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: #ffffff;
                opacity: 0.6;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
                animation: sk-bounce 2.0s infinite ease-in-out;
                animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
            }

            #preloader #status .spinner .double-bounce2 {
                -webkit-animation-delay: -1.0s;
                animation-delay: -1.0s;
            }

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    45%, 55% {
        transform: scale(1);
    }
}
/*******************************************************
   Animation
*******************************************************/
/*Animation delay*/
.delay-200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.delay-500 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.delay-700 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.delay-1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-1500 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-2000 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-2500 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-3000 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
/*******************************************************
   Innerpage
*******************************************************/

.inner-page-bg {
    position: relative;
}

    .inner-page-bg h1 {
        font-size: 2.1875rem;
        font-weight: 600;
    }

    .inner-page-bg h6 {
        margin-bottom: 0;
    }

    .inner-page-bg .breadcrumb {
        position: absolute;
    }

    .inner-page-bg.center {
        text-align: center;
    }

        .inner-page-bg.center h6 {
            margin-bottom: 50px;
        }

        .inner-page-bg.center .breadcrumb {
            left: 0px;
            top: 100%;
            right: 0;
            display: block;
        }

    .inner-page-bg.right {
        text-align: right;
    }

        .inner-page-bg.right .breadcrumb {
            left: 15px;
            top: 50%;
            width: auto;
            margin-top: -10px;
        }

    .inner-page-bg.left {
        text-align: left;
    }

        .inner-page-bg.left .breadcrumb {
            right: 15px;
            top: 50%;
            width: auto;
            margin-top: -10px;
        }
/*******************************************************
  Breadcrumb
*******************************************************/
.breadcrumb {
    background: transparent;
    padding: 0;
}

    .breadcrumb .breadcrumb-item {
        display: inline-block;
    }

        .breadcrumb .breadcrumb-item a i {
            font-size: 12px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .breadcrumb .breadcrumb-item a:hover i {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
        content: "\ea79" !important;
        padding: 0 12px 0 0px !important;
        font-family: 'Icofont';
        font-size: 14px;
        vertical-align: middle;
        color: #ffffff !important;
    }
/*******************************************************
   Contact
*******************************************************/
/*Google map*/
.map-info .map-cover {
    height: 448px;
    width: 100%;
}

.map-info iframe {
    height: 300px;
    width: 100%;
}

.map-box .contact-info {
    margin-bottom: 30px;
}

.map-box .map-box-icon {
    font-size: 24px;
}
/*******************************************************
   Next line
*******************************************************/
.next-cir {
    height: 30px;
    width: 30px;
    display: block;
    border: solid 2px #efefef;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.next-line:before {
    content: "";
    position: absolute;
    width: 2px;
    background: #efefef;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.next-on:before {
    background: #efefef;
    position: absolute;
    height: 3px;
    width: 50px;
    display: block;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -25px;
}
/*******************************************************
   Error page
*******************************************************/
.error-page {
    padding: 10rem 0;
}

    .error-page h2 {
        font-size: 200px;
        font-weight: bold;
        line-height: 145px;
    }

    .error-page h3 {
        font-size: 50px;
        display: block;
        line-height: 50px;
    }

.logo-style2 {
    height: 44px;
    display: block;
    max-width: 100%;
    width: auto;
}
/*******************************************************
   IE 10+ specific styles
*******************************************************/
/*===============================
      IE 10+ specific styles
=================================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ie-height-900 {
        height: 900px !important;
    }

    .ie-height-800 {
        height: 800px !important;
    }

    .ie-height-700 {
        height: 700px !important;
    }

    .ie-height-750 {
        height: 750px !important;
    }

    .ie-height-600 {
        height: 600px !important;
    }

    .ie-banner-2 {
        height: 628px !important;
    }

    .ie-d-none {
        display: none !important;
    }

    .icon-gradient i::before, .text-gradient {
        background: none !important;
    }
}

@media (max-width: 1199.98px) {
    .container {
        max-width: 94%;
    }
}

@media (max-width: 991.98px) {
    .inner-page-bg.left .breadcrumb {
        top: 100%;
        margin: 0;
        left: 15px;
    }

    .inner-page-bg.right .breadcrumb {
        top: 100%;
        margin: 0;
        right: 15px;
        left: auto;
    }

    .error-page {
        padding: 8rem 0;
    }
}

@media (max-width: 767.98px) {
    .error-page {
        padding: 6rem 0;
    }

    .title h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .title .title-style2 {
        font-size: 20px;
    }

    .title p {
        padding: 0px !important;
    }
}

@media (max-width: 575.98px) {
    .container {
        max-width: 100% !important;
        padding: 0 15px;
    }

    .inner-page-bg h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .error-page {
        padding: 5rem 0;
    }

        .error-page h2 {
            font-size: 100px;
            line-height: 80px;
        }

        .error-page h3 {
            font-size: 30px;
            line-height: 30px;
        }
}
/*******************************************************
   Colors
*******************************************************/
/* text color */
.all-text-white *, .text-all-white * {
    color: #ffffff;
}

.text-gradient {
    opacity: 1;
    z-index: 9;
}

/* icon color */

.icon-black i:before {
    color: #000000;
}

.icon-dark i:before {
    color: #050505;
}

/* background color */

.bg-dark-gradient {
    background: -moz-linear-gradient(150deg, #050505 0%, #626d78 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #050505), color-stop(100%, #626d78));
    background: -webkit-linear-gradient(150deg, #050505 0%, #626d78 100%);
    background: -o-linear-gradient(150deg, #050505 0%, #626d78 100%);
    background: -ms-linear-gradient(150deg, #050505 0%, #626d78 100%);
    background: linear-gradient(150deg, #050505 0%, #626d78 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',gradientType=1 );
}

.bg-transparent {
    background: transparent !important;
}

/*gradient overlay*/
.bg-gradient-overlay {
    position: relative;
    z-index: 1;
}

    .bg-gradient-overlay:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.7;
    }

.bg-dark {
    background-color: #2b303a !important;
}

.bg-light {
    background-color: #f9f9f9 !important;
}
/*Dark overlay*/
.bg-bla {
    background-color: rgba(1, 20, 36, 0.45);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-bla2 {
    background-color: rgba(1, 20, 36, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-opa {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 42px rgba(0, 0, 0, 0.05);
}

.bg-bla-2 {
    position: relative;
    z-index: 1;
}

    .bg-bla-2:before {
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.bg-bla-3 {
    position: relative;
    z-index: 1;
}

    .bg-bla-3:before {
        background: rgba(20, 24, 28, 0.3);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.bg-bla-4 {
    position: relative;
    z-index: 1;
}

    .bg-bla-4:before {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.bg-bla-5 {
    position: relative;
    z-index: 1;
}

    .bg-bla-5:before {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.bg-bla-6 {
    position: relative;
    z-index: 1;
}

    .bg-bla-6:before {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.bg-bla-7 {
    position: relative;
    z-index: 1;
}

    .bg-bla-7:before {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.bg-bla-8 {
    position: relative;
    z-index: 1;
}

    .bg-bla-8:before {
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.bg-bla-9 {
    position: relative;
    z-index: 1;
}

    .bg-bla-9:before {
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.bg-opacity {
    background-color: rgba(1, 20, 36, 0.45);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.style-parallax:before {
    z-index: 0;
}


/*******************************************************
   Hover
*******************************************************/
.hover-extend {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

    .hover-extend:hover {
        -ms-transform: scale(1.35);
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }

.hover-up:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.hover-down:hover {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.primary-hover a {
    color: #333;
}

a.primary-hover {
    color: #333;
}

.primary-hover li {
    color: #333;
}

/*shadow*/
.shadow {
    box-shadow: 0px 0px 30px rgba(83, 88, 93, 0.15) !important;
}

.shadow-light {
    box-shadow: 0px 0px 10px rgba(83, 88, 93, 0.1);
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .shadow-hover:hover {
        box-shadow: 0px 0px 50px rgba(83, 88, 93, 0.1);
    }
/*******************************************************
   SVG fill colors
*******************************************************/
/*SVG fill colors*/
.fill-gradient-start {
    stop-color: #76787a;
}

.fill-gradient-end {
    stop-color: #112f8e;
}

.fill-white {
    fill: #ffffff;
}

.fill-light {
    fill: #f7f8f9;
}

.fill-dark {
    fill: #050505;
}
/*******************************************************
   border and border radius
*******************************************************/
/*border and border radius*/
.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-left-0 {
    border-radius: 0px 3px 3px 0px !important;
}

.border-radius-right-0 {
    border-radius: 3px 0px 0px 3px !important;
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-right-0 {
    border-right: 0;
}

.border-left-0 {
    border-left: 0;
}

.border-dotted {
    border-style: dotted !important;
    border-width: 2px !important;
}

.border-dashed {
    border-style: dashed !important;
    border-width: 2px !important;
}

/*******************************************************
   height and width
*******************************************************/
/*height and width*/
.height-600 {
    height: 600px;
}

.height-600-responsive {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-700-responsive {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-800-responsive {
    height: 800px;
}

.height-900-responsive {
    height: 900px;
}

.h-sm-100-vh {
    height: 100vh;
}

.h-md-100-vh {
    height: 100vh;
}

.h-sm-80-vh {
    height: 80vh;
}

.h-md-80-vh {
    height: 80vh;
}

.w-40 {
    width: 40%;
}

/*display font size extend*/
.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 2rem;
}

.display-7 {
    font-size: 1.5rem;
}

.display-8 {
    font-size: 1.2rem;
}

@media (min-width: 576px) {
    .display-sm-1 {
        font-size: 6rem;
    }

    .display-sm-2 {
        font-size: 5.5rem;
    }

    .display-sm-3 {
        font-size: 4.5rem;
    }

    .display-sm-4 {
        font-size: 3.5rem;
    }

    .display-sm-5 {
        font-size: 3rem;
    }

    .display-sm-6 {
        font-size: 2rem;
    }

    .display-sm-7 {
        font-size: 1.5rem;
    }

    .display-sm-8 {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .display-md-1 {
        font-size: 6rem;
    }

    .display-md-2 {
        font-size: 5.5rem;
    }

    .display-md-3 {
        font-size: 4.5rem;
    }

    .display-md-4 {
        font-size: 3.5rem;
    }

    .display-md-5 {
        font-size: 3rem;
    }

    .display-md-6 {
        font-size: 2rem;
    }

    .display-md-7 {
        font-size: 1.5rem;
    }

    .display-md-8 {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .display-lg-1 {
        font-size: 6rem;
    }

    .display-lg-2 {
        font-size: 5.5rem;
    }

    .display-lg-3 {
        font-size: 4.5rem;
    }

    .display-lg-4 {
        font-size: 3.5rem;
    }

    .display-lg-5 {
        font-size: 3rem;
    }

    .display-lg-6 {
        font-size: 2rem;
    }

    .display-lg-7 {
        font-size: 1.5rem;
    }

    .display-lg-8 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .display-xl-1 {
        font-size: 6rem;
    }

    .display-xl-2 {
        font-size: 5.5rem;
    }

    .display-xl-3 {
        font-size: 4.5rem;
    }

    .display-xl-4 {
        font-size: 3.5rem;
    }

    .display-xl-5 {
        font-size: 3rem;
    }

    .display-xl-6 {
        font-size: 2rem;
    }

    .display-xl-7 {
        font-size: 1.5rem;
    }

    .display-xl-8 {
        font-size: 1.2rem;
    }
}
/*pattern back*/
.back-pattern-1 {
    position: relative;
    z-index: 1;
}

    .back-pattern-1::before {
        content: "";
        background: url(../images/6_1.jpg);
        background-position: center center;
        opacity: 0.054;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

.back-pattern-2 {
    position: relative;
    z-index: 1;
}

    .back-pattern-2::before {
        content: "";
        background: url(../images/2.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

.back-pattern-3 {
    position: relative;
    z-index: 1;
}

    .back-pattern-3::before {
        content: "";
        background: url(../images/3.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

/*******************************************************
   positions
*******************************************************/
/*positions*/
.position-abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.z-index-n9 {
    z-index: -9;
    position: relative;
}

.z-index-9 {
    z-index: 9;
    position: relative;
}

.z-index-99 {
    z-index: 99;
    position: relative;
}

/*opacity*/
.opacity-2 {
    opacity: 0.2;
}

.opacity-5 {
    opacity: 0.5;
}

/*overflow*/
.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

/*triangle down*/
.page-triangle {
    position: relative;
}

    .page-triangle:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 100%;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #f7f8f9;
    }

/*******************************************************
   Margin-Padding
*******************************************************/
/*===============================
        MARGIN PADDING   
=================================*/
section {
    padding-top: 5rem;
    padding-bottom: 3.8rem;
}

.section-pt {
    padding-top: 5rem;
}

.section-pb {
    padding-bottom: 3.8rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

@media (max-width: 1199.98px) {
    .height-600-responsive {
        height: 500px;
    }

    .height-700-responsive {
        height: 500px;
    }

    .height-800-responsive {
        height: 600px;
    }

    .height-900-responsive {
        height: 600px;
    }
}

@media (max-width: 991.98px) {
    section {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .section-pt {
        padding-top: 4rem;
    }

    .section-pb {
        padding-bottom: 3rem;
    }

    .height-700 {
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    section {
        padding-top: 3rem;
        padding-bottom: 2.25rem;
    }

    .section-pt {
        padding-top: 3rem;
    }

    .section-pb {
        padding-bottom: 2.25rem;
    }

    .md-center-all {
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0 !important;
    }

    .h-sm-100-vh {
        height: auto;
    }

    .h-sm-80-vh {
        height: auto;
    }

    .h-md-50-vh {
        height: 50vh;
    }

    .height-700-responsive {
        height: 400px;
    }

    .height-800-responsive {
        height: 400px;
    }

    .height-900-responsive {
        height: 500px;
    }
}

@media (max-width: 575.98px) {
    section {
        padding-top: 2.25rem;
        padding-bottom: 1.7rem;
    }

    .section-pt {
        padding-top: 2.25rem;
    }

    .section-pb {
        padding-bottom: 1.7rem;
    }

    .border-dashed-left {
        border: none;
    }
}
/*******************************************************
   Header
*******************************************************/
/*TOP BAR*/
.navbar-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: .2rem 0;
}

    .navbar-top span {
        font-size: 0.8125rem;
        color: #333;
    }

    .navbar-top a {
        color: #333;
        font-size: 0.8125rem;
    }

    .navbar-top.navtop-style2 a {
        color: #ffffff;
        font-size: 0.8125rem;
        opacity: 0.8;
    }

        .navbar-top.navtop-style2 a:hover {
            opacity: 1;
        }

header {
    position: relative;
    z-index: 99;
}

/*header transparent*/
.navbar-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-dark .navbar-top span {
    color: #ffffff;
}

.navbar-dark .navbar-top a {
    color: #ffffff;
}

.navbar-dark.navbar-sticky-gdn {
    background-color: #050505;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-collapse .nav-link {
        color: #333;
    }
}

.navbar-primary .navbar-top span {
    color: #ffffff;
}

.navbar-primary .navbar-top a {
    color: #ffffff;
}

    .navbar-primary .navbar-top a:hover {
        color: #050505;
    }

@media (max-width: 991.98px) {
    .navbar-primary .navbar-collapse .nav-link {
        color: #333;
    }
}

.narbar-pos-top {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

    .narbar-pos-top .navbar > .container {
        background: #ffffff;
        border-radius: 3px;
    }

@media (max-width: 991.98px) {
    .narbar-pos-top .navbar > .container {
        padding: 0 15px !important;
    }

    .navbar-sticky-gdn.narbar-pos-top .navbar > .container {
        padding: 0 !important;
    }
}

/*Header sticky*/
header.navbar-sticky-gdn {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
    width: 100%;
    box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
}

    header.navbar-sticky-gdn .navbar-top {
        display: none !important;
    }

    header.navbar-sticky-gdn .navbar-nav .nav-link {
        line-height: 62px;
    }

    header.navbar-sticky-gdn .navbar-brand {
        padding-top: 14px;
        padding-bottom: 14px;
    }

        header.navbar-sticky-gdn .navbar-brand .navbar-brand-item {
            height: 34px;
        }

@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        line-height: 40px;
    }

    .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .navbar-brand .navbar-brand-item {
            height: 30px;
        }

    header .search i {
        vertical-align: middle;
    }

    header.navbar-sticky-gdn .navbar-nav .nav-link {
        line-height: 40px;
    }
}

/*megamenu dropdown menu full width in container fluid*/
.navbar .container-fluid .megamenu .dropdown-menu, .navbar .container-xl .megamenu .dropdown-menu {
    width: 100%;
}

/*******************************************************
   Footer
*******************************************************/
footer .footer-logo img,
footer .footer-logo-item {
    height: 50px;
    text-align: left;
    max-width: 100%;
    width: auto;
}

footer .newsletter-icon {
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.1) !important;
}

footer .widget {
    position: relative;
    margin-bottom: 20px;
}

/*footer dark*/
.footer-dark {
    background: #2b303a;
}

    .footer-dark *,
    .footer-dark .widget a, .footer-dark .sidebar .widget .widget-post .details a {
        color: #d5d5d5;
        position: relative;
    }

/*******************************************************
  Portfolio
*******************************************************/
.assign-pad {
    margin: 10px;
}

    .assign-pad .portfolio-card, .assign-pad .portfolio-item {
        padding: 10px;
    }

.assign-pad-inside .portfolio-card {
    padding: 10px;
}

.assign-2 .portfolio-card, .assign-2 .portfolio-item {
    width: 50%;
    float: left;
}

.assign-3 .portfolio-card, .assign-3 .portfolio-item {
    width: 33.3333%;
    float: left;
}

.assign-4 .portfolio-card, .assign-4 .portfolio-item {
    width: 25%;
    float: left;
}

.assign-5 .portfolio-card, .assign-5 .portfolio-item {
    width: 20%;
    float: left;
}

.assign-6 .portfolio-card, .assign-5 .portfolio-item {
    width: 16.6666%;
    float: left;
}

.assign-2 .info-title, .assign-3 .info-title {
    font-size: 1.3125rem;
}

.assign-4 .info-title, .assign-5 .info-title, .assign-6 .info-title {
    font-size: 1.09375rem;
}

.portfolio-cont-filter li a {
    display: block;
    color: #535353;
    background: #f9f9f9;
    border-radius: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.2rem 1.5rem;
}

    .portfolio-cont-filter li a:hover, .portfolio-cont-filter li a.active {
        color: #ffffff !important;
    }

.area-box-portfolio {
    overflow: hidden;
}

    .area-box-portfolio .box-img-work .box-h-work {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.9s ease;
        transition: all 0.9s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: rgba(27, 27, 27, 0.5);
        z-index: 1;
    }

    .area-box-portfolio .box-h-work:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .area-box-portfolio:hover .box-h-work:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        height: 100%;
        width: 100%;
        opacity: 0.7;
        visibility: visible;
        -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;
        transition: all 0.5s ease-in-out;
        z-index: 2;
    }

.box-h-work .icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: 0;
    left: 0;
    z-index: 3;
}

    .box-h-work .icon i {
        background: #f01e4a none repeat scroll 0 0;
        width: 40px;
        height: 40px;
        color: #fff;
        line-height: 40px;
        font-size: 21px;
        border-radius: 50px;
        margin: 0 5px 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .5s;
        transition: .5s;
    }

.area-box-portfolio:hover .box-h-work .icon i {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.area-box-portfolio .box-img-work .box-h-work .content-work {
    position: absolute;
    top: 20px;
    left: 5%;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .area-box-portfolio .box-img-work .box-h-work .content-work .title a {
        font-size: 17px;
    }

.area-box-portfolio .title-gallary {
    background: #f8f7f9;
}

    .area-box-portfolio .title-gallary .title a {
        color: #535353;
        font-size: 17px;
    }

.area-box-portfolio:hover .box-h-work {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

    .area-box-portfolio:hover .box-h-work .icon {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    .area-box-portfolio:hover .box-h-work .content-work {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

.portfolio-card {
    overflow: hidden;
    position: relative;
}

    .portfolio-card .portfolio-card-body {
        overflow: hidden;
    }

        .portfolio-card .portfolio-card-body .info-title2 {
            margin-top: 20px;
            margin-bottom: 5px;
            color: #050505;
            display: block;
        }

            .portfolio-card .portfolio-card-body .info-title2 a, .portfolio-card .portfolio-card-body .info-title2 p {
                color: #050505;
            }

    .portfolio-card:hover .portfolio-card-body .portfolio-card-footer2 .full-screen2 {
        visibility: visible;
        opacity: 1;
        z-index: 2;
    }

    .portfolio-card .portfolio-card-header {
        overflow: hidden;
        position: relative;
        border-radius: 3px;
    }

        .portfolio-card .portfolio-card-header img {
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

    .portfolio-card:hover .portfolio-card-header img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
    }

    .portfolio-card .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background: #050505;
        z-index: 1;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .portfolio-card:hover .portfolio-card-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: .2;
        visibility: visible;
        background: #050505;
    }

    /*Portfolio style 2*/
    .portfolio-card .portfolio-card-header {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.9s ease;
        transition: all 0.9s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: rgba(27, 27, 27, 0.5);
        z-index: 7;
    }

    .portfolio-card a, .portfolio-card p {
        color: #ffffff;
    }

        .portfolio-card a:hover {
            color: #ffffff;
        }

    .portfolio-card .portfolio-card-footer .info-title a:hover {
        color: #ffffff;
    }

    .portfolio-card .portfolio-card-footer .info-title a {
        color: #ffffff;
        margin-bottom: 10px;
    }

    /*Portfolio style 2 normal*/
    .portfolio-card .portfolio-card-header .full-screen2 {
        position: absolute;
        text-align: center;
        bottom: 50%;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        right: 0;
        left: 0;
    }

        .portfolio-card .portfolio-card-header .full-screen2 i {
            color: #fff;
            background: #f01e4a;
            border-radius: 50%;
            height: 40px;
            width: 40px;
            line-height: 40px;
            font-size: 21px;
            margin: 0 5px 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: .5s;
            transition: .5s;
        }

    .portfolio-card .portfolio-card-header .info-title {
        position: absolute;
        /*top: 10px;*/
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        opacity: 0;
        visibility: hidden;
        left: 0;
        right: 0;
    }

    .portfolio-card .portfolio-card-header p {
        position: absolute;
        bottom: -20px;
        -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;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
        left: 0;
        right: 0;
    }

    /*Portfolio style 2 hover*/
    .portfolio-card:hover .portfolio-card-header {
        overflow: hidden;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

        .portfolio-card:hover .portfolio-card-header .full-screen2 {
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
        }

            .portfolio-card:hover .portfolio-card-header .full-screen2 i {
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    .portfolio-card:hover .portfolio-card-footer2 .info-title {
        position: absolute;
        top: 45px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .portfolio-card:hover .portfolio-card-footer2 p {
        position: absolute;
        top: 68px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

.portfolio-style-2 .portfolio-card .portfolio-card-header {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 0;
}

.portfolio-card:hover .portfolio-card-header {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    .portfolio-card:hover .portfolio-card-header img {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
    }

.portfolio-card .portfolio-card-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.portfolio-card:hover .portfolio-card-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    visibility: visible;
    -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;
    transition: all 0.5s ease-in-out;
}

/********************************
       PORTFOLIO ITEM 
*********************************/
.portfolio-item-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-item-img {
    position: relative;
    top: 0;
}

.portfolio-item-img,
.portfolio-item-caption {
    transition: all .3s ease-in-out;
}

.portfolio-item-caption {
    background: #fff;
    position: absolute;
    padding: 1.5625rem 1.25rem;
    width: 100%;
    top: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
}

.portfolio-item-title {
    margin-bottom: 4px;
}

.portfolio-item-subtitle {
    font-size: .8125rem;
}

.portfolio-item-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.portfolio-item:hover .portfolio-item-img {
    top: -6.5rem;
}

.portfolio-item:hover .portfolio-item-caption {
    transform: translateY(-100%);
}

/************************************
			 INDEX PORTFOLIO
**************************************/
.portfolio-decor .portfolio-info {
    position: absolute;
    bottom: 0;
    left: 0;
}

.portfolio-decor .portfolio {
    margin-left: -10px;
    margin-right: -10px;
}

.portfolio-decor .portfolio-decor-main {
    padding: 0 6rem;
}

.portfolio-decor .portfolio-decor-profile {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.portfolio-decor .portfolio .nav .nav-tabs .nav-filter:first-child {
    padding-left: 0;
}

@media (max-width: 1199.98px) {
    .assign-6 .portfolio-card, .assign-5 .portfolio-card {
        width: 25%;
    }
    /*home personal portfolio*/
    .portfolio-decor .portfolio-decor-main {
        padding: 0 2rem;
    }

    .portfolio-decor .assign-2 .portfolio-card, .portfolio-decor .assign-3 .portfolio-card, .portfolio-decor .assign-4 .portfolio-card, .portfolio-decor .assign-5 .portfolio-card {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
        padding: 20px;
    }

    .portfolio-card .portfolio-card-footer .info-title a {
        font-size: 1.09375rem;
    }

    .portfolio-card:hover .portfolio-card-footer p {
        margin-bottom: 0;
    }

    .portfolio-card:hover .portfolio-card-footer .info-title {
        bottom: 30px;
    }

    .portfolio-decor .portfolio-decor-main {
        padding: 0rem;
    }
}

@media (max-width: 767.98px) {
    .assign-2 .portfolio-card, .assign-3 .portfolio-card, .assign-4 .portfolio-card, .assign-5 .portfolio-card, .assign-2 .portfolio-item, .assign-3 .portfolio-item, .assign-4 .portfolio-item, .assign-5 .portfolio-item {
        width: 100%;
    }

    .assign-6 .portfolio-card {
        width: 50%;
    }

    .portfolio-decor .portfolio-decor-profile {
        position: relative;
    }

    .portfolio-decor .portfolio-info {
        position: relative;
        padding-top: 300px !important;
    }

    .portfolio .nav .nav-tabs-style-3 {
        border: none;
    }

    .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .assign-2 .portfolio-card, .assign-3 .portfolio-card, .assign-4 .portfolio-card, .assign-5 .portfolio-card, .assign-6 .portfolio-card, .assign-3 .portfolio-item, .assign-4 .portfolio-item {
        width: 100%;
    }

    .portfolio-decor .assign-2 .portfolio-card, .portfolio-decor .assign-3 .portfolio-card, .portfolio-decor .assign-4 .portfolio-card, .portfolio-decor .assign-5 .portfolio-card, .portfolio-decor .assign-6 .portfolio-card, .assign-2 .portfolio-item, .assign-3 .portfolio-item, .assign-4 .portfolio-item, .assign-5 .portfolio-item {
        width: 100%;
    }

    .portfolio-card .portfolio-card-footer .info-title a {
        font-size: 1.09375rem;
    }

    .portfolio-card:hover .portfolio-card-footer .info-title {
        bottom: 50px;
    }

    .portfolio-card:hover .portfolio-card-footer p {
        margin-bottom: 20px;
    }

    .portfolio-decor .assign-pad-inside .portfolio-card {
        padding-left: 0;
        padding-right: 0;
    }

    .portfolio-decor .portfolio {
        margin: 0px;
    }
}
/*******************************************************
   Blog
*******************************************************/
.post {
    position: relative;
    overflow: hidden;
}

    .post .post-info {
        padding: 1rem;
    }

        .post .post-info a {
            color: #333;
            font-size: 0.815rem;
        }

    .post .post-tag {
        padding: 1px 10px;
        font-size: 12px;
        border-radius: 3px;
        position: absolute;
        /*top: 28px;*/
        right: 20px;
    }

        .post .post-tag a {
            color: #ffffff;
            font-size: 0.8125rem;
        }

            .post .post-tag a:hover {
                color: #ffffff;
            }

    .post .post-author, .post .post-time {
        display: inline-block;
    }

    .post .post-title {
        font-size: 18px !important;
        line-height: 26px;
        display: block;
        margin: 15px 0;
        color: #050505;
    }

/*Post style 1*/
.post-style-1 .post {
    padding: 0;
    border: none;
    border-radius: 3px;
}

    .post-style-1 .post .post-info {
        position: absolute;
        bottom: -50px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.post-style-1 .post-info a, .post-style-1 .post-info h4 {
    color: #ffffff;
}

.post-style-1 .post-info p {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-style-1 .post-tag {
    top: 20px;
}

.post-style-1 .post:hover .post-info {
    bottom: 0px;
}

    .post-style-1 .post:hover .post-info p {
        opacity: 1;
    }

.post-style-1 .post:before {
    content: "";
    background: -moz-linear-gradient(0deg, #333 0%, transparent 50%);
    background: -webkit-linear-gradient(0deg, #333 0%, transparent 50%);
    background: -o-linear-gradient(0deg, #333 0%, transparent 50%);
    background: -ms-linear-gradient(0deg, #333 0%, transparent 50%);
    background: linear-gradient(0deg, #333 0%, transparent 50%);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/*Post style 2*/
.post-style-2 .post {
    padding: 0;
    border: none;
    background: transparent;
}

    .post-style-2 .post img {
        border-radius: 3px;
    }

    .post-style-2 .post .post-info {
        padding-left: 0;
        padding-right: 0;
    }

/*Post style 3*/
.post-style-3 .post {
    padding: 15px;
    border: none;
    background: #ffffff;
    border-radius: 3px;
}

    .post-style-3 .post .post-info .post-title {
        font-size: 1.3125rem;
    }

    .post-style-3 .post .post-info p {
        font-size: 0.9rem;
    }

    .post-style-3 .post .post-info .post-tag {
        top: 30px;
        right: 30px;
    }

/*********************************
			 BLOG PAGE
**********************************/
.post-item {
    position: relative;
}

    .post-item.post-bb {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .post-item .post-item-desc {
        padding: 20px 30px;
    }

    .post-item .post-image {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .post-item .post-image a {
            display: block;
        }

    .post-item .post-meta-category {
        padding: 2px 7px;
        color: #ffffff;
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 9;
        font-size: 0.8125rem;
    }

        .post-item .post-meta-category span:first-child {
            color: #ffffff;
            display: block;
            font-size: 0.85rem;
        }

        .post-item .post-meta-category span:last-child {
            color: #fdfdfd;
            display: block;
            position: relative;
            font-size: 0.9rem;
            font-weight: bold;
            margin-top: 0;
        }

        .post-item .post-meta-category a {
            color: #ffffff;
        }

    .post-item .post-item-desc .post-meta {
        margin-right: 10px;
    }

        .post-item .post-item-desc .post-meta a {
            color: #333;
        }

        .post-item .post-item-desc .post-meta i {
            margin-right: 5px;
            vertical-align: middle;
        }

    .post-item .post-item-desc h4 {
        margin: 7px 0;
    }

        .post-item .post-item-desc h4 a {
            display: block;
            color: #050505;
        }

    .post-item .item-link {
        color: #333;
    }

        .post-item .item-link:hover i {
            margin-left: 10px;
        }

        .post-item .item-link i {
            font-size: 18px;
            margin-left: 5px;
            vertical-align: middle;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .post-item .post-quote {
        position: relative;
        padding-left: 70px;
    }

        .post-item .post-quote > blockquote {
            margin-bottom: 0;
        }

            .post-item .post-quote > blockquote:before {
                content: 'Ã¢â‚¬Å“';
                font-family: "arial";
                display: inline-block;
                position: absolute;
                top: -5px;
                left: 0;
                line-height: 0.9em;
                font-weight: 600;
                font-size: 120px;
            }

    .post-item .soundcloud {
        width: 100%;
        border: 1px solid #ffffff;
        height: 166px;
    }

.blockquote {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

    .blockquote.gradient-line {
        padding: 10px 20px;
    }

        .blockquote.gradient-line:after {
            content: "";
            display: block;
            position: absolute;
            width: 5px;
            height: 100%;
            top: 0px;
            left: 0;
        }
/*blog grid*/
.blog-grid {
    padding: 0px 0px 8px;
    overflow: hidden;
}

    .blog-grid .post-item {
        float: left;
        padding: 0 15px 0px 15px;
    }

.blog-grid-2 .post-item {
    width: 50%;
}

.blog-grid-3 .post-item {
    width: 33.3333%;
}

.blog-grid-4 .post-item {
    width: 25%;
}

    .blog-grid-4 .post-item .post-item-desc h4 {
        font-size: 20px;
    }

.page-link {
    color: #050505;
    padding: .75rem 1rem;
    text-transform: uppercase;
    border-radius: 0;
}

.page-item.active .page-link {
    border-color: transparent;
}

.page-link:focus {
    box-shadow: none;
}

/*Sidebar*/
.sidebar .widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    .sidebar .widget .widget-title {
        margin-bottom: 15px;
    }

    .sidebar .widget a {
        color: #333;
    }

.tags a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8125rem;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #333;
}

/*widget post*/
.sidebar .widget .widget-post {
    margin: 0;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .sidebar .widget .widget-post:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .sidebar .widget .widget-post .widget-image {
        width: 60px;
        height: auto;
        display: table-cell;
    }

    .sidebar .widget .widget-post .details {
        display: table-cell;
        vertical-align: top;
        padding-left: 15px;
    }

        .sidebar .widget .widget-post .details a {
            font-size: 0.9rem;
            line-height: 1.6;
            display: block;
            margin-bottom: 0px;
            color: #050505;
            font-weight: 600;
        }

        .sidebar .widget .widget-post .details .date {
            font-size: 0.9rem;
            margin-bottom: 0;
        }

/*widget newsletter*/
.sidebar .widget.widget-newsletter button {
    margin-left: -1px;
    border-radius: 0px 3px 3px 0;
}

.sidebar .widget.widget-newsletter .btn {
    text-transform: none;
    font-weight: 600;
}

/*blog single page*/
.comment {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0 0;
}

.comment-child > .comment {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 85px;
}

.comment > .comment-child > .comment-child .comment {
    margin-left: 165px;
}

.comment-list > .comment:last-child {
    border: 0;
}

.comment-author {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

    .comment-author > img {
        border-radius: 100%;
    }

.author-img > img {
    border-radius: 100%;
}

.comment-body {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 0 85px;
}

.comment-meta {
    margin: 0 0 15px;
}

.comment-meta-author a {
    font-weight: 500;
    color: #050505;
}

.comment-meta-date {
    font-size: 90%;
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 0;
}

.author-info {
    padding: 30px;
    border-radius: 3px;
}

.author-img {
    margin: 5px 0 0;
    height: 100px;
    width: 100px;
    float: left;
}

.author-info-body {
    position: relative;
    margin: 0 0 0 130px;
}

.post-navigation .post-next:before, .post-navigation .post-prev:before {
    font-family: fontawesome;
    color: #050505;
    font-size: 20px;
    position: absolute;
    top: 50%;
    padding-top: 2px;
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-navigation .post-next:before {
    right: 15px;
    content: "\f105";
}

.post-navigation .post-prev:before {
    left: 15px;
    content: "\f104";
}

.post-navigation .post-next:hover:before {
    right: 10px;
    content: "\f105";
}

.post-navigation .post-prev:hover:before {
    left: 10px;
    content: "\f104";
}

.post-navigation h6 {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-navigation .post-prev p {
    display: block;
    color: #333;
    font-size: 0.8125rem;
}

.post-navigation .post-next {
    text-align: right;
    padding-right: 20px;
    display: block;
}

    .post-navigation .post-next p {
        display: block;
        color: #333;
    }

.post-navigation .post-prev {
    text-align: left;
    padding-left: 20px;
    display: block;
}

.post-navigation .all-post {
    text-align: center;
    display: block;
    padding-top: 10px;
    color: #050505;
}

@media (max-width: 1199.98px) {
    .blog-grid-4 .post-item {
        width: 33.333333%;
    }
}

@media (max-width: 991.98px) {
    .post-navigation .post-next:before, .post-navigation .post-prev:before {
        top: 40%;
    }

    .post-navigation .all-post {
        padding-top: 0;
    }

    .comment-reply {
        position: relative;
        top: 10px;
        margin-bottom: 15px;
    }

    .comment-child > .comment {
        margin-left: 70px;
    }

    .comment > .comment-child > .comment-child .comment {
        margin-left: 100px;
    }

    .blog-grid-4 .post-item {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .post-item .post-meta-category {
        padding: 4px 8px;
    }

    .post-item .post-item-desc {
        padding-bottom: 40px;
    }

    .post-item.post-bb {
        margin-bottom: 40px;
    }

    .blog-grid-3 .post-item {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .blog-grid-2 .post-item, .blog-grid-3 .post-item, .blog-grid-4 .post-item {
        width: 100%;
    }

    .author-img {
        float: none;
        margin-bottom: 20px;
    }

    .author-info-body {
        margin: 0px;
    }

    .comment-body {
        margin: 0;
        clear: both;
    }

    .comment-child > .comment {
        margin-left: 25px;
    }

    .comment > .comment-child > .comment-child .comment {
        margin-left: 50px;
    }
}
/***************************************************
  POST2
***************************************************/
.post2 {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .post2 .post2-preview {
        position: relative;
        width: 45%;
        display: block;
        overflow: hidden;
    }

    .post2 .float-post {
        float: left;
    }

    .post2 .post2-preview img {
        width: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .post2 .post2-preview video {
        background-size: cover;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .post2 .post2-preview .video-wrapper {
        width: 100%;
        position: relative;
        padding: 0;
    }

        .post2 .post2-preview .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

    .post2 .post2-preview .tag {
        position: absolute;
        bottom: 15px;
        right: 30px;
        z-index: 1;
    }

    .post2 .post2-content {
        position: relative;
        margin-top: -30px;
        padding: 15px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .post2 .post-content-right {
        overflow: hidden;
        padding-left: 30px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .post2 .post2-content .post2-m li, .post2 .post-content-right .post2-m li {
            font-size: 13px;
        }

        .post2 .post2-content .post2-m .tag, .post2 .post-content-right .post2-m .tag {
            position: absolute;
            top: -20px;
            margin-bottom: 10px;
            z-index: 1;
        }

        .post2 .post2-content .post2-m li:last-child, .post2 .post-content-right .post2-m li:last-child {
            margin-right: 7px;
        }

        .post2 .post2-content .post2-t, .post2 .post-content-right .post2-t {
            font-size: 16px;
        }

        .post2 .post2-content h4, .post2 .post-content-right h4 {
            line-height: 24px;
        }

        .post2 .post2-content a, .post2 .post-content-right a.post2-title {
            color: #535353;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .post2 .post-content-right a {
            color: #333;
        }

            .post2 .post2-content a i, .post2 .post-content-right a i {
                color: #333;
                opacity: 0.7;
                font-size: 13px;
            }

        .post2 .post-content-right .read-more a i {
            color: #333;
            opacity: 0.7;
            font-size: 18px;
        }

        .post2 .post2-content a:hover, .post2 .post-content-right a:hover, .post2 .post2-content a:hover i, .post2 .post-content-right a:hover i {
            opacity: 1;
        }

        .post2 .post2-content .post2-end, .post2 .post-content-right .post2-end {
            padding-top: 15px;
        }

    .post2:hover .post2-preview img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .post2 .page-title {
        font-size: 18px;
    }

    .post2 .tm-comment-cont .media-list .media img {
        width: 80px;
    }

    .post2 .tm-comment-cont .media-list .media .media-body .media-heading {
        font-size: 16px;
    }

        .post2 .tm-comment-cont .media-list .media .media-body .media-heading a {
            color: #535353;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .post2 .tm-comment-cont .media-list .media .media-body .media-para {
        background: #f8f9fa;
        padding: 20px 25px;
    }

@media (max-width: 991.98px) {
    .post2 .post-content-right {
        padding: 25px 7px 25px 25px;
    }
}

@media (min-width: 575.98px) {
    .post2 .post2-preview .video-wrapper.wrapper-left {
        width: 235px;
        height: 235px;
        position: relative;
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .post2 {
        min-height: auto;
    }

        .post2 .post2-preview {
            width: 100%;
        }

        .post2 .float-post {
            float: none;
            text-align: center;
        }

        .post2 .post-content-right {
            min-height: auto;
            position: relative;
            padding: 25px 12px;
            margin-top: -24%;
        }
}
/*******************************************************
   Components
*******************************************************/
/*accordion*/
.accordion {
    margin-bottom: 30px;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-title {
    background-color: #f9f9f9;
}

    .accordion-title a {
        position: relative;
        display: block;
        padding: 15px 40px 15px 15px;
        color: #050505;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }

        .accordion-title a:after {
            content: "\f068";
            font-family: 'Fontawesome';
            position: absolute;
            top: 50%;
            line-height: 1.8;
            font-weight: bolder;
            font-size: 10px;
            right: 8px;
            padding: 15px;
            color: #050505;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .accordion-title a.collapsed:after {
            content: "\f067";
        }

.accordion-content {
    padding: 16px 16px 0;
}

/*accordion primary color*/

.accordion-primary .accordion-title a {
    color: #ffffff;
}

    .accordion-primary .accordion-title a:after {
        color: #ffffff;
    }

/*accordion dark*/
.accordion-dark .accordion-title {
    background: #050505;
}

    .accordion-dark .accordion-title a {
        color: #ffffff;
    }

        .accordion-dark .accordion-title a:after {
            color: #ffffff;
        }

/*accordion gradient color*/

.accordion-gradient .accordion-title a {
    color: #ffffff;
}

    .accordion-gradient .accordion-title a:after {
        color: #ffffff;
    }

    .accordion-gradient .accordion-title a.collapsed {
        background: #f9f9f9;
        color: #050505;
    }

        .accordion-gradient .accordion-title a.collapsed:after {
            color: #050505;
        }

/*accordion line*/
.accordion-line .accordion-item {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

    .accordion-line .accordion-item:first-child {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
    }

.accordion-line .accordion-content {
    padding: 0px 16px 16px 0;
}

.accordion-line .accordion-title {
    background: transparent;
}

    .accordion-line .accordion-title a {
        color: #050505;
        padding-left: 0;
    }

/*toggle icon left*/
.accordion.toggle-icon-left .accordion-title a {
    padding-left: 40px;
    padding-right: 15px;
}

    .accordion.toggle-icon-left .accordion-title a:after {
        left: 0;
        right: auto;
    }

.accordion.toggle-icon-round .accordion-title a:after {
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 7px;
    text-align: center;
}

.accordion.toggle-icon-round .accordion-title a.collapsed:after {
    background: #f9f9f9;
    color: #050505;
}
/*******************************************************
   Feature
*******************************************************/
/*feature-area */
.feature h4 span {
    float: right;
    font-size: 44px;
    opacity: 0.7;
    position: relative;
    top: -26px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.feature:hover h4 span {
    padding-right: 9px;
}

.feature-area {
    padding: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    -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;
    transition: all 0.5s ease-in-out;
}

    .feature-area .feature-area-title {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .feature-area .feature-area-icon {
        font-size: 50px;
        padding: 20px 0;
        line-height: 24px;
    }

    .feature-area .feature-area-desc {
        margin: 0;
    }

    /*feature box style 1*/
    .feature-area.f-style-1 {
        padding: 20px;
    }

        .feature-area.f-style-1 .feature-area-icon {
            font-size: 60px;
        }

        .feature-area.f-style-1:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: block;
            height: 5px;
            border-radius: 3px;
            opacity: 0;
            visibility: hidden;
            -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;
            transition: all 0.5s ease-in-out;
        }

        .feature-area.f-style-1:hover.f-style-1:before, .feature-area.f-style-1.active.f-style-1:before {
            opacity: 1;
            visibility: visible;
        }

        .feature-area.f-style-1.f-style-1:hover, .feature-area.f-style-1.f-style-1.active {
            box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
        }

    /*feature-area style 2********/
    .feature-area.f-style-2 {
        padding: 20px;
        box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
    }

        .feature-area.f-style-2 .feature-area-icon {
            font-size: 72px;
            /*margin-left: -30px;*/
            float: left;
            margin-right: 30px;
            padding: 0;
            -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;
            transition: all 0.5s ease-in-out;
        }

        .feature-area.f-style-2 .feature-area-title {
            margin-top: 20px;
        }

        .feature-area.f-style-2 a {
            display: block;
        }

        .feature-area.f-style-2 .feature-area-desc {
            clear: both;
        }

        .feature-area.f-style-2:hover {
            box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
        }

            .feature-area.f-style-2:hover .feature-area-icon {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                -o-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

    /*feature-area style 3*/
    .feature-area.f-style-3 {
        padding: 30px;
        border: solid 2px rgba(0, 0, 0, 0.1);
        border-bottom-width: 5px;
    }

        .feature-area.f-style-3:hover {
            box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.1);
        }

        .feature-area.f-style-3 .feature-area-icon {
            font-size: 50px;
            margin-left: 0px;
            float: left;
            margin-right: 30px;
            padding: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .feature-area.f-style-3 .feature-area-title {
            margin-top: 10px;
            padding-left: 80px;
        }

        .feature-area.f-style-3 a {
            display: block;
        }

        .feature-area.f-style-3 .feature-area-desc {
            padding-left: 80px;
        }

    /*feature-area style 4*/
    .feature-area.f-style-4 .feature-area-icon {
        font-size: 50px;
        margin-left: 0px;
        float: left;
        margin-right: 10px;
        padding: 0;
        -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;
        transition: all 0.5s ease-in-out;
    }

    .feature-area.f-style-4 .feature-area-title {
        margin-top: 0px;
        padding-left: 70px;
    }

    .feature-area.f-style-4 a {
        display: block;
    }

    .feature-area.f-style-4 .feature-area-desc {
        padding-left: 70px;
    }

    /*feature-area style 5*/
    .feature-area.f-style-5 {
        padding: 20px;
    }

        .feature-area.f-style-5:hover {
            box-shadow: 0 10px 40px 0 rgba(119, 135, 147, 0.15);
        }

        .feature-area.f-style-5 .feature-area-icon {
            font-size: 30px;
            padding: 20px;
            margin-left: 5px;
            margin-bottom: 20px;
            box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .45);
            border-radius: 50%;
            display: inline-block;
        }

@media (max-width: 991.98px) {
    .feature-area.f-style-2 .feature-area-icon {
        margin-left: 0;
    }

    .feature-area.f-style-2 .feature-area-title {
        clear: both;
    }
}
/*******************************************************
   package
*******************************************************/
/*package*/
.package .card {
    border-radius: 0;
    border: none;
    border-bottom: 0;
}

    .package .card .card-body {
        z-index: 1;
    }

        .package .card .card-body .offer {
            position: absolute;
            bottom: 40px;
            right: 10px;
            font-size: 80px;
            font-weight: 600;
            color: rgba(83, 88, 93, 0.1);
            z-index: 1;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

.package .nav {
    border: none;
}

.package .nav-link {
    border: none;
    margin-right: 0px !important;
    background: #f9f9f9;
    padding: 10px 20px;
}

.package .nav .nav-item:first-child.nav-item a {
    border-radius: 3px 0px 0px 3px;
}

.package .nav .nav-item:last-child.nav-item a {
    border-radius: 0px 3px 3px 0px;
}

.package .nav .nav-link {
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
}
/*******************************************************
   pricing
*******************************************************/
/*pricing*/
.pricing.pricing-center {
    text-align: center;
}

.pricing .pricing-area {
    border: 1px solid #f9f9f9;
    padding: 50px 50px 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .pricing .pricing-area h5 {
        font-weight: 600;
    }

    .pricing .pricing-area .price {
        font-size: 50px;
        font-weight: 600;
        display: block;
        line-height: 50px;
    }

        .pricing .pricing-area .price sup {
            font-size: 30px;
            font-weight: 600;
        }

    .pricing .pricing-area p {
        margin: 20px 0;
    }

    .pricing .pricing-area:hover {
        border-color: transparent;
        box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
    }

/*pricing-dark*/
.pricing.pricing-dark .pricing-area {
    border: none;
    background: rgba(0, 0, 0, 0.1);
}

    .pricing.pricing-dark .pricing-area:hover {
        box-shadow: none;
        background: rgba(0, 0, 0, 0.15);
    }

.card-header-img {
    padding: 1.75rem 1.25rem;
}
/*pricing promo*/
.pricing .promo {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: left;
}

    .pricing .promo span {
        font-size: 10px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        box-shadow: 0 3px 10px -5px black;
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .pricing .promo span::before {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #050505;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #050505;
        }

        .pricing .promo span::after {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-right: 3px solid transparent;
            border-left: 3px solid #050505;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #050505;
        }

.pricing .price-foo a {
    left: 0;
    bottom: 0;
    display: block;
    padding: 1em;
    background: #f2f2f2;
    /*color: #2b2c2d;*/
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
}

    .pricing .price-foo a:hover {
        color: #fff;
    }

@media (max-width: 991.98px) {
    .pricing .pricing-area {
        padding: 20px;
    }

    .package .nav-item {
        border-bottom: 0;
        padding: 0px;
    }
}
/*******************************************************
   testimonial
*******************************************************/

.testi-area .testi-img img {
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 7px;
}

.testi-area .testi-full {
    text-align: center;
    overflow: hidden;
}

    .testi-area .testi-full .testi-img {
        margin-bottom: 20px;
    }

.testi-area .testi-text {
    padding: 0 100px;
}

.testi-area .testi-big .testi-text p {
    font-size: 22px;
    line-height: 40px;
}

/*testi-area border*/
.testi-area.testi-area-border .testi-img {
    margin-top: 30px;
}

.testi-area.testi-area-border .testi-text {
    padding: 0px;
}

    .testi-area.testi-area-border .testi-text p {
        padding: 20px;
        border: 2px solid #f9f9f9;
        position: relative;
        -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;
        transition: all 0.5s ease-in-out;
    }

        .testi-area.testi-area-border .testi-text p:before {
            content: "";
            border-style: solid;
            border-color: #f9f9f9 transparent transparent transparent;
            border-width: 21px 21px 0 0;
            height: 0;
            width: 0;
            position: absolute;
            left: 60%;
            bottom: -21px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            -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;
            transition: all 0.5s ease-in-out;
        }

        .testi-area.testi-area-border .testi-text p:after {
            content: "";
            position: absolute;
            left: 60%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            border-style: solid;
            border-color: #ffffff transparent transparent transparent;
            border-width: 19px 17px 0 0;
            height: 0;
            width: 0;
            bottom: -18px;
            -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;
            transition: all 0.5s ease-in-out;
        }

/*testi-area border hover*/
.testi-area.testi-area-border .testi-area-wrap:hover .testi-text p {
    -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;
    transition: all 0.5s ease-in-out;
}

    .testi-area.testi-area-border .testi-area-wrap:hover .testi-text p:before {
        -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;
        transition: all 0.5s ease-in-out;
    }

@media (max-width: 1199.98px) {
    .testi-area .testi-text {
        padding: 0px;
    }
}

@media (max-width: 991.98px) {
    .testi-area .testi-text {
        padding: 0 50px;
    }
}

@media (max-width: 767.98px) {
    .testi-area .testi-text {
        padding: 0 20px;
    }
}

@media (max-width: 575.98px) {
    .testi-area .testi-text {
        padding: 0px;
    }
}
/*client*/
.client img {
    display: block;
    margin: 2.125rem auto;
    height: 50%;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.8;
}

    .client img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
    }

.client .item {
    display: inline-block;
    width: 10rem;
    height: 8.5rem;
}

.client.client-border {
    border: 1px solid #e5e5e5;
    border-right: none;
    border-bottom: none;
    position: relative;
}

    .client.client-border .item {
        display: inline-block;
        float: left;
        width: 33.33%;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

.client .item.r-last {
    border-right: 0px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.client .item.b-last {
    border-right: 1px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
}

.client .item.l-last {
    border-left: 1px solid #e5e5e5;
}

@media (max-width: 767.98px) {

    .client .item {
        display: inline-block;
        height: 8rem;
    }

    .client img {
        height: 50%;
        margin: 1.8rem auto;
    }
}

@media (max-width: 575.98px) {
    .client img {
        height: 39%;
        margin: 2rem auto;
    }

    .client .item {
        display: inline-block;
        height: 7rem;
    }
}
/*******************************************************
   process
*******************************************************/
/*process*/
.process {
    position: relative;
    z-index: 1;
}

    .process .process-number {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 100px;
        font-weight: bolder;
        color: rgba(0, 0, 0, 0.1);
        z-index: -1;
    }

    .process .process-title,
    .process a {
        font-weight: 600;
    }

/*Process style 2 order*/
.process-order .process-title {
    font-weight: 600;
}

.process-order .process-number {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.process-order .process-border {
    position: relative;
    width: 100%;
    z-index: 1;
}

.process-order p {
    margin: 0;
}

.process-order .border-right:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    /* width: calc(100% + 30px);*/
    right: -30px;
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: -1px;
    border-color: #dfe2e5 !important;
    z-index: -1;
}

.process-order .border-left:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: calc(100% + 30px);
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: -1px;
    border-color: #dfe2e5 !important;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .process-order .border-right:after,
    .process-order .border-left:before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .process {
        text-align: center;
    }

        .process .process-number {
            left: 0;
            right: 0;
        }
}

/*******************************************************
  Slider
*******************************************************/
/* Swiper slider styles*/
/*Slider buttons*/
.swiper-button-next, .swiper-button-prev {
    background-image: none;
    background-color: rgba(52, 58, 64, 0.6);
    height: 54px;
    width: 54px;
    color: rgba(255, 255, 255, 0.5);
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: rgba(52, 58, 64, 0.8);
        color: rgba(255, 255, 255, 0.8);
    }

    .swiper-button-next i, .swiper-button-prev i {
        line-height: 54px;
        text-align: center;
        display: block;
    }

/*Slider arrow*/
.swiper-arrow-hover .swiper-button-next, .swiper-arrow-hover .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-arrow-hover .swiper-button-next {
    right: -100px;
}

.swiper-arrow-hover .swiper-button-prev {
    left: -100px;
}

.swiper-arrow-hover:hover .swiper-button-next {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

.swiper-arrow-hover:hover .swiper-button-prev {
    left: 10px;
    opacity: 1;
    visibility: visible;
}

/*Slider pagination*/
.swiper-pagination-bullet {
    background: #ffffff;
    opacity: .5;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    text-align: center;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
    width: 16px;
}

.bullet-dark .swiper-pagination-bullet {
    background: #050505;
    opacity: .5;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    text-align: center;
}

.bullet-dark .swiper-pagination-bullet-active {
    background: #050505;
    opacity: 1;
    width: 16px;
}

@media (max-width: 767.98px) {
    .swiper-button-next, .swiper-button-prev, .swiper-pagination {
        display: none;
    }
}

/*owl controls*/
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}

/*owl-carousel dots*/
.owl-carousel .owl-dots {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        display: inline;
    }

        .owl-carousel .owl-dots .owl-dot span {
            position: relative;
            display: block;
            float: left;
            margin: 0 4px;
            width: 12px;
            height: 12px;
            cursor: pointer;
            border-radius: 50%;
            overflow: hidden;
            background-color: transparent;
            box-shadow: inset 0 0 0 2px #f9f9f9;
            transition: background 0.3s ease;
        }

            .owl-carousel .owl-dots .owl-dot span:after {
                outline: medium none;
                text-indent: -999em;
                border-radius: 3px;
                overflow: hidden;
                content: '';
                position: absolute;
                bottom: 0;
                height: 0;
                left: 0;
                width: 100%;
                background-color: #f9f9f9;
                box-shadow: 0 0 1px #f9f9f9;
                transition: height 0.3s ease;
            }

        .owl-carousel .owl-dots .owl-dot.active span:after {
            height: 100%;
        }

.owl-carousel.dots-inside .owl-dots {
    bottom: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.owl-carousel.dots-inside-top .owl-dots {
    position: absolute;
    right: 20px;
    top: 20px;
}

.owl-carousel.dots-outside-top .owl-dots {
    position: absolute;
    right: 0;
    top: -46px;
}

.owl-carousel.dots-white .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #ffffff;
}

    .owl-carousel.dots-white .owl-dots .owl-dot span:after {
        background-color: #ffffff;
    }

.owl-carousel.dots-dark .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #050505;
}

    .owl-carousel.dots-dark .owl-dots .owl-dot span:after {
        background-color: #050505;
    }

.owl-carousel.dots-gray .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #f7f8f9;
}

    .owl-carousel.dots-gray .owl-dots .owl-dot span:after {
        background-color: #f7f8f9;
    }

.owl-carousel.dots-creative .owl-dots {
    margin-bottom: 0;
    margin-top: 20px;
}

    .owl-carousel.dots-creative .owl-dots .owl-dot span {
        opacity: 0.5;
        border-radius: 0;
        height: 4px;
        width: 30px;
    }

        .owl-carousel.dots-creative .owl-dots .owl-dot span:after {
            border-radius: 0;
        }

    .owl-carousel.dots-creative .owl-dots .owl-dot.active span {
        opacity: 1;
    }

/*dots position*/
.owl-carousel.dots-right-top .owl-dots {
    position: absolute;
    top: -55px;
    right: 0;
}

/*owl-nav*/
.owl-carousel .owl-nav [class*="owl-"] {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: -16px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #050505;
    background-color: #ffffff;
    text-align: center;
    z-index: 200;
    border: 2px solid #ffffff;
    box-sizing: initial;
}

    .owl-carousel .owl-nav [class*="owl-"] i {
        line-height: 28px;
        color: #050505;
        font-size: 22px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .owl-carousel .owl-nav [class*="owl-"]:hover {
        color: #ffffff;
    }

        .owl-carousel .owl-nav [class*="owl-"]:hover i {
            color: #ffffff;
        }

.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

    .owl-carousel .owl-nav .owl-next .ti-angle-right {
        margin-right: -2px;
        font-size: 12px;
    }

.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

    .owl-carousel .owl-nav .owl-prev .ti-angle-left {
        margin-left: -2px;
        font-size: 12px;
    }

/*arrow-visible*/
.owl-carousel.arrow-visible .owl-next {
    left: auto;
    right: 10px;
    opacity: 1;
}

.owl-carousel.arrow-visible .owl-prev {
    right: auto;
    left: 10px;
    opacity: 1;
}

.owl-carousel.arrow-dark .owl-nav [class*="owl-"] {
    color: #ffffff;
    border-color: #050505;
    background-color: #050505;
}

/*arrow on hover*/
.owl-carousel.arrow-hover {
    overflow: hidden;
}

    .owl-carousel.arrow-hover .owl-next {
        left: auto;
        right: -20px;
        opacity: 0;
        border-radius: 3px;
    }

    .owl-carousel.arrow-hover .owl-prev {
        right: auto;
        left: -20px;
        opacity: 0;
        border-radius: 3px;
    }

.owl-carousel:hover.arrow-hover .owl-next {
    left: auto;
    right: 10px;
    opacity: 1;
}

.owl-carousel:hover.arrow-hover .owl-prev {
    right: auto;
    left: 10px;
    opacity: 1;
}

/*arrow-dark*/
.owl-carousel.arrow-dark .owl-nav [class*="owl-"] i {
    color: #ffffff;
}

.owl-carousel.arrow-dark .owl-nav [class*="owl-"]:hover {
    background-color: #050505;
}

    .owl-carousel.arrow-dark .owl-nav [class*="owl-"]:hover i {
        color: #ffffff;
    }

/*arrow-gray */
.owl-carousel.arrow-gray .owl-nav [class*="owl-"] {
    color: #050505;
    border: 2px solid #f7f8f9;
    background-color: #f7f8f9;
}

    .owl-carousel.arrow-gray .owl-nav [class*="owl-"]:hover {
        background-color: #f7f8f9;
    }

        .owl-carousel.arrow-gray .owl-nav [class*="owl-"]:hover i {
            color: #050505;
        }

/*arrow-transparent */
.owl-carousel.arrow-transparent .owl-nav [class*="owl-"] {
    opacity: .7;
}

.owl-carousel.arrow-transparent .owl-nav .owl-next:hover, .owl-carousel.arrow-transparent .owl-nav .owl-prev:hover {
    opacity: 1;
}

/*arrow-round */
.owl-carousel.arrow-round .owl-nav [class*="owl-"] {
    border-radius: 50%;
}

/*arrow-border */
.owl-carousel.arrow-border .owl-nav [class*="owl-"] {
    background: transparent;
    color: #333;
    border: 2px solid #333;
    font-weight: bold;
}

    .owl-carousel.arrow-border .owl-nav [class*="owl-"] i {
        font-weight: bold;
        color: #333;
    }

.owl-carousel.arrow-border .owl-nav .owl-next:hover, .owl-carousel.arrow-border .owl-nav .owl-prev:hover {
    border-color: #050505;
    background: transparent;
}

    .owl-carousel.arrow-border .owl-nav .owl-next:hover i, .owl-carousel.arrow-border .owl-nav .owl-prev:hover i {
        color: #050505;
    }

/*arrow-large*/
.owl-carousel.arrow-large .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

    .owl-carousel.arrow-large .owl-nav [class*="owl-"] i {
        line-height: 50px;
        font-size: 20px;
    }

/*arrow-only*/
.owl-carousel.arrow-only .owl-nav [class*="owl-"] {
    border: 0;
    background: transparent;
}

/*arrow-position bottom*/
.owl-carousel.arrow-pos-bottom .owl-nav [class*="owl-"] {
    bottom: 0;
}

.owl-carousel.arrow-pos-bottom .owl-next, .owl-carousel.arrow-pos-bottom .owl-prev {
    top: auto;
}

@media (max-width: 991.98px) {
    .arrow-md-none.owl-carousel .owl-nav [class*="owl-"] {
        display: none;
    }
}
/*******************************************************
  Divider
*******************************************************/
/*divider*/
.divider {
    color: #333;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    line-height: 0em;
}

    .divider i {
        font-size: 20px;
        margin: 0 20px 0 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .divider span, .divider a {
        margin: 0 20px 0 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .divider:before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        content: "";
        display: inline-block;
        height: 0em;
        margin: 0 0 0 -100%;
        vertical-align: middle;
        width: 50%;
    }

    .divider:after {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        content: "";
        display: inline-block;
        height: 0;
        margin: 0 0 0 -100%;
        vertical-align: middle;
        width: 50%;
        margin: 0 -100% 0 0;
    }

.divider-gradient:before {
    height: 3px;
}

.divider-gradient:after {
    height: 3px;
}

.divider-dark:before, .divider-dark:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.divider-dotted:before, .divider-dotted:after {
    border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}

.divider-bold:before, .divider-bold:after {
    border-bottom-width: 5px;
}

.divider-small {
    width: 10%;
    margin: 5px auto;
}

.divider-medium {
    width: 20%;
    margin: 10px auto;
}

.divider-large {
    width: 60%;
    margin: 10px auto;
}
/**********************************************************
    social icons
***********************************************************/
/*social icons*/
.social-icons {
    padding: 0;
    line-height: 0;
}

.text-center.social-icons {
    display: inline-block;
}

.social-icons .social-icons-item {
    display: inline-block;
    list-style: none;
    line-height: 10px;
    margin: 0 5px 5px 0;
}

.social-icons-link {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .12);
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    color: #050505;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*dark*/
.social-icons.dark .social-icons-link {
    background: #050505;
    color: #ffffff;
}

/*light*/
.social-icons.light .social-icons-link {
    /*background: #f9f9f9;*/
    color: #050505;
}

/*round*/
.social-icons.no-round .social-icons-link {
    border: 0;
}

/*square*/
.social-icons.square .social-icons-link {
    border-radius: 0;
}

/*large*/
.social-icons.si-large .social-icons-link {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 22px;
}

/*medium*/
.social-icons.si-medium .social-icons-link {
    height: 41px;
    width: 41px;
    line-height: 41px;
    font-size: 18px;
}

/*colored*/
.social-icons.i-color-bg .social-icons-link,
.social-icons.i-color-bg-on-hover .social-icons-link:hover {
    color: #ffffff;
    border: 0;
}

.social-icons.i-color-bg .social-facebook .social-icons-link,
.social-icons.i-color-bg-on-hover .social-facebook .social-icons-link:hover {
    background-color: #5d82d1;
}

.social-icons.i-color-bg .social-instagram .social-icons-link,
.social-icons.i-color-bg-on-hover .social-instagram .social-icons-link:hover {
    background-color: #548bb6;
}

.social-icons.i-color-bg .social-twitter .social-icons-link,
.social-icons.i-color-bg-on-hover .social-twitter .social-icons-link:hover {
    background-color: #40bff5;
}

.social-icons.i-color-bg .social-youtube .social-icons-link,
.social-icons.i-color-bg-on-hover .social-youtube .social-icons-link:hover {
    background-color: #ef4e41;
}

.social-icons.i-color-bg .social-gplus .social-icons-link,
.social-icons.i-color-bg-on-hover .social-gplus .social-icons-link:hover {
    background-color: #dd5044;
}

.social-icons.i-color-bg .social-rss .social-icons-link,
.social-icons.i-color-bg-on-hover .social-rss .social-icons-link:hover {
    background-color: #faa33d;
}

.social-icons.i-color-bg .social-vimeo .social-icons-link,
.social-icons.i-color-bg-on-hover .social-vimeo .social-icons-link:hover {
    background-color: #35c6ea;
}

.social-icons.i-color-bg .social-myspace .social-icons-link,
.social-icons.i-color-bg-on-hover .social-myspace .social-icons-link:hover {
    background-color: #008dde;
}

.social-icons.i-color-bg .social-stumbleupon .social-icons-link,
.social-icons.i-color-bg-on-hover .social-stumbleupon .social-icons-link:hover {
    background-color: #ff5c30;
}

.social-icons.i-color-bg .social-lastfm .social-icons-link,
.social-icons.i-color-bg-on-hover .social-lastfm .social-icons-link:hover {
    background-color: #f34320;
}

.social-icons.i-color-bg .social-pinterest .social-icons-link,
.social-icons.i-color-bg-on-hover .social-pinterest .social-icons-link:hover {
    background-color: #e13138;
}

.social-icons.i-color-bg .social-google .social-icons-link,
.social-icons.i-color-bg-on-hover .social-google .social-icons-link:hover {
    background-color: #eb5e4c;
}

.social-icons.i-color-bg .social-evernote .social-icons-link,
.social-icons.i-color-bg-on-hover .social-evernote .social-icons-link:hover {
    background-color: #9acf4f;
}

.social-icons.i-color-bg .social-dribbble .social-icons-link,
.social-icons.i-color-bg-on-hover .social-dribbble .social-icons-link:hover {
    background-color: #f7659c;
}

.social-icons.i-color-bg .social-skype .social-icons-link,
.social-icons.i-color-bg-on-hover .social-skype .social-icons-link:hover {
    background-color: #13c1f3;
}

.social-icons.i-color-bg .social-forrst .social-icons-link,
.social-icons.i-color-bg-on-hover .social-forrst .social-icons-link:hover {
    background-color: #45ad76;
}

.social-icons.i-color-bg .social-linkedin .social-icons-link,
.social-icons.i-color-bg-on-hover .social-linkedin .social-icons-link:hover {
    background-color: #238cc8;
}

.social-icons.i-color-bg .social-wordpress .social-icons-link,
.social-icons.i-color-bg-on-hover .social-wordpress .social-icons-link:hover {
    background-color: #2592c3;
}

.social-icons.i-color-bg .social-grooveshark .social-icons-link,
.social-icons.i-color-bg-on-hover .social-grooveshark .social-icons-link:hover {
    background-color: #ffb21d;
}

.social-icons.i-color-bg .social-delicious .social-icons-link,
.social-icons.i-color-bg-on-hover .social-delicious .social-icons-link:hover {
    background-color: #377bda;
}

.social-icons.i-color-bg .social-behance .social-icons-link,
.social-icons.i-color-bg-on-hover .social-behance .social-icons-link:hover {
    background-color: #1879fd;
}

.social-icons.i-color-bg .social-dropbox .social-icons-link,
.social-icons.i-color-bg-on-hover .social-dropbox .social-icons-link:hover {
    background-color: #17a3eb;
}

.social-icons.i-color-bg .social-soundcloud .social-icons-link,
.social-icons.i-color-bg-on-hover .social-soundcloud .social-icons-link:hover {
    background-color: #ff7e30;
}

.social-icons.i-color-bg .social-deviantart .social-icons-link,
.social-icons.i-color-bg-on-hover .social-deviantart .social-icons-link:hover {
    background-color: #6a8a7b;
}

.social-icons.i-color-bg .social-yahoo .social-icons-link,
.social-icons.i-color-bg-on-hover .social-yahoo .social-icons-link:hover {
    background-color: #ab47ac;
}

.social-icons.i-color-bg .social-flickr .social-icons-link,
.social-icons.i-color-bg-on-hover .social-flickr .social-icons-link:hover {
    background-color: #ff48a3;
}

.social-icons.i-color-bg .social-digg .social-icons-link,
.social-icons.i-color-bg-on-hover .social-digg .social-icons-link:hover {
    background-color: #75788d;
}

.social-icons.i-color-bg .social-blogger .social-icons-link,
.social-icons.i-color-bg-on-hover .social-blogger .social-icons-link:hover {
    background-color: #ff9233;
}

.social-icons.i-color-bg .social-tumblr .social-icons-link,
.social-icons.i-color-bg-on-hover .social-tumblr .social-icons-link:hover {
    background-color: #426d9b;
}

.social-icons.i-color-bg .social-quora .social-icons-link,
.social-icons.i-color-bg-on-hover .social-quora .social-icons-link:hover {
    background-color: #ea3d23;
}

.social-icons.i-color-bg .social-github .social-icons-link,
.social-icons.i-color-bg-on-hover .social-github .social-icons-link:hover {
    background-color: #3f91cb;
}

.social-icons.i-color-bg .social-wikipedia .social-icons-link,
.social-icons.i-color-bg-on-hover .social-wikipedia .social-icons-link:hover {
    background-color: #b3b5b8;
}

.social-icons.i-color-bg .social-amazon .social-icons-link,
.social-icons.i-color-bg-on-hover .social-amazon .social-icons-link:hover {
    background-color: #ff8e2e;
}

.social-icons.i-color-bg .social-xing .social-icons-link,
.social-icons.i-color-bg-on-hover .social-xing .social-icons-link:hover {
    background-color: #1a8e8c;
}

.social-icons.si-colored li .social-icons-link,
.social-icons.si-colored-on-hover li .social-icons-link:hover {
    color: #ffffff;
    border: 0;
}

.social-icons.si-colored .social-facebook .social-icons-link,
.social-icons.si-colored-on-hover .social-facebook .social-icons-link:hover {
    color: #5d82d1;
}

.social-icons.si-colored .social-instagram .social-icons-link,
.social-icons.si-colored-on-hover .social-instagram .social-icons-link:hover {
    color: #548bb6;
}

.social-icons.si-colored .social-twitter .social-icons-link,
.social-icons.si-colored-on-hover .social-twitter .social-icons-link:hover {
    color: #40bff5;
}

.social-icons.si-colored .social-youtube .social-icons-link,
.social-icons.si-colored-on-hover .social-youtube .social-icons-link:hover {
    color: #ef4e41;
}

.social-icons.si-colored .social-gplus .social-icons-link,
.social-icons.si-colored-on-hover .social-gplus .social-icons-link:hover {
    color: #dd5044;
}

.social-icons.si-colored .social-rss .social-icons-link,
.social-icons.si-colored-on-hover .social-rss .social-icons-link:hover {
    color: #faa33d;
}

.social-icons.si-colored .social-vimeo .social-icons-link,
.social-icons.si-colored-on-hover .social-vimeo .social-icons-link:hover {
    color: #35c6ea;
}

.social-icons.si-colored .social-myspace .social-icons-link,
.social-icons.si-colored-on-hover .social-myspace .social-icons-link:hover {
    color: #008dde;
}

.social-icons.si-colored .social-stumbleupon .social-icons-link,
.social-icons.si-colored-on-hover .social-stumbleupon .social-icons-link:hover {
    color: #ff5c30;
}

.social-icons.si-colored .social-lastfm .social-icons-link,
.social-icons.si-colored-on-hover .social-lastfm .social-icons-link:hover {
    color: #f34320;
}

.social-icons.si-colored .social-pinterest .social-icons-link,
.social-icons.si-colored-on-hover .social-pinterest .social-icons-link:hover {
    color: #e13138;
}

.social-icons.si-colored .social-google .social-icons-link,
.social-icons.si-colored-on-hover .social-google .social-icons-link:hover {
    color: #eb5e4c;
}

.social-icons.si-colored .social-evernote .social-icons-link,
.social-icons.si-colored-on-hover .social-evernote .social-icons-link:hover {
    color: #9acf4f;
}

.social-icons.si-colored .social-dribbble .social-icons-link,
.social-icons.si-colored-on-hover .social-dribbble .social-icons-link:hover {
    color: #f7659c;
}

.social-icons.si-colored .social-skype .social-icons-link,
.social-icons.si-colored-on-hover .social-skype .social-icons-link:hover {
    color: #13c1f3;
}

.social-icons.si-colored .social-forrst .social-icons-link,
.social-icons.si-colored-on-hover .social-forrst .social-icons-link:hover {
    color: #45ad76;
}

.social-icons.si-colored .social-linkedin .social-icons-link,
.social-icons.si-colored-on-hover .social-linkedin .social-icons-link:hover {
    color: #238cc8;
}

.social-icons.si-colored .social-wordpress .social-icons-link,
.social-icons.si-colored-on-hover .social-wordpress .social-icons-link:hover {
    color: #2592c3;
}

.social-icons.si-colored .social-grooveshark .social-icons-link,
.social-icons.si-colored-on-hover .social-grooveshark .social-icons-link:hover {
    color: #ffb21d;
}

.social-icons.si-colored .social-delicious .social-icons-link,
.social-icons.si-colored-on-hover .social-delicious .social-icons-link:hover {
    color: #377bda;
}

.social-icons.si-colored .social-behance .social-icons-link,
.social-icons.si-colored-on-hover .social-behance .social-icons-link:hover {
    color: #1879fd;
}

.social-icons.si-colored .social-dropbox .social-icons-link,
.social-icons.si-colored-on-hover .social-dropbox .social-icons-link:hover {
    color: #17a3eb;
}

.social-icons.si-colored .social-soundcloud .social-icons-link,
.social-icons.si-colored-on-hover .social-soundcloud .social-icons-link:hover {
    color: #ff7e30;
}

.social-icons.si-colored .social-deviantart .social-icons-link,
.social-icons.si-colored-on-hover .social-deviantart .social-icons-link:hover {
    color: #6a8a7b;
}

.social-icons.si-colored .social-yahoo .social-icons-link,
.social-icons.si-colored-on-hover .social-yahoo .social-icons-link:hover {
    color: #ab47ac;
}

.social-icons.si-colored .social-flickr .social-icons-link,
.social-icons.si-colored-on-hover .social-flickr .social-icons-link:hover {
    color: #ff48a3;
}

.social-icons.si-colored .social-digg .social-icons-link,
.social-icons.si-colored-on-hover .social-digg .social-icons-link:hover {
    color: #75788d;
}

.social-icons.si-colored .social-blogger .social-icons-link,
.social-icons.si-colored-on-hover .social-blogger .social-icons-link:hover {
    color: #ff9233;
}

.social-icons.si-colored .social-tumblr .social-icons-link,
.social-icons.si-colored-on-hover .social-tumblr .social-icons-link:hover {
    color: #426d9b;
}

.social-icons.si-colored .social-quora .social-icons-link,
.social-icons.si-colored-on-hover .social-quora .social-icons-link:hover {
    color: #ea3d23;
}

.social-icons.si-colored .social-github .social-icons-link,
.social-icons.si-colored-on-hover .social-github .social-icons-link:hover {
    color: #3f91cb;
}

.social-icons.si-colored .social-wikipedia .social-icons-link,
.social-icons.si-colored-on-hover .social-wikipedia .social-icons-link:hover {
    color: #b3b5b8;
}

.social-icons.si-colored .social-amazon .social-icons-link,
.social-icons.si-colored-on-hover .social-amazon .social-icons-link:hover {
    color: #ff8e2e;
}

.social-icons.si-colored .social-xing .social-icons-link,
.social-icons.si-colored-on-hover .social-xing .social-icons-link:hover {
    color: #1a8e8c;
}

/*hover effect*/
.social-icons .social-icons-link:hover i {
    -webkit-animation: toRight 0.3s forwards;
    -moz-animation: toRight 0.3s forwards;
    animation: toRight 0.3s forwards;
}

@-webkit-keyframes toRight {
    48% {
        -webkit-transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    52% {
        opacity: 1;
    }
}

@-moz-keyframes toRight {
    48% {
        -moz-transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    52% {
        opacity: 1;
    }
}

@keyframes toRight {
    48% {
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        transform: translateX(-100%);
    }

    52% {
        opacity: 1;
    }
}
/*******************************************************
  Team
*******************************************************/
/* team */
.team {
    overflow: hidden;
}

.team-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .team-area .team-desc {
        padding: 15px 10px 10px;
    }

    .team-area .team-name {
        margin: 0;
    }

        .team-area .team-name a {
            display: block;
            color: #333;
        }

    .team-area .team-position {
        font-size: 0.8125rem;
    }

    .team-area p {
        margin: 10px 0px 10px;
    }

/*team hover*/
.team.team-overlay .team-area:hover .team-img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow: hidden;
    position: relative;
}

.team.team-overlay .team-area .team-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -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;
    transition: all 0.5s ease-in-out;
}

.team.team-overlay .team-area:hover .team-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    visibility: visible;
    overflow: hidden;
    -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;
    transition: all 0.5s ease-in-out;
}

/*team bordered*/
.team.team-bordered .team-desc {
    border: 1px solid #f9f9f9;
    border-top: 0;
}

/*Team detail*/
.team.team-detail .team-img {
    width: 45%;
    float: left;
}

.team.team-detail .team-desc {
    width: 55%;
    float: left;
    padding: 0 15px;
    box-shadow: -2px 0 1px rgba(0, 0, 0, .30);
}

.team.team-detail .social-icons {
    /*position: absolute;*/
    bottom: 0;
}

.team.team-detail .team-desc p {
    padding-bottom: 5px;
}

/*social icon on hover*/
.team.social-hover .team-area .team-img {
    position: relative;
    overflow: hidden;
}

.team.social-hover .team-area .team-desc .social-icons {
    position: absolute;
    bottom: 45%;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transform: scale(0);
    text-align: center;
    opacity: 0;
    z-index: 99;
}

.team.social-hover .team-area .social-icons-item {
    display: inline-block;
    margin-left: -50px;
    -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;
    transition: all 0.5s ease-in-out;
}

    .team.social-hover .team-area .social-icons-item a {
        color: #ffffff;
    }

.team.social-hover .team-area:hover .social-icons {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.team.social-hover .team-area:hover .social-icons-item:nth-child(1) {
    margin-left: 0px;
    -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;
    transition: all 0.5s ease-in-out;
}

.team.social-hover .team-area:hover .social-icons-item:nth-child(2) {
    margin-left: 0px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.team.social-hover .team-area:hover .social-icons-item:nth-child(3) {
    margin-left: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.team.social-hover .team-area:hover .social-icons-item:nth-child(4) {
    margin-left: 0px;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
}

.team.social-hover .team-area:hover .social-icons-item:nth-child(5) {
    margin-left: 0px;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.team-member-2 {
    position: relative;
    margin-bottom: 30px;
}

    .team-member-2 .team-member-details {
        text-align: center;
        position: absolute;
        top: 100%;
        bottom: 0;
        left: 0;
        width: 100%;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .team-member-2 .team-member-details h4 {
            margin-top: 20%;
            color: #fff;
            margin-bottom: 20px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

        .team-member-2 .team-member-details h5 {
            color: #fff;
            margin-bottom: 40px;
            text-transform: lowercase;
        }

        .team-member-2 .team-member-details .team-social {
            padding-top: 10px;
        }

            .team-member-2 .team-member-details .team-social li {
                display: inline-block;
                margin-right: 10px;
            }

                .team-member-2 .team-member-details .team-social li a {
                    color: #fff;
                    font-size: 28px;
                }

    .team-member-2:hover .team-member-details {
        opacity: 0.7;
        top: 0;
    }

        .team-member-2:hover .team-member-details h4 {
            margin-top: 30%;
        }

    .team-member-2.yellow .team-member-details {
        background: rgba(246, 208, 20, 0.85);
    }

    .team-member-2.blue .team-member-details {
        background: rgba(0, 188, 212, 0.85);
    }

@media (max-width: 767.98px) {
    .team.team-detail .team-img {
        width: 100%;
        float: none;
    }

    .team.team-detail .team-desc {
        width: 100%;
        float: none;
        padding: 15px 0px 10px;
    }
}

.widget .widget-grid {
    overflow: hidden;
}

    .widget .widget-grid .item {
        position: relative;
        width: 33.33333333%;
        padding-top: 33.33333333%;
        float: left;
    }

        .widget .widget-grid .item a {
            position: absolute;
            display: block;
            top: 4px;
            left: 4px;
            right: 4px;
            bottom: 4px;
            overflow: hidden;
        }

            .widget .widget-grid .item a img {
                position: absolute;
                width: 100%;
                top: 0;
                left: 0;
            }

        .widget .widget-grid .item:first-child {
            width: 66.66666666%;
            padding-top: 66.66666666%;
        }

        .widget .widget-grid .item:nth-child(4) {
            clear: both;
        }

/*******************************************************
  Skill
*******************************************************/
/* skill */
.skill-item {
    overflow: hidden;
}

    .skill-item p {
        margin: 10px 0 8px;
    }

    .skill-item .progress {
        background: #f9f9f9;
        border-radius: 3px;
        box-shadow: none;
        height: 10px;
        margin-bottom: 8px;
    }

    .skill-item .progress-bar {
        border-radius: 3px;
        box-shadow: none;
        position: relative;
        overflow: hidden;
    }

    .skill-item .skill-achieved {
        color: #333;
        font-weight: 600;
        line-height: 24px;
        position: absolute;
        right: 0;
        top: -7px;
        font-size: 12px;
    }

/*skill gradient*/

.skill.skill-dark-gradient .progress-bar {
    background: #050505;
    background: -moz-linear-gradient(150deg, #050505 0%, #626d78 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #050505), color-stop(100%, #626d78));
    background: -webkit-linear-gradient(150deg, #050505 0%, #626d78 100%);
    background: -o-linear-gradient(150deg, #050505 0%, #626d78 100%);
    background: -ms-linear-gradient(150deg, #050505 0%, #626d78 100%);
    background: linear-gradient(150deg, #050505 0%, #626d78 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',gradientType=1 );
}

/*skill dark*/
.skill.skill-dark .progress-bar {
    background: #050505;
}

/*skill square*/
.skill.skill-square .progress-bar, .skill.skill-square .progress {
    border-radius: 0px;
}

/*skill achieved*/
.skill.bg-achieved .skill-achieved {
    background: #050505;
    padding: 2px 5px;
    border-radius: 2px;
    color: #ffffff;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 12px;
}

    .skill.bg-achieved .skill-achieved:before {
        border-top-color: #050505;
        border-width: 5px;
        left: 50%;
        margin-left: -5px;
    }

    .skill.bg-achieved .skill-achieved:after, .skill.bg-achieved .skill-achieved:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .skill.bg-achieved .skill-achieved:after {
        border-top-color: #050505;
        border-width: 4px;
        left: 50%;
        margin-left: -4px;
    }

/*percent light*/
.skill.achieved-light .skill-achieved {
    background: #f9f9f9;
    color: #333;
}

    .skill.achieved-light .skill-achieved:before, .skill.achieved-light .skill-achieved:after {
        border-top-color: #f9f9f9;
    }

/*Skill size*/
.skill.skill-xs .progress {
    height: 3px;
}

.skill.skill-sm .progress {
    height: 5px;
}

.skill.skill-md .progress {
    height: 10px;
}

.skill.skill-lg .progress {
    height: 16px;
}

.skill.skill-xl .progress {
    height: 20px;
}

/*skill-text-in*/
.skill.skill-text-in .skill-item {
    position: relative;
    margin-top: 10px;
}

    .skill.skill-text-in .skill-item .progress {
        height: 9px;
    }

        .skill.skill-text-in .skill-item .progress .skill-achieved {
            color: #ffffff;
            padding-right: 5px;
            top: 0px;
        }

    .skill.skill-text-in .skill-item p {
        font-size: 0.8125rem;
        padding: 0 5px;
        float: left;
        margin-top: -4px;
        margin-bottom: 12px;
        z-index: 1;
    }

.skill.skill-text-in .progress-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0.1;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 50%, white 50%, white 75%, transparent 75%, transparent);
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
/*******************************************************
  Counter
*******************************************************/
/*counter*/
.counter {
    position: relative;
}

    .counter .counter-area {
        color: #ffffff;
    }

    .counter .counter-area-icon {
        font-size: 70px;
        margin-bottom: 20px;
        display: block;
    }

    .counter .counter-area-digit {
        font-size: 50px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .counter .counter-area-text {
        font-size: 1.09375rem;
        margin-bottom: 0;
    }

/*counter medium*/
.counter-medium .counter-area-icon {
    margin-bottom: 0px;
    font-size: 40px;
}

.counter-medium .counter-area-digit {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.counter-medium .counter-area-text {
    font-size: 16px;
}

/*counter small*/
.counter-small .counter-area-icon {
    margin-bottom: 0px;
    font-size: 1.75rem;
}

.counter-small .counter-area-digit {
    margin-bottom: 0px;
    font-size: 1.75rem;
    line-height: 36px;
    margin-top: 15px;
}

.counter-small .counter-area-text {
    font-size: 0.9rem;
}

/*counter light*/
.counter-light .counter-area-icon, .counter-light .counter-area-text {
    color: #333;
}

.counter-light .counter-area-digit {
    color: #050404;
}

/*counter gradient text*/
.counter-gradient-text .counter-area-icon, .counter-gradient-text .counter-area-digit {
    opacity: 1;
    z-index: 9999;
}

/*counter style-2*/
.counter-style-2 {
    position: relative;
}

    .counter-style-2 .counter-area-icon, .counter-style-2 .counter-area-digit {
        position: absolute;
        left: 0;
        top: 10px;
    }

    .counter-style-2 .counter-area-text {
        position: absolute;
        left: 60px;
        top: 30px;
    }

@media (max-width: 767.98px) {
    .counter {
        padding-bottom: 0 !important;
    }

        .counter .counter-area {
            margin-bottom: 30px;
        }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .counter-gradient-text .counter-area-icon, .counter-gradient-text .counter-area-digit {
        background: none !important;
    }
}
/* content left */
.content-left {
    float: left;
    margin-right: 20px;
}

.content-right {
    display: table-cell;
}

.content-left .content-left-area {
    width: 50px;
}

    .content-left .content-left-area .content-left-info {
        display: block;
        padding: 9px 0;
        text-align: center;
        color: #ffffff;
        font-size: 24px;
    }

        .content-left .content-left-area .content-left-info span:first-child {
            color: #ffffff;
            display: block;
            font-size: 0.85rem;
        }

        .content-left .content-left-area .content-left-info span:last-child {
            color: #fdfdfd;
            display: block;
            position: relative;
            font-size: 0.9rem;
            font-weight: bold;
            margin-top: 0;
        }

    .content-left .content-left-area .content-left-icon {
        display: block;
        padding: 20px 10px;
        text-align: center;
        background: #f6f6f6;
    }

        .content-left .content-left-area .content-left-icon i {
            font-size: 24px;
        }

/*User CSS*/
