/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER TOP
 *	+ HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER CONTAINER
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - SHORTCODES
 */

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/

#main-container {
    overflow: hidden;
    background-color: #ffffff;
}

@media (min-width: 1200px) {

    .container {
        max-width: 1170px;
    }

}

/***********************************************************************************
 *	+ HEADER TOP
 ***********************************************************************************/

#header-top {
    padding: 7px 0;
    border-bottom: 1px solid #e1e1e1;
    color: #9babb4;
}

#header-top .header-top-toggle {
    display: none;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#header-top .header-top-toggle i {
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-size: 14px;
}

#header-top a {
    color: inherit;
}

#header-top a:hover {
    color: #6270ff;
}

#header-top .container-fluid {
    padding: 0 25px;
}

#header-top .widget:last-child {
    margin-bottom: 0;
}

#header-top .widget-contact ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 13px;
}

#header-top .widget-contact ul li i {
    color: inherit;
}

#header-top .widget-contact ul li:last-child {
    margin-right: 0;
}

#header-top .widget-social .social-media a {
    color: #cfdfe9;
    font-size: 14px;
}

#header-top .widget-social .social-media a:hover {
    color: #6270ff;
}

#header-top .widget + .widget-search {
    margin-left: 2px;
}

#header-top .widget-search input[type="submit"] {
    background-image: url(../images/search-white.png);
}

#header-top .widget-search:last-child {
    margin-right: -25px;
}

#header-top .widget-search #s {
    width: 200px;
    height: 42px;
    padding: 10px 40px 10px 15px;
    border: none;
    background-color: #27323e;
    color: #ffffff;
}

#header-top .widget-search #s::-moz-placeholder {
    color: #ffffff;
}

#header-top .widget-search #s::-webkit-input-placeholder {
    color: #ffffff;
}

#header-top .widget-search #s:-ms-input-placeholder {
    color: #ffffff;
}

#header-top .widget-pages ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

#header-top .widget-pages ul li.register + .login,
#header-top .widget-pages ul li.login + .register {
    margin-left: -22px;
}

#header-top .widget-pages ul li:last-child {
    margin-right: 0;
}

#header-top .widget-pages ul li a {
    margin-bottom: 0;
}

#header-top .widget-pages ul li a:before {
    display: none;
}

#header-top .widget-pages ul li .btn:hover {
    color: #ffffff;
}

#header-top .widget-pages ul li .btn-black {
    background-color: #27323e;
}

#header-top .widget-text .phone {
    padding: 10px 25px;
    margin: -7px -25px -7px 5px;
    font-size: 13px;
    font-weight: 500;
}

#header-top .widget-text .phone i {
    position: relative;
    top: 3px;
    padding: 15px;
    background-color: #2e2e2e;
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
}

#header-top .widget-text .phone a {
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#header-top .widget_shopping_cart {
    color: #838383;
}

#header-top .widget_shopping_cart > a {
    color: #2e2e2e;
}

#header-top .widget_shopping_cart > a:hover {
    color: #6270ff;
}

#header-top .widget_shopping_cart_content ul li a,
#header-top .widget_shopping_cart_content .actions a {
    color: #2e2e2e;
}

#header-top .widget_shopping_cart_content ul li a:hover,
#header-top .widget_shopping_cart_content .actions a:hover {
    color: #6270ff;
}

@media (min-width: 1400px) {

    #header-top .widget-search #s {
        width: 300px;
    }

}

@media (min-width: 992px) and (max-width: 1299px) {

    #header-top .widget_shopping_cart + .widget-text .phone i {
        padding: 27px 15px;
    }

}

@media (max-width: 991px) {

    #header-top .widget-search #s {
        width: 360px;
    }

    #header-top .widget_shopping_cart + .widget-text .phone {
        padding-left: 0;
        margin-left: 0;
    }

    #header-top .widget_shopping_cart + .widget-text .phone i {
        padding: 0;
        background-color: transparent;
        color: #9babb4;
    }

}

@media (max-width: 767px) {

    #header-top .header-top-toggle {
        display: block;
    }

    #header-top > div {
        display: none;
    }

    #header-top .widget-text .phone {
        margin-top: 0;
    }

    #header-top .widget-search {
        margin-top: 5px;
    }

    #header-top .widget-search:last-child {
        margin-right: 0;
    }

    #header-top .widget-pages ul li .btn {
        width: 90px;
    }

    #header-top .widget_shopping_cart,
    #header-top .widget_shopping_cart + .widget-text {
        flex-basis: 100%;
    }

    #header-top .widget_shopping_cart {
        text-align: right;
        margin-top: 8px;
    }

    #header-top .widget_shopping_cart > * {
        text-align: left;
    }

}

/* STYLE 2 */
#header-top.style-2 {
    border-bottom: none;
    background-color: #6270ff;
    background: -webkit-linear-gradient(90deg, #79ccff, #6270ff);
    background: -ms-linear-gradient(90deg, #79ccff, #6270ff);
    background: linear-gradient(90deg, #79ccff, #6270ff);
    color: #ffffff;
    font-size: 14px;
}

#header-top.style-2 h1,
#header-top.style-2 h2,
#header-top.style-2 h3,
#header-top.style-2 h4,
#header-top.style-2 h5,
#header-top.style-2 h6 {
    color: #ffffff;
}

#header-top.style-2 a {
    color: inherit;
}

#header-top.style-2 a:hover {
    color: #2e2e2e;
}

#header-top.style-2 .widget-contact ul li i {
    color: inherit;
}

#header-top.style-2 .widget-text .phone a:hover {
    text-decoration: none;
}

#header-top.style-2 .widget-social .social-media a {
    color: inherit;
}

#header-top.style-2 .widget-social .social-media a:hover {
    color: #2e2e2e;
}

#header-top.style-2 .widget-text .phone {
    margin-left: 30px;
    background-color: #6270ff;
}

#header-top.style-2 .widget-text .phone i {
    margin-left: -25px;
    margin-right: -5px;
    background-color: transparent;
}

@media (max-width: 767px) {

    #header-top.style-2 .widget-text .phone {
        padding-left: 35px;
        margin-left: -25px;
    }

}

/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/

#header {
    position: relative;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#header .navbar {
    padding: 0 25px;
}

#header .widget:last-child {
    margin-bottom: 0;
}

#header .widget-contact ul {
    display: flex;
    width: 650px;
    margin-right: -25px;
}

#header .widget-contact li {
    width: 33.333333%;
    padding: 18px 10px 18px 50px;
    margin: 0;
    background-color: #6270ff;
    color: #bfbbee;
    font-size: 13px;
    line-height: 22px;
}

#header .widget-contact ul li:first-line {
    color: #ffffff;
}

#header .widget-contact li:nth-child(1) { background-color: #5245e0; }

#header .widget-contact li:nth-child(2) { background-color: #6053f1; }

#header .widget-contact li:nth-child(3) { background-color: #6270ff; }

#header .widget-contact li i,
#header .widget-contact li a:first-child {
    color: #ffffff;
}

#header .widget-contact li a {
    color: inherit;
}

#header .widget-contact li a:hover {
    color: #2e2e2e;
}

#header .widget-contact li i {
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1599px) {

    #header .widget-contact ul {
        width: 300px;
    }

    #header .widget-contact ul li {
        height: 79px;
        padding: 0;
        text-align: center;
    }

    #header .widget-contact ul li i {
        position: relative;
        top: 0;
        left: 0;
        line-height: 79px;
    }

    #header .widget-contact ul li a:hover {
        color: #bfbbee;
    }

    #header .widget-contact ul li span {
        position: absolute;
        z-index: -1;
        top: 100%;
        right: 0;
        min-width: 150px;
        margin-top: 10px;
        padding: 8px 15px;
        background-color: #2e2e2e;
        color: #ffffff;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    #header .widget-contact ul li span:before {
        position: absolute;
        top: -9px;
        right: 45px;
        width: 0;
        height: 0;
        border-right: 7px solid transparent;
        border-bottom: 10px solid #2e2e2e;
        border-left: 7px solid transparent;
        content: "";
    }

    #header .widget-contact ul li:hover span {
        z-index: 1;
        margin-top: 0;
        opacity: 1;
    }

}

@media (max-width: 1199px) {

    #header {
        padding: 20px 0;
    }

    #header .menu-container + .widget {
        display: none;
    }

}

/* HEADER STYLE 1 */
.header-style-1 {}

/* HEADER STYLE 2 */
.header-style-2 .menu > li > a {
    color: #ffffff;
}

.header-style-2 .menu li.phone {
    margin-right: -25px;
}

.header-style-2 .menu li.phone i {
    margin-right: 0;
}

.header-style-2 .menu li.phone a span {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 5px;
    width: 155px;
    margin-top: 10px;
    padding: 8px 0;
    background-color: #2e2e2e;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.header-style-2 .menu li.phone a span:before {
    position: absolute;
    top: -10px;
    right: 30px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #2e2e2e;
    border-left: 7px solid transparent;
    content: "";
}

.header-style-2 .menu li.phone i:hover + span {
    margin-top: 0;
    opacity: 1;
}

@media (min-width: 1200px) {

    .header-style-2 #header {
        position: absolute;
        z-index: 1000;
        left: 0;
        right: 0;
    }

    .header-style-2 #page-header {
        padding-top: 128px;
    }

}

/* HEADER STYLE 3 */
.header-style-3 #header .navbar,
.header-style-3 #header-sticky .navbar {
    padding: 0;
}

.header-style-3 .menu-container {
    position: static;
}

.header-style-3 .menu li.megamenu .megamenu-container {
    right: 0;
    width: 100%;
}

.header-style-3 .menu li.megamenu .megamenu-container-small {
    width: 60.5%;
}

/* HEADER STYLE 4 */
.header-style-4 #header .navbar,
.header-style-4 #header-sticky .navbar {
    padding: 0;
}

.header-style-4 .menu-container {
    position: static;
}

.header-style-4 .menu > li > a {
    color: #ffffff;
}

.header-style-4 .menu li.megamenu .megamenu-container {
    right: 0;
    width: 100%;
}

.header-style-4 .menu li.megamenu .megamenu-container-small {
    width: 60.5%;
}

@media (min-width: 1200px) {

    .header-style-4 #header {
        position: absolute;
        z-index: 1000;
        left: 0;
        right: 0;
    }

    .header-style-4 #logo {
        padding: 48px 60px 0;
    }

    .header-style-4 #logo:before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: -95px;
        left: 0;
        background-color: #6270ff;
        content: "";
    }

    .header-style-4 #header-sticky #logo {
        padding: 0;
    }

    .header-style-4 #header-sticky #logo:before {
        display: none;
    }

    .header-style-4 #page-header {
        padding-top: 223px;
    }

}

/* HEADER STYLE 5 */
.header-style-5 .menu-container {
    position: static;
}

.header-style-5 .menu li.megamenu .megamenu-container {
    right: 0;
    width: 100%;
}

.header-style-5 .menu li.megamenu .megamenu-container-small {
    width: 60.5%;
}

@media (min-width: 1200px) {

    .header-style-5 #header {
        position: absolute;
        z-index: 1000;
        left: 0;
        right: 0;
        width: 1140px;
        margin: 0 auto;
        background-color: #ffffff;
    }

    .header-style-5 #header-sticky .navbar {
        width: 1140px;
        margin: 0 auto;
    }

    .header-style-5 #page-header {
        padding-top: 128px;
    }

}

/* HEADER STYLE 6 */
.header-style-6 .menu-container {
    display: block;
}

.header-style-6 .menu li.megamenu .megamenu-container {
    width: 100%;
}

.header-style-6 .menu li.megamenu .megamenu-container-small {
    width: 60.5%;
}

.header-style-6 .menu li.phone {
    margin-right: -40px;
}

.header-style-6 .menu li.phone i {
    margin-right: 0;
}

.header-style-6 .menu li.phone a span {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 5px;
    width: 155px;
    margin-top: 10px;
    padding: 8px 0;
    background-color: #2e2e2e;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.header-style-6 .menu li.phone a span:before {
    position: absolute;
    top: -10px;
    right: 30px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #2e2e2e;
    border-left: 7px solid transparent;
    content: "";
}

.header-style-6 .menu li.phone i:hover + span {
    margin-top: 0;
    opacity: 1;
}

@media (max-width: 575px) {

    .header-style-6 #logo {
        text-align: center;
    }

}

/* HEADER STYLE 7 */
.header-style-7 #header {
    background-color: #14151b;
}

.header-style-7 .menu > li > a {
    color: #ffffff;
}

.header-style-7 .menu > li.phone {
    background-color: #ffffff;
}

.header-style-7 .menu > li.phone a {
    color: #2e2e2e;
}

@media (min-width: 1399px) {

    .header-style-7 .menu > li.phone {
        padding-right: 20px;
        margin-right: -25px;
    }

}

/* HEADER STYLE 8 */
.header-style-8 #header {}

.header-style-8 #header .navbar {
    padding: 0;
}

.header-style-8 #header:before {
    position: absolute;
    right: 0;
    bottom: 79px;
    left: 0;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    content: "";
}

.header-style-8 #header #logo,
.header-style-8 #header .menu-container {
    width: 100%;
}

.header-style-8 #header #logo {
    padding: 40px 0 25px;
}

.header-style-8 #header #logo a {
    text-align: left;
}

.header-style-8 #header #logo span {
    margin-top: 20px;
    font-weight: 500;
}

.header-style-8 #logo span:before {
    position: relative;
    top: -5px;
    display: block;
    width: calc(100% - 10px);
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    content: "";
}

.header-style-8 .menu-container {
    justify-content: space-between;
}

.header-style-8 .menu {
    margin-left: -15px;
}

.header-style-8 .menu li.megamenu .megamenu-container {
    width: 100%;
}

.header-style-8 .menu li.megamenu .megamenu-container-small {
    width: 60.5%;
}

.header-style-8 #header-sticky .navbar {
    padding: 0;
}

.header-style-8 #header-sticky .container {
    max-width: 100%;
}

@media (max-width: 1199px) {

    .header-style-8 #header {
        padding: 15px 0;
    }

    .header-style-8 .menu-container {
        padding-top: 30px;
    }

    .header-style-8 #header-sticky .mobile-menu-button {
        order: 2;
        margin-left: 15px;
    }

    .header-style-8 #header-sticky .menu-container {
        padding: 0;
    }

}

@media (max-width: 767px) {

    .header-style-8 #header:before {
        bottom: 65px;
    }

    .header-style-8 .mobile-menu-button {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-style-8 .menu-container {
        display: flex;
        width: 100%;
    }

    .header-style-8 .menu-container .btn {
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 10px;
    }

    .header-style-8 #header-sticky #logo {
        margin-left: 0;
    }

    .header-style-8 #header-sticky .menu-container {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .header-style-8 #header-sticky .mobile-menu-button {
        order: 0;
        margin-right: 15px;
        margin-left: 0;
    }

}

/* STYLE 9 */
.header-style-9 #logo {
    text-align: center;
    padding: 45px 0 30px;
    margin: 0 auto;
}

.header-style-9 #logo span {
    margin-top: 20px;
    border-top: 1px solid #e1e1e1;
    padding: 20px 10px 0 20px;
    font-weight: 500;
}

.header-style-9 .menu-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.header-style-9 .menu-container .menu {
    margin-right: auto;
    margin-left: auto;
}

.header-style-9 .menu li.megamenu .megamenu-container {
    width: 100%;
}

.header-style-9 .menu li.megamenu .megamenu-container-small {
    width: 60.5%;
}

.header-style-9 .menu-container .user-actions .btn {
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

.header-style-9 #header-sticky .container {
    max-width: 100%;
}

.header-style-9 #header-sticky .menu-container {
    width: auto;
}

.header-style-9 #header-sticky #logo {
    margin: 0;
    padding: 0;
}

.header-style-9 #header-sticky .menu-container .user-actions .btn {
    font-size: 13px;
}

@media (max-width: 1199px) {

    .header-style-9 #logo {
        margin: 0;
        padding: 0;
    }

    .header-style-9 #logo a {
        text-align: left;
    }

    .header-style-9 #logo a span {
        padding: 0;
        border-top: none;
    }

    .header-style-9 .menu-container {
        width: auto;
    }

    .header-style-9 .user-actions {
        margin-left: 30px;
    }

    .header-style-9 #header-sticky #logo {
        padding: 20px 0;
    }

}

@media (max-width: 991px) {

    .header-style-9 #header .navbar {
        padding: 0;
    }

    .header-style-9 #logo {
        margin-bottom: 15px;
    }

    .header-style-9 .menu-container {
        justify-content: space-between;
        width: 100%;
    }

    .header-style-9 #header-sticky .mobile-menu-button {
        order: 2;
        margin-left: 15px;
    }

}

@media (max-width: 575px) {

    .header-style-9 .navbar,
    .header-style-9 #header-sticky .navbar {
        padding: 0;
    }

    .header-style-9 .mobile-menu-button {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

}

/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

#logo {
    position: relative;
    z-index: 1;
    max-width: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#logo a {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
}

#logo span {
    position: relative;
    bottom: -6px;
    display: block;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #b4b4b4;
}

@media (max-width: 575px) {

    #logo {
        margin: 0 auto;
    }

}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/

.menu-container {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-container .btn {
    padding: 15px 25px;
    margin-bottom: 0;
}

.menu-container > .btn {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 15px;
    letter-spacing: 0;
    text-transform: none;
}

.menu-container .btn + .btn {
    margin-left: -15px;
}

.menu,
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu {
    display: flex;
}

.menu > li {
    margin-right: 20px;
}

.menu > li:last-child {
    margin-right: 0;
}

.menu li a {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    color: #2e2e2e;
    text-decoration: none;
}

.menu > li > a {
    position: relative;
    padding: 25px 15px 26px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.menu > li > a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 4px;
    background-color: #6270ff;
    background: -webkit-linear-gradient(90deg, #6270ff, #79ccff);
    background: -ms-linear-gradient(90deg, #6270ff, #79ccff);
    background: linear-gradient(90deg, #6270ff, #79ccff);
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.menu li.phone {
    font-size: 18px;
}

.menu li.phone i {
    display: inline-block;
    padding: 29px 30px 30px;
    margin-right: 15px;
    background-color: #6270ff;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.menu li.phone a {
    padding: 0;
}

.menu li.phone a:before {
    display: none;
}

.menu li.dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 2000;
    width: 190px;
    background-color: #ffffff;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.menu li.dropdown ul ul {
    top: 0;
    left: 100%;
}

#menu li.dropdown:nth-last-child(1) ul ul,
#menu li.dropdown:nth-last-child(2) ul ul,
#menu li.dropdown:nth-last-child(3) ul ul,
#menu-right li.dropdown:nth-last-child(1) ul ul,
#menu-right li.dropdown:nth-last-child(2) ul ul,
#menu-right li.dropdown:nth-last-child(3) ul ul {
    right: 100%;
    left: auto;
}

.menu li.dropdown:hover > ul {
    display: block;
}

.menu li.megamenu .megamenu-container {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    z-index: 2000;
    width: 125%;
    background-color: #ffffff;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.menu li.megamenu .megamenu-container-small {
    width: 75%;
    left: 0;
    right: auto;
}

.megamenu-container .section {
    float: left;
    width: 25%;
    padding: 0 20px;
}

.megamenu-container.cols-2 .section {
    width: 50%;
}

.megamenu-container.cols-3 .section {
    width: 33.33333333%;
}

.megamenu-container.cols-4 .section {
    width: 25%;
}

.megamenu-container.cols-5 .section {
    width: 20%;
}

.megamenu-container.cols-5 .section.x2 {
    width: 40%;
}

.megamenu-container.cols-6 .section {
    width: 16.66666667%;
}

.megamenu-container .section > img {
    display: block;
    margin: 20px 0;
}

.megamenu-container .section > ul {
    margin: 0 -20px;
}

.megamenu-container .section > *:last-child {
    margin-bottom: 0;
}

.menu li.megamenu:hover > .megamenu-container {
    display: block;
}

.sf-arrows .sf-with-ul:after {
    position: absolute;
    top: 50%;
    right: -10px;
    display: none;
    margin-top: -1px;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
    content: "\f078";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sf-arrows > li:hover > .sf-with-ul:after {}

.sf-arrows ul .sf-with-ul:after {
    right: 15px;
    display: block;
    margin-top: 0;
    content: "\f054";
}

.sf-arrows ul li:hover > .sf-with-ul:after {}

/* HOVER & ACTIVE */
.menu li > a:hover:before,
.menu li.active > a:before,
.menu li.sfHover > a:before {
    width: 100%;
}

.menu ul li > a:hover,
.menu ul li.sfHover > a {
    background-color: #6270ff;
    color: #ffffff;
}

/* HOVER & ACTIVE STYLE 2 */
.menu.menu-active-style-2 li {
    margin-right: 0;
}

.menu.menu-active-style-2 li > a:hover,
.menu.menu-active-style-2 li.active > a,
.menu.menu-active-style-2 li.sfHover > a {
    background-color: #6270ff;
    color: #ffffff;
}

.menu.menu-active-style-2 li > a:hover:before,
.menu.menu-active-style-2 li.active > a:before,
.menu.menu-active-style-2 li.sfHover > a:before {
    width: 0;
}

.menu.menu-active-style-2 li.phone a:hover {
    background-color: transparent;
}

/* HOVER & ACTIVE STYLE 3 */
.menu.menu-active-style-3 > li > a:hover,
.menu.menu-active-style-3 > li.active > a,
.menu.menu-active-style-3 > li.sfHover > a {
    color: #6270ff;
}

.menu.menu-active-style-3 li > a:hover:before,
.menu.menu-active-style-3 li.active > a:before,
.menu.menu-active-style-3 li.sfHover > a:before {
    width: 0;
}

@media (max-width: 1399px) {

    .menu li.phone {
        margin-right: -25px;
    }

    .menu li.phone i {
        margin-right: 0;
    }

    .menu li.phone a span {
        position: absolute;
        z-index: -1;
        top: 100%;
        right: 5px;
        width: 155px;
        margin-top: 10px;
        padding: 8px 0;
        background-color: #2e2e2e;
        color: #ffffff;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .menu li.phone a span:before {
        position: absolute;
        top: -9px;
        right: 30px;
        width: 0;
        height: 0;
        border-right: 7px solid transparent;
        border-bottom: 10px solid #2e2e2e;
        border-left: 7px solid transparent;
        content: "";
    }

    .menu li.phone i:hover + span {
        z-index: 1;
        margin-top: 0;
        opacity: 1;
    }

}

@media (max-width: 1199px) {

    .menu,
    #menu,
    #menu-left,
    #menu-right {
        display: none;
    }

}

@media (max-width: 575px) {

    .menu-container {
        position: static;
    }

}

/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/

.mobile-menu-button {
    display: none;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
}

.mobile-menu-button:hover {
    text-decoration: none;
}

#mobile-menu,
#mobile-menu ul {
    list-style: none;
    margin: 0;
    background-color: #ffffff;
    color: #2e2e2e;
}

#mobile-menu:before {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
    content: "\d7";
}

#mobile-menu {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: -260px;
    width: 240px;
    overflow-y: auto;
    padding-top: 30px;
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#mobile-menu.open {
    left: 0;
}

#mobile-menu li {
    position: relative;
}

#mobile-menu li.logo {
    margin: 0 0 20px 30px;
}

#mobile-menu li a {
    display: block;
    padding: 6px 20px 6px 30px;
    color: #2e2e2e;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}

#mobile-menu > li > a {
    padding: 10px 20px 10px 30px;
    font-weight: 500;
}

#mobile-menu ul a {
    padding-left: 40px;
}

#mobile-menu ul ul a {
    padding-left: 60px;
}

#mobile-menu .megamenu-container {
    display: none;
    margin-left: 0;
}

#mobile-menu .megamenu-container .section {
    float: none;
    width: 100%;
    margin-bottom: -1px;
    padding: 0 20px 20px 20px;
}

#mobile-menu .megamenu-container .section ul {
    display: block;
    margin: 0 -20px -20px;
}

#mobile-menu .megamenu-container .section ul a {
    padding-left: 40px;
}

#mobile-menu .megamenu-container .section > ul li a:before {
    display: none;
}

#mobile-menu li.dropdown > span:after,
#mobile-menu li.megamenu > span:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 5px;
    display: block;
    width: 34px;
    height: 40px;
    color: #4e4e4e;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    line-height: 38px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    content: "\f078";
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#mobile-menu li.dropdown > span.open:after,
#mobile-menu li.megamenu > span.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mobile-menu > li.active > a {
    background-color: #f2f3f5;
    color: #6270ff;
}

#mobile-menu li a.waves .waves-ripple {
    background-color: #79ccff;
}

@media (min-width: 576px) and (max-width: 1199px) {

    .mobile-menu-button {
        float: right;
        display: block;
    }

}

@media (max-width: 575px) {

    .mobile-menu-button {
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 15px;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .container .mobile-menu-button {
        left: 0;
    }

}

/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/

#header-sticky {
    position: fixed;
    z-index: 8000;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

#header-sticky #logo span {
    display: none;
}

#header-sticky .navbar {
    padding: 0 25px;
}

#header-sticky .menu > li > a {
    color: #2e2e2e;
}

#header-sticky .menu.menu-active-style-2 li > a:hover,
#header-sticky .menu.menu-active-style-2 li.active > a,
#header-sticky .menu.menu-active-style-2 li.sfHover > a {
    color: #ffffff;
}

#header-sticky .menu.menu-active-style-3 > li > a:hover,
#header-sticky .menu.menu-active-style-3 li.active > a,
#header-sticky .menu.menu-active-style-3 > li.sfHover > a {
    color: #6270ff;
}

#header-sticky .menu > li > a:before {
    bottom: -1px;
}

#header-sticky .menu-container .btn {
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 10px;
}

#header-sticky .widget-contact {
    display: none;
}

#header-sticky.header-sticky-small .menu > li > a {
    padding: 11px 15px;
}

#header-sticky.header-sticky-small .menu > li.phone i {
    padding-top: 15px;
    padding-bottom: 15px;
}

#header-sticky.header-sticky-small .menu li.phone a {
    padding: 0;
}

@media (max-width: 1199px) {

    #header-sticky #logo {
        padding: 20px 0;
    }

    #header-sticky .menu-container {
        padding: 0;
    }

    #header-sticky.header-sticky-small #logo {
        padding: 10px 0;
    }

}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/

#page-content {
    padding-bottom: 50px;
}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/

#page-header {
    position: relative;
    overflow: hidden;
    padding: 49px 0 52px;
    margin-bottom: 100px;
    background: #6270ff no-repeat center center;
    background: -webkit-linear-gradient(90deg, #6270ff, #79ccff);
    background: -ms-linear-gradient(90deg, #6270ff, #79ccff);
    background: linear-gradient(90deg, #6270ff, #79ccff);
    background-size: cover;
    color: #ffffff;
    text-align: center;
}

#page-header h1 {
    margin-bottom: 0;
    color: inherit;
    font-size: 72px;
    line-height: 72px;
    font-weight: 800;
}

#page-header h1 span {
    margin-left: -15px;
    color: #6270ff;
}

#page-header h2 {
    margin-bottom: 0;
    color: inherit;
}

#page-header h3 {
    margin-bottom: 0;
    color: inherit;
}

#page-header .breadcrumb li a,
#page-header .breadcrumb > li + li:before {
    color: #ffffff;
}

@media (max-width: 767px) {

    #page-header h1 {
        font-size: 38px;
        line-height: 46px;
    }

    #page-header h1 span {
        margin-left: -5px;
    }

    #page-header h2 {
        font-size: 28px;
        line-height: 34px;
    }

}

/* STYLE 2 */
.page-header-style-2 #page-header {
    padding: 100px 0 20px;
    text-align: left;
}

.page-header-style-2 #page-header .breadcrumb {
    margin-bottom: 5px;
    justify-content: flex-end;
    font-size: 16px;
}

@media (max-width: 767px) {

    .page-header-style-2 #page-header .breadcrumb {
        justify-content: flex-start;
        font-size: 14px;
    }

}

/* STYLE 3 */
.page-header-style-3 #page-header {
    padding: 100px 0;
}

.header-style-5.page-header-style-3 #page-header,
.header-style-2.page-header-style-3 #page-header {
    padding: 170px 0 100px;
}

.header-style-4.page-header-style-3 #page-header {
    padding: 220px 0 100px;
}

@media (max-width: 1199px) {

    .header-style-5.page-header-style-3 #page-header,
    .header-style-4.page-header-style-3 #page-header {
        padding: 100px 0;
    }

}

/* STYLE 4 */
.page-header-style-4 #page-header {
    padding: 100px 0 20px;
    text-align: left;
}

.page-header-style-4 #page-header h2 {
    text-transform: uppercase;
}

.page-header-style-4 #page-header .breadcrumb {
    justify-content: flex-start;
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .page-header-style-2 #page-header .breadcrumb {
        justify-content: flex-start;
        font-size: 12px;
    }

}

/* STYLE 5 */
.page-header-style-5 #page-header {
    padding-top: 125px;
    padding-bottom: 0;
}

.header-style-4.page-header-style-5 #page-header {
    padding-top: 220px;
}

@media (max-width: 1199px) {

    .header-style-4.page-header-style-5 #page-header {
        padding-top: 100px;
    }

}

.page-header-style-5 #page-header h4 {
    display: inline-block;
    min-width: 500px;
    padding: 30px 30px 0;
    margin-bottom: 0;
    background-color: #ffffff;
    font-weight: 700;
}

@media (max-width: 767px) {

    .page-header-style-5 #page-header h4 {
        padding-top: 15px;
        min-width: 0;
    }

}

/* STYLE 6 */
.page-header-style-6 #page-header {
    padding: 100px 0;
}

.page-header-style-6 #page-header .page-header-content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 410px;
    padding: 15px 20px 15px 40px;
    background-color: #ffffff;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-5.page-header-style-6 #page-header .page-header-content,
.header-style-5.page-header-style-6 #page-header .page-header-content,
.header-style-4.page-header-style-6 #page-header .page-header-content,
.header-style-2.page-header-style-6 #page-header .page-header-content {
    top: 70%;
}

.page-header-style-6 #page-header .page-header-content h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.page-header-style-6 #page-header .breadcrumb {
    justify-content: flex-start;
    font-size: 12px;
    text-transform: uppercase;
}

.page-header-style-6 #page-header .breadcrumb a,
.page-header-style-6 .breadcrumb > li + li:before {
    color: #2e2e2e;
}

.page-header-style-6 #page-header .breadcrumb a:hover {
    color: #6270ff;
}

.page-header-style-6 .breadcrumb > li + li:before {
    margin: 0 3px;
}

@media (max-width: 1199px) {

    .header-style-5.page-header-style-6 #page-header .page-header-content,
    .header-style-4.page-header-style-6 #page-header .page-header-content,
    .header-style-2.page-header-style-6 #page-header .page-header-content {
        top: 50%;
    }

}

@media (max-width: 767px) {

    .page-header-style-6 #page-header .page-header-content {
        width: 60%;
    }

}

@media (max-width: 576px) {

    .page-header-style-6 #page-header .page-header-content {
        width: 85%;
    }

}

/* STYLE 7 */
.page-header-style-7 #page-header {
    padding: 100px 0;
}

.header-style-2.page-header-style-7 #page-header,
.header-style-4.page-header-style-7 #page-header {
    padding-top: 220px;
}

.header-style-5.page-header-style-7 #page-header {
    padding-top: 170px;
}

.header-style-2.page-header-style-7 #page-header {
    padding: 170px 0 100px;
}

.page-header-style-7 #page-header h3 {
    text-transform: uppercase;
}

.page-header-style-7 #page-header .breadcrumb {
    font-size: 14px;
}

@media (max-width: 1199px) {

    .header-style-5.page-header-style-7 #page-header,
    .header-style-4.page-header-style-7 #page-header,
    .header-style-2.page-header-style-7 #page-header {
        padding-top: 100px;
    }

}

/* STYLE 8 */
.page-header-style-8 #page-header {
    padding: 125px 0 20px;
    text-align: left;
    padding-left: 30px;
}

.page-header-style-8 #page-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 120px solid #ffffff;
    border-left: 1920px solid transparent;
    content: "";
}

.page-header-style-8 #page-header h3 {
    margin-bottom: 0;
    color: inherit;
    text-transform: uppercase;
}


/* KEN BURNS */
#page-header .ken-burns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center center;
    background-size: cover;
    animation: kenburns 45s infinite;
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/***********************************************************************************
 *	+ FOOTER CONTAINER
 ***********************************************************************************/

#footer-container {
    position: relative;
    z-index: 1;
}

#footer-container .full-section-overlay-color {
    z-index: -1;
}

/* STYLE 5 */
.footer-style-5 #footer-container {
    background: #2e2e2e url(../../../images/backgrounds/bg-footer.jpg) no-repeat center/cover;
    color: #f1f6f9;
}

.footer-style-5 #footer-container:before {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    border-top: 150px solid #ffffff;
    border-left: 1920px solid transparent;
    content: "";
}

/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/

#footer {
    position: relative;
    padding: 100px 0 92px;
}

#footer .widget {
    margin-bottom: 65px;
}

#footer [class^="col-"] .widget:last-child {
    margin-bottom: 0;
}

#footer .widget-title {
    margin-top: 12px;
    margin-bottom: 44px;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}

#footer .widget-pages ul li a {
    font-size: 15px;
    margin-bottom: 6px;
}

#footer .widget-pages ul li:last-child a {
    margin-bottom: 0;
}

@media (max-width: 991px) {

    #footer [class^="col-"] {
        margin-bottom: 40px;
    }

    #footer [class^="col-"]:last-child,
    #footer [class^="col-"]:nth-last-child(2) {
        margin-bottom: 0;
    }

}

@media (max-width: 575px) {

    #footer [class^="col-"] {
        margin-bottom: 0;
    }

    #footer [class^="col-"] + [class^="col-"] {
        margin-top: 40px;
    }

}

/* STYLE 1 */
.footer-style-1 #footer {
    padding: 100px 0 65px;
    background-color: #ecedf5;
    color: #838383;
}

.footer-style-1 #footer a {
    color: inherit;
}

.footer-style-1 #footer a:hover {
    color: #2e2e2e;
}

.footer-style-1 #footer .widget-title {
    margin-top: 0;
    margin-bottom: 50px;
}

.footer-style-1 #footer .widget-pages ul {
    margin-top: -20px;
}

/* STYLE 2 */
.footer-style-2 #footer {
    padding: 75px 0 65px;
    background-color: #060a35;
    color: #777886;
}

.footer-style-2 #footer h1,
.footer-style-2 #footer h2,
.footer-style-2 #footer h3,
.footer-style-2 #footer h4,
.footer-style-2 #footer h5,
.footer-style-2 #footer h6 {
    color: #ffffff;
}

.footer-style-2 #footer a {
    color: inherit;
}

.footer-style-2 #footer a:hover {
    color: #ffffff;
}

/* STYLE 3 */
.footer-style-3 #footer {
    margin-top: 10px;
    background-color: #2e2e2e;
    color: #838383;
}

.footer-style-3 #footer:before {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #6270ff;
    background: -webkit-linear-gradient(-90deg, #79ccff, #6270ff);
    background: -ms-linear-gradient(-90deg, #79ccff, #6270ff);
    background: linear-gradient(-90deg, #79ccff, #6270ff);
    content: "";
}

.footer-style-3 #footer h1,
.footer-style-3 #footer h2,
.footer-style-3 #footer h3,
.footer-style-3 #footer h4,
.footer-style-3 #footer h5,
.footer-style-3 #footer h6 {
    color: #ffffff;
}

.footer-style-3 #footer a {
    color: inherit;
}

.footer-style-3 #footer a:hover {
    color: #ffffff;
}

.footer-style-3 #footer .widget-title {
    margin-top: 0;
    margin-bottom: 50px;
}

.footer-style-3 #footer .widget-pages ul {
    margin-top: -20px;
}

/* STYLE 4 */
.footer-style-4 #footer {
    background-color: #181818;
    color: #838383;
}

.footer-style-4 #footer h1,
.footer-style-4 #footer h2,
.footer-style-4 #footer h3,
.footer-style-4 #footer h4,
.footer-style-4 #footer h5,
.footer-style-4 #footer h6 {
    color: #ffffff;
}

.footer-style-4 #footer a {
    color: inherit;
}

.footer-style-4 #footer a:hover {
    color: #ffffff;
}

.footer-style-4 #footer .widget-title {
    margin-top: 0;
    margin-bottom: 50px;
}

.footer-style-4 #footer .widget-pages ul {
    margin-top: -20px;
}

/* STYLE 5 */
.footer-style-5 #footer h1,
.footer-style-5 #footer h2,
.footer-style-5 #footer h3,
.footer-style-5 #footer h4,
.footer-style-5 #footer h5,
.footer-style-5 #footer h6,
.footer-style-5 #footer a {
    color: inherit;
}

.footer-style-5 #footer a:hover {
    color: #2e2e2e;
}

.footer-style-5 #footer .widget-title {
    font-weight: 700;
}

.footer-style-5 #footer .widget-contact ul li i {
    color: inherit;
}

.footer-style-5 #footer .widget-newsletter form {
    position: relative;
}

.footer-style-5 #footer .widget-newsletter.style-2 input[type="email"] {
    padding-right: 180px;
}

.footer-style-5 #footer .widget-newsletter.style-2 button[type="submit"] {
    position: absolute;
    top: 0;
    right: -1px;
    width: auto;
}

@media (max-width: 991px) {

    .footer-style-5 #footer .widget-newsletter.style-2 input[type="email"] {
        padding-right: 20px;
    }

    .footer-style-5 #footer .widget-newsletter.style-2 button[type="submit"] {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }

}

/***********************************************************************************
 *	+ FOOTER BOTTOM
 ***********************************************************************************/

#footer-bottom {
    padding: 10px 0;
    font-size: 13px;
}

#footer-bottom [class^="col-"] .widget:last-child {
    margin-bottom: 0;
}

/* STYLE 1 */
.footer-style-1 #footer-bottom {
    background-color: #e1e2ee;
    color: #2e2e2e;
}

.footer-style-1 #footer-bottom a {
    color: inherit;
}

.footer-style-1 #footer-bottom a:hover {
    color: #6270ff;
}

/* STYLE 2 */
.footer-style-2 #footer-bottom {
    background-color: #05082b;
    color: #696a76;
}

.footer-style-2 #footer-bottom a {
    color: inherit;
}

.footer-style-2 #footer-bottom a:hover {
    color: #ffffff;
}

/* STYLE 3 */
.footer-style-3 #footer-bottom {
    background-color: #181818;
    color: #6270ff;
}

.footer-style-3 #footer-bottom a {
    color: inherit;
}

.footer-style-3 #footer-bottom a:hover {
    color: #ffffff;
}

/* STYLE 4 */
.footer-style-4 #footer-bottom {
    background-color: #181818;
    color: #6270ff;
}

.footer-style-4 #footer + #footer-bottom {
    border-top: 1px solid #4b4d4e;
}

.footer-style-4 #footer-bottom a {
    color: inherit;
}

.footer-style-4 #footer-bottom a:hover {
    color: #ffffff;
}

/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/

/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/

/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/

#project-details {
    position: relative;
    z-index: 1;
    padding-top: 90px;
    margin-top: -175px;
    background-color: #ffffff;
}

.project-details-container {
    position: relative;
    margin-bottom: 50px;
}

.project-details-container .project-details {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 7.5%;
    display: block;
    padding: 40px 30px;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-details-container .project-details li {
    position: relative;
    padding: 20% 0;
}

.project-details-container .project-details li:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}

.project-details-container .project-details li:last-child:after {
    display: none;
}

@media (min-width: 1600px) {

    .project-details-container .project-details li {
        padding: 30% 0;
    }

}

@media (max-width: 1200px) {

    .project-details-container .project-details {
        padding: 30px;
    }

    .project-details-container .project-details li {
        padding: 10% 0;
    }

}

@media (min-width: 992px) {

    .project-details-container .project-details li {
        border: none;
    }

}

@media (max-width: 991px) {

    #project-details {
        padding-top: 50px;
        margin-top: -75px;
    }

    .project-details-container .project-details {
        position: relative;
        left: 0;
        display: flex;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .project-details-container .project-details li {
        padding: 25px;
    }

    .project-details-container .project-details li:after {
        display: none;
    }

}

@media (max-width: 767px) {

    #project-details {
        padding-top: 0;
        margin-top: 75px;
    }

}

/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/

/* BLOG ARTICLE */
.blog-article {
    position: relative;
    margin-bottom: 85px;
}

.blog-article-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-article-thumbnail a img {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-article-thumbnail > span {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 15px;
    background-color: #6270ff;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-article-details {
    margin-bottom: 2px;
    font-size: 12px;;
    list-style: none;
}

.blog-article-details li {
    display: inline-block;
    margin-right: 10px;
}

.blog-article-details li:last-child {
    margin-right: 0;
}

.blog-article-details li:after {
    content: ",";
}

.blog-article-details li.category:after,
.blog-article-details li:last-child:after {
    display: none;
}

.blog-article-details li a {
    color: #838383;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.blog-article-details li a:hover {
    color: #6270ff;
    text-decoration: none;
}

.blog-article-details li.comments a:hover {
    color: #ffffff
}

.blog-article .comments {
    float: right;
    margin-top: 22px;
}

.blog-article .comments a {
    display: block;
    padding: 2px 10px;
    background-color: #6270ff;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.blog-article .comments a:before {
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-family: "doom-icons";
    content: "\e9fc";
}

.blog-article .comments a:hover {
    background-color: #2e2e2e;
}

.blog-article-title {
    margin-bottom: 25px;
    font-weight: 700;
}

h4.blog-article-title {
    line-height: 30px;
}

h3.blog-article-title {
    line-height: 40px;
}

.blog-article-content > a {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.blog-article-content > a:hover {
    text-decoration: none;
}

.blog-article .blog-article-author {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 500;
}

.blog-article .blog-article-author a {
    color: #838383;
}

.blog-article .blog-article-author a:hover {
    text-decoration: none;
    color: #6270ff;
}

.blog-article .blog-article-title + .blog-article-author {
    margin-top: -10px;
}

.blog-article .blog-article-author img {
    border-radius: 50%;
    margin-right: 15px;
}

.blog-article-footer {
    padding: 10px 10px 10px 45px;
    margin-top: 30px;
    background-color: #f1f6f9;
}

.blog-article-footer .comments {
    margin-top: -2px;
}

.blog-article-footer .category {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-article-footer .category a {
    color: #838383;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.blog-article-footer .category a:hover {
    color: #6270ff;
    text-decoration: none;
}

.blog-article:hover .blog-article-thumbnail a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* STYLE 2 */
.blog-article.style-2 .blog-article-thumbnail {
    float: left;
    width: 290px;
    margin-right: 30px;
}

.blog-article.style-2 .blog-article-title {
    padding-right: 30px;
}

.blog-article.style-2 .blog-article-footer {
    margin-top: 55px;
    background-color: transparent;
}

.blog-article.style-2:after {
    display: table;
    clear: both;
    content: "";
}

@media (min-width: 1200px) {

    .blog-article.style-2 .blog-article-thumbnail {
        width: 360px;
        margin-right: 60px;
    }

    .blog-article.style-2 .blog-article-details {
        padding-top: 25px;
    }

}

@media (max-width: 991px) {

    .blog-article.style-2 .blog-article-thumbnail {
        float: none;
        width: 100% !important;
    }

    .blog-article.style-2 .blog-article-details {
        padding-top: 0;
    }

    .blog-article.style-2 .blog-article-footer {
        margin-top: 30px;
    }

}

@media (max-width: 1199px) {

    .blog-article.style-2 .blog-article-footer {
        background-color: #f1f6f9;
        padding-left: 15px;
    }

}

/* STYLE 3 */
.blog-article.style-3 .blog-article-thumbnail {
    margin-bottom: 0;
}

.blog-article.style-3 .blog-article-thumbnail img {
    width: 100%;
}

.blog-article.style-3 .blog-article-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 20px 0 60px;
    color: #ffffff;
}

.blog-article.style-3 .blog-article-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
}

.blog-article.style-3 .blog-article-content a {
    color: #ffffff;
}

.blog-article.style-3 .blog-article-content a:hover {
    color: #6270ff;
}

.blog-article.style-3 .blog-article-title {
    padding-right: 40px;
}

.blog-article.style-3 .blog-article-footer {
    padding: 0;
    background-color: transparent;
}

@media (min-width: 1400px) {

    .blog-article.style-3 .blog-article-content p {
        width: 70%;
    }

    .blog-article.style-3 .blog-article-content h3 {
        font-size: 36px;
        line-height: 40px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .blog-article.style-3 .blog-article-content {
        padding: 0 20px;
    }

    .blog-article.style-3 .blog-article-title {
        padding-right: 0;
    }

}

@media (max-width: 575px) {

    .blog-article.style-3 .blog-article-content {
        padding: 0 20px;
    }

    .blog-article.style-3 .blog-article-title {
        padding-right: 0;
    }

}

/* FULL SECTION */
.full-section .blog-article {
    padding: 0 30px;
    background-color: #ffffff;
    color: #838383;
}

.full-section .blog-article:not(.style-2) .blog-article-footer,
.full-section .blog-article:not(.style-2) .blog-article-thumbnail {
    margin-right: -30px;
    margin-left: -30px;
}

.full-section .blog-article .blog-article-footer {
    padding-left: 30px;
}

.full-section .blog-article.style-2 {
    background-color: transparent;
}

@media (max-width: 767px) {

    .full-section .blog-article.style-2 {
        padding: 0;
    }

}

/* DARK SECTION */
.full-section.dark-section .blog-article.style-2,
.full-section.dark-section .blog-article.style-2 a {
    color: inherit;
}

.full-section.dark-section .blog-article.style-2 a:hover {
    color: #6270ff;
}

/* BLOG ARTICLES GRID */
.blog-articles-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    list-style: none;
}

.blog-articles-grid > li {
    padding: 0 15px;
    width: 33.33333333%;
}

.blog-articles-grid.cols-3 > li {
    width: 33.33333333%;
}

.blog-articles-grid.cols-2 > li {
    width: 50%;
}

.blog-articles-grid > li .blog-article {
    padding: 0 45px;
}

.blog-articles-grid > li:nth-child(odd) .blog-article {
    box-shadow: 0 15px 27px 0 rgba(0, 0, 0, 0.35);
}

.blog-articles-grid > li .blog-article-footer,
.blog-articles-grid > li .blog-article-thumbnail {
    margin-right: -45px;
    margin-left: -45px;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .blog-articles-grid > li,
    .blog-articles-grid.cols-2 > li,
    .blog-articles-grid.cols-3 > li {
        width: 50%;
    }

}

@media (max-width: 767px) {

    .blog-articles-grid > li,
    .blog-articles-grid.cols-2 > li,
    .blog-articles-grid.cols-3 > li {
        width: 100%;
    }

    .blog-articles-grid > li .blog-article {
        box-shadow: 0 15px 27px 0 rgba(0, 0, 0, 0.35);
    }

}

/* BLOG POST COMMENT */
.commentlist-title {
    margin-bottom: 70px;
    font-weight: 700;
    text-transform: uppercase;
}

.commentlist,
.commentlist ul {
    list-style: none;
}

.commentlist {
    margin: 70px 0 100px;
}

.commentlist ul {}

.commentlist li > ul.children {
    margin-left: 100px;
}

.commentlist li {}

.comment-body {
    position: relative;
    padding-left: 75px;
    margin-bottom: 65px;
}

.comment-author {}

.comment-author .avatar {
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
}

.comment-author .fn {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.comment-author .fn:hover {
    color: #6270ff;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 24px;
}

.comment-metadata a {
    color: #6270ff;
    font-family: "Bw Modelica SS01", serif;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.comment-metadata a:hover {
    color: #2e2e2e;
}

.comment-content {}

.reply {}

.reply a {
    display: inline-block;
    color: #838383;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.reply a:hover {
    color: #6270ff;
    text-decoration: none;
}

@media (max-width: 767px) {

    .commentlist li > ul.children {
        margin-left: 20px
    }

    .comment-body {
        padding-left: 0;
    }

    .comment-author .avatar {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

}


/* BLOG POST COMMENT FORM */
.commentform-title {
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

#commentform {
    margin-top: 20px;
    margin-bottom: 50px;
}

#commentform label {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    color: #aaaaaa;
    font-size: 14px;
    font-style: italic;
    pointer-events: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#commentform #url,
#commentform #name,
#commentform #email,
#commentform #comment {
    padding-left: 0;
    border: none;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 0;
}

.commentform-url,
.commentform-email,
.commentform-author,
.commentform-comment {
    position: relative;
}

#commentform input ~ span,
#commentform textarea ~ span {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 2px;
    background-color: #6270ff;
    background: -webkit-linear-gradient(90deg, #79ccff 25%, #6270ff);
    background: -ms-linear-gradient(90deg, #79ccff 25%, #6270ff);
    background: linear-gradient(90deg, #79ccff 25%, #6270ff);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.commentform-url:after,
.commentform-email:after,
.commentform-author:after,
.commentform-comment:after {
    display: table;
    content: " ";
    clear: both;
}

#commentform input:focus ~ label,
#commentform textarea:focus ~ label,
#commentform input:valid ~ label,
#commentform textarea:valid ~ label {
    top: -15px;
    color: #252525;
    font-size: 12px;
    font-style: normal;
}

#commentform input:focus ~ span,
#commentform textarea:focus ~ span {
    width: 100%;
}

#commentform button[type="submit"] {
    margin-top: 20px;
    margin-bottom: 0;
}

/* DARK SECTION */
.full-section.dark-section .event-post-date h1 {
    color: #6270ff;
}

/***********************************************************************************
 *	- SHOP
 ***********************************************************************************/

/* CART WIDGET */
.widget_shopping_cart {
    position: relative;
}

.widget_shopping_cart > a {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget_shopping_cart > a:hover {
    color: #6270ff;
    text-decoration: none;
}

.widget_shopping_cart > a i {
    position: relative;
    top: 2px;
    font-size: 18px;
}

.widget_shopping_cart_content {
    position: absolute;
    z-index: -1;
    top: 100%;
    right: -15px;
    opacity: 0;
    width: 250px;
    padding: 20px;
    margin-top: 15px;
    background-color: #ffffff;
    box-shadow: -12px 17px 38px 0 rgba(0, 0, 0, 0.53);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget_shopping_cart_content ul {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
}

.widget_shopping_cart_content ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.widget_shopping_cart_content ul li:after {
    display: table;
    clear: both;
    content: "";
}

.widget_shopping_cart_content ul li img {
    float: left;
    margin-right: 10px;
}

.widget_shopping_cart_content ul li a {
    color: #2e2e2e;
    font-weight: 500;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget_shopping_cart_content ul li span {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
}

.widget_shopping_cart_content ul li a:hover {
    color: #6270ff;
    text-decoration: none;
}

.widget_shopping_cart_content .total {
    margin-bottom: 10px;
    text-align: right;
}

.widget_shopping_cart_content .total strong {
    color: #2e2e2e;
    text-transform: uppercase;
}

.widget_shopping_cart_content .actions {
    display: flex;
    justify-content: space-between;
}

.widget_shopping_cart_content .actions a {
    color: #2e2e2e;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.widget_shopping_cart_content .actions a:hover {
    text-decoration: none;
}

.widget_shopping_cart:hover .widget_shopping_cart_content {
    z-index: 200;
    margin-top: 0;
    opacity: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .widget_shopping_cart > a span {
        display: none;
    }

}

/* PRODUCTS */
.product {
    margin-bottom: 65px;
}

.product-thumbnail {
    margin-bottom: 15px;
}

.product-thumbnail img {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.product-price {
    margin-bottom: 0;
    font-weight: 500;
}

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

.product-name a {
    color: #838383;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.product-name a:hover {
    color: #6270ff;
    text-decoration: none;
}

.add-to-cart {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.add-to-cart:hover {
    text-decoration: none;
}

.product:hover .product-thumbnail img {
    opacity: 0.75;
}

/* PRODUC DETAILS */
.product-details > p {
    color: #2e2e2e;
}

.product-details small {
    font-size: 12px;
}

.product-details .review a {
    color: #2e2e2e;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.product-details .review a:hover {
    color: #6270ff;
    text-decoration: none;
}

.product-details .sizes {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.product-details .sizes span {
    color: #2e2e2e;
    font-weight: 500;
}

.product-details .sizes span + ul {
    margin-left: 30px;
}

.product-details .sizes ul {
    margin-bottom: 0;
    list-style: none;
}

.product-details .sizes ul li {
    display: inline-block;
    margin-right: 5px;
}

.product-details .sizes ul li:last-child {
    margin-right: 0;
}

.product-details .sizes ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #2e2e2e;
    color: #2e2e2e;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.product-details .sizes ul li a.active {
    border-color: #6270ff;
    background-color: #6270ff;
    color: #ffffff;
}

.product-details .sizes ul li a.disabled {
    border-color: #cfdfe9;
    color: #cfdfe9;
    pointer-events: none;
    cursor: not-allowed;
}

.product-details .quantity {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.product-details .quantity span {
    margin-right: 30px;
    margin-bottom: 20px;
    color: #2e2e2e;
    font-weight: 500;
}

.product-details .quantity .chosen-single {
    max-width: 150px;
    height: 34px;
    padding: 3px 7px;
}

.product-details .quantity .chosen-container-single .chosen-single div b:before {
    line-height: 34px;
}


.product-details .quantity .chosen-container .chosen-drop {
    max-width: 150px;
}

.product-details .add-to-cart {
    padding: 15px 30px;
}

.product-details .add-to-wishlist {
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/

#contact-boxes-container {
    position: relative;
    z-index: 1;
    padding-top: 90px;
    margin: -70px auto 50px;
    background-color: #ffffff;
}

@media (max-width: 575px) {

    #contact-boxes-container {
        margin-top: 0;
    }

}

/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/
.icons-list-samples {
    margin-bottom: 50px;
    list-style: none;
}

.icons-list-samples li {
    text-align: center;
    display: inline-block;
    padding: 10px;
    width: 13.7%;
    min-height: 115px;
    vertical-align: top;
}

.icons-list-samples li i {
    display: block;
    font-size: 32px;
}

.icons-list-samples li i[class^="fa fa-"] {
    font-size: 26px;
}

.icons-list-samples li .icon-name {
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {

    .icons-list-samples li {
        width: 19%;
    }

}

@media (max-width: 767px) {

    .icons-list-samples li {
        width: 49%;
    }

}

@media only screen and (min-width: 575px) and (max-width: 767px) {

    .icons-list-samples li {
        width: 32%;
    }

}