/*
* AYE. Templates (Personal Portofolio)
* Created by : THEMES FARADAY
* Version : 1.1
*/

/* INDEX OF CONTENTS CSS
==================================================
  XX. GOOGLE FONTS & FONTS FAMILY
  01. TYPOGRAPHY
  02. GENERAL
  03. PRELOADER
  04. NAVIGATION
  05. HOME
  06. ABOUT
  07. SERVICES
  08. PORTFOLIO
  09. HIRE
  10. BLOG
  11. TESTIMONIAL
  12. CONTACT
  13. BLOG POST
  14. FOOTER
  15. SCROLL TO TOP
*/

/* XX. GOOGLE FONTS & FONTS FAMILY
==================================================*/

/*
font-family: 'Rubik', sans-serif;
font-family: 'Lato', sans-serif;
*/

/* 01. TYPOGRAPHY
==================================================*/

h1 {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

h1 {
    margin-bottom: 28px;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}

h2 {
    font-size: 33px;
    line-height: 45px;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* 02. GENERAL
==================================================*/

body {
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 26px;
    color: #252525;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

hr.line-title-center {
    border-top: 2px solid #3f46f1;
    width: 75px;
    margin: 10px auto 50px;
}

hr.line-title-left {
    border-top: 2px solid #3f46f1;
    width: 75px;
    margin: 10px 0 30px;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-lg {
    padding: 8px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-dark {
    background: #161616;
    color: #fff;
    border: none;
}

.btn-light {
    background: #fff;
    color: #000;
    border: none;
}

.btn-back {
    background: #808;
    color: #000;
    border: none;
}

.btn-light-outline {
    color: #000;
    border: 2px #fff solid;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background: #3f46f1 !important;
    visibility: visible;
    color: #fff;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    background: #3f46f1 !important;
    visibility: visible;
    opacity: 1;
    color: #fff;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.btn-send {
    display: flex;
    overflow: hidden;
    margin: 10px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 60ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    flex: 0 0 160px;
}

.btn-send-dark {
    background: #161616;
    color: #fff;
    border: none;
    margin: 0 auto;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}

.btn-send-dark:hover {
    color: #fff;
    background-color: #3f46f1;
    opacity: 1;
}

.btn-send-dark:active {
    background-color: #d5d6d6;
    opacity: 1;
}

/* 03. PRELOADER
==================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    z-index: 10000;
}

#status {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .5s ease-in-out;
}

#status>p {
    margin: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3f46f1;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* 04. NAVIGATION
==================================================*/
.paragraf { text-align: justify;
           text-indent: 50px;
}
#navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.navigation-menu .navbar-nav li a {
    color: #cbcbcb;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18.15px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500;
}

.navigation-menu .navbar-nav .active {
    color: #fff;
}

.navigation-menu .navbar-nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.navigation-background {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #0b0b0b;
}

.navigation-background .logo {
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-background .navigation-menu .navbar-nav li a {
    color: #cbcbcb;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.navigation-background .navigation-menu .navbar-nav li a:hover {
    color: #fff;
}

.navigation-background .navbar-nav>.active>a,
.navigation-background .navbar-nav>.active>a:hover,
.navigation-background .navbar-nav>.active>a:focus {
    color: #fff !important;
    background-color: transparent;
}

.line {
    position: relative;
}

.line:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #3f46f1;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.line:hover:after {
    width: 100%;
    left: 0;
    background: #3f46f1;
}

/* 05. HOME
==================================================*/

#home {
    height: 100vh;
}

.home-background {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
}

.overlay:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-gradient:after {
    position: absolute;
    background: rgba(63, 70, 241, 0.3);
    background: -webkit-linear-gradient(to top, rgba(63, 70, 241, 0.3), rgba(0, 0, 0, 0.7));
    background: linear-gradient(to top, rgba(63, 70, 241, 0.3), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.home-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 80%;
}

.home-text h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
}

.arrow {
    white-space: nowrap;
    font-size: 4rem;
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -ms-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
    transition: all 750ms ease-in-out;
    color: rgba(255, 255, 255, 0.66);
}

.lift {
    bottom: 64px;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

#particles-js {
    height: 100%;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* 06. ABOUT
==================================================*/

#about {
    padding: 90px 0 75px 0;
    background: #ffffff;
}

#tim {
    padding: 90px 0 75px 0;
    background: #ffffff;
}

.rounded-circl {
    border-radius: 50% !important;
    
}

.about-img img {
    margin-bottom: 10px;
    padding-right: 50px;
}

.social-icons {
    padding-left: 0px;
}

.social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
}

.social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    color: #161616;
    width: 50px;
    height: 40px;
    padding: 15px 0;
    background: rgba(42, 41, 41, 0);
    box-sizing: border-box;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin-bottom: 15px;
}

.social-icons li a:hover {
    color: #3f46f1;
}

.social-icons li a i {
    font-size: 20px;
}

/* 07. SERVICES
==================================================*/

#services {
    padding: 85px 0 80px 0;
    background: #f3f3f3
}

.service-item {
    background: #ffffff;
    padding: 24px 22px 42px;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    text-align: center;
}

.service-item h4 {
    padding-bottom: 5px;
}

.service-item .fa {
    color: #636363;
    font-size: 62px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 22px;
}

.service-item:hover {
    top: -5px;
}

.service-item:hover .fa,
.service-item:hover h4 {
    color: #161616;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 08. PORTFOLIO
==================================================*/

#portfolio {
    padding: 85px 0 75px 0;
    background: #ffffff;
}

#port-image .mix {
    display: none;
}

.filter {
    color: #000;
    padding: 8px 30px;
    border-right: 1px solid #fff;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

.filter-btn {
    margin-bottom: 10px;
    cursor: pointer;
}

.filter-btn .active {
    background-color: #161616;
    border-radius: 25px;
    color: #fff;
    border: none;
}

.filter-btn .active:hover {
    background-color: #3f46f1;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 1em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 2px 0;
    min-width: 358px;
    max-width: 358px;
    max-height: 290px;
    width: 48%;
    text-align: center;
    cursor: pointer;
}

.grid figure:hover {
    background: rgba(0, 0, 0, 4);
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h3 span {
    font-weight: 800;
}

.grid figure h3,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.port-item figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.port-item p.icon-links a {
    color: #3c4a50;
    font-size: 1.4em;
}

figure.port-item:hover p.icon-links a:hover,
figure.port-item:hover p.icon-links a:focus {
    color: #252d31;
}

figure.port-item p.description {
    position: absolute;
    bottom: 5em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
}

figure.port-item h2,
figure.port-item p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.port-item p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.port-item h2 {
    display: inline-block;
}

figure.port-item:hover p.description {
    opacity: 1;
}

figure.port-item:hover figcaption,
figure.port-item:hover h2,
figure.port-item:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.port-item:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.port-item:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.port-item:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.port-item:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* 09. HIRE
==================================================*/

#hire {
    padding: 85px 0 75px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

#hire .overlay {
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

#hire .container {
    position: relative;
    z-index: 2;
}

#hire h2 {
    color: #fff;
    margin-bottom: 40px;
}

#hire p,
#hire h3 {
    color: #fff;
}

#hire p:last-child {
    margin-bottom: 0;
}

#hire .btn {
    color: #fff;
}

/* 10. BLOG
==================================================*/

#blog {
    padding: 85px 0 90px 0;
    background: #f3f3f3;
}

.blog-item {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
}

.blog-item .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.blog-item .blog-img img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.blog-item .blog-desc {
    padding: 25px;
}

.blog-item .blog-desc h5 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.blog-item .blog-desc h5 a {
    text-decoration: none;
    color: #252525;
}

.blog-item .blog-desc p {
    margin-bottom: 10px;
}

.blog-item:hover .blog-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* 10. BUKU
==================================================*/

#buku {
    padding: 85px 0 90px 0;
    background: #f3f3f3;
}

.blog-item {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
}

.blog-item .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.blog-item .blog-img img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.blog-item .blog-desc {
    padding: 25px;
}

.blog-item .blog-desc h5 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.blog-item .blog-desc h5 a {
    text-decoration: none;
    color: #252525;
}

.blog-item .blog-desc p {
    margin-bottom: 10px;
}

.blog-item:hover .blog-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* 11. TESTIMONIAL
==================================================*/

#testimonial {
    padding: 75px 0 105px 0;
    background: #fff;
}

.testimonial-slider .avatar {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    background-color: #fff;
}

.testimonial-slider .avatar img {
    width: 82px;
    height: auto;
}

.testimonial-slider h2 {
    color: #161616;
    font-weight: 400;
    font-style: italic;
    margin: 30px 0;
}

.testimonial-slider p {
    color: #636363;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* 12. CONTACT
==================================================*/

#contact {
    padding: 85px 0 75px 0;
    background: #f3f3f3;
}

#contact h4 {
    color: #161616;
}

#contact form {
    padding: 30px 0;
}

#contact i.fa {
    color: #161616;
    margin-bottom: 10px;
}

#contact .text-danger {
    color: #3f46f1;
    text-align: left;
}

label {
    font-size: 12px;
    font-weight: 400;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #ffffff;
    background-image: none;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #636363;
}

.form-control:-moz-placeholder {
    color: #636363;
}

.form-control::-moz-placeholder {
    color: #636363;
}

.form-control:-ms-input-placeholder {
    color: #636363;
}

textarea {
    resize: none;
}

fieldset {
    border: 0px;
    margin: 0;
    padding: 0
}

.success {
    padding: 1em;
    color: #fff;
    background-color: #3f46f1;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 30px;
}

.error {
    padding: 1em;
    color: #fff;
    background-color: #616161;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 30px;
}

/* 13. BLOG POST
==================================================*/

#blog-post {
    background: #fff;
    margin: 0 auto;
}

#header {
    background-color: #777777;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 50px;
}

#header .site-heading,
#header .post-heading,
#header .page-heading {
    padding: 100px 0 50px;
    color: white;
}

#header .site-heading,
#header .page-heading {
    text-align: center;
}

#header .site-heading h1,
#header .page-heading h1 {
    margin-top: 0;
    font-size: 50px;
}

#header .site-heading .subheading,
#header .page-heading .subheading {
    font-size: 24px;
    line-height: 1.1;
    display: block;
    font-weight: 300;
    margin: 10px 0 0;
}

#header .post-heading h1 {
    font-size: 35px;
}

#header .post-heading .subheading,
#header .post-heading .meta {
    line-height: 1.1;
    display: block;
}

#header .post-heading .subheading {
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 600;
}

#header .post-heading .meta {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
}

#header .post-heading .meta a {
    color: white;
}

#post .post-title {
    margin-bottom: 8px;
}

#post .img-post {
    margin: 20px 0 20px;
}

/* 14. FOOTER
==================================================*/

#footer {
    padding: 20px 0;
    background: #f3f3f3;
}

#footer-post {
    margin-top: 100px;
    padding: 30px 0;
    background: #f3f3f3;
}

#footer p {
    color: #000;
}

.social-icons-footer {
    margin: 0 auto;
    padding: 0;
}

.social-icons-footer li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
}

.social-icons-footer li a {
    display: -moz-inline-stack;
    display: inline-block;
    color: #161616;
    width: 50px;
    height: 40px;
    padding: 10px 10px 8px 10px;
    background: rgba(42, 41, 41, 0);
    box-sizing: border-box;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin-bottom: 0;
}

.social-icons-footer li a:hover {
    color: #3f46f1;
}

.social-icons-footer li a i {
    font-size: 20px;
}

/* 15. SCROLL TO TOP
==================================================*/

.scroll-to-top {
    background-color: #161616;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 45px;
    z-index: 999;
    border: none;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background-color: #3f46f1;
    color: #fff;
}