/**
Project:    Digital Totch
Version:    1.0
Author: TopNotch
Primary use: Digital,Agency

[Layout]

--> body
--> Header /// Header
--> Content / #main-content
--> Sidebar / Sidebar-outer
--> Search / Search-side-box
--> Footer / Footer

Navigation   #navbar
Content header   h2
Content header   h3


[Color Codes]

Background: #ffffff (White)
Content:    #3a4552 (Light Dark)
Header H1:  #ffffff (White)
Footer:     #ffffff (White)


[Typography]

Body:       font:16px/16px 'Rubik', sans-serif;
Headers:    font:16px/16px 'Prompt', sans-serif;
Input, textarea:    font:14px/14px 'Rubik', sans-serif;
Sidebar heading:    font:24px/24px 'Prompt', sans-serif;



==> RESET    
==> Wrapper   
==> HEADER
==> Banner
==> Inner Banner
==> About Section
==> Portfolio Section
==> Blog Section
==> Blog Detail
==> Contact Section
==> Footer


End of Table of Content Css End **/
/*-------------------------------
Custom Css
-------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Prompt:300,300i,400,400i,500,600,700|Rubik:300,300i,400,400i,500,700');

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #353744;
    overflow-x: hidden;
}

    body p {
        font-family: 'Rubik', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        margin: 0;
        color: #757575;
    }

    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6,
    body strong {
        font-family: 'Prompt', sans-serif;
        color: #3a4552;
        font-weight: 400;
        letter-spacing: 0.5px;
        margin: 0;
    }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
strong span {
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
strong a {
    color: #3a4552;
}

body h2 {
    font-weight: 400;
    font-size: 30px;
    margin: 0 0 25px;
    line-height: 40px;
}

body h3 {
    font-weight: 400;
    font-size: 24px;
}

body h4 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.tnit-fullHeight {
    height: 100%;
}

.tnit-wrapper,
.tnit-main-content {
    width: 100%;
    position: relative;
}

figure {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    figure figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        margin: 0;
    }

ul,
ol {
    margin: 0;
    padding: 0;
}

    ul ul,
    ol ol {
        padding-left: 30px;
    }

.tnit-wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}

    .tnit-wrapper a,
    .tnit-wrapper a:hover,
    .tnit-wrapper a:focus {
        text-decoration: none;
        outline: none;
    }

.tnit-main-content {
    float: left;
    width: 100%;
    position: relative;
}

.pd-tb70 {
    padding-top: 68px;
    padding-bottom: 68px;
}

.pd-t70 {
    padding-top: 68px;
}

.pd-b70 {
    padding-bottom: 68px;
}

.tnit-thumb {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .tnit-thumb img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .tnit-thumb:hover img {
        -webkit-transform: scale(1.2) rotate(3deg);
        -moz-transform: scale(1.2) rotate(3deg);
        -ms-transform: scale(1.2) rotate(3deg);
        -o-transform: scale(1.2) rotate(3deg);
        transform: scale(1.2) rotate(3deg);
    }

    .tnit-thumb:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        background-color: rgba(47, 39, 37, 0.7);
        z-index: 99;
        display: none;
    }

    .tnit-thumb:hover:before {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

.tnit-heading-outer {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

    .tnit-heading-outer h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 15px;
        letter-spacing: 1px;
        position: relative;
    }

    .tnit-heading-outer span {
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 18px;
        padding-bottom: 9px;
        text-transform: uppercase;
        position: relative;
    }

        .tnit-heading-outer span:after {
            content: '';
            position: absolute;
            width: 82%;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            border-bottom: 1px solid #05929f;
        }

.tnit-heading-left span:after {
    margin: 0;
}

.tnit-heading-outer p em {
    font-weight: 600;
    display: inline-block;
}

.tnit-heading-outer h3 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tnit-heading-outer_v2 {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.tnit-btn {
    font-size: 14px;
    color: #fff;
    padding: 13px 26px;
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    z-index: 11;
}

    .tnit-btn:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .tnit-btn:hover {
        color: #fff;
    }

    .tnit-btn .fa {
        margin-right: 8px;
    }

.btn-groups .tnit-btn {
    margin: 0 10px;
}
/*--------------------------------------------
 Header Css Start
---------------------------------------------*/
.tnit-header {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

    .tnit-header > .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 27px;
    }

.tnit-topbar-holder {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #cac9c9;
    font-size: 13px;
    color: #636363;
}

.tp-left-listed {
    float: left;
    margin-bottom: 0;
}

    .tp-left-listed li {
        list-style: none;
        padding: 0 15px;
        display: inline-block;
        position: relative;
    }

        .tp-left-listed li:before {
            content: "|";
            font-size: 13px;
            line-height: 13px;
            position: absolute;
            left: 0;
            top: 3px;
        }

        .tp-left-listed li:first-child:before {
            display: none;
        }

        .tp-left-listed li a {
            color: #6c6a69;
        }

        .tp-left-listed li .fa {
            margin-right: 5px;
        }

        .tp-left-listed li:first-child {
            padding-left: 0;
        }

.tp-right {
    float: right;
}

    .tp-right .tnit-cart-holder {
        float: right;
    }

.tnit-cart-holder .icomoon {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.tnit-topbar-holder .tnit-social-links li a::before {
    display: none;
}

.btn-account, .btn-cart, .btn-account {
    font-size: 13px;
    color: #6c6a69;
}

    .btn-account:hover {
        color: #6c6a69;
    }

    .btn-account .fa {
        margin-right: 5px;
    }

.tnit-topbar-holder .btn-cart {
    position: relative;
    padding-right: 10px;
}

    .tnit-topbar-holder .btn-cart .num {
        font-size: 9px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        color: #fff;
        display: inline-block;
        position: absolute;
        border-radius: 100%;
        text-align: center;
        right: 0;
        top: -10px;
        z-index: 11;
    }

.btn-cart .tnit-cart-listed {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5) rotate(45deg);
    -moz-transform: scale(0.5) rotate(45deg);
    -ms-transform: scale(0.5) rotate(45deg);
    -o-transform: scale(0.5) rotate(45deg);
    transform: scale(0.5) rotate(45deg);
}

.btn-cart:hover .tnit-cart-listed {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.tnit-cart-listed {
    width: 330px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
    padding: 28px 18px;
    margin: 0;
}

    .tnit-cart-listed > li {
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
    }

        .tnit-cart-listed > li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

.inner-cart {
    float: left;
    width: 100%;
}

    .inner-cart img {
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .inner-cart .text {
        font-size: 14px;
        font-weight: 400;
        overflow: hidden;
        color: #353744;
    }

        .inner-cart .text span {
            display: block;
            margin-bottom: 4px;
        }

        .inner-cart .text .btn-close {
            font-size: 14px;
            float: right;
            color: #353744;
        }

    .inner-cart .tnit-btn-cart {
        float: left;
    }

.tnit-btn-cart {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 8px 15px;
    color: #fff;
    display: inline-block;
}

    .tnit-btn-cart .fa {
        margin-right: 5px;
    }

.inner-cart .price {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #353744;
    margin-top: 10px;
}

.inner-cart .tnit-btn-cart:hover {
    color: #fff;
}

.tp-right .tnit-social-links {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

    .tp-right .tnit-social-links:before {
        content: "|";
        font-size: 13px;
        line-height: 13px;
        position: absolute;
        left: 0;
        top: 3px;
    }

    .tp-right .tnit-social-links:after {
        content: "|";
        font-size: 13px;
        line-height: 13px;
        position: absolute;
        right: 0;
        top: 3px;
    }

.tnit-logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    position: relative;
    color: #fff;
}

    .tnit-logo a, .tnit-logo a:hover, .tnit-logo a:focus {
        color: #fff;
    }

    .tnit-logo img {
        max-width: 100%;
    }

.tnit-navbar-holder {
    float: left;
    width: 100%;
}

.tnit-nav-right {
    float: right;
    padding: 0;
    margin: 0;
    display: block;
}

    .tnit-nav-right li {
        font-size: 20px;
        color: #fff;
        display: table-cell;
        padding: 0 10px;
        list-style: none;
    }

        .tnit-nav-right li:last-child {
            padding-right: 0;
        }

        .tnit-nav-right li a {
            color: #fff;
        }

    .tnit-nav-right .tnit-share {
        position: relative;
    }

.tnit-share #tnit-social-overlay {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 999;
}

.tnit-social-links {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
}

    .tnit-social-links li {
        font-size: 13px;
        display: inline-block;
        margin: 0 5px;
        list-style: none;
        position: relative;
    }

        .tnit-social-links li a {
            font-size: 16px;
            color: #6c6a69;
            text-align: center;
            display: inline-block;
            position: relative;
            z-index: 1;
        }
/*
.tnit-social-links li a:hover .fa{
    -webkit-animation: toTopFromBottom 0.7s ease-in-out;
   -moz-animation: toTopFromBottom 0.7s ease-in-out;
    -ms-animation: toTopFromBottom 0.7s ease-in-out;
     -o-animation: toTopFromBottom 0.7s ease-in-out;
        animation: toTopFromBottom 0.7s ease-in-out;
}
#tnit-social-overlay.tnit-social-links li a{
    width: 100%;
}
.tnit-social-links li a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.tnit-social-links li a:hover:before{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.tnit-overlay .tnit-social-links{
    top: 15%;
}*/
.tnit-social-links_v2 li {
    margin: 0 7px;
}

    .tnit-social-links_v2 li a {
        font-size: 13px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        border: 2px solid #fff;
    }

        .tnit-social-links_v2 li a:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: -1;
            background-color: #fff;
            border-radius: 100%;
            /*    opacity: 0;
    visibility: hidden;*/
            -webkit-transform: scale(1.05) rotate(120deg);
            -moz-transform: scale(1.05) rotate(120deg);
            -ms-transform: scale(1.05) rotate(120deg);
            -o-transform: scale(1.05) rotate(120deg);
            transform: scale(1.05) rotate(120deg);
        }

        .tnit-social-links_v2 li a:hover:before {
            opacity: 0;
            visibility: hidden;
            -webkit-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(9deg);
            -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
            transform-origin: bottom right;
        }

        .tnit-social-links_v2 li a:hover {
            color: #fff;
        }
/*Navholder Css*/
.tnit-navbar-holder {
    float: left;
    width: 100%;
}

    .tnit-navbar-holder .navbar {
        border: none;
        background-color: transparent;
        margin: 0;
    }

    .tnit-navbar-holder .navbar-nav > li {
        float: none;
        display: inline-block;
        padding: 23px 27px 22px;
    }

        .tnit-navbar-holder .navbar-nav > li:first-child {
            padding-left: 0;
        }

        .tnit-navbar-holder .navbar-nav > li:last-child {
            padding-right: 0;
        }

    .tnit-navbar-holder .navbar .navbar-nav li a {
        font-family: 'Prompt', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #636363;
    }

    .tnit-navbar-holder .navbar .navbar-nav > li > a {
        padding: 0;
        color: #fff;
    }

    .tnit-navbar-holder .navbar-nav li .dropdown-menu {
        width: 180px;
        padding: 10px 0;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: 0 0 5px rgba(0,0,0,0.10);
        display: block;
        opacity: 0;
        visibility: hidden;
    }

        .tnit-navbar-holder .navbar-nav li .dropdown-menu .dropdown-menu {
            left: 100%;
        }

    .tnit-navbar-holder .navbar-nav li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-animation: bounceInUp 0.5s ease-in-out;
        -moz-animation: bounceInUp 0.5s ease-in-out;
        -ms-animation: bounceInUp 0.5s ease-in-out;
        -o-animation: bounceInUp 0.5s ease-in-out;
        animation: bounceInUp 0.5s ease-in-out;
    }

    .tnit-navbar-holder .navbar-nav li .dropdown-menu li {
        border-bottom: 1px solid #ccc;
        position: relative;
        z-index: 11;
    }

        .tnit-navbar-holder .navbar-nav li .dropdown-menu li:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 100%;
            z-index: -1;
        }

        .tnit-navbar-holder .navbar-nav li .dropdown-menu li:hover:after {
            width: 100%;
        }

        .tnit-navbar-holder .navbar-nav li .dropdown-menu li:last-child {
            border-bottom: none;
        }

        .tnit-navbar-holder .navbar-nav li .dropdown-menu li:hover > a {
            color: #fff;
        }

        .tnit-navbar-holder .navbar-nav li .dropdown-menu li a:hover {
            background-color: transparent;
        }

        .tnit-navbar-holder .navbar-nav li .dropdown-menu li a {
            padding: 9px 20px;
            color: #636363;
            text-transform: none;
        }

.navbar-nav li .caret {
    display: none;
}

#tnit-navbar-collapse {
    padding: 0;
}

.tnit-navbar-holder .navbar-default {
    float: left;
    width: 100%;
}

    .tnit-navbar-holder .navbar-default .navbar-nav {
        width: 100%;
        text-align: center;
    }

.tnit-navbar-holder .tnit-nav-right {
    float: right;
    margin-top: 20px;
}

.nav-right-listed {
    margin-top: 20px;
}

    .nav-right-listed .tnit-social-links {
        float: right;
        display: inline-block;
        text-align: inherit;
        margin-top: 5px;
    }

        .nav-right-listed .tnit-social-links li a {
            color: #fff;
        }

        .nav-right-listed .tnit-social-links li {
            margin: 0 8px;
        }

            .nav-right-listed .tnit-social-links li a:before {
                display: none;
            }

    .nav-right-listed .menu-btn {
        margin-left: 28px;
        float: right;
    }

.menu-btn {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

    .menu-btn:hover {
        color: #fff;
    }
/*--------------------------------------------
Menu Overlay Css
---------------------------------------------*/
.tnit-nav-holder {
    text-align: center;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .tnit-nav-holder ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        position: relative;
    }

    .tnit-nav-holder li {
        display: block;
        padding: 15px 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .tnit-nav-holder li:first-child {
            margin-top: 0;
        }

        .tnit-nav-holder li a {
            font-family: 'Roboto', sans-serif;
            font-size: 36px;
            line-height: 36px;
            font-weight: 300;
            display: inline-block;
            position: relative;
            color: #fff;
            padding: 0 30px;
        }

            .tnit-nav-holder li a:before, .btn-home:before {
                content: '{';
                font-family: 'Roboto', sans-serif;
                font-size: 36px;
                color: #fff;
                position: absolute;
                left: -30px;
                top: 0;
                opacity: 0;
            }

            .tnit-nav-holder li a:after, .btn-home:after {
                content: '}';
                font-family: 'Roboto', sans-serif;
                font-size: 36px;
                color: #fff;
                position: absolute;
                right: -30px;
                top: 0;
                opacity: 0;
            }

            .tnit-nav-holder li a:hover:before {
                opacity: 1;
                left: 0;
            }

            .tnit-nav-holder li a:hover:after {
                opacity: 1;
                right: 0;
            }

            .tnit-nav-holder li a:hover,
            .tnit-nav-holder li a:focus {
                color: #f0f0f0;
            }
/*--------------------------------------------
Search Form Css
---------------------------------------------*/
/*.tnit-search-outer{
    float: left;
    width: 96%;
    height: 92%;
    top: 4%;
    left: 2%;
    position: fixed;
    background-color: rgba(0,0,0,0.96);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transform: scaleX(0.1);
    -moz-transform: scaleX(0.1);
    -ms-transform: scaleX(0.1);
    -o-transform: scaleX(0.1);
    transform: scaleX(0.1);
}
.tnit-search-outer.open{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.tnit-search-outer.open .tnit-search-form{
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.tnit-search-form{
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    padding: 300px 0 0;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    transition-delay: 0.3s;
}
.tnit-search-form input[type="text"]{
    font-size: 16px;
    float: left;
    color: #444;
    width: 85%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #fff;
    border: none;
}
.tnit-search-form .tnit-submit{
    font-size: 20px;
    float: left;
    width: 15%;
    height: 52px;
    line-height: 50px;
    background-color: #333;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    margin-top: -1px;
    border: none;
}
.tnit-search-outer #tnit-btn-close{
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    display: inline-block;
    z-index: 999;
}*/
/*--------------------------------------------
Menu Overlay Css
---------------------------------------------*/
.tnit-overlay {
    /*    position: fixed;*/
    position: absolute;
    width: 450px;
    /*    height: 100vh;*/
    top: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
}

    .tnit-overlay .tnit-overlay-close {
        font-size: 30px;
        position: absolute;
        right: 30px;
        top: 15px;
        overflow: hidden;
        border: none;
        color: #222;
        outline: none;
        z-index: 999;
        background-color: transparent;
    }

    .tnit-overlay .tnit-nav-holder {
        text-align: center;
        position: relative;
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.tnit-nav-holder ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.tnit-nav-holder li {
    display: block;
    padding: 15px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .tnit-nav-holder li:first-child {
        margin-top: 0;
    }

    .tnit-nav-holder li a {
        font-family: "Maven Pro Light 200 Regular";
        font-size: 36px;
        line-height: 36px;
        font-weight: 300;
        display: inline-block;
        position: relative;
        color: #fff;
        padding: 0 30px;
    }

        .tnit-nav-holder li a:before, .btn-home:before {
            content: '{';
            font-family: "Maven Pro Light 200 Regular";
            font-size: 36px;
            color: #fff;
            position: absolute;
            left: -30px;
            top: 0;
            opacity: 0;
        }

        .tnit-nav-holder li a:after, .btn-home:after {
            content: '}';
            font-family: "Maven Pro Light 200 Regular";
            font-size: 36px;
            color: #fff;
            position: absolute;
            right: -30px;
            top: 0;
            opacity: 0;
        }

        .tnit-nav-holder li a:hover:before {
            opacity: 1;
            left: 0;
        }

        .tnit-nav-holder li a:hover:after {
            opacity: 1;
            right: 0;
        }

        .tnit-nav-holder li a:hover,
        .tnit-nav-holder li a:focus {
            color: #f0f0f0;
        }

.tnit-overlay-genie {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
}

    .tnit-overlay-genie.open {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .tnit-overlay-genie svg {
        position: absolute;
        top: 0;
        left: 0;
    }

    .tnit-overlay-genie .tnit-overlay-path {
        fill: rgba(255,255,255,1);
    }

    .tnit-overlay-genie .tnit-nav-holder, .tnit-overlay-genie .tnit-menu-innner {
        opacity: 0;
        -webkit-transform: scale(0.8) translateY(-48%);
        transform: scale(0.8) translateY(-48%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .tnit-overlay-genie .tnit-overlay-close {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .tnit-overlay-genie.open nav,
    .tnit-overlay-genie.open .tnit-overlay-close, .tnit-overlay-genie.open .tnit-menu-innner {
        opacity: 1;
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .tnit-overlay-genie.open .tnit-nav-holder, .tnit-overlay-genie.open .tnit-menu-innner {
        -webkit-transform: scale(1) translateY(0%);
        transform: scale(1) translateY(0%);
    }

    .tnit-overlay-genie.close .tnit-nav-holder,
    .tnit-overlay-genie.close .tnit-overlay-close,
    .tnit-overlay-genie.close .tnit-menu-innner {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

.tnit-menu-innner {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px;
    z-index: 99;
}

    .tnit-menu-innner .logo2 {
        display: block;
        margin-bottom: 35px;
    }

    .tnit-menu-innner p {
        font-size: 16px;
        color: #777;
    }

    .tnit-menu-innner .tnit-address-listed {
        margin-top: 50px;
    }

        .tnit-menu-innner .tnit-address-listed li {
            margin-bottom: 28px;
        }

.tnit-address-listed li p a {
    display: block;
}
/*.tnit-menu-innner .tnit-address-listed li:last-child{
    margin-bottom: 15px;
}*/
.tnit-address-listed {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

    .tnit-address-listed li {
        list-style: none;
        margin-bottom: 20px;
    }

        .tnit-address-listed li span {
            font-size: 16px;
            font-weight: 500;
            color: #1e1e1e;
            text-transform: uppercase;
            display: block;
            margin-bottom: 14px;
        }

            .tnit-address-listed li span .fa {
                margin-right: 15px;
            }

    .tnit-address-listed p a {
        color: #777;
    }

.tnit-menu-innner .tnit-social-links {
    text-align: left;
}

.tnit-btn.btn-hire {
    float: left;
    width: 100%;
    text-transform: uppercase;
    display: block;
    padding: 25px 25px;
    text-align: center;
}
/*Social Links Animate */
.tnit-overlay-genie .tnit-social-links li:nth-child(1) {
    top: 8%;
    opacity: 0;
    transition-delay: 0.4s;
}

.tnit-overlay-genie .tnit-social-links li:nth-child(2) {
    top: 16%;
    opacity: 0;
    transition-delay: 0.7s;
}

.tnit-overlay-genie .tnit-social-links li:nth-child(3) {
    top: 24%;
    opacity: 0;
    transition-delay: 0.9s;
}

.tnit-overlay-genie .tnit-social-links li:nth-child(4) {
    top: 32%;
    opacity: 0;
    transition-delay: 1.1s;
}

.tnit-overlay-genie .tnit-social-links li:nth-child(5) {
    top: 40%;
    opacity: 0;
    transition-delay: 1.4s;
}

.tnit-overlay-genie .tnit-social-links li:nth-child(6) {
    top: 48%;
    opacity: 0;
    transition-delay: 1.7s;
}

.tnit-overlay-genie .tnit-social-links li:nth-child(7) {
    top: 56%;
    opacity: 0;
    transition-delay: 2s;
}

.tnit-overlay-genie.open .tnit-social-links li {
    top: 0;
    opacity: 1;
}

.tnit-overlay-genie.close .tnit-social-links li {
    transition-delay: 0.3s;
}
/*--------------------------------------------
Banner Css
---------------------------------------------*/
.tnit-banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}

    .tnit-banner::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }

#tnit-banner-slider {
    float: left;
    width: 100%;
    z-index: inherit;
}

    #tnit-banner-slider .item {
        float: left;
        width: 100%;
        position: relative;
    }

    #tnit-banner-slider .banner-caption, .banner-caption {
        width: 620px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 330px;
        position: absolute;
        text-align: center;
    }

.banner-caption {
    bottom: 220px;
}

    .banner-caption strong {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        margin: 0 0 30px;
        letter-spacing: 1px;
        display: block;
    }

    .banner-caption h2 {
        font-size: 70px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 35px;
    }

    .banner-caption p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #fff;
        margin: 0 0 50px;
    }

.videocontainer {
    height: 700px;
    width: 100%;
}
/*--------------------------------------------
Innner Css
---------------------------------------------*/
.tnit-inner-banner {
    float: left;
    width: 100%;
    background: url(../images/inner-banner-img-01.jpg) top center no-repeat;
    background-size: cover;
    padding: 230px 0 45px;
    text-align: center;
    position: relative;
}

#tnit-blog-banner {
    background: url(../images/inner-banner-blog-img.jpg) top center no-repeat;
    background-size: cover;
}

#tnit-blog-banner_v2 {
    background: url(../images/inner-banner-blog-img2.jpg) top center no-repeat;
    background-size: cover;
}

#tnit-contact-banner {
    background: url(../images/inner-banner-contact-img.jpg) top center no-repeat;
    background-size: cover;
}

#tnit-services-banner {
    background: url(../images/inner-banner-services-img.jpg) top center no-repeat;
    background-size: cover;
}

#tnit-services-banner_v2 {
    background: url(../images/inner-banner-services-img.jpg) top center no-repeat;
    background-size: cover;
}

#tnit-project-banner {
    background: url(../images/inner-banner-project-img.jpg) top center no-repeat;
    background-size: cover;
}

#tnit-team-banner {
    background: url(../images/inner-banner-team-img.jpg) top center no-repeat;
    background-size: cover;
}

.tnit-inner-banner > img {
    max-width: 100%;
    height: auto;
}

.tnit-inner-content {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 65px 0 60px;
}

.tnit-inner-banner h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px;
}

.tnit-inner-banner p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 25px;
}

.tnit-breadcrumb-holder {
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.tnit-inner-banner .tnit-breadcrumb-holder {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.tnit-breadcrumb-holder li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #353744;
}

.tnit-breadcrumb-holder.breadcrumb > li + li:before {
    content: '.';
    font-size: 22px;
    color: #353744;
    margin: 0 2px;
}

.tnit-breadcrumb-holder li a {
    color: #353744;
}
/*--------------------------------------------
About Section Css
---------------------------------------------*/
.tnit-about-section {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}

.tnit-about-thumb {
    position: relative;
}

    .tnit-about-thumb img {
        max-width: 100%;
        height: auto;
    }

.tnit-play-btn {
    font-size: 22px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(236,35,28,0.90);
}

    .tnit-play-btn:hover {
        color: #fff;
    }

.tnit-about-thumb .tnit-play-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.tnit-about-thumb:hover .tnit-play-btn {
    top: 43%;
    opacity: 1;
    visibility: visible;
}

.tnit-about-text .tnit-heading-outer {
    margin-bottom: 0px;
}

.tnit-about-text em {
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}

.tnit-about-text p {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    margin-bottom: 20px;
}

.tnit-achivement-outer {
    float: left;
    width: 100%;
}

    .tnit-achivement-outer h5 {
        font-weight: 600;
        margin: 0;
    }

.tnit-achive-listed > li {
    list-style: none;
    float: left;
    width: 45%;
    padding-bottom: 5px;
    margin-top: 14px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

    .tnit-achive-listed > li:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 0;
        height: 84%;
        border-left: 1px solid #e8e8e8;
    }

    .tnit-achive-listed > li.achive-item-right {
        float: right;
    }

        .tnit-achive-listed > li.achive-item-right:after {
            display: none;
        }

    .tnit-achive-listed > li.brd-none {
        padding-bottom: 0;
        border-bottom: none;
    }

.achive-item .icon-box {
    float: left;
    width: 65px;
    height: 70px;
}

    .achive-item .icon-box:hover img, .achive-item .icon-box:hover .fa {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }

.achive-item .text {
    font-size: 14px;
    overflow: hidden;
}

    .achive-item .text span {
        font-size: 24px;
        margin-bottom: 4px;
        color: #212121;
        display: block;
    }
/*--------------------------------------------
Services Section 
---------------------------------------------*/
.tnit-services-section {
    float: left;
    width: 100%;
    background: url('/images/WhatWeDo3.jpg') top left no-repeat;
    background-size: cover;
    padding-bottom: 25px;
}

.tnit-services-item {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 45px;
}

    .tnit-services-item.tnit-hover_v1 .icon-before:before, .tnit-services-item.tnit-hover_v1 .icon-before:after {
        top: 0;
    }

    .tnit-services-item.tnit-hover_v1 .icon-after:before, .tnit-services-item.tnit-hover_v1 .icon-after:after {
        bottom: 0;
    }

    .tnit-services-item.tnit-hover_v1:hover .icon-before:before, .tnit-services-item.tnit-hover_v1:hover .icon-after:before {
        left: 0;
    }

    .tnit-services-item.tnit-hover_v1:hover .icon-before:after, .tnit-services-item.tnit-hover_v1:hover .icon-after:after {
        right: 0;
    }
    /*.tnit-services-item:hover .fa,.tnit-services-item:hover .icomoon{
    -webkit-animation: toTopFromBottom 0.5s ease-in-out;
   -moz-animation: toTopFromBottom 0.5s ease-in-out;
    -ms-animation: toTopFromBottom 0.5s ease-in-out;
     -o-animation: toTopFromBottom 0.5s ease-in-out;
        animation: toTopFromBottom 0.5s ease-in-out;
}
*/ .tnit-services-item:hover .fa, .tnit-services-item:hover .icomoon {
        -webkit-animation: ZoomIn 0.4s ease-in-out;
        -moz-animation: ZoomIn 0.4s ease-in-out;
        -ms-animation: ZoomIn 0.4s ease-in-out;
        -o-animation: ZoomIn 0.4s ease-in-out;
        animation: ZoomIn 0.4s ease-in-out;
    }

    .tnit-services-item.tnit-hover_v1:after {
        display: none;
    }

    .tnit-services-item:hover {
        text-align: center;
    }

    .tnit-services-item .icon-box {
        display: block;
        margin-bottom: 18px;
    }

    .tnit-services-item .fa, .tnit-services-item .icomoon {
        font-size: 50px;
        color: white;
    }

    .tnit-services-item h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 13px;
        text-transform: uppercase;
    }

.btn-checkout, .btn-holders .btn-checkout {
    font-weight: 500;
    color: #3a4552;
    margin-left: 18px;
    text-decoration: underline;
}
/*--------------------------------------------
Services Variation Section 2
---------------------------------------------*/
.tnit-services-section_v2 {
    background-image: none;
    background-color: #fff;
}

#tnit-services-slider {
    float: left;
    width: 100%;
    position: relative;
}

    #tnit-services-slider .tnit-services-item {
        border: 1px solid #e0e0e0;
        text-align: left;
        padding: 28px 20px 0px;
        position: relative;
        z-index: 11;
    }

        #tnit-services-slider .tnit-services-item:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 80%;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
        }

        #tnit-services-slider .tnit-services-item:hover:before {
            height: 100%;
            opacity: 1;
            visibility: visible;
        }

        #tnit-services-slider .tnit-services-item:hover p, #tnit-services-slider .tnit-services-item:hover h4, #tnit-services-slider .tnit-services-item:hover .icomoon {
            color: #fff;
        }

        #tnit-services-slider .tnit-services-item p {
            margin-bottom: 25px;
        }

.tnit-services-item .btn-more {
    font-size: 18px;
    color: #fff;
    width: 29px;
    height: 29px;
    line-height: 24px;
    border: 3px solid #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -12px;
}

#tnit-services-slider .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 48%;
}

    #tnit-services-slider .owl-controls .owl-nav [class*="owl-"] {
        background-color: transparent;
        padding: 0;
        margin: 0;
        color: #b2b2b2;
        font-size: 30px;
    }

    #tnit-services-slider .owl-controls .owl-nav .owl-prev {
        float: left;
        margin-left: -50px;
    }

        #tnit-services-slider .owl-controls .owl-nav .owl-prev:before {
            font-family: 'FontAwesome';
            content: '\f104';
        }

    #tnit-services-slider .owl-controls .owl-nav .owl-next:before {
        font-family: 'FontAwesome';
        content: '\f105';
    }

    #tnit-services-slider .owl-controls .owl-nav .owl-next {
        float: right;
        margin-right: -50px;
    }
/*--------------------------------------------
Services Detail Section 
---------------------------------------------*/
.tnit-services-section {
}

.tnit-team-thumb2 img {
    max-width: 100%;
}

.price-inner {
    float: left;
    width: 100%;
}

    .price-inner .tnit-price-item .btn-purchase a {
        min-width: 81%;
        padding: 20px 20px;
    }

    .price-inner .btn-purchase a:before {
        content: '';
        left: -25px;
        border-bottom: 18px solid transparent;
        border-right: 25px solid #ce1b28;
        border-left: 25px solid transparent;
    }

    .price-inner .btn-purchase a:after {
        content: '';
        right: -25px;
        border-bottom: 18px solid transparent;
        border-right: 25px solid transparent;
        border-left: 25px solid #ce1b28;
    }

.tnit-web-services-listed {
    margin: 0 0 60px;
    padding: 0;
}

    .tnit-web-services-listed li {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
        color: #3a4552;
        list-style: none;
        padding: 18px 22px 18px 40px;
        background-color: #fafafa;
        position: relative;
    }

        .tnit-web-services-listed li:before {
            font-family: 'FontAwesome';
            content: "\f0da";
            font-size: 14px;
            position: absolute;
            left: 24px;
            top: 18px;
            color: #3a4552;
        }

        .tnit-web-services-listed li:last-child {
            margin-bottom: 0;
        }

        .tnit-web-services-listed li a {
            color: #3a4552;
        }

        .tnit-web-services-listed li:hover, .tnit-web-services-listed li:hover a, .tnit-web-services-listed li:hover:before {
            color: #fff;
        }

.tnit-web-inner {
    float: left;
    width: 100%;
}

.web-thumb {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, .40);
    -moz-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, .40);
    box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, .40);
}

    .web-thumb img {
        max-width: 100%;
    }

.tnit-web-info {
    float: left;
    width: 100%;
}

    .tnit-web-info h3 {
        font-weight: 600;
        margin: 0 0 20px;
        text-transform: uppercase;
    }

    .tnit-web-info p {
        margin-bottom: 22px;
    }

.process-outer h5 {
    color: #3a4552;
    margin-bottom: 0px;
}

.process-listed {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
}

    .process-listed:after {
        content: '';
        position: absolute;
        width: 98%;
        border-bottom: 1px solid;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 50%;
    }

    .process-listed li {
        display: inline-block;
        list-style: none;
        position: relative;
        padding: 14px 0;
        width: 32.5%;
    }

        .process-listed li:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border: 2px solid;
            left: 0;
            right: 0;
            bottom: -5px;
            margin: 0 auto;
            text-align: center;
            border-radius: 100%;
            background-color: #fff;
            z-index: 11;
        }

        .process-listed li.style2:after {
            top: -5px;
            bottom: inherit;
        }

        .process-listed li span {
            display: block;
            padding: 8px 0;
        }

.tnit-blocquote-inner {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.tnit-blockquote {
    float: left;
    width: 100%;
    padding: 52px 40px;
    margin-bottom: 0;
    border: none;
    background-color: #fafafa;
}

.tnit-blocquote-inner p, .tnit-blog-item .tnit-blocquote-inner .tnit-blockquote p {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    color: #757575;
}

.tnit-blocquote-inner .fa-quote-left {
    margin-right: 10px;
}

.tnit-blocquote-inner .fa-quote-right {
    margin-left: 10px;
}

.tnit-team-info {
    float: left;
    width: 100%;
}

    .tnit-team-info h3 {
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 20px;
    }

    .tnit-team-info p {
        margin-bottom: 30px;
    }

.check-listed {
    float: left;
    width: 100%;
    padding: 0;
}

    .check-listed li {
        font-size: 14px;
        color: #757575;
        margin-bottom: 15px;
        list-style: none;
    }

        .check-listed li:before {
            font-family: 'FontAwesome';
            content: "\f046";
            font-size: 14px;
            margin-right: 18px;
        }
/*.check-listed li:last-child{
    margin-bottom: 0;
}*/
/*--------------------------------------------
Team Section 
---------------------------------------------*/
.tnit-team-section {
    float: left;
    width: 100%;
    padding-bottom: 38px;
}

.tnit-team-section_v2 {
    background: url('../images/team-bg-img.jpg') top center no-repeat;
    background-size: cover;
}

.tnit-team-item {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    .tnit-team-item .tnit-team-thumb {
        margin-bottom: 20px;
    }

.tnit-team-thumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.tnit-team-thumb {
    float: left;
    width: 100%;
    position: relative;
}

.tnit-gallery-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.tnit-team-thumb .tnit-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    /*background-color: rgba(236,28,35,0.70);*/
}

    .tnit-team-thumb .tnit-caption h4, .tnit-gallery-item .tnit-caption h4 {
        margin-bottom: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .tnit-team-thumb .tnit-caption .desination, .tnit-gallery-item .tnit-caption .desination {
        margin-bottom: 10px;
        opacity: 0;
        visibility: hidden;
        display: block;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

.tnit-team-item:hover .tnit-caption {
    opacity: 1;
    visibility: visible;
}

    .tnit-team-item:hover .tnit-caption .desination, .tnit-team-item:hover .tnit-caption h4, .tnit-team-item:hover .tnit-team-thumb .tnit-social-links_v2,
    .tnit-gallery-item:hover .tnit-caption .desination, .tnit-gallery-item:hover .tnit-caption h4 {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -ms-transform: translate(0px);
        -o-transform: translate(0px);
        transform: translate(0px);
    }

    .tnit-team-item:hover .tnit-caption .desination, .tnit-team-item:hover .tnit-caption h4, .tnit-gallery-item:hover .tnit-caption .desination, .tnit-gallery-item:hover .tnit-caption h4 {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
    }

.tnit-team-item:hover .tnit-team-thumb .tnit-social-links_v2 {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
}

.tnit-team-item:hover .tnit-text {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.tnit-team-item .tnit-text h4, .tnit-gallery-item .tnit-caption h4 {
    margin-bottom: 8x;
}

.tnit-team-thumb .tnit-caption h4, .tnit-team-thumb .tnit-caption span, .tnit-gallery-item .tnit-caption h4, .tnit-gallery-item .tnit-caption span {
    color: #fff;
}

.tnit-team-thumb .tnit-caption .middle, .tnit-gallery-item .tnit-caption .middle {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: 0 auto;
}

.tnit-team-thumb .tnit-social-links_v2 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}
/***Hover Effect Css****/
.tnit-hover_v1 {
    position: relative;
    z-index: 11;
    text-align: center;
}

    .tnit-hover_v1:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(236,28,35,0.70);
        opacity: 0;
        visibility: hidden;
    }

    .tnit-hover_v1:hover:after {
        opacity: 1;
        visibility: visible;
    }
/*Icon Before Css*/
.icon-before:before, .icon-before:after, .icon-after:before, .icon-after:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.icon-before:before {
    left: 10px;
    top: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.icon-before:after {
    right: 10px;
    top: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.icon-after:before {
    left: 10px;
    bottom: 20px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.icon-after:after {
    right: 10px;
    bottom: 20px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*Icon Before/After Hover Css*/
.tnit-hover_v1:hover .icon-before:before, .tnit-hover_v1:hover .icon-after:before {
    left: 20px;
}

.tnit-hover_v1:hover .icon-before:after, .tnit-hover_v1:hover .icon-after:after {
    right: 20px;
}

.tnit-hover_v1:hover .icon-before:before, .tnit-hover_v1:hover .icon-before:after, .tnit-hover_v1:hover .icon-after:before, .tnit-hover_v1:hover .icon-after:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
/*--------------------------------------------
History Section Section 
---------------------------------------------*/
.tnit-history-section {
    float: left;
    width: 100%;
    background: url('../images/ghrap-bg-img.jpg') top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.tnit-tabs-rightouter .nav-tabs {
    float: right;
}

ul.tnit-tabs-nav {
    border: none;
    margin: 0 auto 35px;
    display: table;
    display: -moz-table;
    display: -webkit-table;
    display: -ms-table;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
}

    ul.tnit-tabs-nav li {
        margin: 0 0 0 18px;
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        float: none;
        border: none;
    }

        ul.tnit-tabs-nav li.active, ul.tnit-tabs-nav li.active a, ul.tnit-tabs-nav li a:focus, ul.tnit-tabs-nav li:hover a,
        ul.tnit-tabs-nav li a:hover, ul.tnit-tabs-nav li a:focus, ul.tnit-tabs-nav li:hover, ul.tnit-tabs-nav li.active:focus {
            background-color: #3a4552;
            color: #fff;
        }

.nav-tabs.tnit-tabs-nav > li.active > a, .nav-tabs.tnit-tabs-nav > li.active > a:hover, .nav-tabs.tnit-tabs-nav > li.active > a:focus {
    border: none;
}

ul.tnit-tabs-nav li a {
    font-size: 14px;
    color: #3a4552;
    padding: 0;
    background-color: transparent;
    border: none;
}

ul.tnit-tabs-nav li:hover a {
    background-color: transparent;
    border: none;
}

.tnit-tabs-outer {
    float: left;
    width: 100%;
}

    .tnit-tabs-outer .nav-tabs {
        border: none;
    }

        .tnit-tabs-outer .nav-tabs li {
            border: none;
            border-left: 1px solid #eeeeee;
            border-radius: 0;
            margin: 0;
            position: relative;
        }
            /*.tnit-tabs-outer .nav-tabs li:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    border-bottom: 3px solid;
    z-index: 11;
}*/
            .tnit-tabs-outer .nav-tabs li.active {
                border-bottom-color: #fff;
            }

                .tnit-tabs-outer .nav-tabs li.active:before, .tnit-tabs-outer .nav-tabs li:hover:before {
                    width: 100%;
                }

                .tnit-tabs-outer .nav-tabs li.active a, .tnit-tabs-outer .nav-tabs li:hover a, .tnit-tabs-outer .nav-tabs li.active a.focus {
                    background-color: #3a4552;
                }

        .tnit-tabs-outer .nav-tabs > li.active > a, .tnit-tabs-outer .nav-tabs > li.active > a:hover, .tnit-tabs-outer .nav-tabs > li.active > a:focus {
            border: none;
        }

        .tnit-tabs-outer .nav-tabs li a {
            font-size: 14px;
            line-height: 14px;
            font-weight: 400;
            color: #3a4552;
            padding: 18px 30px;
            border-radius: 0;
            margin: 0;
            border: none;
        }

    .tnit-tabs-outer .tab-content {
        float: left;
        width: 100%;
        padding: 0;
        border: none;
    }

.tnit-tabs-text h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 22px;
}

.tnit-tabs-text p {
    margin-bottom: 35px;
}

#tnit-chart {
    overflow: hidden;
    width: 100%;
}
/*--------------------------------------------
Project Section 
---------------------------------------------*/
.tnit-project-section {
    float: left;
    width: 100%;
}

.tnit-project-inner {
    margin-bottom: 30px;
}

    .tnit-project-inner .tnit-thumb {
        margin-bottom: 30px;
    }

.project-text {
    padding: 37px 0 0 35px;
}

    .project-text .tnit-heading-outer {
        margin-bottom: 12px;
    }

.tnit-gallery-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    /*.tnit-gallery-item img{
    max-width: 100%;
    height: auto;
}*/
    .tnit-gallery-item .tnit-lightboxIcon {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .tnit-gallery-item:hover .tnit-lightboxIcon {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

/*--------------------------------------------
Testimonial Section 
---------------------------------------------*/
.tnit-testimonial-section {
    float: left;
    width: 100%;
    /*background-color: lightgray;*/
    background: url('/images/WhatWeDo.jpg') top center no-repeat;
    background-size: cover;
}

#tnit-testimonial-slider {
    float: left;
    width: 100%;
    position: relative;
}

.tnit-testimonial-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.testimonail-inner {
    float: left;
    width: 100%;
    position: relative;
    background-color: rgba(255,255,255,0.60);
    border: 1px solid #dedede;
    padding: 40px 30px 48px;
}

    .testimonail-inner:before {
        content: '';
        position: absolute;
        left: 50px;
        bottom: -6px;
        width: 12px;
        height: 10px;
        border: 1px solid #dedede;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .testimonail-inner:after {
        content: '';
        position: absolute;
        left: 50px;
        bottom: -5px;
        width: 12px;
        height: 10px;
        border: 1px solid #fff;
        background-color: rgba(255,255,255,0.60);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .testimonail-inner em {
        font-family: 'Prompt', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #3a4552;
        display: block;
        margin: 0 0 30px;
        font-style: italic;
    }

    .testimonail-inner .fa-quote-left {
        font-size: 36px;
        color: #f2f2f2;
        margin-right: 15px;
    }

.tnit-testimonial-item .bottom-outer {
    float: left;
    width: 100%;
    padding: 28px 0 0 30px;
}

.tnit-testimonial-item .sm-thumb {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    float: left;
}

    .tnit-testimonial-item .sm-thumb img {
        width: 100%;
        border-radius: 100%;
    }

.tnit-testimonial-item .bottom-outer h5 {
    font-weight: 500;
    margin: 10px 0 4px;
}

.tnit-testimonial-item .bottom-outer span {
    font-size: 13px;
    color: #999999;
    display: block;
}

#tnit-testimonial-slider .owl-controls {
    margin: 10px 0 0;
}

#tnit-testimonial-slider .owl-dots .owl-dot span {
    width: 32px;
    height: 4px;
    border-radius: 3px;
    background-color: #d1d4d5;
}
/*--------------------------------------------
Blog Section 
---------------------------------------------*/
.tnit-blog-section {
    float: left;
    width: 100%;
    padding-bottom: 22px;
}

#tnit-blog-slider {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 99;
}

.tnit-blog-item {
    font-family: 'Prompt', sans-serif;
    float: left;
    width: 100%;
    margin-bottom: 47px;
    position: relative;
}

    .tnit-blog-item .tnit-thumb {
        margin-bottom: 13px;
    }

        .tnit-blog-item .tnit-thumb:hover img {
            -webkit-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
        }

    .tnit-blog-item .tnit-caption {
        overflow: hidden;
    }

    .tnit-blog-item:hover .tnit-caption .btn-design {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .tnit-blog-item .tnit-caption .btn-design {
        position: absolute;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        left: 50px;
    }

.btn-design {
    font-size: 14px;
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    background-color: rgba(236,28,35,0.80);
}

    .btn-design:hover {
        color: #fff;
    }

.date-box {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    width: 46px;
    padding: 8px;
    color: #fff;
    text-align: center;
}

    .date-box span {
        display: block;
        font-weight: 400;
        padding-bottom: 5px;
        margin-bottom: 7px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        font-size: 12px;
    }

.tnit-blog-item .tnit-text {
    float: left;
    width: 100%;
}

    .tnit-blog-item .tnit-text h5 {
        font-family: 'Prompt', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #333333;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .tnit-blog-item .tnit-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .tnit-blog-item .tnit-text h4 {
        margin: 0 0 10px;
    }

    .tnit-blog-item .tnit-text .tnit-meta-listed {
        margin-bottom: 16px;
    }

.tnit-meta-listed {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
}

    .tnit-meta-listed li {
        font-family: 'Prompt', sans-serif;
        font-size: 13px;
        line-height: 14px;
        display: inline-block;
        list-style: none;
        padding: 0 15px;
        color: #999999;
        font-weight: 500;
        margin-bottom: 14px;
        border-right: 1px solid #e3e3e3;
    }

        .tnit-meta-listed li:first-child {
            padding-left: 0;
        }

        .tnit-meta-listed li:last-child {
            padding-right: 0;
            border-right: none;
        }

        .tnit-meta-listed li .fa {
            font-size: 16px;
            margin-right: 6px;
        }

        .tnit-meta-listed li span {
            font-weight: 400;
            color: #6c6a69;
        }

.tnit-meta-listed2 li:after {
    content: '/';
    margin-left: 3px;
}

.tnit-meta-listed2 li:last-child:after {
    display: none;
}

.tnit-meta-listed li:first-child {
    padding-left: 0;
}

.tnit-meta-listed li .fa {
    margin-right: 4px;
}

.tnit-meta-listed li a {
    color: #353744;
    text-decoration: none;
}

#tnit-blog-slider .owl-controls {
    text-align: center;
    position: absolute;
    right: 0;
    top: -40px;
    margin: 0;
}

    #tnit-blog-slider .owl-controls .owl-nav [class*="owl-"], #tnit-testimonial-slider .owl-controls .owl-nav [class*="owl-"] {
        font-size: 16px;
        width: 27px;
        height: 27px;
        line-height: 24px;
        display: inline-block;
        position: relative;
        border-radius: 100%;
        color: #c1c1c1;
        margin: 0 0 0 9px;
        padding: 0;
        text-align: center;
        z-index: 11;
        border: 1px solid #c1c1c1;
        background-color: transparent;
    }

#tnit-testimonial-slider .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
}

    #tnit-blog-slider .owl-controls .owl-nav [class*="owl-"]:after,
    #tnit-testimonial-slider .owl-controls .owl-nav [class*="owl-"]:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        width: 100%;
        border-radius: 100%;
        z-index: -1;
    }

    #tnit-blog-slider .owl-controls .owl-nav [class*="owl-"]:hover:after,
    #tnit-testimonial-slider .owl-controls .owl-nav [class*="owl-"]:hover:after {
        height: 100%;
    }

#tnit-blog-slider .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: transparent;
}

    #tnit-blog-slider .owl-controls .owl-nav [class*="owl-"]:hover:before,
    #tnit-testimonial-slider .owl-controls .owl-nav [class*="owl-"]:hover:before {
        -webkit-animation: ZoomIn 0.7s ease-in-out;
        -moz-animation: ZoomIn 0.7s ease-in-out;
        -ms-animation: ZoomIn 0.7s ease-in-out;
        -o-animation: ZoomIn 0.7s ease-in-out;
        animation: ZoomIn 0.7s ease-in-out;
    }

#tnit-blog-slider .owl-nav .owl-prev:before,
#tnit-testimonial-slider .owl-nav .owl-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 12;
}

#tnit-blog-slider .owl-nav .owl-next:before,
#tnit-testimonial-slider .owl-nav .owl-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 12;
}
/*
.tnit-tabs-outer{
    float: left;
    width: 100%;
    margin-bottom: 65px;
}
.tnit-tabs-outer .nav-tabs{
    border: none;
}
.tnit-tabs-outer .nav-tabs li{
    border: 1px solid #eeeeee;
    border-bottom-color: #eeeeee;
    border-radius: 0;
    margin: 0 0px -1px 0;
    position: relative; 
}
.tnit-tabs-outer .nav-tabs li:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    border-bottom: 3px solid;
    z-index: 11;
}
.tnit-tabs-outer .nav-tabs li.active{
    border-bottom-color: #fff;
}
.tnit-tabs-outer .nav-tabs li.active:before,.tnit-tabs-outer .nav-tabs li:hover:before{
    width: 100%;
}
.tnit-tabs-outer .nav-tabs li.active a,.tnit-tabs-outer .nav-tabs li:hover a{
    background-color: #fff;
    border: none;
}
.tnit-tabs-outer .nav-tabs > li.active > a,.tnit-tabs-outer .nav-tabs > li.active > a:hover,.tnit-tabs-outer .nav-tabs > li.active > a:focus{
    border: none;
}
.tnit-tabs-outer .nav-tabs li a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #353744;
    padding: 18px 65px;
    background-color: #f9f9f9;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
    border: none;
}
.tnit-tabs-outer .tab-content{
    float: left;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #eeeeee;
}*/

.tnit-comments-outer .tnit-review-form .inner-holder {
    margin-bottom: 0;
}

    .tnit-comments-outer .tnit-review-form .inner-holder textarea {
        height: 115px;
    }

.tnit-review-outer {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

    .tnit-review-outer h5 {
        font-size: 16px;
        font-weight: 700;
        color: #353744;
        text-transform: uppercase;
        margin: 0 0 30px;
    }

    .tnit-review-outer.tnit-proceed-outer {
        margin-top: 35px;
    }

.tnit-review-form {
    float: left;
    width: 100%;
}

    .tnit-review-form .inner-holder {
        float: left;
        width: 100%;
        margin-bottom: 19px;
    }

        .tnit-review-form .inner-holder input[type="text"], .tnit-review-form .inner-holder input[type="email"],
        .tnit-review-form .inner-holder input[type="tel"], .tnit-review-form .inner-holder input[type="password"],
        .tnit-review-form .inner-holder textarea, .tnit-review-form .inner-holder select {
            font-size: 14px;
            border: 1px solid #e8e8e8;
            height: 50px;
            float: left;
            width: 100%;
            margin-bottom: 18px;
            line-height: 50px;
            padding: 0 10px;
            color: #999999;
        }

.tnit-proceed-form .inner-holder input[type="text"], .tnit-proceed-form .inner-holder input[type="email"],
.tnit-proceed-form .inner-holder input[type="tel"], .tnit-proceed-form .inner-holder input[type="password"],
.tnit-proceed-form .inner-holder textarea, .tnit-proceed-form .inner-holder select {
    height: 45px;
    line-height: 45px;
}

.tnit-form_v2 .inner-holder input[type="text"], .tnit-form_v2 .inner-holder input[type="email"],
.tnit-form_v2 .inner-holder input[type="tel"], .tnit-form_v2 .inner-holder input[type="password"],
.tnit-form_v2 .inner-holder textarea, .tnit-form_v2 .inner-holder select {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0;
}

.tnit-proceed-form input[type="checkbox"] {
    margin: 0 7px 0 0;
}

.tnit-proceed-form .inner-holder a {
    font-size: 14px;
    color: #353744;
}

.tnit-review-form .inner-holder select option {
    padding: 5px 10px;
}

.tnit-review-form .inner-holder label {
    font-size: 13px;
    color: #353744;
    display: block;
    margin-bottom: 10px;
}

    .tnit-review-form .inner-holder label .fa {
        border-bottom: 2px dotted #454545;
        color: #454545;
        display: inline-block;
        font-size: 8px;
        line-height: 12px;
        padding-bottom: 3px;
        padding-left: 2px;
        margin-left: 7px;
        position: relative;
        text-align: center;
        top: -5px;
    }

.tnit-review-form .inner-holder textarea {
    height: 158px;
}

.btn-submit {
    font-size: 14px;
    line-height: 14px;
    padding: 13px 20px;
    background-color: #454545;
    color: #fff;
    border: none;
}

.tnit-comments-box, .tnit-comments-inner {
    float: left;
    width: 100%;
}

.tnit-comments-inner {
    margin-bottom: 25px;
}

.tnit-comments-listed {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .tnit-comments-listed li {
        list-style: none;
    }

        .tnit-comments-listed li ul {
            padding-left: 20px;
        }

.tnit-comments-box h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #353744;
    margin: 0 0 25px;
}

.tnit-comments-inner .tnit-thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 13px;
}

.tnit-comments-inner .text-holder {
    overflow: hidden;
}

    .tnit-comments-inner .text-holder h5 {
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        margin: 0 0 8px;
    }

        .tnit-comments-inner .text-holder h5 span {
            font-weight: 400;
        }

    .tnit-comments-inner .text-holder p {
        font-size: 14px;
        color: #636363;
        margin: 0;
    }

    .tnit-comments-inner .text-holder .reply {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #353744;
    }

.tnit-comments-box, .tnit-comments-inner {
    float: left;
    width: 100%;
}

.tnit-comments-inner {
    margin-bottom: 25px;
}

.tnit-comments-listed {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .tnit-comments-listed li {
        list-style: none;
    }

        .tnit-comments-listed li ul {
            padding-left: 20px;
        }

.tnit-comments-box h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #353744;
    margin: 0 0 25px;
}

.tnit-comments-inner .tnit-thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 13px;
}

.tnit-comments-inner .text-holder {
    overflow: hidden;
}

    .tnit-comments-inner .text-holder h5 {
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        margin: 0 0 8px;
    }

    .tnit-comments-inner .text-holder p {
        font-size: 14px;
        color: #636363;
        margin: 0;
    }

    .tnit-comments-inner .text-holder .reply {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
/*--------------------------------------------
Blog Detail Section Css
---------------------------------------------*/
.tnit-blog-inner-outer {
    padding-bottom: 0;
    border-bottom: none;
}

.heading_v3 h2, .heading_v3 h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.tnit-blog-inner-outer .tnit-blog-item .tnit-text h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 22px;
}

.tnit-blog-inner-outer .tnit-blog-item .tnit-text > .tnit-meta-listed {
    margin-bottom: 30px;
}

.tnit-related-blog-outer .tnit-blog-item .tnit-text > .tnit-meta-listed {
    margin-bottom: 16px;
}

.listed2 li {
    list-style: none;
    margin-bottom: 28px;
    padding-left: 20px;
    position: relative;
}

    .listed2 li:before {
        font-family: 'FontAwesome';
        content: "\f111";
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 10px;
    }

.tnit-blog-item.tnit-blog-item_v2 {
    border: 1px solid #ededed;
}

.tnit-blog-item_v2 .tnit-text p {
    font-size: 14px;
    margin-bottom: 22px;
}

.tnit-blog-item_v2 .date-box {
    width: 56px;
}

.tnit-blog-item_v2 .tnit-thumb:before {
    display: block;
    background-color: rgba(53,55,68,0.30);
    height: 30%;
}

.tnit-blog-item_v2.tnit-hove-none .tnit-thumb:before {
    display: none;
}

.tnit-blog-item_v2 .tnit-thumb:hover:before {
    height: 100%;
}

.tnit-blog-item .tnit-caption {
    z-index: 99;
}

.tnit-blog-item .tnit-thumb .tnit-play-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.tnit-blog-item .tnit-thumb:hover .tnit-play-btn {
    top: 43%;
    opacity: 1;
    visibility: visible;
}

.tnit-play-btn .icomoon {
    font-size: 50px;
    color: #f1f1f1;
}

.tnit-blog-detail-inner .tnit-thumb {
    margin-bottom: 26px;
}

    .tnit-blog-detail-inner .tnit-thumb:before {
        display: none;
    }

    .tnit-blog-detail-inner .tnit-thumb:hover img {
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

.tnit-blog-detail-inner .tnit-video-text h3 {
    margin: 0 0 12px;
}

.tnit-blog-detail-inner .tnit-video-text > .tnit-meta-listed {
    margin: 0 0 22px;
}

.tnit-blog-detail-inner .tnit-blog-item .tnit-text {
    padding: 0;
}

.tnit-blog-item .top .share-outer {
    float: right;
}

.share-outer span {
    font-size: 16px;
    color: #3a4552;
    display: inline-block;
    margin-right: 14px;
}

.share-outer .tnit-social-links {
    display: inline-block;
}

.tnit-blog-item .top .tnit-meta-listed {
    float: left;
}

.tnit-blog-inner-outer .tnit-blog-item .tnit-text p {
    margin-bottom: 20px;
}

.tnit-blog-detail-inner .tnit-blog-item .tnit-text p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 13px;
}

.tnit-blog-detail-inner .feature-inner-holder .text-holder p {
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
}

.tnit-blog-detail-inner .tnit-featured-listed {
    padding-bottom: 0;
    border-bottom: none;
}

    .tnit-blog-detail-inner .tnit-featured-listed > li {
        margin-bottom: 18px;
    }

        .tnit-blog-detail-inner .tnit-featured-listed > li:last-child {
            margin-bottom: 0;
        }

.tnit-blog-detail-inner .tnit-tabs-outer .tab-content {
    padding-bottom: 10px;
}

.tnit-featured-listed {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .tnit-featured-listed > li {
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 18px;
    }

        .tnit-featured-listed > li:last-child {
            margin-bottom: 0;
        }

.feature-inner-holder {
    float: left;
    width: 100%;
}

    .feature-inner-holder .sm-thumb {
        float: left;
        width: 65px;
        height: 65px;
        margin-right: 10px;
    }

        .feature-inner-holder .sm-thumb img {
            max-width: 100%;
            height: auto;
        }

    .feature-inner-holder .tnit-meta-listed {
        border: none;
    }

        .feature-inner-holder .tnit-meta-listed li {
            margin-bottom: 4px;
        }

    .feature-inner-holder .text-holder {
        overflow: hidden;
    }

        .feature-inner-holder .text-holder p {
            font-size: 14px;
            line-height: 14px;
            font-weight: 600;
            color: #353744;
            margin: 0 0 4px;
        }

        .feature-inner-holder .text-holder h5 {
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 10px;
        }

    .feature-inner-holder .bottom-text {
        font-size: 12px;
        font-weight: 600;
        color: #353744;
        float: left;
        width: 100%;
    }

        .feature-inner-holder .bottom-text .left {
            float: left;
            padding-right: 18px;
        }

        .feature-inner-holder .bottom-text .right {
            float: left;
        }

        .feature-inner-holder .bottom-text .left span {
            display: block;
            margin-bottom: 1px;
        }

.tnit-rating .fa {
    font-size: 10px;
}

.feature-inner-holder .bottom-text .right span {
    font-size: 14px;
    font-weight: 600;
}

.feature-inner-holder .bottom-text .right span {
    font-size: 14px;
    color: #353744;
    margin-top: 7px;
    display: inline-block;
}

.feature-inner-holder .bottom-text span.free {
    color: #ff5a00;
}

.widget-recent .feature-inner-holder .text-holder p {
    font-weight: 400;
    line-height: 16px;
}

.tnit-recent_v2 .feature-inner-holder .sm-thumb {
    width: auto;
    height: auto;
}

.tnit-recent_v2 .feature-inner-holder .tnit-meta-listed {
    margin-bottom: 12px;
}

.tnit-recent_v2 .feature-inner-holder p {
    font-weight: 400;
    line-height: 26px;
}

.tnit-recent_v2 .tnit-featured-listed > li {
    margin-bottom: 30px;
}
/*--------------------------------------------
Pagination Row Css
---------------------------------------------*/
.tnit-pagination-row {
    float: left;
    width: 100%;
    margin-bottom: 48px;
}

    .tnit-pagination-row .pagination {
        margin: 0;
        width: 100%;
        text-align: center;
    }

        .tnit-pagination-row .pagination li {
            margin: 0;
            padding: 0;
            display: inline-block;
            position: relative;
        }

            .tnit-pagination-row .pagination li a {
                font-size: 14px;
                line-height: 14px;
                color: #636363;
                padding: 12px 15px;
                border: none;
                border-radius: 3px;
                background-color: transparent;
            }

                .tnit-pagination-row .pagination li:hover, .tnit-pagination-row .pagination li a:hover, .tnit-pagination-row .pagination li.active a, .tnit-pagination-row .pagination li a:focus {
                    color: #fff;
                }

.tnit-event-section .tnit-pagination-row .pagination li a {
    padding-bottom: 0;
}
/*--------------------------------------------
Work Section Css
---------------------------------------------*/
.tnit-work-section {
    float: left;
    width: 100%;
    background: url('../images/contact-bg-img.png') top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 68px 0;
    text-align: center;
}

.tnit-work-section_v2 {
    background: url('../images/work-bg-img.jpg') top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.tnit-work-section h2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #3a4552;
}

.tnit-work-section p {
    font-size: 16px;
    margin: 0 0 47px;
}

.tnit-work-section_v2 h2, .tnit-work-section_v2 p {
    color: #fff;
}
/*--------------------------------------------
Feature Section Css
---------------------------------------------*/
.tnit-feature-section {
    float: left;
    width: 100%;
    background: url('../images/features-bg-img.jpg') top center no-repeat;
    background-size: cover;
    padding-bottom: 48px;
}

.tnit-achive-listed {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tnit-feature-listed .achive-item h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tnit-feature-listed .achive-item .icon-box {
    display: block;
    float: none;
    max-height: 60px;
}

.tnit-feature-listed .tnit-achive-listed > li {
    border: none;
}

    .tnit-feature-listed .tnit-achive-listed > li::after {
        display: none;
    }
/*--------------------------------------------
Consultation Section Css
---------------------------------------------*/
.tnit-consultation-section {
    float: left;
    width: 100%;
    background-color: #fafafa;
}

    .tnit-consultation-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

.tnit-consultaion-img {
    float: left;
    width: 48%;
}

    .tnit-consultaion-img img {
        max-width: 100%;
    }

.tnit-consultation-outer {
    float: left;
    width: 52%;
    padding: 68px 60px 0;
}

    .tnit-consultation-outer .inner {
        width: 560px;
    }

.tnit-consultation-form {
    float: left;
    width: 100%;
}

.inner-holder {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.tnit-consultation-form input[type="text"], .tnit-consultation-form input[type="email"], .tnit-consultation-form input[type="tel"],
.tnit-consultation-form textarea, .tnit-consultation-form select {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    color: #999999;
    padding: 0 17px;
    height: 45px;
    width: 100%;
    float: left;
    line-height: 45px;
}

.tnit-consultation-form textarea {
    height: 115px;
}
/*--------------------------------------------
Partners Section Css
---------------------------------------------*/
.tnit-partners-section {
    float: left;
    width: 100%;
    padding: 50px 0 40px;
    background: url(../images/partners-bg-img.jpg) top center no-repeat;
}

.partners-listed {
    float: left;
    width: 100%;
}

    .partners-listed > li {
        float: left;
        width: 20%;
        line-height: 40px;
        padding: 0 30px;
        list-style: none;
        position: relative;
    }

        .partners-listed > li img {
            max-width: 100%;
        }

        .partners-listed > li:before {
            content: '';
            position: absolute;
            right: 12px;
            top: 10px;
            height: 20px;
            border-left: 1px solid #b3b3b3;
        }

        .partners-listed > li:first-child {
            padding-left: 0;
        }

        .partners-listed > li:last-child:before {
            display: none;
        }

        .partners-listed > li:last-child {
            padding-right: 0;
        }
/*--------------------------------------------
Get Started Section Css
---------------------------------------------*/
.tnit-get-started-section {
    background: url('../images/get-started-bg-img.jpg') top left no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}

.tnit-services-thumb {
    margin-bottom: -86px;
}

/*--------------------------------------------
Bulid Section Css
---------------------------------------------*/
.tnit-build-section {
    float: left;
    width: 100%;
    background-color: #fafafa;
}

    .tnit-build-section .tnit-about-text {
        padding-top: 35px;
    }

        .tnit-build-section .tnit-about-text p {
            margin-bottom: 45px;
        }

.tnit-build-thumb {
    float: left;
    width: auto;
    margin-right: 50px;
    box-shadow: 0 0 40px rgba(0,0,0,0.40);
}

    .tnit-build-thumb img {
        max-width: 100%;
    }
/*--------------------------------------------
Manage Section Css
---------------------------------------------*/
.tnit-manage-section {
    float: left;
    width: 100%;
    background-color: #fafafa;
}

.tnit-manage-inner {
    width: 710px;
    margin: 0 auto;
}

.tnit-layout-img img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------
Price Section Css
---------------------------------------------*/
.tnit-price-section {
    float: left;
    width: 100%;
}

    .tnit-price-section .tnit-heading-outer_v2 {
        margin-bottom: 50px;
    }

.btns-holder {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

    .btns-holder a {
        font-size: 14px;
        line-height: 14px;
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        padding: 18px 35px;
        border-radius: 30px;
        background-color: #ececec;
        color: #394552;
        text-transform: uppercase;
    }

.btn-month {
    position: relative;
    z-index: 11;
}

.btns-holder .btn-month, .btns-holder a:hover {
    color: #fff;
}

.btns-holder .btn-year {
    padding-left: 65px;
    margin-left: -40px;
}

.tnit-price-item {
    float: left;
    width: 100%;
    background-color: #394552;
    padding-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

    .tnit-price-item h3 {
        text-transform: uppercase;
    }

    .tnit-price-item .price-holder {
        padding: 22px 0;
        margin-bottom: 35px;
        position: relative;
        background-color: #fff;
    }

    .tnit-price-item h3 {
        position: relative;
    }
    /*.tnit-price-item .price-holder:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 132px;
    background: url('../images/price-before-img-hover.png') top center no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    display: none;
}*/
    .tnit-price-item .price-holder:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 20px;
        background-color: #fff;
        border-radius: 100%;
        left: 0;
        right: 0;
        top: -10px;
        margin: 0 auto;
    }

    .tnit-price-item .price-holder:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 20px;
        background-color: #fff;
        border-radius: 100%;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: 0 auto;
    }

    .tnit-price-item .price-holder strong {
        font-size: 50px;
        font-weight: 300;
        line-height: 50px;
        display: block;
    }

        .tnit-price-item .price-holder strong em {
            font-size: 24px;
            font-style: normal;
            vertical-align: top;
            position: relative;
            top: 5px;
        }

.price-holder {
    float: left;
    width: 100%;
    color: #394552;
}

.tnit-price-item h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.tnit-price-listed {
    margin-bottom: 0;
}

    .tnit-price-listed li {
        font-size: 14px;
        margin-bottom: 25px;
        list-style: none;
        color: #fff;
    }

        .tnit-price-listed li .fa {
            margin-right: 7px;
        }

.under-line {
    text-decoration: line-through;
}

.tnit-price-listed li.btn-purchase {
    position: relative;
    margin-bottom: -17px;
}

.btn-purchase a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 24px 20px 20px;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    text-transform: none;
    min-width: 81%;
}

    .btn-purchase a:hover {
        color: #fff;
    }

    .btn-purchase a:before {
        content: '';
        position: absolute;
        left: -35px;
        bottom: 0;
        width: auto;
        height: auto;
        border-bottom: 17px solid transparent;
        border-right: 35px solid #ce1b28;
        border-left: 35px solid transparent;
    }

    .btn-purchase a:after {
        content: '';
        position: absolute;
        right: -35px;
        bottom: 0;
        width: auto;
        height: auto;
        border-bottom: 17px solid transparent;
        border-right: 35px solid transparent;
        border-left: 35px solid #ce1b28;
    }

.price-active .btn-purchase a {
    background-color: #394552;
}

.price-active .tnit-price-listed li {
    color: #394552;
}

.price-active .tnit-price-listed {
    background-color: #fff;
}

.price-active .price-holder, .price-active .price-holder strong {
    color: #fff;
}

.price-active .btn-purchase a:before {
    border-right-color: #394552;
}

.price-active .btn-purchase a:after {
    border-left-color: #394552;
}
/*--------------------------------------------
Contact Section Css
---------------------------------------------*/
.tnit-contact-section {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.tnit-contact-inner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}

    .tnit-contact-inner .tnit-heading {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

        .tnit-contact-inner .tnit-heading h2 {
            margin-bottom: 30px;
        }

        .tnit-contact-inner .tnit-heading p {
            font-size: 20px;
            color: #fff;
            margin: 0;
        }

.tnit-contact-section .widget-contact {
    margin-bottom: 0;
}

.widget_v2 {
    padding: 28px 30px 24px 48px;
    position: relative;
}

    .widget_v2:before, .widget_v2:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
    }

    .widget_v2:before {
        left: 0;
        top: 0;
        border-left: 2px solid;
        border-top: 2px solid;
    }

    .widget_v2:after {
        right: 0;
        bottom: 0;
        border-right: 2px solid;
        border-bottom: 2px solid;
    }

.widget-contact p {
    font-weight: 400;
    margin-bottom: 22px;
}

.tnit-contact-section .widget-contact h3 {
    font-size: 24px;
    margin: 0 0 24px;
}

.tnit-address-listed_v2 li:last-child, .tnit-address-listed_v2 li:last-child p {
    margin-bottom: 0;
}

.tnit-contact-section .tnit-review-outer {
    margin-bottom: 0;
    margin-top: 30px;
}

.tnit-review-outer h3, .tnit-review-outer h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 32px;
}

.tnit-map-section {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tnit-contact-section .tnit-map-outer {
    margin-top: 30px;
}

.tnit-map-outer {
    float: left;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.20);
}

#tnit-map {
    float: left;
    width: 100%;
    height: 310px;
}

.tnit-search-form {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 auto;
}

    .tnit-search-form input[type="text"] {
        font-size: 14px;
        float: left;
        color: #999999;
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        border: 1px solid #e8e8e8;
    }

    .tnit-search-form .btn-submit {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        text-align: center;
        color: #fff;
        margin-top: -1px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
    }
/*--------------------------------------------
Css Accordian,Tabs,Lightbox....
---------------------------------------------*/
.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .accordionjs .acc_section {
        border: 1px solid #ccc;
        position: relative;
        z-index: 10;
        margin-top: -1px;
        overflow: hidden;
    }

        .accordionjs .acc_section .acc_head {
            position: relative;
            background: #fff;
            padding: 10px;
            display: block;
            cursor: pointer;
        }

            .accordionjs .acc_section .acc_head h3 {
                line-height: 1;
                margin: 5px 0;
            }

        .accordionjs .acc_section .acc_content {
            padding: 10px;
        }

        .accordionjs .acc_section:first-of-type,
        .accordionjs .acc_section:first-of-type .acc_head {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .accordionjs .acc_section:last-of-type,
        .accordionjs .acc_section:last-of-type .acc_content {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        .accordionjs .acc_section.acc_active > .acc_content {
            display: block;
        }

        .accordionjs .acc_section.acc_active > .acc_head {
            background: #F9F9F9;
            border-bottom: 1px solid #ccc;
        }
/*LightBox Css*/
.tnit-lightboxIcon {
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
}
/*--------------------------------------------
Sidebar Css
---------------------------------------------*/
.tnit-sidebar-outer {
    float: left;
    width: 100%;
}

    .tnit-sidebar-outer .widget {
        margin-bottom: 38px;
    }

        .tnit-sidebar-outer .widget.mb-0 {
            margin-bottom: 0;
        }

.tnit-sidebar-outer_v2 {
    border-left: none;
    padding-left: 0;
}

    .tnit-sidebar-outer_v2 .widget-contact .about-info-listed_v2 {
        padding: 5px 18px 17px;
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
    }

.widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .widget img {
        max-width: 100%;
        height: auto;
    }

.widget-profile img {
    width: 100%;
    height: auto;
}

.widget h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #353744;
    font-weight: 700;
    margin: 0 0 26px;
}

.widget-address p {
    margin-bottom: 10px;
}

.widget-address .direction {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.direction .fa {
    margin-left: 3px;
}

.tnit-form-search {
    float: left;
    width: 100%;
    height: 42px;
    position: relative;
    border: 1px solid #e8e8e8;
}

    .tnit-form-search input[type="text"] {
        font-size: 14px;
        float: left;
        width: 100%;
        border: none;
        color: #cccccc;
        padding: 0 18px;
        height: 42px;
        line-height: 42px;
        background-color: transparent;
    }

    .tnit-form-search .btn-submit {
        font-size: 12px;
        padding: 7px 10px;
        display: inline-block;
        border: none;
        color: #fff;
        position: absolute;
        right: 4px;
        top: 4px;
        height: 32px;
        box-shadow: 0 0 5px rgba(0,0,0,0.20);
    }

.widget-categories .widget-listed {
    padding-bottom: 26px;
    border-bottom: 1px solid #e8e8e8;
}

.widget-recent .feature-inner-holder .text-holder p {
    font-weight: 400;
    line-height: 16px;
}

.widget .tnit-social-row_v2 .tnit-social-box {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeded;
    margin-bottom: 20px;
    position: relative;
}

    .widget .tnit-social-row_v2 .tnit-social-box.mb-0 {
        padding-bottom: 4px;
        border-bottom: none;
    }

    .widget .tnit-social-row_v2 .tnit-social-box .tnit-text strong {
        font-size: 16px;
        font-weight: 500;
    }

    .widget .tnit-social-row_v2 .tnit-social-box .tnit-text {
        font-size: 12px;
        padding-left: 40px;
    }

    .widget .tnit-social-row_v2 .tnit-social-box .fa {
        font-size: 30px;
    }

.widget .tnit-tweetes-box {
    padding: 10px 5px;
}

    .widget .tnit-tweetes-box .tweet-item {
        padding: 13px 10px 8px;
    }

    .widget .tnit-tweetes-box .tnit-tweets-listed {
        padding: 10px;
    }

.widget-tags {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0px -4px;
}

    .widget-tags li {
        display: inline-flex;
        margin: 0 1px 10px;
    }

        .widget-tags li a {
            font-size: 14px;
            line-height: 12px;
            color: #999;
            padding: 11px 25px;
            display: inline-block;
            text-align: center;
            border-radius: 30px;
            border: 1px solid #e8e8e8;
        }

            .widget-tags li a:hover {
                color: #fff;
            }

.instagram-listed {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-left: -5px;
}

    .instagram-listed .thumb img {
        width: 100%;
    }

    .instagram-listed > li {
        float: left;
        width: 33.33%;
        overflow: hidden;
        list-style: none;
        padding: 0 0 5px 5px;
    }

    .instagram-listed li a {
        display: block;
        overflow: hidden;
    }

    .instagram-listed li:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .instagram-listed li a img {
        max-width: 100%;
        height: auto;
    }
/*--------------------------------------------
Footer Css
---------------------------------------------*/
.tnit-footer {
    position: relative;
    float: left;
    width: 100%;
    /*background: url('../images/ft-bg-img.jpg') top center no-repeat;
    background-size: cover;*/
    background-color: grey;
    z-index: 99;
    padding: 28px 0 20px;
    text-align: center;
}

.ft-middle-row {
    float: left;
    width: 100%;
}

.ft-logo {
    display: block;
    margin-bottom: 40px;
}

.ft-nav {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

    .ft-nav li {
        float: none;
        padding: 0 22px;
        margin-bottom: 10px;
        display: inline-block;
    }

        .ft-nav li a {
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            font-family: 'Prompt', sans-serif;
        }

.ft-middle-row .tnit-social-links_v2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.tnit-footer .tnit-social-links_v2 li a {
    font-size: 15px;
    width: 38px;
    height: 38px;
    color: #3a4552;
    line-height: 38px;
}

    .tnit-footer .tnit-social-links_v2 li a:hover {
        color: #fff;
    }

.tnit-footer-tprow {
    float: left;
    width: 100%;
}

.widget-about .about-info-listed li a, .widget-about .about-info-listed li {
    color: #fff;
}

.widget h4 {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.tnit-footer .widget h4 {
    margin-bottom: 25px;
}

.widget-listed {
    margin-bottom: 0;
    padding: 0;
}

    .widget-listed li {
        font-size: 14px;
        color: #757575;
        margin-bottom: 18px;
        list-style: none;
    }

        .widget-listed li:last-child {
            margin-bottom: 0;
        }

        .widget-listed li span {
            font-size: 14px;
            line-height: 14px;
            color: #cccccc;
            width: 25px;
            position: relative;
            margin-right: 18px;
            display: inline-block;
        }

            .widget-listed li span:after {
                content: '';
                border-right: 1px solid #ccc;
                height: 14px;
                position: absolute;
                right: 0;
                top: 0;
            }

        .widget-listed li a {
            color: #757575;
        }
/*CopyRight Row Css*/
.tnit-copyright-row {
    float: left;
    width: 100%;
}

    .tnit-copyright-row p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 8px;
        color: #fff;
    }

        .tnit-copyright-row p a {
            color: #fff;
        }
/*Scroll Button Css*/
#scroll {
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
    cursor: pointer;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    text-indent: -9999px;
    border-radius: 100%;
    display: none;
}

    #scroll:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 17px;
        margin: 0 auto;
        text-align: center;
        width: 16px;
        height: 28px;
        background: url('../images/scroll-arrow.png') top center no-repeat;
    }

    #scroll:hover {
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
/*--------------------------------------------
 Css Tranistion and Effects
---------------------------------------------*/
a, ul li, img, .slider-item img, .owl-nav [class*="owl-"], .owl-nav .owl-next, .owl-nav .owl-prev, .owl-nav [class*="owl-"]:before, .owl-controls .owl-nav [class*="owl-"]:after, .tnit-services-item h4, .fa, .icomoon, .tnit-services-item, .tnit-social-links li a:before,
.tnit-caption h4, .tnit-caption span, .tnit-social-links, .desination, .tnit-text, .tnit-caption, .tnit-hover_v1, .icon-before:before, .icon-before:after, .icon-after:before, .icon-after:after, .tnit-hover_v1:after, .tnit-lightboxIcon, .tnit-services-item p, .tnit-services-item h4,
.btn-design, #tnit-services-slider .tnit-services-item:before, .icomoon, .tnit-web-services-listed li, .tnit-web-services-listed li:before, .widget-listed li span:after, .widget-listed li span {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(50%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(50%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-50%);
    }

    51% {
        opacity: 1;
    }
}

@-ms-keyframes toTopFromBottom {
    49% {
        -ms-transform: translateY(50%);
    }

    50% {
        opacity: 0;
        -ms-transform: translateY(-50%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(50%);
    }

    50% {
        opacity: 0;
        transform: translateY(-50%);
    }

    51% {
        opacity: 1;
    }
}
/* Animate ToLeftFromRight CSS*/
@keyframes toLeftFromRight {
    49% {
        transform: translateX(200%);
    }

    50% {
        opacity: 0;
        transform: translateX(50%);
    }

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toLeftFromRight {
    49% {
        webkit-transform: translateX(200%);
    }

    50% {
        opacity: 0;
        webkit-transform: translateX(50%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translateX(200%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateX(50%);
    }

    51% {
        opacity: 1;
    }
}

/* Animate ToRightFromLeft CSS*/
@keyframes toRightFromLeft {
    49% {
        transform: translateX(-200%);
    }

    50% {
        opacity: 0;
        transform: translateX(-50%);
    }

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toRightFromLeft {
    49% {
        webkit-transform: translateX(-200%);
    }

    50% {
        opacity: 0;
        webkit-transform: translateX(-50%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translateX(-200%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateX(-50%);
    }

    51% {
        opacity: 1;
    }
}

/* Animate ZoomIn Css*/
@-webkit-keyframes ZoomIn {
    49% {
        -webkit-transform: scale(0);
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1);
    }

    51% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes ZoomIn {
    49% {
        -moz-transform: scale(0);
    }

    50% {
        opacity: 0;
        -moz-transform: scale(1);
    }

    51% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes ZoomIn {
    49% {
        -ms-transform: scale(0);
    }

    50% {
        opacity: 0;
        -ms-transform: scale(1);
    }

    51% {
        opacity: 1;
        -ms-transform: scale(1.2);
    }
}

@keyframes ZoomIn {
    49% {
        transform: scale(0);
    }

    50% {
        opacity: 0;
        transform: scale(1);
    }

    51% {
        opacity: 1;
        transform: scale(1.2);
    }
}
/* Animate BounceInUp Css*/

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.31, 0.15, 0.30);
        animation-timing-function: cubic-bezier(0.55, 0.31, 0.15, 0.30);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.31, 0.15, 0.30);
        animation-timing-function: cubic-bezier(0.55, 0.31, 0.15, 0.30);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* Animate BounceInLeft Css*/

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.115, 0.310, 0.155, 1.000);
        animation-timing-function: cubic-bezier(0.115, 0.310, 0.155, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}
/*--------------------------------------------
 Font Family
---------------------------------------------*/
.font-family {
    font-family: 'Prompt', sans-serif;
    font-family: 'Rubik', sans-serif;
}



::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: grey;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


@media all and (max-width: 768px) {
    .Process {
        width: 100%;
    }
}

.ValidationError {
    color: red;
    font-weight: bold;
}

.RequiredStar {
    color: #5e87b0;
    font-weight: bold;
}

@media (max-width: 768px) {
    .HideOnMobile {
        display: none !important;
    }
}
