/***** Google Font *****/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500&display=swap');

/*Fonts*/
@font-face {
    font-family: 'Rustico';
    src: url('../fonts/Rustico-Regular.woff2') format('woff2'),  /* Super Modern Browsers */
        url('../fonts/Rustico-Regular.woff') format('woff'),    /* Pretty Modern Browsers */
        url('../fonts/Rustico-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/***** Base CSS *****/
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 100%;
    line-height: 1.5;
    color: #666;
    overflow-x: hidden;
    /*background: -o-radial-gradient(bottom, ellipse, #223244 0%, #090a0f 100%);
    background: radial-gradient(ellipse at bottom, #223244 0%, #090a0f 100%);*/
    /*background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}
h1, h2, h3, h4, h5, h6, p, a {
    margin-bottom: 0;
}
a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #223244;
    text-decoration: none;
}
a:hover {
    color: #090a0f;
    text-decoration: none;
}
/***** Heading CSS *****/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rustico', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.3;
    color: #223244;
}
h1, h1 a {
    font-size: 40px;
}
h2, h2 a {
    font-size: 32px;
}
h3, h3 a {
    font-size: 28px;
}
h4, h4 a {
    font-size: 24px;
} 
h5, h5 a {
    font-size: 20px;
}
h6, h6 a {
    font-size: 16px;
}
/***** Image CSS *****/
img {
    max-width: 100%;
    height: auto;
}
/***** Ul & Li CSS *****/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***** Focus CSS *****/
a:focus,
input:focus,
button:focus,
textarea:focus {
    outline: 0 solid;
}


/* --------------- 
Custom container style
--------------- */
.container,
.container-fluid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
@media (min-width: 576px) {
    .container {
        max-width: 550px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


/* --------------- 
Custom Scrollbar style
--------------- */
/* width */
::-webkit-scrollbar {
    width: 11px;
    background: #F5F5F5;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(34, 50, 68, 1);
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #223244;
}


/* --------------- 
Pre Loader
--------------- */
#preloader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 50, 68, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999999999999999;
}
/*preloader animation*/
.sk-cube-grid {
    width: 50px;
    height: 50px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    /*background-color: #FF4500;*/
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 #090a0f;
            box-shadow: 0 0 3px 0 #090a0f;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube.sk-cube3,
.sk-cube-grid .sk-cube.sk-cube5,
.sk-cube-grid .sk-cube.sk-cube7 {
    background-color: #223244;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
/*preloader end*/
#preloader-container.hidden {
    -webkit-animation: circleOut 1s forwards;
            animation: circleOut 1s forwards;
}
@-webkit-keyframes circleOut {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
    }
}
@keyframes circleOut {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
    }
}


/* --------------- 
Scroll to top button
--------------- */
#scrollTop {
    z-index: 99999;
    cursor: pointer;
    border: none;
    position: fixed;
    bottom: 20px;
    right: -150px;
    width: 35px;
    height: 60px;
    line-height: 62px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.4);
            box-shadow: 0 0 5px 0px rgba(0,0,0,0.4);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #223244;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*display: none;*/
}
#scrollTop:hover {
    background: #090a0f;
}
#scrollTop:focus {
    outline: none;
}
#scrollTop span {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*#scrollTop:hover span {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}*/


/* --------------- 
common styles
--------------- */
.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.3);
    z-index: 0;
}

.section-heading {
    margin-bottom: 30px;
    text-align: center;
}

.section-title {
    font-size: 50px;
    letter-spacing: 2px;
}

.section-padding {
    padding: 60px 0;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}


/*sphere animation*/
/*.animation-wrapper {
    width: 50%;
    padding-bottom: 50%;
}

.sphere-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 580px;
    height: 580px;
    margin: -290px 0 0 -290px;
}

.sphere path {
    fill: url(#sphereGradient);
    stroke-width: 1px;
    stroke: rgba(80,80,80,.35);
    backface-visibility: hidden;
}

@media (min-width: 576px) {
    .sphere path {
        stroke-width: .4px;
    }
}*/


/*random animation*/
/*.stagger-visualizer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: -1;
    opacity: 0.7;
}

.stagger-visualizer div {
    width: 1rem;
    height: 1rem;
    border: 1px solid #FFF;
    background-color: #FFF;
}*/



/* --------------- 
header area
--------------- */
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    text-align: center;
    padding: 15px;
    background: transparent;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.logo img {
    display: inline-block;
    max-height: 80px;
    width: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*scrolled header*/
.header-area.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px;
    background-color: #223244;
    -webkit-box-shadow: 0 1px 25px 0px rgba(0,0,0,0.2);
            box-shadow: 0 1px 25px 0px rgba(0,0,0,0.2);
}

.scrolled .logo img {
    max-height: 60px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



/* --------------- 
hero area
--------------- */
.hero-area {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 120px;
    overflow: hidden;
    background: -o-radial-gradient(bottom, ellipse, #223244 0%, #090a0f 100%);
    background: radial-gradient(ellipse at bottom, #223244 0%, #090a0f 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-area .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hero-area .hero-content {
    width: 100%;
    padding: 50px;
    text-align: center;
    z-index: 2;
}

.hero-area .title {
    font-family: 'Rustico', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 65px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-area .hero-desc {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    word-wrap: break-word;
    word-break: keep-all;
}

.animated-line .letter {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
}

/*hire me*/
.hire-me,
.hire-me-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.hire-me {
    padding: 10px;
    margin: 10px 0 0;
}

.hire-me-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 6px;
    text-transform: uppercase;
}

.hire-me-buttons a {
    display: block;
    padding: 5px;
    margin-left: 15px;
    background: rgba(255,255,255,1);
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hire-me-buttons a:hover {
    background: rgba(255,255,255,1);
}

.hire-me-buttons .freelancer-btn:hover {
    background: #29b2fe;
}

.hire-me-buttons .fiverr-btn:hover {
    background: #00b22d;
}

.hire-me-buttons img {
    display: inline-block;
    width: auto;
    height: 22px;
    max-width: 100px;
    max-height: 22px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hire-me-buttons a:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

/*hero scroll button animated style*/
.hero-area .hero-scroll-btn {
    display: inline-block;
    padding: 10px 5px;
    margin-top: 25px; 
    color: #223244;
    font-size: 20px;  
    width: 40px;
    height: 90px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.hero-area .hero-scroll-btn:hover {
    color: #fff;
    background: transparent;
}

.hero-area .hero-scroll-btn span {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: rippling 2s linear infinite;
            animation: rippling 2s linear infinite;
}

@-webkit-keyframes rippling {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    25% {-webkit-transform: translateY(10px);transform: translateY(10px);}
    50% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    75% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}

@keyframes rippling {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    25% {-webkit-transform: translateY(10px);transform: translateY(10px);}
    50% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    75% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}



/* --------------- 
main content
--------------- */
.main-content {
    position: relative;
    padding: 60px 0;
    background: #ddd;
    width: 100%;
    height: auto;
    /*min-height: 40rem;*/
    overflow: hidden;
    z-index: 0;
}

/*templates area*/
.templates-area {
    display: block;
    width: 100%;
    height: auto;
    z-index: 9;
}

/*template filter buttons*/
.template-filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    margin-bottom: 5px;
}

.template-filter-buttons button {
    border: none;
    background: none;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 75px;
    padding: 5px;
    margin: 25px;
    -webkit-tap-highlight-color: transparent;
    z-index: 9;
}

.template-filter-buttons button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(34, 50, 68, 0.5);
    border: 1px solid #223244;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.template-filter-buttons button:hover,
.template-filter-buttons button.mixitup-control-active {
    color: #fff;
}

.template-filter-buttons button:hover:before,
.template-filter-buttons button.mixitup-control-active:before {
    background: #223244;
}

/*all templates*/
.all-templates {
    width: 100%;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
}

.single-template {
    width: 33.3%;
    padding: 0 10px;
    margin-top: 30px;
}

.single-template-inner {
    width: 100%;
    height: 182px;
    overflow: hidden;
    padding: 10px;
    border: 3px solid rgba(34, 50, 68, 0.5);
    border-radius: 10px;
    background-color: rgba(34, 50, 68, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-template-inner:hover,
.single-template-inner:focus {
    border: 3px solid rgba(34, 50, 68, 1);
    background: #fff;
}

.single-template-inner img {
    display: inline-block;
    width: 100%;
    height: auto;
}

/*single template overlay*/
.single-template-overlay {
    position: absolute;
    /*top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    padding: 10px;
    /*visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;*/
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
    /*-webkit-animation: pulse 5s ease-in-out infinite;
            animation: pulse 5s ease-in-out infinite;*/
    text-align: right;
    top: 10px;
    left: auto;
    right: -100%;
    width: auto;
    height: auto;
    background: #223244;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 1.2;
    visibility: visible;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-template-inner:hover .single-template-overlay,
.single-template-inner:focus .single-template-overlay {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
}

/*@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);transform: scale(0);}
    20% {-webkit-transform: scale(0);transform: scale(0);}
    35% {-webkit-transform: scale(1);transform: scale(1);}
    60% {-webkit-transform: scale(1);transform: scale(1);}
    85% {-webkit-transform: scale(0);transform: scale(0);}
    100% {-webkit-transform: scale(0);transform: scale(0);}
}

@keyframes pulse {
    0% {-webkit-transform: scale(0);transform: scale(0);}
    20% {-webkit-transform: scale(0);transform: scale(0);}
    35% {-webkit-transform: scale(1);transform: scale(1);}
    60% {-webkit-transform: scale(1);transform: scale(1);}
    85% {-webkit-transform: scale(0);transform: scale(0);}
    100% {-webkit-transform: scale(0);transform: scale(0);}
}*/

/*.single-overlay-inner {
    width: 100%;
    height: 100%;
    background: -o-radial-gradient(center, ellipse, rgba(34, 50, 68, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: radial-gradient(ellipse at center, rgba(34, 50, 68, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 7px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}*/

/*.single-overlay-inner small {
    font-size: 70%;
}*/

/*single template view*/
.single-template-view {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
    background: rgba(0,0,0,0.85);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-template-inner:hover .single-template-view,
.single-template-inner:focus .single-template-view {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

.single-template-view a {
    display: inline-block;
    width: 50%;
    padding: 6px 10px;
    color: #fff;
    line-height: 0;
    position: relative;
}

.single-template-view a:first-child:after {
    position: absolute;
    top: 0;
    left: 99.95%;
    width: 1.5px;
    height: 100%;
    content: "";
    background: #ddd;
}

.single-template-view a img {
    display: inline-block;
    width: auto;
    height: 15px;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-template-view a:hover img {
    opacity: 1;
}

/*magnific popup style*/
.mfp-bg {
    z-index: 999991;
}
.mfp-wrap {
    z-index: 999993;
}
.mfp-image-holder .mfp-content {
    max-width: 70% !important;
    height: auto;
    z-index: 999995;
}
img.mfp-img {
    padding: 40px 20px;
    /*max-width: 70%;*/
}
.mfp-figure:after {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mfp-figure figure {
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close {
    right: 0;
    color: #090a0f;
}
.mfp-bottom-bar {
    margin: 0;
    padding: 5px;
}
.mfp-counter {
    top: 5px;
    right: 5px;
}

/*custom mfp popup (smooth transtion) based on the class "mfp-fade"*/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}



/* --------------- 
footer area
--------------- */
.footer-area {
    padding: 0;
    background: #090a0f;
}

/*social links*/
.social-links-wrapper {
    text-align: center;
    padding: 10px;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social-links li {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.social-links li + li {
    margin-left: 15px;
}

.social-links li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 12px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #fff inset;
            box-shadow: 0 0 5px 0 #fff inset;
    color: #223244;
    line-height: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-links li a.facebook {
    background: #3b5998;
}

.social-links li a.twitter {
    background: #00acee;
}

.social-links li a.linkedin {
    background: #0e76a8;
}

.social-links li a:hover {
    background: #fff;
}

.social-links li img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-links li a:hover img {
    -webkit-filter: none;
            filter: none;
}

/*copyright*/
.copyright {
    padding: 10px;
    background: #223244;
    color: #888;
    background-size: cover;
    text-align: center;
    font-family: sans-serif;
}

.copyright .my-site-link {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #aaa;
    font-family: sans-serif;
}

.copyright .my-site-link:hover {
    color: #1EA433;
}