.menu,
.nav-icon span {
    transition: all .3s ease-in-out
}

.menu .nav-menu li a,
.nav-menu li a {
    line-height: 56px
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.effectTab-header .caption,
.effectTab-header .title {
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase
}

.effectTab-header .title {
    font-size: 36px;
    font-family: 'Space Grotesk', sans-serif;
    color: #ffffff;
}

.effectTab-header .caption {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif
}

.column-1,
.column-10,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9 {
    float: left;
    padding: 5px
}

.effectTab-header .title::after,
.effectTab-header .title::before {
    position: absolute;
    background: #ffffff;
    content: ""
}

.effectTab-header .title::before {
    left: 0;
    width: 156%;
    height: 3px;
    margin-left: -28%;
    bottom: -1.5px
}

.effectTab-header .title::after {
    left: 50%;
    width: 25px;
    height: 25px;
    bottom: -26px;
    margin: 0 0 0 -10px;
    -webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
    clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0)
}

body {
    background: radial-gradient(circle at 50% 50%, #0c0c0c 0%, #000000 100%);
    background-attachment: fixed;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.column-1 {
    width: 8.333333333333333%
}

.column-9 {
    width: 75%
}

.column-12,
.wrapper-full {
    width: 100%
}

.nav-icon,
.navigation {
    float: right
}

.custom-row::after {
    content: "";
    display: table;
    clear: both
}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.header {
    background-color: #000000;
    padding: 8px 0;
    position: static;
    z-index: 2000
}

.header h1 {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 2.2rem;
    padding-left: 40px
}

.rotate {
    position: absolute;
    transform: rotate(-20deg);
    left: 0;
    font-size: 2.8rem;
    top: 5px
}

.ex_padd {
    padding-top: 170px!important
}

.nav-icon-container {
    display: block
}

.nav-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    z-index: 100
}

.nav-icon span {
    width: 60%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

.nav-icon-1 {
    top: 30%
}

.nav-icon-2 {
    top: 50%
}

.nav-icon-3 {
    top: 70%
}

.nav-icon.active .nav-icon-1 {
    top: 50%;
    transform: rotate(45deg);
    left: 22%
}

.nav-icon.active .nav-icon-3 {
    top: 50%;
    transform: rotate(-45deg);
    left: 22%
}

.nav-icon.active .nav-icon-2 {
    width: 0
}

.nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.nav-menu li {
    list-style: none;
    position: relative
}

.nav-menu li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px
}

.nav-menu li:after,
.nav-menu li:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: rgba(255, 255, 255, .2);
    bottom: 0;
    width: 0;
    transition: all .3s ease-in-out
}

.nav-menu li:before {
    left: 0
}

.nav-menu li:after {
    right: 0
}

.nav-menu li:hover:after,
.nav-menu li:hover:before {
    width: 50%
}

.nav-menu li.active:after,
.nav-menu li.active:before {
    background-color: rgba(0, 128, 128, 1)
}

.menu {
    width: 200px;
    background-color: #0B466C;
    text-align: center;
    padding: 40px;
    position: fixed;
    top: 96px;
    right: -200px;
    overflow: scroll;
    height: calc(100% - 96px);
    z-index: 1000
}

.menu.active {
    right: 0
}

.menu .nav-menu {
    flex-direction: column;
    width: 150px
}

.menu .nav-menu li {
    margin: 10px 0;
    width: 80%
}

.box-tab {
    margin: 10px 0;
    background: radial-gradient(circle at 50% 50%, #0c0c0c 0%, #000000 100%);
}

.effect {
    box-shadow: none;
    background: radial-gradient(circle at 50% 50%, #0c0c0c 0%, #000000 100%);
    border: none
}

.tab-container {
    padding: 50px 0
}

.tab-head {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

.tab .effect {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    max-width: 350px;
    background: #000;
    text-align: center;
    cursor: pointer
}

.grid-width3,
.grid-width6 {
    max-height: 270px!important;
    max-width: 530px!important
}

.grid-width8 {
    max-width: 700px!important
}

.tab .effect img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: .8
}

.tab .effect .tab-text {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tab-text h2, h2.name-tag {
    margin: 0;
    font-size: 16px;
    font-family: Oswald, sans-serif;
}

.tab-text h2 {
    color: #fff;
}

h2.name-tag {
    color: #ffffff;
    text-transform: uppercase;
    background: radial-gradient(circle at 50% 50%, #0c0c0c 0%, #000000 100%);
}

.tab-text p {
    color: #fff;
    margin: 0;
    font-size: 1rem
}

.hide {
    display: none
}

@media (max-width:575px) {
    .col-xs-6, 
    .col-sm-3,
    .column-xs-1,
    .column-xs-10,
    .column-xs-11,
    .column-xs-12,
    .column-xs-2,
    .column-xs-3,
    .column-xs-4,
    .column-xs-5,
    .column-xs-7,
    .column-xs-8,
    .column-xs-9 {
        float: left;
        padding: 15px
    }
    .column-xs-1 {
        width: 8.333333333333333%
    }
    .column-xs-2 {
        width: 16.66666666666667%
    }
    .column-xs-3 {
        width: 25%
    }
    .column-xs-4 {
        width: 33.33333333333333%
    }
    .column-xs-5 {
        width: 41.66666666666667%
    }
    .column-xs-6 {
        width: 50%;
        float: left;
        padding: 15px
    }
    .column-xs-7 {
        width: 58.33333333333333%
    }
    .column-xs-8 {
        width: 66.66666666666667%
    }
    .column-xs-9 {
        width: 75%
    }
    .column-xs-10 {
        width: 83.33333333333333%
    }
    .column-xs-11 {
        width: 91.66666666666667%
    }
    .column-xs-12 {
        width: 100%
    }
    .hide-xs {
        display: none
    }
    .effectTab-header .title::before {
        width: 125%;
        left: 15%
    }
    .tab-container {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .col-xs-6, 
    .col-sm-3,
    .column-sm-1,
    .column-sm-10,
    .column-sm-11,
    .column-sm-12,
    .column-sm-2,
    .column-sm-3,
    .column-sm-4,
    .column-sm-5,
    .column-sm-7,
    .column-sm-8,
    .column-sm-9 {
        float: left;
        padding: 15px
    }
    .column-sm-1 {
        width: 8.333333333333333%
    }
    .column-sm-2 {
        width: 16.66666666666667%
    }
    .column-sm-3 {
        width: 25%
    }
    .column-sm-4 {
        width: 33.33333333333333%
    }
    .column-sm-5 {
        width: 41.66666666666667%
    }
    .column-sm-7 {
        width: 58.33333333333333%
    }
    .column-sm-8 {
        width: 66.66666666666667%
    }
    .column-sm-9 {
        width: 75%
    }
    .column-sm-10 {
        width: 83.33333333333333%
    }
    .column-sm-11 {
        width: 91.66666666666667%
    }
    .column-sm-12 {
        width: 100%
    }
    .hide-sm {
        display: none
    }
    .visible-sm {
        display: block
    }
    .tab-container {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width:1000px) {
    .header h1 {
        padding-left: 70px
    }
    .rotate {
        left: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .col-xs-6, 
    .col-sm-3,
    .column-md-1,
    .column-md-10,
    .column-md-11,
    .column-md-12,
    .column-md-2,
    .column-md-3,
    .column-md-4,
    .column-md-5,
    .column-md-7,
    .column-md-8,
    .column-md-9 {
        float: left;
        padding: 15px
    }
    .column-md-1 {
        width: 8.333333333333333%
    }
    .column-md-2 {
        width: 16.66666666666667%
    }
    .column-md-3 {
        width: 25%
    }
    .column-md-5 {
        width: 41.66666666666667%
    }
    .column-md-6 {
        width: 50%;
        float: left;
        padding: 15px
    }
    .column-md-7 {
        width: 58.33333333333333%
    }
    .column-md-8 {
        width: 66.66666666666667%
    }
    .column-md-9 {
        width: 75%
    }
    .column-md-10 {
        width: 83.33333333333333%
    }
    .column-md-11 {
        width: 91.66666666666667%
    }
    .column-md-12 {
        width: 100%
    }
    .hide-md {
        display: none
    }
    .visible-md {
        display: block
    }
}

/* EFFECTS STYLES */

.effect.effect-nine {
    position: relative
}

.effect.effect-nine .tab-text {
    padding: 1em
}

.effect.effect-nine .tab-text::after,
.effect.effect-nine .tab-text::before {
    position: absolute;
    content: '';
    opacity: 0
}

.effect.effect-nine .tab-text::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 2px solid rgba(255, 255, 255, .3);
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.effect.effect-nine .tab-text::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.effect.effect-nine h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    font-weight: 600;
    font-size: 1.7rem;
    font-family: Oswald, sans-serif;
}

.effect.effect-nine p {
    font-family: Poppins;
}

.effect-nine .pt-1 {
    padding-top: 10%!important
}

.effect-nine .pt-2 {
    padding-top: 16%!important
}

.effect-nine .pt-3 {
    padding-top: 28%!important
}

.effect.effect-nine p {
    padding: 2.7em 2.7em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    font-size: .92rem;
    line-height: 16px;
    color: rgba(255, 255, 255, .9)
}

.effect.effect-nine h2, .effect.effect-nine img {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    font-family: Oswald, sans-serif;
}

.effect.effect-nine .tab-text::after,
.effect.effect-nine .tab-text::before,
.effect.effect-nine img,
.effect.effect-nine p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.effect.effect-nine:hover img {
    opacity: .7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.effect.effect-nine:hover .tab-text::after,
.effect.effect-nine:hover .tab-text::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.effect.effect-nine:hover h2,
.effect.effect-nine:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect.effect-nine:hover .tab-text::after,
.effect.effect-nine:hover h2,
.effect.effect-nine:hover img,
.effect.effect-nine:hover p {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.effect.effect-nine img {
    transition: all .3s ease-in-out;
    transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1)
}

.effect.effect-nine:hover img {
    opacity: .2;
    transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
    -webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-nine:hover h2 {
    transform: scale3d(1, 1, 1);
    transition: all .5s ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transition: all .5s ease-in-out
}

.effect.effect-nine p {
    font-size: 1.0rem;
    transform: scale3d(.8, .8, 1);
    -webkit-transform: scale3d(.8, .8, 1);
    -webkit-transition: all .35s;
    transition: all .35s;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    line-height: 24px;
    z-index: 2;
    position: relative;
}

.effect.effect-nine:hover p {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1
}

.col-sm-3, .col-xs-10, .col-xs-offset-1 { 
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    outline: none;
}

.col-sm-3 {
    background: radial-gradient(circle at 50% 50%, #0c0c0c 0%, #000000 100%);
}

@media (max-width:575px) {
    .effect.effect-two p.description {
        bottom: 5.8em
    }
    .effect.effect-nine p {
        font-size: 1.0rem;
    }
    .wrapper {
        display: table;
        vertical-align: middle;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .tab .effect .tab-text h2 {
        font-size: 1.3rem!important;
        font-family: Oswald
    }
    .effect.effect-two p.description {
        bottom: 5.8em
    }
    .effect.effect-nine p {
        font-size: 1.0rem;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .effect h2 {
        font-size: 1.3rem!important
    }
}
