* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: inherit;
}

body {
    color: #0c0f16;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.view-set {
    overflow-x: hidden;
}

img {
    width: 100%;
    height: auto;
}

span, a, a:hover {
    display: inline-block;
color: inherit; }

h1 {
font-size: 55px; }

h2 {
font-size: 40px; }

h3 {
font-size: 35px; }

h4 {
font-size: 30px; }

h5 {
font-size: 25px; }

h6 {
font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.4;
font-weight: 600; }

p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 1em;
}

a, span {
display: inline-block; }
a:hover, span:hover {
text-decoration: none; }

.container {
max-width: 1200px; }

.custom-font {
font-family: 'Barlow Condensed', sans-serif; }

.position-re {
position: relative; }

.ontop {
    position: relative;
z-index: 7; }

.full-width {
width: 100% !important; }

.sub-bg {
background: #f7f7f7 !important; }

.bg-img {
    background-size: cover;
background-repeat: no-repeat; }

.section-padding {
padding: 120px 0; }

.rounded {
border-radius: 5px; }

.inline {
display: inline-block; }

.valign {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.valign-end {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: end;
}

/*-------------------------------------------------------
text color
-------------------------------------------------------*/

    /*-------------------------------------------------------
    font-weight
    -------------------------------------------------------*/

    /*-------------------------------------------------------
    font-size
    -------------------------------------------------------*/

    /*-------------------------------------------------------
    line-height
    -------------------------------------------------------*/

    /*-------------------------------------------------------
    text-transform
    -------------------------------------------------------*/

    /*-------------------------------------------------------
    letter-spacing
    -------------------------------------------------------*/

    /*-------------------------------------------------------
    margin-top  (0/100) +5
    -------------------------------------------------------*/

    .mt-10 {
    margin-top: 10px !important; }

    .mt-30 {
    margin-top: 30px !important; }

    .mt-50 {
    margin-top: 50px !important; }

    .mt-60 {
    margin-top: 60px !important; }

    .mt-100 {
    margin-top: 100px !important; }

    /*-------------------------------------------------------
    margin-bottom  (0/100) +5
    -------------------------------------------------------*/
    .mb-0 {
    margin-bottom: 0 !important; }

    .mb-10 {
    margin-bottom: 10px !important; }

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

    .mb-40 {
    margin-bottom: 40px !important; }

    .mb-50 {
    margin-bottom: 50px !important; }

    .mb-80 {
    margin-bottom: 80px !important; }

    /*-------------------------------------------------------
    padding-top  (0/100) +5
    -------------------------------------------------------*/
    .pt-0 {
    padding-top: 0 !important; }

    .pt-20 {
    padding-top: 20px !important; }

    .pt-50 {
    padding-top: 50px !important; }

    /*-------------------------------------------------------
    padding-bottom  (0/100) +5
    -------------------------------------------------------*/
    .pb-0 {
    padding-bottom: 0 !important; }

    .pb-20 {
    padding-bottom: 20px !important; }

    .pb-50 {
    padding-bottom: 50px !important; }

    .pb-70 {
    padding-bottom: 70px !important; }

    .no-padding {
    padding: 0 !important; }

    .splitting.animated .char {
        -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index)); }

    .splitting .whitespace {
    width: 5px; }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        transform: translateY(20px); }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
    transform: translateY(0); } }

    .splitting.txt.animated .char {
        -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index)); }

    .splitting.txt .whitespace {
    width: 5px; }

    @keyframes fadeIn {
        0% {
        opacity: 0; }
        100% {
    opacity: 1; } }

    .imago {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
    transition-delay: .3s; }
    .imago.animated {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

    [data-overlay-dark] {
    position: relative; }

    [data-overlay-dark] .container {
        position: relative;
    z-index: 2; }

    [data-overlay-dark]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    z-index: 1; }

    [data-overlay-dark]:before {
    background: #02050b; }

    [data-overlay-dark] h1,
    [data-overlay-dark] h2,
    [data-overlay-dark] h3,
    [data-overlay-dark] h4,
    [data-overlay-dark] h5,
    [data-overlay-dark] h6,
    [data-overlay-dark] span {
    color: #fff; }

    [data-overlay-dark] p {
    color: #dad6d6; }

    [data-overlay-dark="0"]:before {
    opacity: 0; }

    [data-overlay-dark="1"]:before {
    opacity: .1; }

    [data-overlay-dark="2"]:before {
    opacity: .2; }

    [data-overlay-dark="3"]:before {
    opacity: .3; }

    [data-overlay-dark="4"]:before {
    opacity: .4; }

    [data-overlay-dark="5"]:before {
    opacity: .5; }

    [data-overlay-dark="6"]:before {
    opacity: .6; }

    [data-overlay-dark="7"]:before {
    opacity: .7; }

    [data-overlay-dark="8"]:before {
    opacity: .8; }

    [data-overlay-dark="9"]:before {
    opacity: .9; }

    [data-overlay-dark="10"]:before {
    opacity: 1; }

    .sec-head {
        position: relative;
    margin: 0 auto 80px; }
    .sec-head h6 {
        color: #4DCF9E;
        font-weight: 300;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 14px;
    margin-bottom: 5px; }
    .sec-head h3 {
        font-size: 80px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 4px;
    text-shadow: 0 8px rgba(0, 0, 0, 0.05); }
    .sec-head .tbg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 10vw;
        font-weight: 700;
        color: transparent;
        -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: .9; }
    .sec-head.tr-head {
        text-align: center;
    margin-bottom: 0; }
    /* .sec-head.tr-head .tbg {
    text-align: left; } */

    .sub-title {
        position: relative;
        padding-left: 2rem;
    margin-bottom: 20px; }
    .sub-title h6 {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 300;
        font-size: 2rem;
        text-transform: uppercase;
    letter-spacing: 4px; }
    .sub-title span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #4DCF9E;
        position: absolute;
        left: 10px;
    bottom: 10px; }
    .sub-title span:first-of-type {
    bottom: 22px; }
    .sub-title span:last-of-type {
    left: 0px; }

    .extra-title {
    font-weight: 700; }

    .btn-curve {
        background: transparent;
        padding: 12px 35px;
        border: 1px solid #1e1e1e;
        position: relative;
        overflow: hidden;
    cursor: pointer; }
    .btn-curve:focus {
    outline: none; }
    .btn-curve:hover {
    outline: none; }
    .btn-curve:hover:after {
        bottom: -30px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
    .btn-curve:hover span {
    color: #fff; }
    .btn-curve:after {
        content: '';
        position: absolute;
        top: -30px;
        left: -30px;
        right: -30px;
        bottom: 130%;
        background: #1e1e1e;
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
    transition: all .8s; }
    .btn-curve span {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        z-index: 2;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
    transition: all .8s; }
    .btn-curve.btn-blc {
    background: #1e1e1e; }
    .btn-curve.btn-blc:after {
    background: #fff; }
    .btn-curve.btn-blc span {
    color: #fff; }
    .btn-curve.btn-blc:hover span {
    color: #1e1e1e; }
    .btn-curve.btn-color {
        background: #4DCF9E;
    border-color: #4DCF9E; }
    .btn-curve.btn-color:after {
    background: #fff; }
    .btn-curve.btn-color span {
    color: #0c0f16; }
    .btn-curve.btn-color:hover span {
    color: #4DCF9E; }

    /* NEW ANIMATION BUTTON */

    .simple-btn-new {
        position: relative;
        padding: 7px;
        display: inline-block;
        text-transform: uppercase;
        border:1px solid gray;
        border-left:10px solid rgba(0, 0, 0, 0.25);
        letter-spacing: 4px;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 400; 
    }
        
    .simple-btn-new::before{
        content: '';
        position: absolute;
        left: 0px;
        top:0px;
        z-index:-1;
        width: 50%;
        height:100%;
        background: transparent;
        box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.25);
        display: block;
        -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
        transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
    }
      
    .simple-btn-new:hover::before{
        /* to show from the left 300px used */
        box-shadow: inset 300px 0px 0px rgba(0, 0, 0, 0.25);

        /* to show from the right -300px used 
        box-shadow: inset -300px 0px 0px rgba(0, 0, 0, 0.19);
        */
    }
    
    /* // NEW ANIMATION BUTTON */

    .navbar {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        background: transparent;
        border-bottom: 2px solid transparent;
        z-index: 999;
    /* min-height: 80px;  */
}

    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar .icon-bar {
    color: #fff; }
    .navbar .navbar-nav .nav-link {
        font-size: 1em;
        font-weight: 600;
        color: #fff;
        padding: 15px 7px;
    margin: 10px 15px; }
    .black{
        color: #000 !important;
    }
    .navbar .navbar-nav .dropdown-menu {
        padding: 10px 0;
        border: 0;
        -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1); }
    .navbar .navbar-nav .dropdown-item {
        font-size: 13px;
        padding: 10px 20px;
    opacity: .9; }
    .navbar .navbar-nav .dropdown-item:hover {
        background: transparent;
    color: #4DCF9E; }
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        border-radius: 0;
        color: #0c0f16;
        background: #fff;
        min-width: 185px;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    transition: all .4s; }
    .navbar .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    transform: translateY(0); }
    .navbar .dropdown-menu .dropdown-item {
        color: #0c0f16;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        padding: 10px 25px;
    position: relative; }
    .navbar .dropdown-menu .dropdown-item:after {
        content: '';
        width: 0px;
        height: 1px;
        background: #4DCF9E;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    transition: all .4s; }
    .navbar .dropdown-menu .dropdown-item:hover {
    padding-left: 30px; }
    .navbar .dropdown-menu .dropdown-item:hover:after {
    width: 10px; }
    .navbar .search {
        color: #fff;
        padding-left: 30px;
    border-left: 2px solid rgba(255, 255, 255, 0.5); }
    .search-black {
        border-left: 2px solid rgba(0, 0, 0, 0.5) !important;
    }
    .navbar .search .icon {
    cursor: pointer; }
    .navbar .search .search-form {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(37, 37, 49, 0.98);
    display: none; }
    .navbar .search .search-form form {
        width: 600px;
        position: absolute;
        left: calc(50% - 300px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .navbar .search .search-form form input {
        padding: 15px 0;
        font-size: 80px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        background: transparent;
        border: 0;
    border-bottom: 2px solid #4DCF9E; }
    .navbar .search .search-form .close {
        position: absolute;
        top: 20%;
        right: 20%;
        color: #fff;
        font-size: 60px;
        opacity: 1;
    cursor: pointer; }
    .navbar .logo {
    width: 50px; }
    .navbar.light .navbar-nav .nav-link {
    color: #0c0f16; }
    .navbar.light .search {
        color: #0c0f16;
    border-color: #ccc; }

    .nav-scroll {
        background: #fff;
        border-color: transparent;
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
        padding: 0;
        position: fixed;
        top: -80px;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
    transform: translateY(80px); }
    .nav-scroll .navbar-nav .nav-link {
    color: #0c0f16; }
    .nav-scroll .search {
        color: #0c0f16;
    border-color: #ccc; }
    .nav-scroll .icon-bar {
    color: #0c0f16; }

    .topnav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
        padding: 30px 0;
        color: #fff;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
    transition: all .7s; }
    .topnav .container,
    .topnav .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
    display: flex; }
    .topnav .container-fluid {
    padding: 0 50px; }
    .topnav .logo {
    width: 50px; }
    .topnav .menu-icon {
        margin-left: auto;
    cursor: pointer; }
    .topnav .menu-icon:hover .text .char {
        -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index)); }
    .topnav .menu-icon .text {
        font-size: 13px;
        font-weight: 500;
        padding-left: 15px;
        display: table-cell;
        vertical-align: middle;
    position: relative; }
    .topnav .menu-icon .text:after {
        content: 'close';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-left: 15px;
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
    transition-delay: .4s; }
    .topnav .menu-icon .text .word {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
    transition-delay: .6s; }
    .topnav .menu-icon .text.open .word {
        opacity: 0;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
    transition-delay: .4s; }
    .topnav .menu-icon .text.open:after {
        opacity: 1;
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
    transition-delay: .6s; }
    .topnav .menu-icon .icon {
    display: table-cell; }
    .topnav .menu-icon .icon i {
        display: block;
        width: 20px;
        height: 3px;
        background: #fff;
    margin: 4px 0; }
    .topnav.dark .menu-icon {
    color: #000; }
    .topnav.dark .menu-icon .icon i {
    background: #000; }
    .topnav.dark.navlit .menu-icon {
    color: #fff; }
    .topnav.dark.navlit .menu-icon .icon i {
    background: #fff; }

    .hamenu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #11141b;
        padding: 120px 30px 30px;
        overflow: hidden;
        z-index: 9999;
        -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
        -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1); }
    .hamenu.open .menu-links .main-menu > li .link {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
    transition-delay: 1s; }
    .hamenu.open .cont-info:after {
        height: 100vh;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
    transition-delay: 1s; }
    .hamenu.open .cont-info .item {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
    transition-delay: 1s; }
    .hamenu .menu-links {
        color: #fff;
    margin-top: 30px; }
    .hamenu .menu-links .main-menu {
        position: relative;
    z-index: 2; }
    .hamenu .menu-links .main-menu.gosub > li {
        opacity: 0;
        visibility: hidden;
        -webkit-transition-delay: .2s !important;
        -o-transition-delay: .2s !important;
    transition-delay: .2s !important; }
    .hamenu .menu-links .main-menu.gosub > li .link {
        -webkit-transform: translateY(45px) !important;
        -ms-transform: translateY(45px) !important;
        transform: translateY(45px) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        -webkit-transition-delay: .2s !important;
        -o-transition-delay: .2s !important;
    transition-delay: .2s !important; }
    .hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
        z-index: 3 !important;
        opacity: 1 !important;
    visibility: visible !important; }
    .hamenu .menu-links .main-menu > li {
        font-size: 30px;
        font-weight: 600;
        padding: 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
    transition: all .5s; }
    .hamenu .menu-links .main-menu > li .link {
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
    cursor: pointer; }
    .hamenu .menu-links .main-menu > li .link i {
        font-size: 15px;
    margin-left: 5px; }
    .hamenu .menu-links .main-menu .sub-menu {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
    transition-delay: .2s; }
    .hamenu .menu-links .main-menu .sub-menu.sub-open {
    z-index: 3; }
    .hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
    transition-delay: 1s; }
    .hamenu .menu-links .main-menu .sub-menu li {
        color: #eee;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px;
        padding: 8px 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
    width: max-content; }
    .hamenu .menu-links .main-menu .sub-menu li:hover {
    color: #fff; }
    .hamenu .menu-links .main-menu .sub-menu li .sub-link {
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-transition: all .7s;
        -o-transition: all .7s;
    transition: all .7s; }
    .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    cursor: pointer; }
    .hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
    margin-left: 10px; }
    .hamenu .menu-links .main-menu .sub-menu li .sub-link em {
        font-size: 13px;
        font-weight: 300;
    margin-left: 10px; }
    .hamenu .cont-info {
        color: #fff;
        margin-top: 50px;
    position: relative; }
    .hamenu .cont-info:after {
        content: '';
        width: 1px;
        height: 0;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        left: -40px;
        top: -170px;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
    transition: all .7s; }
    .hamenu .cont-info .item {
        margin-bottom: 30px;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
    transition: all .7s; }
    .hamenu .cont-info .item:last-of-type {
    margin-bottom: 0; }
    .hamenu .cont-info .item h6 {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    margin-bottom: 10px; }

    .slider {
    position: relative; }
    .slider.fixed-slider {
        position: fixed;
        top: 0;
        left: 0;
    right: 0; }
    .slider .swiper-slide-active {
    z-index: 3; }
    .slider .parallax-slider {
    position: relative; }
    .slider .parallax-slider .swiper-slide {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 100vh;
    padding-bottom: 50px; }
    .slider .parallax-slider .swiper-slide .bg-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    background-size: cover; }
    .slider .parallax-slider .swiper-slide-active .caption h1 {
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    transform: translateY(0); }
    .slider .parallax-slider .swiper-slide-active .caption h1 .char {
        -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index)); }
    
    .slider .parallax-slider .swiper-slide-active .caption .btn-curve,
    .slider .parallax-slider .swiper-slide-active .caption p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    transform: translateY(0); }
    .slider .parallax-slider .caption h1 {
        font-size: 65px;
        font-weight: 700;
        letter-spacing: 4px;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s,
 visibility .5s;
        -o-transition: opacity .5s,
 visibility .5s;
    transition: opacity .5s,
 visibility .5s; }
    .slider .parallax-slider .caption p {
        color: #eee;
        margin-top: 15px;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
    transition-delay: .8s; }
    .slider .parallax-slider .caption .btn-curve {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
        border: 2px solid;
    line-height: 2; }
    .slider .parallax-slider .caption .btn-curve span {
        font-size: 15px;
        font-weight: 700;
    text-transform: capitalize; }
    .slider .parallax-slider .caption .btn-curve:hover span {
    color: #0c0f16; }

    .slider-bus {
        min-height: 100vh;
    position: relative; }
    .slider-bus .swiper-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    height: 100%; }
    .slider-bus .swiper-slide-active .caption h1 {
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    transform: translateY(0); }
    .slider-bus .swiper-slide-active .caption h1 .char {
        -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index)); }
    
    .slider-bus .swiper-slide-active .caption .btn-curve,
    .slider-bus .swiper-slide-active .caption p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    transform: translateY(0); }
    .slider-bus .caption h1 {
        font-size: 90px;
        font-weight: 800;
        letter-spacing: 4px;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s,
 visibility .5s;
        -o-transition: opacity .5s,
 visibility .5s;
    transition: opacity .5s,
 visibility .5s; }
    .slider-bus .caption p {
        color: #eee;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
    transition-delay: .8s; }
     .slider-bus .caption .btn-curve {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
    transition-delay: 1s; }
    .slider-bus .ontop {
        position: relative;
    z-index: 5; }

    .pages-header {
    height: 75vh; }
    .pages-header .cont h1 {
        font-size: 75px;
    margin-bottom: 20px; }
    .pages-header .cont .path {
        color: #fff;
    font-size: 17px; }
    .pages-header .cont .path .active {
    color: #4DCF9E; }
    .pages-header .cont .path span {
        margin: 0 20px;
    font-size: 10px; }

    .page-header .cont {
    padding: 220px 0 50px; }
    .page-header .cont h6 {
        color: #ccc;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 1px;
    margin-bottom: 10px; }
    .page-header .cont h4 {
    line-height: 1.6; }
    .page-header .cont h4 .stroke {
        font-weight: 900;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
    color: transparent; }

    .page-header.proj-det.bg-img {
        min-height: 85vh;
    padding-bottom: 100px; }
    .page-header.proj-det.bg-img .item h6 {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 4px;
        text-transform: uppercase;
    margin-bottom: 10px; }
    .page-header.proj-det.bg-img .item p {
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
    font-size: 12px; }
    .page-header.proj-det.bg-img .item p a {
    margin: 0 7px; }
    .page-header.proj-det.bg-img .item p a:first-of-type {
    margin-left: 0; }
    .page-header.proj-det.bg-img .item p a:last-of-type {
    margin-right: 0; }

    .works-header {
    min-height: 80vh; }
    .works-header.hfixd {
        position: fixed;
        top: 0;
        left: 0;
    width: 100%; }
    .works-header .capt h4 {
        font-weight: 200;
        font-size: 24px;
    line-height: 1.8; }
    .works-header .capt h2 {
        font-size: 60px;
        letter-spacing: 2px;
    text-transform: uppercase; }
    .works-header .capt h2 span {
        display: block;
        font-size: 20px;
        font-weight: 300;
        text-transform: capitalize;
    color: #4DCF9E; }
    .works-header .capt .bactxt {
        font-size: 30vw;
        font-weight: bold;
        color: transparent;
        -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    text-align: center; }

    .static {
    position: static; }

    .main-content {
        background: #fff;
        position: relative;
    z-index: 3; }

    .showcase-full .parallax-slider .swiper-slide .bg-img {
    background-position: center center; }

    .showcase-full .parallax-slider .caption h1 {
        font-size: 9vw;
        font-weight: 800;
        line-height: 1.2;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
    transition: all .5s; }
    .showcase-full .parallax-slider .caption h1 .stroke {
        color: transparent;
    -webkit-text-stroke: 1px #fff; }
    .showcase-full .parallax-slider .caption h1 span {
    margin-left: 200px; }

    .showcase-full .parallax-slider .caption .discover {
        margin-top: 50px;
        opacity: 0;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
    transition: all .7s; }
    .showcase-full .parallax-slider .caption .discover i {
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 50%;
    margin-right: 10px; }
    .showcase-full .parallax-slider .caption .discover span {
        font-size: 13px;
    font-weight: 600; }

    .showcase-carus {
    height: 100vh; }
    .showcase-carus .swiper-container {
    height: 100%; }
    .showcase-carus .swiper-slide .bg-img {
        height: 60vh;
    margin: 20vh 0 0; }
    .showcase-carus .caption h1 {
        font-size: 90px;
        font-weight: 800;
        line-height: 1.2;
        position: relative;
    left: -120px; }
    .showcase-carus .caption h1 .stroke {
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        -webkit-transform: skewX(25deg) translateX(-100px);
        -ms-transform: skewX(25deg) translateX(-100px);
        transform: skewX(25deg) translateX(-100px);
        opacity: 0;
        -webkit-transition: opacity .3s, -webkit-transform 1.2s;
        transition: opacity .3s, -webkit-transform 1.2s;
        -o-transition: transform 1.2s, opacity .3s;
        transition: transform 1.2s, opacity .3s;
        transition: transform 1.2s, opacity .3s, -webkit-transform 1.2s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
    transition-delay: .2s; }
    .showcase-carus .caption h1 span {
        margin-left: 40px;
        -webkit-transform: skewX(-25deg) translateX(100px);
        -ms-transform: skewX(-25deg) translateX(100px);
        transform: skewX(-25deg) translateX(100px);
        opacity: 0;
        -webkit-transition: opacity .3s, -webkit-transform 1.2s;
        transition: opacity .3s, -webkit-transform 1.2s;
        -o-transition: transform 1.2s, opacity .3s;
        transition: transform 1.2s, opacity .3s;
        transition: transform 1.2s, opacity .3s, -webkit-transform 1.2s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
    transition-delay: .2s; }
    .showcase-carus .caption .discover {
        margin-top: 50px;
        opacity: 0;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
    transition: all .7s; }
    .showcase-carus .caption .discover i {
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 50%;
    margin-right: 10px; }
    .showcase-carus .caption .discover span {
        font-size: 13px;
    font-weight: 600; }
    .showcase-carus .swiper-slide-active .caption h1 .stroke {
        -webkit-transform: skewX(0) translateX(0);
        -ms-transform: skewX(0) translateX(0);
        transform: skewX(0) translateX(0);
    opacity: 1; }
    .showcase-carus .swiper-slide-active .caption h1 span {
        -webkit-transform: skewX(0) translateX(0);
        -ms-transform: skewX(0) translateX(0);
        transform: skewX(0) translateX(0);
    opacity: 1; }
    .showcase-carus .swiper-slide-active .caption .discover {
    opacity: 1; }

    .showstyle {
    height: 100vh; }
    .showstyle .swiper-container {
    height: 100%; }
    .showstyle .swiper-slide .bg-img {
        height: 70vh;
    margin: 15vh 0 0; }
    .showstyle .caption h1 {
        font-size: 90px;
        font-weight: 800;
        line-height: 1.2;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
    transition: all .5s; }
    .showstyle .caption h1 .stroke {
        color: transparent;
    -webkit-text-stroke: 1px #fff; }
    .showstyle .caption h1 span {
    margin-left: 200px; }
    .showstyle .caption .discover {
        margin-top: 50px;
        opacity: 0;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
    transition: all .7s; }
    .showstyle .caption .discover i {
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 50%;
    margin-right: 10px; }
    .showstyle .caption .discover span {
        font-size: 13px;
    font-weight: 600; }

    .showcase-grid {
    height: 100vh; }
    .showcase-grid .swiper-container {
    height: 100%; }
    .showcase-grid .swiper-slide .bg-img {
        height: 76vh;
        margin: 12vh 0 0;
        position: relative;
    background-position: center center; }

    .div-tooltip-tit {
        display: none;
        position: absolute;
        color: #fff;
        background-color: #000;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    z-index: 99999; }

    .div-tooltip-sub {
        display: none;
        position: absolute;
        background-color: #fff;
        padding: 10px;
        color: #111;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    z-index: 99999; }

    .about .content .co-tit {
        color: #4DCF9E;
        font-weight: 400;
    margin-bottom: 30px; }

    .about .blc-img .bimg {
        -webkit-box-shadow: -10px -10px 20px -5px rgba(52, 60, 70, 0.1);
        box-shadow: -10px -10px 20px -5px rgba(52, 60, 70, 0.1);
    position: relative; }
    .about .blc-img .bimg:after {
        content: '';
        position: absolute;
        top: -30px;
        right: -20px;
        width: 100px;
        height: 150px;
        background-image: url(../img/icons/dots.png);
        opacity: .4;
    z-index: -1; }
    .about .blc-img .bimg img {
        border-radius: 15px;
    overflow: hidden; }

    .about .blc-img .skills-circle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #f7f7f7;
        padding: 30px;
        border-radius: 15px;
        position: relative;
        margin-top: -80px;
        right: -50px;
        -webkit-box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
    box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1); }
    .about .blc-img .skills-circle .item:last-of-type {
    margin-left: 30px; }
       
/* portfolio content css start */ 
    
.intro-section{
    padding-left: 1rem;
    padding-right: 1rem;
}
.intro-section .introduction h1{
    text-align: center;
    font-size: 2rem;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    color: #2d2d2d;
    line-height: 1.5;
}
.intro-section .introduction p{
    margin-bottom: 0;
    text-align: justify;
    padding: 0 1rem;
}
.intro-section .keypoints p{
    padding:0 1rem;
}
.intro-section .keypoints ul {
    padding-left: 2.5rem;
}
.intro-section .keypoints ul li{
    list-style: disclosure-closed;
    color:#666;
    text-align: justify;
    font-weight:300;
    font-size: 14px;
    line-height: 2;
    padding-left: 0.5rem;
}
.intro-section h2{
    color: #444;
    font-size: 1.6rem;
    padding: 1rem 0;
}
.intro-section .sub-section{
    background-color: rgb(223, 223, 223);
    border:1px solid #b8b8b8;
    border-radius: 5px;
    padding: 2rem 3rem;
    margin:2rem 0;
}
.intro-section .sub-section h2{
    border-bottom: 2px solid #555;
}
.intro-section .sub-section .sub-heading{
    padding-bottom: 1rem;
}
.intro-section .sub-section .sub-image{
    padding:1rem;
}
.intro-section .sub-section .sub-image img{
    border:1px solid #555;
    min-height: 250px;
}
.intro-section .sub-section ul{
    padding-left: 1rem;
}
.intro-section .sub-section .sub-data {
    padding: 1rem;
}
.intro-section .sub-section .sub-data ul li{
    list-style: disclosure-closed;
    color:#555;
    text-align: justify;
    font-weight:300;
    font-size: 14px;
    line-height: 2;
}
.intro-section .sub-section p{
    text-align: justify;
    color: #555;
}
.intro-section .conclusion{
    border: 3px solid rgba(77, 207, 158, .5);
    padding: 2rem;
}
.intro-section .conclusion h4, h5{       
        color: rgba(77, 207, 158, .9);
        margin-bottom: 2rem;
}
.intro-section .conclusion p{       
    color: #2d2d2d;
    padding-left: 1rem;
    text-align: justify;
}
.intro-section .items h3{
   padding-top: 2rem;
   /* padding-left: 1rem; */
}
.intro-section .items h3 span{
    color:#444444;
    background: #fff;
    padding-right: 12px;
}
.intro-section .items h3 span b{
    color: rgba(77, 207, 158, .9);
    font-weight: 600;
}
.intro-section  .items .items-heading{
    background: url('../img/icons/heading_multidots.png') repeat-x left 80%;
}
.intro-section .portfolio-slider{
    position: relative;
}
.intro-section .portfolio-slider .swiper{
    overflow: hidden;
}
.portfolio-slider .swiper-button-prev{
    color:black;
    top:60%;
    left: -3rem;
}
.portfolio-slider .swiper-button-next{
    color:black;
    top:60%;
    right: -3rem;
}
.intro-section .portfolio-slider .items-img{
    padding-top: 2rem;
}
.intro-section .portfolio-slider .items-img img{
    width: 465px;
    height: auto;
    border:1px solid #535353
}

@media (min-width: 1600px) {
    .intro-section .portfolio-slider .items-img img{
        height: auto;
        width: 560px;
    }
}
@media (max-width: 991px) {
    .intro-section .sub-section .sub-image img{
        min-height: auto;
    }
    .intro-section .sub-section{
        padding: 2rem;
    }
    .intro-section .portfolio-slider .items-img img{
        height: auto;
        width: 340px;
    }
}
@media (max-width: 767px) {    
    .intro-section .sub-section{
        padding: 1rem;
    }
    .intro-section  .items .items-heading{
        background: url('../img/heading_multidots.png') repeat-x left 90%;
    }
    .intro-section .portfolio-slider .items-img img{
        height: auto;
        width: 400px;
    }
}    

/* portfolio content css end */ 
    
    .intro-section .htit {
        font-size: 28px;
    font-weight: 500; }
    .intro-section .htit span {
        font-size: 17px;
        font-weight: 300;
        color: #4DCF9E;
    margin-right: 5px; }

    .intro-section .item h6 {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 4px;
        text-transform: uppercase;
    margin-bottom: 10px; }

    .intro-section .item p {
        text-transform: uppercase;
        letter-spacing: 2px;
    font-size: 11px; }
    .intro-section .item p a {
    margin: 0 7px; }
    .intro-section .item p a:first-of-type {
    margin-left: 0; }
    .intro-section .item p a:last-of-type {
    margin-right: 0; }

    .extra-text {
        font-size: 15px; }
    
    .extra-text * {
        font-size: 15px;
        color: #777;
        font-weight: 300;
        line-height: 2;
    }

    .extra-text ul li {
        padding-left: 0.5rem;
    }

    .js-scroll__content {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    will-change: transform; }

    .services {
        position: relative; }
        .services .container {
            position: relative;
        z-index: 2; }
        .services .step-item {
            text-align: center;
            padding: 60px;
            margin: 60px auto;
            background: #efefef;
            border:1px solid rgba(173, 173, 173, 0.5);
        position: relative; }
        .services .step-item.xbottom {        
        bottom: -60px; }
        .services .step-item.xtop {        
            top: -60px; }
        .services .step-item.xcolor {
            background: #4DCF9E;
        color: #11141b; }
        .services .step-item.xcolor .icon {
        color: #11141b !important; }
        .services .step-item.xcolor p {
        color: #333; }
        .services .step-item .icon {
            color: #11141b ;
            font-size: 40px;
        margin-bottom: 30px; }
        .services .step-item h6 {
        margin-bottom: 20px; 
        text-align: center;}
        .services .item {
            text-align: center;
            padding: 60px;
            background: #efefef;
            margin-bottom: 50px;
        position: relative; }
        .services .item .icon {
            color: #11141b ;
            font-size: 40px;
        margin-bottom: 40px; }
        .services .item h6 {
        margin-bottom: 15px; }

     /* SERVICE LIST CSS START */
    .services .service-list {
        margin-bottom: 2rem;
        border: 1px solid rgba(173, 173, 173, 0.5);
        border-radius: 5px 5px 0 0;
    }
    .services .service-list .img-service img{
        width: 100%;
        height: 250px;
        border-radius: 5px 5px 0 0;
    }
    .services .service-list .service-content{
        background: #efefef;
        border-radius: 0 0 10px 10px;
        padding: 1rem 0 2rem;
    }
    .services .service-list .service-list-title{
       text-align: center;
       padding: 1rem;
    }
    .services .service-list .service-list-title h6{
       font-size: larger;
    }    
    @media screen and (max-width: 992px) {
        .services .service-list .service-list-title h6{
        font-size: large;}
    }
    .services .service-list .service-content p{
        padding: 0 1rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }      
    /* SERVICE LIST CSS END */

    .min-area .img {
        padding: 120px 0 120px 80px;
        position: relative;
    z-index: 3; }
    .min-area .img:after {
        content: '';
        position: absolute;
        top: 0;
        right: 120px;
        bottom: 0;
        left: -300px;
        background: #efefef;
    z-index: -1; }

    .min-area .content {
    padding-left: 40px; }
    .min-area .content h4 {
        font-weight: 700;
        font-size: 40px;
        line-height: 1.5;
    margin-bottom: 20px; }
    .min-area .content ul {
    margin: 0; }
    .min-area .content ul li {
        margin-top: 25px;
        padding-left: 25px;
    position: relative; }
    .min-area .content ul li:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
    top: 2px; }
    .min-area .content ul.feat li {
        padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    .min-area .content ul.feat li:last-of-type {
        padding: 0;
    border: 0; }
    .min-area .content ul.feat li:after {
    display: none; }
    .min-area .content ul.feat li h6 {
        font-weight: 500;
    margin-bottom: 5px; }
    .min-area .content ul.feat li h6 span {
        color: #4DCF9E;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
        border: 1px solid #4DCF9E;
        border-radius: 50%;
    margin-right: 10px; }
    .min-area .content ul.feat li p {
        font-size: 13px;
    padding-left: 45px; }

    .clients .brands:hover img {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    opacity: 0; }

    .clients .brands:hover .link {
        opacity: 1 !important;
        -webkit-transition: all 0;
        -o-transition: all 0;
    transition: all 0; }

    .clients .brands:hover .char {
        -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index)); }

    .clients .brands .item {
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        height: 160px;
    line-height: 160px; }

    .clients .brands .img {
    position: relative; }
    .clients .brands .img img {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        max-width: 75px;
    margin: auto; }
    .clients .brands .img .link {
        font-size: 13px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    transition: all .3s; }

    .clients .bord .item {
    margin-bottom: 30px; }

    .clients-brand .brands:hover .img {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    opacity: 0; }

    .clients-brand .brands:hover .link {
        opacity: 1 !important;
        -webkit-transition: all 0;
        -o-transition: all 0;
    transition: all 0; }

    .clients-brand .brands:hover .char {
        -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index)); }

    .clients-brand .item {
        position: relative;
    text-align: center; }
    .clients-brand .item .link {
        font-size: 16px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    transition: all .3s; }

    .clients-brand .img {
        max-width: 85px;
        margin: auto;
        position: relative;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    transition: all .4s; }

    .portfolio {
    position: relative; }
    .portfolio .filtering .filter {
        padding: 15px;
        background: rgba(0, 0, 0, 0.02);
        border-radius: 30px;
    display: inline-block; }
    .portfolio .filtering span {
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 20px;
        cursor: pointer;
    position: relative; }
    .portfolio .filtering span.active {
    color: #4DCF9E; }
    .portfolio .filtering span:after {
        content: '';
        width: 7px;
        height: 7px;
        background: #4DCF9E;
        border-radius: 50%;
        position: absolute;
        right: -24px;
    top: 40%; }
    .portfolio .filtering span:last-of-type:after {
    display: none; }
    .portfolio .gallery .items {
        padding: 0 50px;
    margin: 50px 0; }
    .portfolio .gallery .items .box{
        border:1px solid rgba(173, 173, 173, 0.5);
    }
    .portfolio .gallery .items.lg-mr {
    margin-top: 100px; }
    .portfolio .gallery .items .item-img {
        overflow: hidden;
        position: relative;
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    transition: all .3s; }
    .portfolio .gallery .items .item-img > a {
    display: block; }
    .portfolio .gallery .items .item-img:hover {
        -webkit-clip-path: inset(5px 10px);
    clip-path: inset(5px 10px); }
    .portfolio .gallery .items .item-img:hover img {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
    transform: scale(0.95); }
    .portfolio .gallery .items .item-img:hover .cont {
    opacity: 1; }
    .portfolio .gallery .items .item-img img {
        height: 350px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
    transition: all .5s; }
    .portfolio .gallery .items .item-img .cont {
        position: absolute;
        bottom: 15px;
        left: 0;
        text-align: left;
        padding-left: 30px;
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    transition: all .4s; }
    .portfolio .gallery .items .item-img .cont h6 {
    color: #fff; }
    .portfolio .gallery .items .item-img .cont span {
        color: #eee;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif; }
    .portfolio .gallery .items .item-img .cont span a {
    margin: 0 10px 0 0; }
    .portfolio .gallery .items .cont {
        margin-top: 30px;
    text-align: center; }
    .portfolio .gallery .items .cont h6 {
        font-weight: 600;
    margin-bottom: 5px; }
    .portfolio .gallery .items .cont span {
        color: #999;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif; }
    .portfolio .gallery .items .cont span a {
    margin: 0 5px; }

    .work-carousel .swiper-slide {
    padding: 0px 15px; }

    .work-carousel .next-ctrl,
    .work-carousel .prev-ctrl {
        color: #000;
        width: 60px;
        height: 60px;
        border-radius: 0;
        border: 0;
        background: #fff;
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    transition: all .3s; }
    .work-carousel .next-ctrl:after,
    .work-carousel .prev-ctrl:after {
    display: none; }

    .work-carousel:hover .next-ctrl,
    .work-carousel:hover .prev-ctrl {
    opacity: 1; }

    .work-carousel .content {
        position: relative; 
        border:1px solid rgba(173, 173, 173, 0.5);
        }
        .work-carousel .content .item-img {
            position: relative;
            height: 100%;
            line-height: 0;
        border-radius: 10px 10px 0 0; }
        .work-carousel .content .item-img img{
            height: 230px;
        }
        @media screen and (min-width: 1800px) {
            .work-carousel .content .item-img img{
                height: 280px;
            }
        }
        .work-carousel .content .cont {
        position: relative; }
        .work-carousel .content .cont h6 {
            color: #2d2d2d;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            word-wrap: break-word;
        margin-bottom: 10px; }
        .work-carousel .content .cont h4 {
        font-size: 16px;
        letter-spacing: 1px;
        color:#444;
        font-weight: 400; }
        .work-carousel .content .cont .icon {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background: rgba(0, 0, 0, 0.05);
            border-radius: 50%;
            font-size: 12px;
            position: absolute;
            top: calc(50% - 17px);
        right: 15px; }
        .work-carousel .content .bgbox {
            background: #efefef;
            min-height: 200px;
            padding: 20px 20px 20px 30px;
        border-radius: 0 0 10px 10px; }

        @media (min-width:992px) and (max-width:1199.98px){
            .work-carousel .content .bgbox {
                height: 260px;
            }
        }

    .work-carousel.caroul .sec-head.custom-font h3{
        text-align: center;
    }

    .work-carousel.caroul .sec-head.custom-font.pf h6{
        text-align: center !important;
    }

    .process .item {
    text-align: center; }
    .process .item .bg-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0 auto 30px;
        text-align: center;
    position: relative; }
    .process .item .bg-img:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px;
        border-radius: 50%;
    background: rgba(0, 0, 0, 0.25); }
    .process .item .bg-img h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 300;
        line-height: 150px;
        position: relative;
    z-index: 3; }

    .skills-circle .item {
        display: -webkit-box;
        display: -ms-flexbox;
    display: flex; }

    .skills-circle .skill {
    position: relative; }
    .skills-circle .skill span {
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50px) translateY(-50px);
        -ms-transform: translateX(-50px) translateY(-50px);
        transform: translateX(-50px) translateY(-50px);
        font-size: 20px;
    font-weight: 300; }

    .skills-circle .cont {
        padding-top: 25px;
    padding-left: 25px; }
    .skills-circle .cont span {
        font-size: 12px;
        font-weight: 300;
        opacity: .9;
    margin-bottom: 10px; }
    .skills-circle .cont h6 {
        font-size: 15px;
    font-weight: 500; }

    .team {
    position: relative; }
    .team .team-container {
        width: 140%;
    position: relative; }
    .team .team-container:after {
        content: '';
        position: absolute;
        top: -120px;
        bottom: -120px;
        right: 0;
        width: 80%;
        background: #efefef;
    z-index: -1; }
    .team .item {
    padding: 0 15px; }
    .team .item .info {
        padding: 15px;
        background: #fff;
        text-align: center;
        position: relative;
    overflow: hidden; }
    .team .item .info h5 {
        font-size: 18px;
        margin-bottom: 2px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    transition: all .3s; }
    .team .item .info span {
        color: #777;
        font-size: 14px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    transition: all .3s; }
    .team .item .info .social {
        position: absolute;
        bottom: -300px;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px 5px 0;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    transition: all .4s; }
    .team .item .info .social a {
        font-size: 13px;
        margin: 0 8px;
    color: #4DCF9E; }
    .team .item:hover .info h5, .team .item:hover .info span {
    opacity: 0; }
    .team .item:hover .info .social {
        bottom: 0;
    opacity: 1; }
    .team .navs .prev, .team .navs .next {
        color: #777;
        font-size: 13px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.3);
    position: static; }
    .team .slick-dots {
    bottom: -40px; }
    .team .slick-dots li.slick-active button {
    background: #4DCF9E; }
    .team .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    opacity: .8; }
    .team .slick-dots li button:before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        left: 4px;
        line-height: 1;
        background: #4DCF9E;
    opacity: 1; }

    .testimonials .item {
        text-align: center;
    margin: 0 15px; }
    .testimonials .item p {
        font-size: 22px;
    font-weight: 300; }
    .testimonials .item .info {
    margin-top: 30px; }
    .testimonials .item .info .img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
    margin: 0 auto 20px; }
    .testimonials .item .info .author-name {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        margin-bottom: 5px;
    color: #4DCF9E; }
    .testimonials .item .info .author-details {
    font-size: 13px; }

    .testimonials .slick-dots {
    bottom: -30px; }

    .testimonials .slick-dots li {
        width: 7px;
        height: 7px;
        border-radius: 50%;
    border: 1px solid #eee; }
    .testimonials .slick-dots li.slick-active {
    background: #eee; }
    .testimonials .slick-dots li button {
    display: none; }

    .testimonials .arrows .next, .testimonials .arrows .prev {
        position: absolute;
        right: -50px;
        top: 50%;
        width: 50px;
        height: 50px;
        line-height: 55px;
        text-align: center;
        font-size: 20px;
        border: 1px solid #eee;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    transition: all .4s; }
    .testimonials .arrows .next:hover, .testimonials .arrows .prev:hover {
    border-color: #4DCF9E; }

    .testimonials .arrows .prev {
        right: auto;
    left: -50px; }

    .testimonials:hover .arrows .next, .testimonials:hover .arrows .prev {
        opacity: 1;
    right: 0; }

    .testimonials:hover .arrows .prev {
    left: 0; }

    .block-sec .video-box .img {
    position: relative; }
    .block-sec .video-box .img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    opacity: .4; }

    .block-sec .vid-area iframe{
        width: 100%;
        height: 80vh;
    }
    
    .block-sec .vid-area .vid-icon .vid {
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 80px;
    position: relative; }
    .block-sec .vid-area .vid-icon .vid:after {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        background: #fff;
        border-radius: 50%;
    opacity: .1; }
    .block-sec .vid-area .vid-icon .vid span {
        font-size: 30px;
    color: #4DCF9E; }

    .block-sec .vid-area .cont {
    margin-top: 40px; }
    .block-sec .vid-area .cont h6 {
        text-transform: uppercase;
        font-weight: 300;
    margin-bottom: 15px; }
    .block-sec .vid-area .cont h3 {
        font-size: 45px;
    font-weight: 700; }

    .block-sec .testim-box {
        position: relative;
        background: #4DCF9E;
        padding: 80px 40px;
    margin-bottom: -120px; }
    .block-sec .testim-box .head-box h6 {
        color: #0c0f16;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 4px;
    margin-bottom: 10px; }
    .block-sec .testim-box .head-box h4 {
        color: #0c0f16;
    margin-bottom: 40px; }
    .block-sec .testim-box .item p {
        color: #333;
        font-size: 17px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .block-sec .testim-box .item .info .img {
        display: table-cell;
    vertical-align: middle; }
    .block-sec .testim-box .item .info .img .img-box {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    overflow: hidden; }
    .block-sec .testim-box .item .info .cont {
        display: table-cell;
        vertical-align: middle;
    padding-left: 15px; }
    .block-sec .testim-box .item .info .cont .author-name {
        color: #0c0f16;
        font-size: 16px;
        margin-bottom: 5px;
        letter-spacing: 2px;
    text-transform: uppercase; }
    .block-sec .testim-box .item .info .cont .author-details {
        color: #0c0f16;
        font-size: 13px;
        font-weight: 300;
    text-transform: uppercase; }
    .block-sec .testim-box .slick-dots {
    text-align: right; }
    .block-sec .testim-box .slick-dots li {
        width: 7px;
        height: 7px;
        border-radius: 50%;
    border: 1px solid #0c0f16; }
    .block-sec .testim-box .slick-dots li.slick-active {
    background: #0c0f16; }
    .block-sec .testim-box .slick-dots li button {
    display: none; }

    .block-sec .showreel .video-box {
        margin-top: 200px;
        position: relative;
        margin-bottom: -100px;
    z-index: 2; }
    .block-sec .showreel .video-box:after, .block-sec .showreel .video-box:before {
        content: '';
        position: absolute;
        width: 20%;
        height: 100%;
        top: 0;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        opacity: .2;
    z-index: 3; }
    .block-sec .showreel .video-box:after {
    left: 20%; }
    .block-sec .showreel .video-box:before {
    right: 20%; }
    .block-sec .showreel .video-box .tit-text {
        position: absolute;
        top: -100px;
        width: 100%;
        text-align: center;
    z-index: -1; }
    .block-sec .showreel .video-box .tit-text h3 {
        font-size: 100px;
        font-weight: 700;
        text-transform: uppercase;
        color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1); }
    .block-sec .showreel .video-box .vid {
        width: 140px;
        height: 140px;
        line-height: 140px;
        text-align: center;
        font-size: 20px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid #fff;
        position: absolute;
        top: calc(50% - 70px);
        left: calc(50% - 70px);
    z-index: 4; }
    .block-sec .showreel .video-box .img {
        -webkit-box-shadow: 0px 10px 30px -5px rgba(52, 60, 70, 0.5);
        box-shadow: 0px 10px 30px -5px rgba(52, 60, 70, 0.5);
        border-radius: 5px;
    overflow: hidden; }

    .clients-brand .item a {
        width: 80px;
    opacity: .5; }
    .clients-brand .item a:hover {
    opacity: 1; }

    .blog-curs .item {
        display: -webkit-box;
        display: -ms-flexbox;
    display: flex; }
    .blog-curs .item .bimg {
    width: 50%; }
    .blog-curs .item .bimg .img {
        min-height: 320px;
        background-position: right;
    background-size: cover; }
    .blog-curs .item .cont {
        width: 50%;
        padding: 10px 30px;
    background: #fff; }
    .blog-curs .item .cont .info {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
    display: flex; }
    .blog-curs .item .cont .info .author {
    color: #4DCF9E; }
    .blog-curs .item .cont .info .date {
        margin-left: auto;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    letter-spacing: 2px; }
    .blog-curs .item .cont .info .date i {
        font-size: 20px;
        font-weight: 200;
    font-style: normal; }
    .blog-curs .item .cont h6 {
        line-height: 1.5;
        font-size: 22px;
    margin-bottom: 30px; }

    .blog-grid .item img{
        width: 100%;
        min-height: 250px;
    }
    .blog-grid .item {
        padding: 40px;
    position: relative; }
    .blog-grid .item:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    transition: all .4s; }
    .blog-grid .item.active:after {
    opacity: .95; }
    .blog-grid .item:hover:after {
    opacity: .85; }
    .blog-grid .item .cont {
        position: relative;
    z-index: 2; }
    .blog-grid .item .cont .date {
        text-transform: uppercase;
    margin-bottom: 40px; }
    .blog-grid .item .cont .date i {
        font-size: 30px;
        font-style: normal;
    display: block; }
    .blog-grid .item .cont .info {
    margin-bottom: 20px; }
    .blog-grid .item .cont .info .author {
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
    margin-right: 10px; }
    .blog-grid .item .cont .info .tag {
        color: #4DCF9E;
    margin-left: 10px; }
    .blog-grid .item .cont h6 {
        line-height: 1.7;
    margin-bottom: 40px; }
    .blog-grid .item.list {
    padding: 0; 
    border:1px solid rgba(173, 173, 173, 0.6);
    }
    .blog-grid .item.list:after {
    display: none; }
    .blog-grid .item.list .cont {
        background: #fff;
        padding: 30px;
    position: relative; }
    .blog-grid .item.list .cont .date {
        position: absolute;
        top: -40px;
        right: 15px;
        padding: 5px 15px;
        background: #4DCF9E;
        color: #222;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    z-index: 2; }
    .blog-grid .item.list .cont .date i {
    font-size: 20px; }
    .blog-grid .item.list .cont .date:after {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
    border: 5px solid rgba(255, 255, 255, 0.1); }

    .blog-pg .posts .item .img {
    position: relative; }
    /* @media screen and (min-width: 768px) {
        .blog-pg .posts .item .img img{
            width: 100%;
            height: 220px;
            }
        } */
    @media screen and (min-width: 992px) {
        .blog-pg .posts .item .img img{
            width: 100%;
            height: 350px;
            }
        }
    .blog-pg .posts .item .img .info {
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px;
    background: #fff; }
    .blog-pg .posts .item .img .info .date {
        text-align: center;
    color: #4DCF9E; }
    .blog-pg .posts .item .img .info .date .num {
        display: block;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        padding-bottom: 10px;
    position: relative; }
    .blog-pg .posts .item .img .info .date .num:after {
        content: '';
        width: 30px;
        height: 1px;
        background: #eee;
        position: absolute;
        bottom: 0;
    left: calc(50% - 15px); }
    .blog-pg .posts .item .img .info .date h5 {
        font-size: 14px;
        text-transform: uppercase;
    letter-spacing: 2px; }

    .blog-pg .posts .item .content {
    padding-top: 25px; }
    .blog-pg .posts .item .content p{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 100px;
    }
    .blog-pg .posts .item .content .tags {
    margin-bottom: 10px; }
    .blog-pg .posts .item .content .tags a {
        font-size: 12px;
        font-weight: 500;
        color: #4DCF9E;
        padding-right: 20px;
    position: relative; }
    .blog-pg .posts .item .content .tags a:after {
        content: '';
        width: 8px;
        height: 2px;
        background: #eee;
        position: absolute;
        right: 4px;
    top: 50%; }
    .blog-pg .posts .item .content .tags a:last-of-type {
    padding-right: 0; }
    .blog-pg .posts .item .content .tags a:last-of-type:after {
    display: none; }
    .blog-pg .posts .item .content h4 {
        font-weight: 700;
        line-height: 1.6;
    margin-bottom: 5px; }
    .blog-pg .posts .item .content .more {
        margin-top: 20px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-left: 60px;
        position: relative;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
    transition: all .5s; }
    .blog-pg .posts .item .content .more:after {
        content: '';
        width: 50px;
        height: 1px;
        background: #090909;
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
    transition: all .5s; }
    .blog-pg .posts .item .content .more:hover {
    padding-left: 40px; }
    .blog-pg .posts .item .content .more:hover:after {
    width: 30px; }

    .blog-pg .posts .pagination {
        margin: 80px auto 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    text-align: center; }
    .blog-pg .posts .pagination span {
        text-align: center;
    margin: 0 2px; }
    .blog-pg .posts .pagination span a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #eee;
    font-size: 18px; }
    .blog-pg .posts .pagination span.active a {
        border-color: #4DCF9E;
    color: #4DCF9E; }

    .blog-pg.single .post .content p {
        color: #555;
        font-size: 16px;
        font-family: inherit;
    margin: 30px 0; }

    .blog-pg.single .post .content ul li {
    margin: 10px 0; }
    .blog-pg.single .post .content ul li span {
        margin-right: 10px;
        font-weight: 500;
    font-size: 13px; }

    .blog-pg.single .post .content .share-info {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #999;
        display: -webkit-box;
        display: -ms-flexbox;
    display: flex; }
    .blog-pg.single .post .content .share-info .social a {
        font-size: 13px;
    margin-right: 20px; }
    .blog-pg.single .post .content .share-info .tags {
    margin-left: auto; }
    .blog-pg.single .post .content .share-info .tags a {
        font-size: 12px;
    margin: 0 10px; }

    .blog-pg.single .post .author {
        padding: 30px;
        margin-top: 40px;
    background: #fafafa; }
    .blog-pg.single .post .author .author-img {
        display: table-cell;
        vertical-align: middle;
    width: 140px; }
    .blog-pg.single .post .author .info {
        display: table-cell;
    padding-left: 40px; }
    .blog-pg.single .post .author .info h6 {
        margin-bottom: 10px;
    font-size: 15px; }
    .blog-pg.single .post .author .info h6 span {
        font-weight: 700;
        text-transform: uppercase;
    margin-right: 10px; }
    .blog-pg.single .post .author .info p {
        padding: 0;
    margin: 0; }
    .blog-pg.single .post .author .info .social {
        margin-top: 15px;
    font-size: 13px; }
    .blog-pg.single .post .author .info .social a {
    margin-right: 15px; }

    .blog-pg.single .pagination {
        margin-top: 80px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        display: -webkit-box;
        display: -ms-flexbox;
    display: flex; }
    .blog-pg.single .pagination span {
        width: 100%;
        padding: 20px;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px;
    letter-spacing: 1px; }
    .blog-pg.single .pagination .icon {
        border: 0;
    width: 70px; }

    .blog-pg.single .comments-area {
    margin-top: 80px; }
    .blog-pg.single .comments-area .item {
        padding: 30px 0;
        margin: 30px 0;
    border-bottom: 1px solid #eee; }
    .blog-pg.single .comments-area .item .info {
        display: table-cell;
        vertical-align: middle;
        padding-left: 40px;
    position: relative; }
    .blog-pg.single .comments-area .item .info h6 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
    font-weight: 500; }
    .blog-pg.single .comments-area .item .info h6 span {
        display: block;
        color: #4DCF9E;
        font-size: 12px;
        font-weight: 400;
    margin-top: 5px; }
    .blog-pg.single .comments-area .item .info p {
        line-height: 1.5;
    margin-top: 15px; }

    .call-action .content h6 {
        color: #4DCF9E;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 4px;
    margin-bottom: 10px; }
    .call-action .content h6 span {
    color: #4DCF9E; }

    .call-action .content h2 {
        font-weight: 700;
        font-size: 4vw;
        line-height: 1.2;
        text-transform: uppercase;
        margin-bottom: 20px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #0c0f16;
    color: transparent; }
    .call-action .content h2 span {
    color: transparent; }
    .call-action .content h2 b span {
        color: #0c0f16;
    -webkit-text-stroke-width: 0; }

    .call-action .content p {
        font-size: 17px;
    font-weight: 300; }

    .call-action .btn-curve {
        border: 2px solid;
    line-height: 2; }
    .call-action .btn-curve span {
        font-size: 15px;
        font-weight: 700;
    text-transform: capitalize; }
    .call-action .btn-curve:hover span {
    color: #0c0f16; }

    .call-action.next {
        position: relative;
        z-index: 2;
    overflow: hidden; }
    .call-action.next:after {
    display: none; }
    .call-action.next:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background: #0a0a0a;
        opacity: 1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
    transition: all .5s; }
    .call-action.next .content h2 {
        font-size: 5vw;
    font-weight: 700; }
    .call-action.next .content h2 b {
    font-weight: 700; }
    .call-action.next:hover:before {
    opacity: .9; }

    .number-sec .item {
        text-align: center;
        position: relative;
    z-index: 2; }
    .number-sec .item:after {
        content: '';
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    opacity: .05; }
    .number-sec .item.no-bord:after {
    display: none; }
    .number-sec .item .icon {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 70px;
        width: 100%;
        opacity: .05;
    z-index: -1; }
    .number-sec .item h3 {
        font-weight: 600;
        letter-spacing: 2px;
        color: #2d2d2d;
    margin-bottom: 15px; }
    .number-sec .item p {
        font-weight: 400;
        color: #2d2d2d;
        font-size: large;
    letter-spacing: 3px; }

    /* sucess box */
    .form.md-mb50{
        position: relative;
    }    
    .success-box{
        position: absolute;
        top: 3%;
        border:2px solid #4DCF9E;        
        border-radius: 0 10px 10px 0;
        padding-left: 2rem;
    }
    .success-box.career{
        position: absolute;
        top: 0;
        border:2px solid #4DCF9E;        
        border-radius: 0 10px 10px 0;
        /* width: 100%; */
        padding-left: 2rem;
    }
    .success-box p{
        margin: 0.5rem 1rem;
        color: #4DCF9E;
        font-weight: 600;
        font-size: small;
    }
    .success-box p:before{
        position: absolute;
        top: 10%;
        left: 1%;
        content: '\2713';
        font-size: large;     
        border-right: 2px solid #ccc; 
        padding-left: 8px;
        padding-right: 8px;
    }
    .success-box.career p:before{        
        left: 0.5%;        
    }
    .d-none{
        display: none;
    }    
    /* // */

    /* err box */

    .err-box{
        position: absolute;
        top: 3%;
        border:1px solid #dc3545;        
        border-radius: 0 10px 10px 0;
        padding-left: 2rem;
    }
    .err-box.career{
        position: absolute;
        top: 0;
        border:1px solid #dc3545;        
        border-radius: 0 10px 10px 0;
        width: 100%;
        padding-left: 2rem;
    }
    .err-box p{
        margin: 0.5rem 1rem;
        color: #dc3545;
        font-weight: 500;
    }
    .err-box p:before{
        position: absolute;
        top: 10%;
        left: 1%;
        content: '\0021';
        font-size: large;     
        border-right: 2px solid #ccc; 
        padding-left: 10px;
        padding-right: 12px;
    }
    .err-box.career p:before{        
        left: 0.5%;        
    }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
        .success-box.career{
            top: -1rem;
            width: 90%;
        }
        .err-box.career{            
            width: 95%;
        }
    }
    @media screen and (min-width: 768px) and (max-width: 991.98px) {
        .success-box.career{
            top: -1rem;
        }.err-box.career{
            top: -1rem;            
        }        
    }
    @media screen and (max-width: 767px) {
        .success-box{
            top: -2rem;
            margin-right: 12px;
        }
        .success-box.career{
            top: -4rem;
            width: 90%;
        }
        .err-box{
            top: -2rem;
            margin-right: 12px;
        }
        .err-box.career{
            top: -5rem;
            width: 90%;
        }
    }
    /* // */

    .contact .form input, .contact .form textarea {
        width: 100%;
        padding: 15px 0;
        background: transparent;
        border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

    .contact .form textarea {
        padding: 15px;
        min-height: 140px;
        border: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 30px; }

    .contact .cont-info h3 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 4px;
    margin-bottom: 10px; }

    .contact .cont-info .item h5 {
        font-size: 16px;
        font-weight: 400;
        color: #777;
    margin: 10px 0; }

    .contact .cont-info .item h6 {
        font-size: 14px;
        font-weight: 300;
        color: #777;
    line-height: 1.7; }

    .contact .cont-info .social a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border:1px solid #2d2d2d;
        background: none;
        border-radius: 50%;
        margin-right: 5px;
    font-size: 13px; }
    .contact .cont-info .social a:hover {      
        background: rgb(77, 207, 158);
        transition: all 0.2s ease-in-out;
    }

    .map {
        width: 100%;
    height: 60vh; }

    .footer-half {
        color: #fff;
        position: relative;
    z-index: 2; }
    .footer-half:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        background: #151921;
    z-index: -1; }
    .footer-half .cont .logo {
        width: 55px;
    margin-bottom: 30px; }
    .footer-half .cont .con-info li {
        margin-top: 10px;
    font-weight: 200; }
    .footer-half .cont .con-info li span {
        margin-left: 10px; }
    .footer-half .copyrights {
        margin-top: 5vh;
        padding: 30px 0;
    background: #13161d; }
    .footer-half .copyrights p {
        font-size: 1.5vh;
    color: #999; }
    .footer-half .copyrights p a {
    color: #4DCF9E; }

    @media screen and (min-width: 1600px) {
        .navbar .navbar-nav .nav-link{
            font-size: larger;
        }
    }

    @media screen and (max-width: 991px) {
        .bg-img {
        background-position: center !important; }
        .md-mb50 {
        margin-bottom: 50px; }
        .container {
        max-width: 720px; }
        .navbar {
            max-height: 60px;
            padding:1rem 0;  }
        .navbar .navbar-collapse {
            max-height: 340px;
            overflow: auto;
            background: #11141b;
            text-align: center;
            padding: 10px 15px;
            margin-top: 0.3rem;
         }
        .navbar .nav-link {
        margin: 10px auto !important; }
        .navbar .logo {
            margin-left: 15px;
        width: 50px; }
        .nav-scroll .navbar-collapse .nav-link,
        .light .navbar-collapse .nav-link {
        color: #fff !important; }
        .nav-scroll .navbar-collapse .active,
        .light .navbar-collapse .active {
        color: #4DCF9E !important; }
        .navbar .search {
            border: 0;
            padding: 0;
        margin-top: 30px; }
        .navbar .search .search-form {
            display: block;
            position: static;
        height: auto; }
        .navbar .search .search-form form {
            position: static;
            width: 100%;
            -webkit-transform: none;
            -ms-transform: none;
        transform: none; }
        .navbar .search .search-form form input {
            padding: 15px;
            width: 100%;
        font-size: 14px; }
        .navbar .search .icon,
        .navbar .search .search-form .close {
        display: none; }
        .navbar-nav .dropdown-menu {
            opacity: 1;
            visibility: visible;
            display: none;
            background: #0c0f16;
            text-align: center;
        color: #eee; }
        .navbar-nav .dropdown-menu .dropdown-item {
        color: #eee; }
        .navbar-nav .dropdown-menu.show {
        display: block; }
        .navbar .navbar-nav .nav-link {
        padding: 0; }
        .navbar .navbar-nav .nav-link:hover {
        color: #4DCF9E; }
        .slider .parallax-slider .caption h1 {
            font-size: 50px;
        letter-spacing: 1px; }
        .slider .parallax-slider .caption h1 br {
        display: none; }
        .showcase-full .parallax-slider .caption h1 .stroke {
        display: inline-block; }
        .showcase-full .parallax-slider .caption h1 span {
        margin-left: 0; }
        .showcase-carus .caption h1 {
            font-size: 60px;
            left: auto;
        margin-left: 20px; }
        
        .number-sec .item,
        .block-sec .vid-area .cont,
        .about .content {
        margin-bottom: 50px; }
        .about .blc-img .skills-circle {
        right: 0; }
        .about .blc-img .skills-circle .item {
        width: 50%; }
        .team .navs {
            position: absolute;
            top: 60px;
            right: 0;
        margin-top: 0 !important; }
        .team {
        position: relative; }
        .min-area .content,
        .min-area .img {
        padding: 120px 0; }
        .sec-head.tr-head {
            text-align: center;
        margin-bottom: 55px; }
        .services .step-item.xbottom,
        .services .step-item.xtop {
            bottom: auto;
        top: auto; }
        .services .step-item {
        margin: 25px 0; }
        .block-sec .testim-box {
        margin-bottom: 120px; }
        .block-sec .showreel {
        background: #13161d; }
        .number-sec {
        padding-bottom: 70px; }
        .sec-head h3 br {
        display: none; }
        .sec-head.mb-0 {
        margin-bottom: 80px !important; }
        .blog-grid .item.active {
        margin: 50px 0; }
        .footer-half:after {
        width: 100%; }
        .footer-half .cont {
        margin-bottom: 50px; } }

    @media screen and (max-width: 767px) {
        .sm-mb30 {
        margin-bottom: 30px; }
        .container {
        max-width: 540px; }
        h1 {
        font-size: 35px; }
        h2 {
        font-size: 28px; }
        h3 {
        font-size: 24px; }
        h4 {
        font-size: 20px; }
        h5 {
        font-size: 18px; }
        h6 {
        font-size: 16px; }
        .navbar .logo {
        width: 40px; }
        .hamenu .menu-links .main-menu > li {
        font-size: 24px; }
        .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 18px; }
        .topnav .container-fluid {
        padding: 0 30px; }
        .topnav .logo {
        width: 40px; }
        .btn-curve {
        padding: 8px 15px; }
        .btn-curve span {
            font-size: 15px;
        letter-spacing: 1px; }
        .slider .parallax-slider .caption h1 {
        font-size: 40px; }
        .slider .parallax-slider .caption h1 br {
        display: none; }
        .slider .parallax-slider .swiper-slide-active .caption h1 {
        font-size: 30px; }
        .slider-bus .caption h1 {
        font-size: 70px; }
        .showcase-carus .swiper-slide .bg-img {
            margin: 0;
            height: 100vh;
        background-position: center center; }
        .works-header .capt h2 {
        font-size: 40px; }
        .slider.fixed-slider,
        .works-header.hfixd {
        position: static; }
        .main-content {
        margin-top: 0 !important; }
        .sec-head h3 {
        font-size: 45px; }
        .sec-head h6 {
            font-size: 15px;
        letter-spacing: 5px; }
        .skills-circle {
        padding-bottom: 0 !important; }
        .skills-circle .item {
        margin-bottom: 50px; }
        .team .navs {
        top: 20px; }
        .block-sec .vid-area .cont h3 {
        font-size: 34px; }
        .call-action .content h2 {
        font-size: 7vw; }
        .portfolio .filtering span {
        margin: 5px 15px; } }

    @media screen and (max-width: 480px) {
        .hamenu .cont-info {
        display: none; }
        .hamenu .menu-links .main-menu > li {
            font-size: 20px;
        padding: 7px; }
        .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 16px; }
        .topnav .container-fluid {
        padding: 0 15px; }
        .pages-header .cont .path {
        font-size: 15px; }
        .pages-header .cont .path span {
        margin: 0 10px; }
        .slider-bus .caption h1 {
        font-size: 50px; }
        .works-header .capt h2 {
            font-size: 30px;
        letter-spacing: 1px; }
        .sec-head h3 {
        font-size: 35px; }
        .about .blc-img .skills-circle {
            display: block;
        padding-bottom: 30px !important; }
        .about .blc-img .skills-circle .item {
        width: 100%; }
        .about .blc-img .skills-circle .item:last-of-type {
        margin-left: 0; }
        .portfolio .gallery .items {
            padding: 0 15px;
        margin: 0 0 50px; }
        .portfolio .gallery .items.lg-mr {
        margin-top: 50px; }
        .block-sec .vid-area .cont h3 {
        font-size: 28px; }
        .blog-curs .item {
        display: block; }
        .blog-curs .item .bimg {
        width: 100%; }
        .blog-curs .item .bimg .img {
        min-width: 220px; }
        .blog-curs .item .cont {
            width: 100%;
        padding: 30px 20px; } }

    #landing-text{
        position: absolute;
        color: #fff;
        padding-left: 10%;
        padding-bottom: 10%;
    }

    #landing-text h1{
        font-family: 'Ubuntu', sans-serif;
    }

    #landing-text h2{
        font-weight: 200;
        margin-top: 20px;
        line-height: 1.5;
    }

    @media screen and (max-width: 767px) {
        #landing-text {
            padding-bottom: 25%;
        }
    }

    @media (max-width:279.98px){
        .mt-10-xs {
            margin-top: 20px !important; 
        }        
        #landing-text{
            padding-bottom: 5%;
        }
        #landing-text h1{
            font-size: 19px;
        }
        #landing-text h2{
            margin-top: 20px;        
            font-size: 14px;
            font-weight: 300;
        }
        #landing-text .btn{
            font-size: 0.72rem;
        }
    }

    /*
     * Have no fucking clue where the override for width 100% is happening from so had to resort to full
     * hack !important since it broke the testimonial reviews
     */

    .testimonial-item {
        width: 80% !important;
        margin-left: 10% !important;
    }

    .navbar .logo {
        width: 16vh !important;
    }

    .copyright-image {
        height: 2vh !important;
        width: auto;
        vertical-align: text-bottom !important;
    }

    .footer-half {
        background: #151921 !important;
    }

    .footer-head {
        padding: 3vw;
    }

    .social-channels {
        font-size: 3em;
    }

    .icon {
        font-size: 1em;
    }

    .page-header .cont {
        padding: 220px 0 50px;
    }

    .black a {
        color: #000 !important;
    }

    .text-right {
        text-align: right;
    }

    .disable-link {
        pointer-events: none;
        cursor: default;
        text-decoration: underline;
        font-style: italic;
        color: #888;
    }

    .contact-send-button {
        margin-top: 20px;
    }

    .map-logo {
        width: 25%;
        padding-bottom: 5%;
    }

    .job-posts {
        margin-bottom: 50px;
    }

    .btn-apply {
        position: relative;
        display: inline-block;
        letter-spacing: 1px;
        color: rgba(255, 255, 255,0.8);
        border-color: #333;
        cursor: pointer;       
        background-color: rgba(0, 0, 0, 0.9);
        transition: all 0.2s ease-out;
        -webkit-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
    }

    .btn-apply:hover {
        background-image: -webkit-linear-gradient(245deg, rgba(0, 0, 0, 0.8) 10%, rgb(41, 39, 39) 80%);
        background-image: linear-gradient(245deg, rgba(0, 0, 0, 0.8) 10%, rgb(54, 51, 51) 80%);        
        color: #f8f8f8;
        border-radius:0;
      }

    .btn.btn-apply::after,
    .btn.btn-apply::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        transition: .5s;
    }

    .btn.btn-apply::after {
        top: -7px;
        left: -7px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
    }

    .btn.btn-apply::before {
        bottom: -7px;
        right: -7px;
        border-bottom: 2px solid transparent;
        border-right: 2px solid transparent;
    }

    .btn.btn-apply:hover::after,
    .btn.btn-apply:hover::before {
        width: 30px;
        height: 30px;
        border-color: rgba(0, 0, 0, 0.8);
    }

    .btn.bg-none{
        color: rgba( 255, 255, 255, 0.7);
        border: 1px solid rgba( 255, 255, 255, 0.5);
    }

    .btn.bg-none:hover{
        transition: all 0.15s ease-in-out;
        background-color: rgb(255, 255, 255, 0.2);
    }

    .bg-job {
        background-color: rgb(202, 201, 201);
    }

    .bg-job h2{
        color: #282828;
    }

    .bg-job p {
        color: #333;
    }

    .job-details {
        margin-top: 15px;
    }

    .file-job {
        padding: 15px 15px !important;
    }

    .job-form {
        margin-bottom: 50px;
    }

    .no-decoration li {
        list-style: none;
    }

    .no-decoration {
        text-decoration: none;
    }

    .text {
        display: block;
        margin-top: 75px;
        font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-size: 12px;
        text-align: justify;
        /* color: #fff; */
        text-transform: capitalize;       
    }

    
    .dont-capitalize{
        text-transform: none; 
    }

    @keyframes pulse {
        to {
            opacity: 1;
        }
    }

    .black-desktop {
        color: #000 !important;
    }

    @media screen and (max-width: 992px){
    .black-desktop {
        color: #fff !important;
    }
    }

    @media (max-width: 767px) {
    .social-channels {
        text-align: center;
    }    
    }

/* CHEVRON START */
  
#chevron{
    z-index: 99;
    position: absolute;
    left: 50%;
}    

.position-re #chevrondark {
    z-index: 99;
    position: absolute;
    left: 50%;
}

.top75{
    top:75vh;
}
 
.top-3{
    top: -3rem;
}

#chevron span{
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    }
    
#chevrondark span{
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid rgb(73, 68, 68);
    border-bottom: 2px solid rgb(73, 68, 68);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
#chevron span:nth-of-type(1), #chevrondark span:nth-of-type(1){
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
#chevron span:nth-of-type(2), #chevrondark span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
  }
#chevron span:nth-of-type(3), #chevrondark span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
  @keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }  
  @media (min-width:768px) and (max-width:991.98px){
    .position-re .mdscrn{
        top: -5rem;
    }
  }
  @media screen and (min-width: 768px) {
    .position-re .smscrn{
        top: 75vh;
        }
    }
  
/* CHEVRON END */

#landing-container {
    background-color: #23153c;
}


