/*
Template Name: Aksh
Version: 1.0
Description: Personal Portfolio & Resume HTML Template

[TABLE OF CONTENTS]

01. Base
02. Typography
03. Preloader
04. Header
05. Sections
06. Skills
07. Portfolio
08. Facts
09. Prices
10. Testimonials
11. Blog
12. Clients
13. Helper
14. Dark Mode
15. Buttons
16. Bootstrap Components
17. Theme elements
18. Slick
19. Responsive

*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:400,400i,600,600i,700,700i,800,800i");
/*=================================================================*/
/*                      BASE                              
/*=================================================================*/
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #777;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-wrapper {
    position: relative;
}

.overlay {
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    display: flex;
}

.spinner-border {
    margin: auto;
}

.text-custom {
    color: #E3872D !important;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: -11px !important;
    right: -13px !important;
}

img {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.relative {
    position: relative;
}

.color {
    color: #E3872D;
}

.p-20 {
    padding: 20px;
}

.fa:hover {
    color: #e3872d;
    transition: 0.2s ease-in-out;
}

/*=================================================================*/
/*                      TYPOGRAPHY                              
/*=================================================================*/
h1, h2, h3, h4, h5, h6 {
    color: #041230;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 20px 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

a {
    color: #041230;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.text-white {
    color: #fff;
}

a:hover {
    color: #041230;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

.font-black {
    font-weight: 900;
}

blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    background: #F7F7F7;
    border-radius: 10px;
}

blockquote p {
    line-height: 1.6;
}

.box {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

/* === Pre === */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

ul.styled {
    list-style: none;
}

ul.styled li:before {
    content: '';
    background: #041230;
    display: inline-block;
    height: 5px;
    margin-right: 20px;
    vertical-align: middle;
    width: 5px;
}

/*=================================================================*/
/*                      PRELOADER                              
/*=================================================================*/
.Aksh-folding-cube {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.Aksh-folding-cube .Aksh-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.Aksh-folding-cube .Aksh-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #041230;
    -webkit-animation: Aksh-foldCubeAngle 2.4s infinite linear both;
    animation: Aksh-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.Aksh-folding-cube .Aksh-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.Aksh-folding-cube .Aksh-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.Aksh-folding-cube .Aksh-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.Aksh-folding-cube .Aksh-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.Aksh-folding-cube .Aksh-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.Aksh-folding-cube .Aksh-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes Aksh-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes Aksh-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

#preloader {
    background: #FFF;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 5;
}

#preloader .outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*=================================================================*/
/*                      HEADER                              
/*=================================================================*/
header.desktop-header {
    background: #FFF;
    border-right: solid 1px #ececec;
    padding: 40px;
    position: fixed;
    left: 0;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    width: 230px;
    z-index: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* === Vertical Menu === */
    /* === Submenu === */
}

header.desktop-header.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

header.desktop-header .site-title {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

header.desktop-header .vertical-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

header.desktop-header .vertical-menu li.openmenu > a {
    color: #041230;
}

header.desktop-header .vertical-menu li.openmenu .switch {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header.desktop-header .vertical-menu li {
    padding: 8px 0;
    position: relative;
    list-style: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header.desktop-header .vertical-menu li .switch {
    font-size: 30px;
    display: inline-block;
    padding: 0 14px;
    line-height: 1;
    cursor: pointer;
    color: #041230;
    position: absolute;
    top: 24px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

header.desktop-header .vertical-menu li a {
    color: #041230;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

header.desktop-header .vertical-menu li a.nav-link {
    display: initial;
    padding: 0;
}

header.desktop-header .submenu {
    display: none;
    padding: 0;
}

header.desktop-header .submenu li a {
    color: #041230;
    font-size: 18px;
    font-weight: 700;
}

header.desktop-header .submenu li a:after {
    height: 3px;
}

header.desktop-header .submenu li a:hover:after {
    width: 100%;
    height: 3px;
}

header.desktop-header .vertical-menu li a:hover {
    color: #e3872d;
}

header.desktop-header .footer {
    margin-top: auto;
}

header.desktop-header .social-icons li:not(:last-child) {
    margin-right: 1.2rem;
}

header.desktop-header .social-icons li a:hover {
    color: #041230;
}

header.desktop-header .copyright {
    color: #999;
    font-size: 14px;
}

header.mobile-header {
    background: #FFF;
    border-bottom: solid 1px #ececec;
    display: none;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.mobile-header.open {
    -webkit-transform: translateX(230px);
    -moz-transform: translateX(230px);
    -ms-transform: translateX(230px);
    -o-transform: translateX(230px);
    transform: translateX(230px);
}

header.mobile-header .menu-icon button {
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
    height: 33px;
    width: 33px;
}

header.mobile-header .menu-icon span {
    display: block;
    background: #041230;
    height: 4px;
    position: relative;
    width: 20px;
}

header.mobile-header .menu-icon span:before {
    content: '';
    display: block;
    background: #041230;
    height: 4px;
    top: -10px;
    position: absolute;
    width: 30px;
}

header.mobile-header .menu-icon span:after {
    content: '';
    display: block;
    background: #041230;
    height: 4px;
    top: 10px;
    position: absolute;
    width: 10px;
}

header.mobile-header .site-logo {
    max-height: 50px;
    max-width: 50px;
    display: inline-block;
}

header.mobile-header .site-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
}

/*=================================================================*/
/*                      SECTIONS                             
/*=================================================================*/
main.content {
    margin-left: 230px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

main.content.open {
    opacity: .4;
    -webkit-transform: translateX(230px);
    -moz-transform: translateX(230px);
    -ms-transform: translateX(230px);
    -o-transform: translateX(230px);
    transform: translateX(230px);
}

section {
    border-top: solid 1px #ececec;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

section.home {
    border-top: 0;
    padding: 0;
    height: 100vh;
    background: url(../images/side.jpg);
    background-position: center;
    background-size: cover;
}

section.home .cta {
    margin: auto;
    max-width: 540px;
}

section.home .cta h1 {
    font-size: 72px;
    line-height: 0.7em;
}

section.home .cta h2 {
    font-size: 40px;
    line-height: 1em;
}

section.home .cta p {
    font-size: 16px;
}

.section-title {
    font-size: 30px;
    margin: 0;
}

/*=================================================================*/
/*                     ABOUT                         
/*=================================================================*/
.about h3 {
    font-size: 40px;
}

.about-desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 49%;
    margin-right: 1%;
    overflow: hidden;
}

.about-desc ul {
    margin-bottom: 20px;
}

.about-desc ul li i.fa {
    padding-right: 5px;
    color: #e3872d;
}

/*=================================================================*/
/*                      SERVICE                           
/*=================================================================*/
.service-box {
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #eee;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 15px 1px #ddd;
}

.service-box:hover {
    margin-top: -12px;
    transition: all .2s ease-in-out;
}

/*=================================================================*/
/*                      SKILLS                              
/*=================================================================*/
.skill-item .skill-info span {
    font-size: 14px;
}

/*=================================================================*/
/*                      PORTFOLIO                              
/*=================================================================*/
.portfolio-wrapper [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
}

.portfolio-item .thumb {
    overflow: hidden;
    border: solid 1px #ececec;
}

.portfolio-item .details {
    color: #FFF;
    position: absolute;
    padding: 0 30px;
    bottom: 25px;
    width: 100%;
    z-index: 1;
}

.portfolio-item .details h4 {
    color: #FFF;
    margin: 0 0 10px;
    opacity: 0;
    transform: translateY(30px);
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.portfolio-item .details span {
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0;
    display: block;
    transform: translateY(40px);
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.portfolio-item .mask {
    background: #041230;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .9;
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .mask {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .details h4, .portfolio-item:hover .details span {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-filter {
    margin-bottom: 25px;
}

.portfolio-filter li {
    color: #041230;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #e3872d;
    padding: 5px;
    border-radius: 5px;
}

.portfolio-filter li:hover {
    color: #fff;
    background-color: #e3872d;
    transition: all 0.3s ease 0s;
}

.portfolio-filter li:hover:after {
    height: 7px;
}

.portfolio-filter li.current {
    color: #fff;
    background-color: #e3872d;
    transition: all 0.3s ease 0s;
}

.portfolio-filter li:not(:last-child) {
    margin-right: 1.8rem;
}

select.portfolio-filter-mobile {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 2px #041230;
    border-radius: 0;
    outline: 0;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.pf-filter-wrapper {
    position: relative;
}

.pf-filter-wrapper:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 20px;
    color: #041230;
}

.portfolio-categories li a {
    display: block;
    color: #FFF;
    font-size: 13px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    background-color: #041230;
    padding: 5px 10px;
    text-transform: uppercase;
}

.portfolio-info li:not(:last-child) {
    margin-right: 1.5rem;
}

.portfolio-info li {
    font-size: 14px;
}

.portfolio-info li strong {
    color: #041230;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-right: 10px;
}

.social-share .share-text {
    color: #041230;
    font-size: 14px;
    font-weight: 700;
}

.social-share li:not(:last-child) {
    margin-right: 1rem;
}

/*=================================================================*/
/*                      FACTS                              
/*=================================================================*/
.fact-item {
    padding: 30px 15px;
    border: solid 1px #ececec;
    transition: all .2s ease-in-out;
}

.fact-item:hover {
    margin-top: -12px;
    transition: all .2s ease-in-out;
}

.fact-item .number {
    font-size: 30px;
}

.fact-item .number em {
    font-style: normal;
}

.fact-item p {
    font-size: 15px;
}

/*=================================================================*/
/*                      PRICES                              
/*=================================================================*/
.price-item {
    border: solid 1px #ececec;
    padding: 40px 50px;
}

.price-item .plan {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    background: #041230;
    padding: 2px 10px;
}

.price-item .price {
    font-size: 48px;
    font-weight: 900;
    margin: 30px 0 20px;
}

.price-item .price em {
    font-style: normal;
    font-size: 20px;
    vertical-align: super;
    margin-right: 10px;
}

.price-item ul {
    margin-bottom: 0;
}

.price-item ul li {
    line-height: 2.1;
}

.price-item .btn {
    margin-top: 30px;
}

.price-item.best {
    color: #FFF;
    background: #041230;
}

.price-item.best .plan {
    background: #FFF;
    color: #041230;
}

.price-item.best .price {
    color: #FFF;
}

.price-item.best ul li:before {
    background: #FFF;
}

/*=================================================================*/
/*                      TESTIMONIALS                              
/*=================================================================*/
.testimonials-wrapper {
    max-width: 700px;
    margin: auto;
}

.testimonial-item .thumb {
    border-radius: 50%;
    overflow: hidden;
    height: 80px;
    width: 80px;
}

.testimonial-item p {
    font-size: 18px;
    font-style: italic;
}

.testimonial-item span.symbol {
    font-size: 100px;
    font-family: "Montserrat", sans-serif;
    color: #e3872d;
    line-height: 1;
}

/*=================================================================*/
/*                      BLOG                              
/*=================================================================*/
.blog-item .thumb {
    position: relative;
    overflow: hidden;
    border: solid 1px #ececec;
}

.blog-item .thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-item .thumb:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item .category {
    background: #e3872d;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 8px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.blog-item .meta {
    font-size: 11px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.blog-item .meta li:not(:last-child) {
    margin-right: 1rem;
}

.blog-item .meta li:last-child::after {
    display: none;
}

/*=================================================================*/
/*                      CLIENTS                              
/*=================================================================*/
.client-item {
    border: solid 1px #ececec;
    padding: 25px;
    min-height: 80px;
    position: relative;
}

.client-item .inner {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.client-item img {
    display: inline-block;
}

/*=================================================================*/
/*                      HELPER                              
/*=================================================================*/
.help-block.with-errors {
    color: red;
    font-size: 12px;
}

.help-block.with-errors ul {
    margin-bottom: 0;
}

.text-link {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#infscr-loading {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 10px;
}

#infscr-loading img {
    display: none;
}

.fa-spinner {
    margin-right: 10px;
    display: none;
}

.icon.square {
    color: #FFF;
    font-size: 30px;
    background: #e3872d;
    display: block;
    height: 60px;
    border-radius: 5px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.icon.simple {
    color: #e3872d;
    font-size: 36px;
}

.scroll-down {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

@-webkit-keyframes ani-mouse {
    0% {
        top: 29%;
    }
    15% {
        top: 50%;
    }
    50% {
        top: 50%;
    }
    100% {
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        top: 29%;
    }
    15% {
        top: 50%;
    }
    50% {
        top: 50%;
    }
    100% {
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        top: 29%;
    }
    15% {
        top: 50%;
    }
    50% {
        top: 50%;
    }
    100% {
        top: 29%;
    }
}

.mouse {
    border: solid 3px #041230;
    border-radius: 16px;
    display: block;
    margin: auto;
    height: 34px;
    position: relative;
    width: 25px;
}

.mouse .wheel {
    background: #041230;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 5px;
    -webkit-animation: ani-mouse 2s linear infinite;
    -moz-animation: ani-mouse 2s linear infinite;
    animation: ani-mouse 2s linear infinite;
}

.circle {
    border-radius: 100%;
}

/*=================================================================*/
/*                      DARK MODE                              
/*=================================================================*/
body.dark {
    background: #041230;
    color: #FFF;
}

body.dark header, body.dark .btn-default:before, body.dark #preloader {
    background: #041230;
}

body.dark header, body.dark section, body.dark .fact-item, body.dark .price-item, body.dark .client-item, body.dark .form-control {
    border-color: #222;
}

body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6, body.dark a, body.dark .vertical-menu li a, body.dark .portfolio-filter li.current, body.dark .portfolio-filter li:hover, body.dark .portfolio-info li strong, body.dark .social-share .share-text {
    color: #FFF;
}

body.dark a:hover {
    color: #041230;
}

body.dark .mouse {
    border-color: #FFF;
}

body.dark .mouse .wheel, body.dark header.mobile-header .menu-icon span, body.dark header.mobile-header .menu-icon span:before, body.dark header.mobile-header .menu-icon span:after {
    background: #FFF;
}

body.dark .timeline span.line {
    background: #222;
}

body.dark .slick-dots li.slick-active button:before {
    background: #041230;
}

body.dark .slick-dots li button:before {
    background: rgba(255, 255, 255, 0.8);
}

body.dark .form-control {
    background-color: transparent;
}

body.dark header.desktop-header .vertical-menu li .nav-link.active:after, body.dark header.desktop-header .vertical-menu li a:after, body.dark .portfolio-filter li.current:after, body.dark .portfolio-filter li:after {
    opacity: 1;
}

body.dark #return-to-top {
    background: rgba(255, 255, 255, 0.2);
}

body.dark #return-to-top:hover {
    background: #041230;
}

/*=================================================================*/
/*                     BUTTONS
/*=================================================================*/
/* Sweep To Bottom */
.btn-animation {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-animation:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-animation:hover:before, .btn-animation:focus:before, .btn-animation:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn {
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 900;
    overflow: hidden;
    line-height: 1;
    padding: 15px 24px;
    position: relative;
    text-transform: uppercase;
}

.btn:focus {
    box-shadow: none;
}

.btn:focus {
    outline: 0;
}

.btn-default {
    color: #FFF;
    border: solid 3px #041230;
    background: #041230;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.btn-default:hover, .btn-default:focus {
    color: #041230;
    border-color: #041230;
}

.btn-default:before {
    background: #FFF;
}

.btn-alt {
    color: #fff;
    background: transparent;
    border: solid 3px #fff;
}

.btn-alt:hover, .btn-alt:focus {
    color: #FFF;
    border-color: #041230;
}

.btn-alt:before {
    background: #041230;
}

.btn-alt-light {
    color: #FFF;
    background: transparent;
    border: solid 3px #FFF;
}

.btn-alt-light:hover, .btn-alt-light:focus {
    color: #041230;
    border-color: #FFF;
}

.btn-alt-light:before {
    background: #FFF;
}

.btn-full {
    text-align: center;
    width: 100%;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 28px 30px;
    font-size: 18px;
    font-weight: 100;
    line-height: 0;
}

.btn-sm {
    padding: 17px 16px;
    font-size: 12px;
    line-height: 0;
}

.btn-xs {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 0;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
    cursor: not-allowed;
}

/*=================================================================*/
/*                     BOOTSTRAP ELEMENTS
/*=================================================================*/
.breadcrumb {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > .active {
    color: #9c9c9c;
}

/* === Progress Bar === */
.progress {
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e3872d;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 5px;
    color: #fff;
    text-align: center;
    background-color: #041230;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

/* === Form Control === */
.form-control {
    display: block;
    border-radius: 0;
    width: 100%;
    height: 50px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
    background-color: #FFF;
    background-image: none;
    border: solid 1px #ECECEC;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #041230;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 30px;
}

.input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

/* === Alert === */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0;
    right: 0;
    color: inherit;
}

/* === Pagination === */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 50%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #041230;
    border-color: transparent;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    font-weight: 400;
    height: 46px;
    line-height: 32px !important;
    margin-left: 11px;
    line-height: 1.42857143;
    color: #1a1a1a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #EEE;
    border-radius: 50%;
    width: 46px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #FFF;
    background-color: #041230;
    border-color: transparent;
}

/*=================================================================*/
/*                      THEME ELEMENTS
/*=================================================================*/
/* === Timeline === */
.timeline {
    position: relative;
}

ul.timeline-list {
    position: relative;
    margin: 0;
    padding: 0
}

ul.timeline-list:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #041230;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

ul.timeline-list li {
    position: relative;
    clear: both;
    display: table;
}

.timeline_content {
    box-shadow: 0 0 15px 1px #ddd;
    background-color: #fff
}

ul.timeline-list li .timeline_content {
    width: 45%;
    color: #333;
    padding: 30px;
    float: left;
    text-align: right;
}

.timeline_content p {
    font-size: 14px;
    font-weight: 600;
}

ul.timeline-list li:nth-child(2n) .timeline_content {
    float: right;
    text-align: left;
}

.timeline_content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}

ul.timeline-list li:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #e3872d;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.timeline_content span {
    font-size: 18px;
    font-weight: 500;
}

.timeline_content span.badge {
    font-size: 18px;
    font-weight: 500;
    background: #e3872d;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

/* === Go to Top === */
#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #041230;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 8px;
    font-size: 16px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#return-to-top:hover {
    background: #041230;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=================================================================*/
/*                      SLICK SETTINGS
/*=================================================================*/
.slick-slide {
    height: auto;
    outline: none;
}

.slick-next, .slick-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #041230;
    border-radius: 0;
    top: calc(50% - 40px);
    z-index: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
    background: #041230;
}

.slick-prev {
    left: 0;
}

.slick-prev:hover {
    background: #041230;
}

.slick-next {
    right: 0;
}

.slick-next:hover {
    background: #041230;
}

.slick-next:before, .slick-next:after {
    left: 20px;
}

.slick-prev:before, .slick-prev:after {
    left: 17px;
}

.slick-prev:before {
    content: '';
    background: #FFF;
    display: block;
    width: 1px;
    height: 14px;
    top: 8px;
    position: absolute;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.slick-prev:after {
    content: '';
    background: #FFF;
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 17px;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.slick-next:before {
    content: '';
    background: #FFF;
    display: block;
    width: 1px;
    height: 14px;
    top: 8px;
    position: absolute;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.slick-next:after {
    content: '';
    background: #FFF;
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 17px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.slick-dotted.slick-slider {
    margin-bottom: 24;
}

.slick-dots {
    position: relative;
}

.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.slick-dots li.slick-active {
    width: 8px;
    height: 8px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
}

.slick-dots li.slick-active button:before {
    background: #041230;
    opacity: 1;
    height: 8px;
    width: 8px;
}

.slick-dots li button:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    height: 8px;
    width: 8px;
}

/*=================================================================*/
/*                      RESPONSIVE SETTINGS
/*=================================================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 767px) {
    header.desktop-header {
        -webkit-transform: translateX(-230px);
        -moz-transform: translateX(-230px);
        -ms-transform: translateX(-230px);
        -o-transform: translateX(-230px);
        transform: translateX(-230px);
    }

    header.mobile-header {
        display: block;
    }

    main.content {
        margin-left: 0;
    }

    section.home {
        padding: 300px 0;
    }

    .portfolio-filter {
        display: none;
    }

    .portfolio-item, .blog-item {
        max-width: 360px;
    }
}

@media only screen and (max-width: 576px) {
    .portfolio-info li {
        display: block;
        padding: 5px 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 920px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1080px;
    }
}

@media (min-width: 1600px) {
    header.desktop-header {
        padding: 40px 60px;
        width: 300px;
    }

    main.content {
        margin-left: 300px;
    }

    .price-item {
        padding: 40px 70px;
    }
}

@media only screen and (max-height: 500px) {
    header.desktop-header .footer, header.mobile-header .footer {
        margin-top: 100px;
    }
}

/*# sourceMappingURL=style.css.map */
