/* -------------------------------------------
Name: 		Monix
Author:		Nazar Miller (millerDigitalDesign)
Portfolio:  https://themeforest.net/user/millerdigitaldesign/portfolio?ref=MillerDigitalDesign

p.s. I am available for Freelance hire (UI design, web development). mail: miller.themes@gmail.com

------------------------------------------- */

/* -------------------------------------------

Typography

------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Sacramento&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.2;
}

a:hover {
    text-decoration: none;
}


h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
}

h1,
.h1 {
    font-size: 72px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h4,
p,
li,
blockquote {
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

hr {
    margin: 0;
}

blockquote {
    background-color: rgba(250, 250, 255, 1);
    border-left: solid 4px rgba(230, 230, 235, 1);
    padding: 15px 15px 15px 30px;
    font-style: italic;
    margin: 0;
}

.bold {
    font-weight: 600;
}

.thin {
    font-weight: 300;
}

.black {
    color: #1A2430;
}

.white {
    color: #FDFDFF;
}

.light {
    opacity: 1.6;
}

.icon {
    width: 367px;
}

.icona {
    width: 50px;
}

.t-shadow {
    text-shadow: 0 2px 18px rgba(9, 4, 30, .9);
}

.signature {
    width: 130px;
    float: right;
}

/**************************************** 

Preloader

****************************************/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9;
}

.preloader .icon {
    width: 350px;
    height: 80px;
    margin-left: -150.5px;
    margin-top: -42.5px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: jump 1.5s infinite;
    animation: jump 1.5s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.preloader p {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    position: absolute;
    top: 50%;
}

/* -------------------------------------------

Links

------------------------------------------- */

.link {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #1A2430;
    font-family: 'Nunito', sans-serif;
}

.link:hover {
    text-decoration: none;
    color: #1A2430;
}

.link i {
    margin-left: 5px;
    font-size: 14px;
    color: #1A2430;
    -webkit-transition: .4s;
    transition: .4s;
}

.white-link {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #FDFDFF;
    -webkit-transition: .4s;
    transition: .4s;
    font-family: 'Nunito', sans-serif;
}

.white-link:hover {
    text-decoration: none;
    color: #FDFDFF;
}

.white-link i {
    margin-left: 5px;
    font-size: 14px;
    color: #FDFDFF;
    -webkit-transition: .4s;
    transition: .4s;
}

.link:hover.link i,
.white-link:hover.white-link i {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.sm-link {
    font-size: 12px;
}

.white-a {
    color: rgba(250, 250, 254, .7);
}

.white-a:hover {
    color: rgba(250, 250, 254, 1);
}

/**************************************** 

Common styles 

****************************************/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: inherit;
}

button:focus {
    outline: inherit;
}

body {
    background-color: #FDFDFF;
}

.page-wrap {
    position: relative;
    overflow: hidden;
}

.o-h {
    overflow: hidden;
    position: relative;
}

.p-r {
    position: relative;
}

.ops-0 {
    opacity: 0;
}

/* -------------------------------------------

Space

------------------------------------------- */

.p-60 {
    padding: 60px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 12px;
}

.mb-90 {
    margin-bottom: 90px;
}

.p-30-0-30 {
    padding: 30px 0 30px;
}

.p-60-0-60 {
    padding: 60px 0 60px;
}

.p-60-0-30 {
    padding: 60px 0 30px;
}

.p-60-0-0 {
    padding: 60px 0 0;
}

/**************************************** 

Animations

****************************************/

@-webkit-keyframes hi-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    20% {
        opacity: 0;
    }
    70% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


@keyframes hi-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    20% {
        opacity: 0;
    }
    70% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animation-zoom {
    -webkit-animation: zoom 20s infinite;
    animation: zoom 20s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/**************************************** 

Navigation

****************************************/

nav {
    position: relative;
    z-index: 8;
}

.navigation {
    width: 100%;
    padding: 10px 50px;
    height: 90px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 5;
	margin-top: 90px;
}

.minimal-logo {
    width: 0;
    min-width: 180px;
}

.logo-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navbar {
  padding: 0; 
}
.nav-menu {
    left: 25%;
    width: 75%;
    padding: 15px;
    height: 90px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}



.nav-menu ul {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    padding: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.nav-menu ul li {
    list-style-type: none;
}

.nav-menu ul li a {
    font-weight: 600;
    color: rgb(0, 0, 0);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-menu ul li a:hover {
    color: #e67817;
}

.mobile-social {
    top: -100%;
    position: absolute;
    display: none;
}

.mobile-social li {
    display: inline-block;
    margin: 0 10px 0 10px;
}

/* Burger */

.burger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 8px 11px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.burger:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: rgba(250, 250, 254, .1);
}

.burger-brick {
    margin-top: 6px;
    height: 4px;
    border-radius: 2px;
    background-color: rgb(0, 0, 0);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.open .burger-brick:first-child {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: 14px;
}

.open .burger-brick:last-child {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -14px;

}

.open .middle {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.back-to-home {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.back-to-home:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: rgba(250, 250, 254, .1);
}

.back-to-home div {
    background-color: transparent;
    border: none;
    color: #FDFDFF;
    font-size: 24px;
}

/**************************************** 

Header

****************************************/

.header-frame {
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

.bg-image {
    position: absolute;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

.overlay {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(1, 7, 38, 0.10)), color-stop(21%, rgba(2, 6, 31, 0.20)), to(rgba(1, 6, 30, 0.97)));
    background-image: linear-gradient(-180deg, rgba(1, 7, 38, 0.10) 16%, rgba(2, 6, 31, 0.20) 21%, rgba(1, 6, 30, 0.97) 100%);
}

.header {
    position: relative;
}

.header .item {
    overflow: hidden;
    position: relative;
}

.header-content {
    position: absolute;
       top: 25%;
}

.social-container {
    margin-top: -100vh;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-social {
    padding: 0 0 100px 0;
    margin: auto 0 auto -50px;
    z-index: 7;
}

.header-social li a {
    text-align: center;
    padding-top: 8px;
    display: block;
    height: 50px;
    width: 50px;
    font-size: 25px;
    border-radius: 50%;
    color: rgba(250, 250, 254, .6);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header-social li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: rgba(250, 250, 254, 1);
    background-color: rgba(250, 250, 254, .1);
}

.header-social li {
    display: block;
    list-style-type: none;
    margin-bottom: 5px;
}

.background-text {
    line-height: 0;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
    position: relative;
    left: 0;
    font-size: 280px;
    font-weight: 900;
    color: rgba(250, 250, 254, .07);
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header-control {
    bottom: 60px;
    right: 0;
    position: absolute;
    z-index: 7;
}

.header-nav button {
    position: relative;
    font-size: 36px;
    color: rgba(250, 250, 254, 1);
    border: 0;
    padding: 0 40px;
    height: 90px;
    z-index: 999999999;
}

.header-nav button span {
    height: 40px;
    width: 40px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.header-nav button:hover span {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-color: rgba(250, 250, 255, .2);
}

.active .main-title {
    -webkit-animation: hi-left 1.5s;
    animation: hi-left 1.5s;
}

.active .background-text {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
}

.sup-title {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: rgba(250, 250, 255, .1);
    font-weight: 400;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.active .main-title .sup-title {
    opacity: .6;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.scroll-hint {
    text-align: center;
    max-width: 100px;
    padding: 30px 30px 25px;
}

.scroll-hint i {
    font-size: 36px;
    color: rgba(250, 250, 255, 1);
    -webkit-animation: jump 1.5s infinite;
    animation: jump 1.5s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.paralax-1 {
    position: absolute;
    width: 105vw;
    height: 105vh;
    z-index: 0;
}

.paralax-2 {
    position: absolute;
    z-index: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

video {
    position: absolute;
}

.header-transparent-icon {
    width: 1000px;
    position: absolute;
    bottom: 300px;
    right: -230px;
    opacity: .07;
}

/**************************************** 

Video

****************************************/

.video-bottom {
    position: relative;
    overflow: hidden;
}

.video-bg-img {
    background-size: cover;
    background-position: center;
    height: 350px;
    -webkit-animation: zoom 20s infinite;
    animation: zoom 20s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.video-box {
    background-size: cover;
    background-position: top;
    position: absolute;
    left: 30%;
    height: 410px;
    width: 40%;
    z-index: 6;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    color: rgba(250, 250, 254, 1);
    text-align: center;
    padding-top: 27px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.play:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.play i {
    margin-left: 5px;
    font-size: 26px;
    color: #FDFDFF;
}

/**************************************** 

Features

****************************************/

.circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 17px;
}

/**************************************** 

Skills

****************************************/

.skillbar {
    font-family: 'Open Sans', 'sans-serif';
    position: relative;
    display: block;
    width: 100%;
    background-color: rgba(250, 250, 254, .3);
    height: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-bar {
    height: 15px;
    width: 0px;
    border-radius: 10px;
    background-color: rgba(250, 250, 254, 1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: -1px;
    font-size: 11px;
    color: #FDFDFF;
}

.skills-info {
    padding: 60px;
}

.skills-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-animation: zoom 20s infinite;
    animation: zoom 20s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/**************************************** 

Portfolio

****************************************/

/* Load more button */

.load-more-btn {
    margin-right: 15px;
    position: absolute;
    right: 0;
    padding: 15px 60px;
    border: none;
    color: #FDFDFF;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.load-more-btn-fake {
    padding: 15px 60px;
    border: none;
    background-color: #eee;
    color: #FDFDFF;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    cursor: not-allowed;
    pointer-events: none;
}

.load-more-btn:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.hidden {
    visibility: hidden;
    width: 0px!important;
    height: 0px!important;
    margin: 0px!important;
    padding: 0px!important;
}

/* Filter */

button {
    cursor: pointer;
}

.filters .button {
    background-color: transparent;
    border: none;
    border-bottom: solid 2px transparent;
    margin-right: 30px;
    padding: 0;
    border-bottom: solid 2px transparent;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.filters .is-checked {
    border-bottom: solid 2px #E56734;
}

/* Items */

.element-item {
    position: relative;
    height: 33.33333333333333333333vw;
    overflow: hidden;
    background-size: cover;
}

.port-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.element-item:hover .port-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.text-box-inside {
    padding: 30px;
    position: absolute;
    bottom: 0;
}

.text-box:hover.text-box .icon {
    -webkit-animation: jump 1.5s infinite;
    animation: jump 1.5s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.bg-icon {
    width: 370px;
    position: absolute;
    top: -100px;
    right: -100px;
    opacity: .1;
}

.box-inside {
    padding: 30px;
    position: absolute;
    bottom: -100%;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.gradient {
    position: relative;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(1, 7, 38, 0.40)), color-stop(21%, rgba(2, 6, 31, 0.49)), to(rgba(1, 6, 30, 0.97)));
    background-image: linear-gradient(-180deg, rgba(1, 7, 38, 0.40) 16%, rgba(2, 6, 31, 0.49) 21%, rgba(1, 6, 30, 0.97) 100%);
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.gradient:hover {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
}

.gradient:hover .box-inside {
    padding: 30px;
    position: absolute;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.box-inside .item-text {
    position: relative;
    top: 60px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.gradient:hover .box-inside .item-text {
    top: 0px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.box-inside .item-link {
    position: relative;
    top: 100px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.gradient:hover .box-inside .item-link {
    top: 0px;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.open-icon {
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    background-color: rgba(250, 250, 254, .2);
    padding-top: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.link-icon {
    text-align: center;
    position: absolute;
    right: 30px;
    top: 90px;
    font-size: 20px;
    background-color: rgba(250, 250, 254, .2);
    padding-top: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.link-icon:hover,
.open-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.05);
}

.link-icon a,
.open-icon a {
    color: rgba(250, 250, 254, 1);
}

/**************************************** 

Banner

****************************************/

.banner {
    position: relative;
    overflow: hidden;
    background-size: cover;
    height: 80vh;
}

.banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner-text-box {
    position: absolute;
    bottom: 60px;
}

/**************************************** 

Team

****************************************/

.owl-carousel-team {
    position: relative;
    width: 151%;
}

.team-member {
    width: 100%;
    height: 450px;
    background-position: center;
}

.team-nav {
    position: absolute;
    bottom: 0;
}

.team-nav button {
    position: relative;
    height: 40px;
    width: 40px;
    border: none;
    color: #FDFDFF;
    font-size: 24px;
    font-weight: 600;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.team-nav button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-nav button span {
    top: -1px;
    left: 40%;
    position: absolute;
}

.owl-carousel-team .item {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-size: cover;
}

.team-member {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.owl-carousel-team .item:hover .team-member {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.team-inside {
    padding: 30px;
    position: absolute;
    bottom: -100%;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.team-gradient {
    position: relative;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(1, 7, 38, 0.30)), color-stop(21%, rgba(2, 6, 31, 0.39)), to(rgba(1, 6, 30, 0.87)));
    background-image: linear-gradient(-180deg, rgba(1, 7, 38, 0.30) 16%, rgba(2, 6, 31, 0.39) 21%, rgba(1, 6, 30, 0.87) 100%);
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.team-gradient:hover {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
}

.team-gradient:hover .team-inside {
    padding: 30px;
    position: absolute;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.team-inside .member-post {
    position: relative;
    top: 60px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.team-gradient:hover .team-inside .member-post {
    top: 0px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.team-inside .member-social {
    position: relative;
    top: 100px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.team-gradient:hover .team-inside .member-social {
    top: 0px;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.member-social {
    padding: 0;
    margin: 0;
}

.member-social li {
    margin-right: 5px;
    list-style-type: none;
    display: inline-block;
}

.member-social li a {
    margin-right: 5px;
    list-style-type: none;
    display: inline-block;
    color: rgba(250, 250, 254, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.member-social li a:hover {
    -webkit-transform: translateY(-3px)scale(1.1);
    transform: translateY(-3px)scale(1.1);
}

/**************************************** 

Stats

****************************************/

.stats-icon img {
    width: 65px;
}

.numb {
    font-size: 36px;
}

/**************************************** 

Testimonials

****************************************/

.owl-carousel-testimonials {
    padding: 0 15px;
}

.owl-carousel-testimonials .review img {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.testimonials-nav {
    float: right;
}

.testimonials-nav button {
    position: relative;
    height: 40px;
    width: 40px;
    border: none;
    color: #FDFDFF;
    font-size: 24px;
    font-weight: 600;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    text-align: center;
    margin-left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.testimonials-nav button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonials-nav button span {
    top: -1px;
    left: 40%;
    position: absolute;
}

.brands .item img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.quote {
    position: absolute;
    top: 60px;
    margin-left: 55%;
    padding-top: 3px;
    height: 30px;
    width: 30px;
    color: #FDFDFF;
    border-radius: 50%;
}

/**************************************** 

Contact

****************************************/

.form-frame {
    padding: 60px;
}

.contact-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-animation: zoom 20s infinite;
    animation: zoom 20s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.home-contact-form input,
.home-contact-form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 2px rgba(250, 250, 254, .5);
    color: rgba(250, 250, 254, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.home-contact-form input:focus,
.home-contact-form textarea:focus {
    border-bottom: solid 2px rgba(250, 250, 254, 1);
}

.home-contact-form input {
    height: 60px;
}

input::-moz-placeholder {
    color: rgba(250, 250, 254, 1);
}

input::-webkit-input-placeholder {
    color: rgba(250, 250, 254, 1);
}

textarea::-moz-placeholder {
    color: rgba(250, 250, 254, 1);
}

textarea::-webkit-input-placeholder {
    color: rgba(250, 250, 254, 1);
}

.submit {
    background-color: transparent;
    float: right;
    padding: 0;
    border: none;
    padding-left: 15px;
}

/* popup */

.popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
}

.popup-window {
    padding: 30px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -150px;
    width: 400px;
}

.n-active-popup {
    opacity: 0;
    display: none;
}

.active-popup {
    opacity: 1;
    display: block;
}

/**************************************** 

Footer

****************************************/

.logo-footer {
    margin: auto;
}

.logo-footer img {
    float: left;
}

.logo-text {
    line-height: 70px;
    font-size: 28px;
}

.footer-links {
    margin-top: 20px;
    padding: 0;
    text-align: right;
}

.footer-links li {
    margin-left: 30px;
    display: inline;
    list-style-type: none;
}

.footer-links li a {
    color: rgba(250, 250, 254, .5);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.footer-links li a:hover {
    color: rgba(250, 250, 254, 1);
}

.footer-bottom {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.footer-bottom p {
    display: inline-block;
}

.footer-bottom p img {
    width: 12px;
    margin-top: -3px;
}

.footer-bottom a {
    color: rgba(250, 250, 254, 1);
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.copy {
    opacity: .4;
    font-size: 14px;
}

.author {
    float: right;
    opacity: .4;
    font-size: 14px;
}

/**************************************** 

Blog

****************************************/

.header-2 {
    height: auto;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.header-2-title {
    padding: 90px 0 90px;
}

.header-2 .item {
    height: auto;
}

.overlay-2 {
    position: absolute;
    height: 100%;
    width: 100vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(1, 7, 38, 0.10)), color-stop(21%, rgba(2, 6, 31, 0.20)), to(rgba(1, 6, 30, 0.97)));
    background-image: linear-gradient(-180deg, rgba(1, 7, 38, 0.10) 16%, rgba(2, 6, 31, 0.20) 21%, rgba(1, 6, 30, 0.97) 100%);
}

.blog-nav {
    float: right;
}

.blog-nav button {
    position: relative;
    height: 40px;
    width: 40px;
    border: none;
    color: #FDFDFF;
    font-size: 24px;
    font-weight: 600;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    text-align: center;
    margin-left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.blog-nav button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-nav button span {
    top: -1px;
    left: 40%;
    position: absolute;
}

.crumb ol {
    padding-left: 0;
    margin: 0;
}

.crumb {
    padding: 25px 0;
}

.crumb ol li {
    display: inline-block;
}

.crumb ol li span {
    padding: 7px 20px;
    border-radius: 20px;
    background-color: rgba(250, 250, 255, .1);
    color: #FDFDFF;
}

.crumb ol li a {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin-right: 5px;
    color: #FDFDFF;
    opacity: .6;
}

.crumb ol li a:hover {
    opacity: 1;
}

.share {
    padding: 0;
}

.share li {
    display: inline-block;
}

.share li a {
    color: rgba(250, 250, 255, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.share li a:hover {
    color: rgba(250, 250, 255, 1);
}

.share li a i {
    font-size: 18px;
    padding-top: 11px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    width: 40px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.share-text {
    margin-right: 15px;
}

.post-img {
    position: relative;
}

.post-img .date {
    color: #FDFDFF;
    right: 0;
    bottom: 30px;
    text-align: center;
    padding: 15px 30px;
    position: absolute;
}

.item .post-img {
    position: relative;
    overflow: hidden;
}

.post-img:hover .pub-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.pub-img {
    background-size: cover;
    width: 100%;
    height: 330px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.input-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subscribe-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
    background-color: transparent;
    outline: inherit;
    border: none;
    border-bottom: solid 2px rgba(250, 250, 254, .5);
    border-radius: 0;
    color: rgba(250, 250, 254, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.subscribe-input:focus {
    background-color: transparent;
    outline: inherit;
    border: none;
    border-bottom: solid 2px rgba(250, 250, 254, 1);
    border-radius: 0;
}

.pagination {
    margin: 0;
}

.pagination li a {
    height: 40px;
    width: 40px;
    padding-top: 9px;
    display: block;
    border-radius: 50%;
    background-color: rgba(250, 250, 254, .1);
    color: rgba(250, 250, 254, 1);
    border: 0;
    margin: 0 7.5px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.pagination li a:hover {
    height: 40px;
    width: 40px;
    padding-top: 9px;
    display: block;
    border-radius: 50%;
    background-color: rgba(250, 250, 254, .4);
    border: 0;
    margin: 0 7.5px;
}

.pagination li .active {
    background-color: #1A2430;
}

.pagination li .active:hover {
    background-color: #1A2430;
}

/**************************************** 

Demo

****************************************/

.demo-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.demo-item img {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.demo-item:hover{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.new {
    font-weight: bolder;
    text-align: center;
    padding-top: 18px;
    border-radius: 50%;
    color: rgba(250, 250, 254, 1);
    font-size: 30px;
    height: 90px;
    width: 90px;
    z-index: 5;
    position: absolute;
    right: 5px;
    top: -10px;
}

.new span{
    font-weight: 100;
    top: -30px;
    position: relative;
    font-size: 10px;
}
.page-header{
    position: relative;
    padding:170px 0px 70px 0px;
	background-size:cover !important;
	background-color:#e57917;
	}
	.page-header::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#00000061;
  
}

	.page-title {
    color: #fff;
    line-height: 1;
}
.breadcrumbs {
  margin: 10px 0;    padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 16px;
  color: #e67714;
}
.breadc-box li:before {
    content: "/";
    font-family: FontAwesome;
    color: #fff;
    margin: 0 8px;
}
.breadc-box li:first-child:before {
    display: none;
}
.breadcrumbs li a {
  font-size: 16px;
  color: #b7b7b7;
}
.breadcrumbs li a:hover {color: #1a9d73;text-decoration: none;}
.sec50{padding: 50px 0px;}



.primary-sidebar {
  margin-bottom: 120px;
}
.primary-sidebar .widget {
  margin-bottom: 20px;
  background-color: #f2f4f6;
}
.primary-sidebar .widget ul {
  list-style: none;
  padding:0;
  margin:0;
}
.primary-sidebar .widget_search input {
  padding: 22px 30px;
  background-color: transparent;
  border:none;
}
.primary-sidebar .widget_search button {
  font-size: 26px;
  min-width: auto; 
  padding-left:30px; 
  padding-right: 30px; 
  line-height:26px; 
  color:#b7b7b7;
  background-color: 
  transparent;
}
.widget-title {
  color:#03132b;
  font-size:16px;
  padding:25px 30px;
  border-left:2px solid #e67817;
  text-transform: uppercase;
  margin-bottom: 0; 
  font-weight:bold;
}
.primary-sidebar .widget_categories ul li a {
  display:block;font-size: 16px;
  line-height: 26px;
  color: #707070;
  padding: 9px 30px;
  border-top:1px solid #fff;
}
.primary-sidebar .widget_categories ul li a:hover {
  background-color: #1a9d73;
  color:#03132b;
  text-decoration: none;
}
.primary-sidebar .widget_recent_news .thumb{
  float:left;
  margin-right:20px;
}
.recent-news li {
  padding: 30px;
  border-top:1px solid #ffffff;
}
.recent-news h4 {
  font-size:16px; 
  line-height:20px;
  color: #363636;
  margin-bottom: 6px;
}
.recent-news .entry-date {
  font-size: 14px;
  line-height: 14px;
  color:#707070;
}
.tagcloud {
  padding: 25px;
  border-top:1px solid #fff; 
  overflow-y: hidden; 
}
.tagcloud a {
  float: left; 
  font-size: 16px; 
  line-height: 24px; 
  padding: 10px 16px; 
  margin:5px; 
  background-color: #fff;
}
.tagcloud a:hover {
  color: #fff;
  background-color: #1a9d73; 
  text-decoration: none;
}
.recent-tweets li {
  padding:30px; 
  border-top:1px solid #fff;
}
.tweets-logo { 
  float: left;
}
.tweets-logo i {
  font-size: 18px; 
  color: #00aeef;
}
.tweets-content {
  padding-left: 40px;
}
.tweets-content p {
  font-size: 16px; 
  line-height: 24px;
  font-weight: 500;
}
.tweets-content a {
  color: #1a9d73;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.single-post {
  margin-bottom: 50px;
}
.seperate-border {
  padding-bottom: 30px; 
  border-bottom: 1px solid #e1e1e1; 
  margin-bottom: 30px;
}
.meta-post {
  text-align: right;
}
.meta-left {
  float: left;
}
.meta-right, .meta-left {
  margin-bottom: 0;
}
.single-img {
  display: table;
}
.img-left {
  position: relative;
  width: 63%; 
  float: left; 
  padding-right: 15px;
}
.img-right {
  position: relative;
  width: 37%; 
  float: left; 
  padding-left: 15px;
}
.img-right img {
  margin-bottom: 30px;
}
.img-right img:last-child {
  margin-bottom: 0;
}
.img-left img, .img-right img {
  width: 100%;
}
blockquote {
  font-size: 30px;
  line-height: 38px;
  font-weight:500;
  padding:0; 
  padding-left:30px; 
  color: #1a9d73;
  background-color: transparent;
  margin: 0;
}
blockquote .post-blockquote-author {
  font-size: 16px; 
  line-height: 26px; 
  color: #707070; 
  font-style: normal;
  padding-top: 94px;
}
blockquote .author-name {
  color: #252525;
}
.blockquote-post {
  margin-bottom: 40px;
}
.blockquote-post::before {
  position: absolute;
  top: 0; 
  left: 0;
  width: 2px; 
  height: 53px; 
  background-color: #1a9d73;
  font-size: 0;
  content:'';
}
.tags {
  float: left;
  color: #707070;
  font-size: 16px; 
  line-height: 24px;
  font-weight: 500;
}
.tags a {
  color: #707070; 
  margin-left: 10px;
}
.tags a:hover{
  color:#1a9d73;
}
.share {
  text-align: right;
  font-weight: 500;
}
.share a, .author-social a {
  color: #b7b7b7;
  font-size: 20px;
  line-height: 26px;
  margin-left: 10px;
}
.share a:hover {
  color: #1a9d73;
}
.author-post {
  padding: 30px; 
  background-color: #f2f4f6;
  margin-bottom: 30px;
}
.author-img {
  float: left;
}
.author-desc {
  padding-left: 130px;
}
.author-social a:first-child{
  margin-left: 0;
}
.comments-area {
  padding-top: 20px;
}
.comments-area ol, .comments-area ul {
  list-style: none; 
  padding-left: 0;
}
.comment-list li {
  padding-bottom: 60px;
}
.comment-list li:last-child {
  padding-bottom: 30px;
}
.gravatar {
  float: left;
}
.comment-content {
  padding-left: 80px;
}
.comment-author {
  display: inline-block;
  font-size: 16px;
  color: #03132b;
  margin-bottom: 10px;
}
.comment-time {
  color: #b7b7b7;
}
.comment-content p {
  margin-bottom: 10px;
}
.btn.comment-reply-link {
  font-size: 12px;
  line-height: 24px;
  padding: 0 18px;
  color: #707070; 
  background-color: #e5720c;
  min-width: auto; 
  min-height: auto; 
}
.btn.comment-reply-link:hover {
  color: #fff;
  background-color: #1a9d73;
  text-decoration: none;
}
.comment-list .children {
  padding-left: 55px;
}
.comment-form input {
  margin-bottom: 30px; 
  width: 100%;
}
.comment-form textarea {
  margin-bottom: 20px;
}
p.form-submit {
  margin-bottom: 0;
}
p .btn-submit {
  font-size: 16px;
  color: #fff;
  padding: 18px 30px; 
  width: auto;
  margin-bottom: 0;
}

.widget-nav-menu a {
  display: block; 
  color: #707070; 
  font-size: 16px; 
  padding: 10px 30px; 
  border-bottom: 1px solid #fff; 
  font-weight: 500;
}
.widget-nav-menu a:hover {
  color: #ffffff; 
  background-color: #e67817; 
  text-decoration: none;
}
.widget-nav-menu .current-menu-item a, .primary-sidebar .widget_categories .current-menu-item a {
  color: #ffffff; 
  background-color: #e67817;
}
.widget-text .textwidget {
  padding: 30px;
}
.widget-text .textwidget a {
  color: #1a9d73; 
  font-weight: 500;
}
.textwidget a i {
  margin-left: 10px;
}

.bg-contact-info {
  background-color: #f2f4f6;
}
.contact-info h2 {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}
.contact-info p {
  margin-bottom: 12px;
}
.contact-info i {
  color: #1a9d73;
}
.form-group input, .form-group textarea, .form-group select {
  margin-bottom: 30px;
}
.form-group select {
  height: auto;
  font-weight: 500;
}
.wpcf7-submit {
  width: 170px;
  margin-right: 10px;
}
.map {
  margin-bottom: 60px;
}
.text-center {
  text-align: center;
}
.btn-m-r {
  margin-right: 10px;
}
.text-primary {
    color: #e67816!important;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

h1, h2, h3, h4, h5, h6 {
  
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #03132b;
}
.btn-primary{
    color: #fff;
    background-color: #e67817;
    border-color: #e67817;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e67817;
    border-color: #e67817;
}

.detail h1 {     font-size: 40px;}
.detail h3 {     font-size: 20px; color:#e67817;}


@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #e67817;
    font-weight: bold;}
	.navbar .nav-item:hover .dropdown-menu{ display: block;min-width: 230px; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
.navbar-nav
{
	margin-left: auto;
	}
	.nav-link { color:#000;}
	
	.navbar-expand-lg .navbar-nav .nav-link {
    padding:33px 20px !important;
}

.dropdown-menu li a
{
	    display: block;
    padding: 10px;
    color: #000000;
	
}

.dropdown-menu li a:hover
{
	    display: block;
    padding: 10px;
    color: #ffffff;
	background:#e67817;
	
}

.kicon
{
    font-size: 40px;
    margin-top: 5px;
    color: #fff;
	}
	

	
	.kamipartner div.box
	{
	    padding: 0;
    border: solid 1px #e9e9e9;
    border-top: 0px;	
	border-right:0px;
	position:relative;
	}
	.koverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000b3;
}
.kamipartner>div.box:hover .koverlay {
  opacity: 1;
}

.koverlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
      word-break: break-word;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

	
	.bdleft{ border-left:0px !important;}
	.bdbottom{ border-bottom:0px !important;}
	
	.navbar {
		margin:0px;
    min-height: 0px;margin-top: -2px;
}

.navbar-collapse.collapse {
    display: contents !important;
   
}




/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;    position: relative;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #e5720c;
  color:#FFF;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #e5720c;
   color: white;
}




.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:#e5720d80;
}

.kamsl:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}