/**
Project:    MyVoice
Version:    1.0
Author: TopNotch
Primary use: Speaker, Motivation Speaker, Event, Councler

[Layout]

--> body
--> Header /// Header
--> Content / #main-content
--> Sidebar / Sidebar-outer
--> Search / Search-side-box
--> Footer / Footer

Navigation   #navbar
Content header   h2


[Color Codes]

Background: #ffffff (White)
Content:    #8d8d8d (Light Dark)
Header H1:  #ffffff (White)
Header H2:  #020202 (Light Dark)
Footer:     #8d8d8d (White)


[Typography]

Body:       font:16px/16px 'Montserrat', sans-serif;
Headers:    font:16px/16px 'Roboto', sans-serif;
Input, textarea:    font:14px/14px 'Lato', sans-serif;
Sidebar heading:    font:24px/24px 'Monstserrat', sans-serif;



==> RESET    
==> Wrapper   
==> HEADER
==> Banner
==> Inner Banner
==> About Section
==> Qualities Section
==> Book Section
==> Features Section
==> Video Section
==> Video Detail Section
==> Fact Section
==> Courses Section
==> Courses Grid Section
==> Portfolio Section
==> Blog Section
==> Blog Detail
==>Event Section
==> Event Detail Section
==> Pagination Row
==> Partners Section
==> Product Section
==> Product Detail 
==> Cart Section
==> Checkout Section
==> Page 404 Sectino
==> Contact Section
==> Footer


End of Table of Content Css End **/
/*-------------------------------
Custom Css
-------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Roboto:300,400,500,700,900|Playfair+Display:400,400i,700');

* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #353744;
    overflow-x: hidden;
}
body.home{
    overflow: hidden;
}
body p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: #636363;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'Montserrat', sans-serif;
    color: #353744;
    font-weight: 700;
    margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
strong a {
    color: #353744;
}
body h2 {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 25px;
    line-height: 40px;
}
body h3 {
    font-weight: 700;
    font-size: 24px;
}
body h4 {
    font-weight: 700;
    font-size: 18px;
}
.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;
}
.tnit-heading-outer h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
}
.tnit-heading-outer h3{
    text-transform: uppercase;
    margin: 0 0 15px;
}
.tnit-wrapper .container-fluid{
    padding-left: 60px;
    padding-right: 55px;
}
.tnit-container-after,.tnit-container-before{
    position: relative;
}
.tnit-container-after:after{
    content: '';
    width: 65px;
    height: 330px;
    right: -70px;
    position: absolute;
    top: 0;
    background: url('../images/heading-before-img4.png') top right no-repeat;
}
.tnit-container-before:before{
    content: '';
    width: 65px;
    height: 330px;
    left: -70px;
    position: absolute;
    top: 0;
    background: url('../images/heading-before-img2.png') top right no-repeat;
}
/*--------------------------------------------
 Header Css Start
---------------------------------------------*/
.tnit-header{
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 15px;
    z-index: 999;
}
.tnit-header_v2{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.tnit-header.tnit-inner-header{
    position: relative;
}
.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;
    padding-left: 12px;
}
.tnit-logo a,.tnit-logo a:hover,.tnit-logo a:focus{
    color: #fff;
}
.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: 13px;
    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: #f0f0f0;
    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%;
}
/*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{
    padding: 25px 15px 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: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #636363;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.tnit-navbar-holder .navbar .navbar-nav > li > a{
  padding: 0;  
}
.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;
}
.tnit-navbar-holder .tnit-nav-right{
    float: right;
    margin-top: 20px;
}
.tnit-search-box{
    position: relative;
}
.tnit-search-box #trigger-tnit-search{
    font-size: 16px;
    color: #353744;
}
.tnit-search-box .tnit-search-form1{
    position: absolute;
    right: 0;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    width: 0;
    z-index: 999;
}
.tnit-search-form1{
    width: 263px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
    padding: 14px 20px;
}
.tnit-search-form1 input[type="text"]{
    font-size: 14px;
    color: #b3b3b3;
    float: left;
    width: 100%;
    border: none;
}
.tnit-search-form1 .btn-submit{
    float: right;
    color: #b3b3b3;
    border: none;
    position: absolute;
    right: 0px;
    top: 5px;
    background-color: transparent;
}
/*--------------------------------------------
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;
}
/*--------------------------------------------
Popup Holder Css
---------------------------------------------*/
.tnit-popup-outer{
    float: left;
    width: 100%;
}
.modal-backdrop.fade.in{
    z-index: 99;
}
.tnit-modal-outer{
    background-color: rgba(53,55,68,0.50);
}
.tnit-modal-outer.modal.fade .modal-dialog{
   top: 0;
   width: 460px;
   -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;
}
.tnit-modal-outer.modal.in .modal-dialog{
    top: 150px;
}
.tnit-modal-outer .modal-content{
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.tnit-modal-outer .top{
    float: left;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
}
.tnit-modal-outer .top h5{
    font-size: 14px;
    margin: 0;
}
.tnit-modal-outer h3{
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
}
.tnit-modal-outer .modal-body{
    padding: 0 15px;
    border: none;
}
.tnit-modal-outer .modal-header{
    border-bottom: none;
    padding-bottom: 0
}
.tnit-modal-form{
    float: left;
    width: 100%;
}
.tnit-modal-form .inner-holder{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.tnit-modal-form .inner-holder label{
    font-size: 12px;
    color: #636363;
    margin: 0 0 6px;
}
.tnit-modal-form .inner-holder input[type="text"],.tnit-modal-form .inner-holder input[type="email"],.tnit-modal-form .inner-holder input[type="password"]{
    font-size: 14px;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    background-color: #f9f9f9;
    color: #eaeaea;
}
.tnit-modal-form .inner-holder .btn-register{
    float: right;
}
.btn-register{
    font-size: 14px;
    line-height: 14px;
    padding: 13px 25px;
    border: none;
    color: #fff;
}
.tnit-modal-outer .modal-footer{
    border-top: none;
}
.tnit-modal-outer .modal-header .close{
    margin-top: -20px;
}
/*--------------------------------------------
Banner Css
---------------------------------------------*/
.tnit-banner{
    float: left;
    width: 100%;
    background-color: #000;
    position: relative;
    z-index: 99;
}
#tnit-banner-slider{
    float: left;
    width: 100%;
    z-index: inherit;
}
.slider-item{
    float: left;
    width: 100%;
    position: relative;
    z-index: 11;
}
.slider-item img{
    height: auto;
    max-width: 100%;
}
.slider-item .banner-caption{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    width: 100%;
}
.banner-caption .top-text{
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 170px;
}
.banner-caption .banner-man-img{
    width: 85%;
    float: right;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -130px;
}
.banner-caption h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #353744;
    margin: 0 0 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(170px);
       -moz-transform: translateY(170px);
        -ms-transform: translateY(170px);
         -o-transform: translateY(170px);
            transform: translateY(170px);
}
.banner-caption h4{
    font-size: 24px;
    font-weight: 400;
    color: #353744;
    letter-spacing: 1.5px;
    margin: 0 0 26px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-170px);
       -moz-transform: translateX(-170px);
        -ms-transform: translateX(-170px);
         -o-transform: translateX(-170px);
            transform: translateX(-170px);
}
.btn-appiontment{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
    background-color: #353744;
    position: relative;
    z-index: 11;
}
.btn-appiontment:before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.btn-appiontment:hover:before{
    width: 100%;
    -webkit-animation: bounceInLeft 0.5s ease-in-out;
       -moz-animation: bounceInLeft 0.5s ease-in-out;
        -ms-animation: bounceInLeft 0.5s ease-in-out;
         -o-animation: bounceInLeft 0.5s ease-in-out;
            animation: bounceInLeft 0.5s ease-in-out;
}
.btn-appiontment:hover{
    color: #fff;
}
.banner-caption .btn-appiontment{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-170px);
       -moz-transform: translateY(-170px);
        -ms-transform: translateY(-170px);
         -o-transform: translateY(-170px);
            transform: translateY(-170px);
}
#tnit-banner-slider .owl-item.active .banner-caption h2{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
    -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
        transform: translateY(0px);
}
#tnit-banner-slider .owl-item.active .banner-caption h4,#tnit-banner-slider .owl-item.active .banner-caption .btn-appiontment{
    opacity: 1;
    visibility: visible;
    transition-delay: 1s;
    -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
        transform: translateY(0px);
}
#tnit-banner-slider .owl-item .banner-caption .banner-man-img{
    opacity: 1;
    visibility: visible;
    transition-delay: 2s;
    -webkit-animation: bounceInUp 1s ease-in-out;
       -moz-animation: bounceInUp 1s ease-in-out;
        -ms-animation: bounceInUp 1s ease-in-out;
         -o-animation: bounceInUp 1s ease-in-out;
            animation: bounceInUp 1s ease-in-out;
}
#tnit-banner-slider .owl-controls{
    position: absolute;
    top: 43%;
    width: 100%;
    display: block;
}
#tnit-banner-slider .owl-controls .owl-nav [class*="owl-"]{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: table-cell;
    position: relative;
    border-radius: 0;
    color: #222;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 11;
    background-color: #fff;
}
#tnit-banner-slider .owl-controls .owl-nav [class*="owl-"]:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    z-index: -1;
}
#tnit-banner-slider .owl-controls .owl-nav [class*="owl-"]:hover:after{
    background-color: rgba(0,0,0,0.42);
    width: 100%;
}
#tnit-banner-slider .owl-controls .owl-nav [class*="owl-"]:hover{
    color: #fff;
    background-color: transparent;
}
#tnit-banner-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-banner-slider .owl-nav .owl-prev{
    float: left;
    left: -100%;
}
#tnit-banner-slider .owl-nav .owl-next{
    float: right;
    right: -100%;
}
.tnit-banner:hover #tnit-banner-slider .owl-nav .owl-prev{
    left: 0;
}
.tnit-banner:hover #tnit-banner-slider .owl-nav .owl-next{
    right: 0;
}
#tnit-banner-slider .owl-nav .owl-prev:before{
    content: '\f104';
    font-family:'FontAwesome';
    font-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 12;
}
#tnit-banner-slider .owl-nav .owl-next:before{
    content: '\f105';
    font-family:'FontAwesome';
    font-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 12;
}
/*--------------------------------------------
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: 65px 0 60px;
    text-align: center;
    position: relative;
}
.tnit-banner-image_v2{
    background: url(../images/inner-banner-img-02.jpg) top center no-repeat;
    background-size: cover;
}
.tnit-banner-image_v3{
    background: url(../images/inner-banner-img-03.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: 42px;
    text-transform: uppercase;
    font-weight: 700;
    color: #353744;
    margin: 0 0 10px;
}
.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;
}
/*--------------------------------------------
Social Row Css
---------------------------------------------*/
.tnit-banner .tnit-social-row{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.tnit-social-row{
    float: left;
    width: 100%;
    padding: 35px 0 30px;
    background-color: rgba(255,255,255,0.85);
}
.tnit-social-box{
    float: left;
    width: 100%;
    position: relative;
}
.tnit-social-box:before{
    content: '';
    position: absolute;
    border-left: 2px solid #ebebeb;
    height: 37px;
    right: 30px;
    top: 5px;
}
.tnit-social-row .col-md-3:nth-child(4) .tnit-social-box:before{
    display: none;
}
.tnit-social-box .fa{
    font-size: 42px;
    float: left;
}
.tnit-social-box .fa.fa-envelope{
    margin-right: 22px;
}
.widget .tnit-social-box .fa.fa-envelope{
    margin-right: 0px;
}
.tnit-social-box:hover .fa{
    -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-social-box .tnit-text{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #353744;
    letter-spacing: 1px;
    padding-left: 55px;
}
.tnit-social-box .tnit-text strong{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 20px;
    margin-top: 5px;
    display: block;
    color: #353744;
}
.tnit-social-row_v2 .tnit-social-box .fa{
    font-size: 32px;
}
.tnit-social-row_v2 .tnit-social-box .tnit-text strong{
    font-weight: 500;
    font-size: 20px;
}
.tnit-social-row_v2 .tnit-social-box .tnit-text{
    font-size: 14px;
    padding-left: 48px;
}
.tnit-social-row_v2 .tnit-social-box::before{
    display: none;
}
/*--------------------------------------------
About Section Css
---------------------------------------------*/
.tnit-about-section{
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 90px 0 60px;
}
.tnit-about-section:before{
    content: '';
    position: absolute;
    left: 0;
    top: inherit;
    bottom: -60px;
    width: 450px;
    height: 480px;
    background: url('../images/about-video-img1.png');
}
.tnit-about-video{
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
.tnit-about-video img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.tnit-about-video .tnit-caption{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    z-index: 11;
    text-align: center;
}
.tnit-about-video:hover .btn-play{
 -webkit-animation: bounceInLeft 0.5s ease-in-out;
    -moz-animation: bounceInLeft 0.5s ease-in-out;
    -ms-animation: bounceInLeft 0.5s ease-in-out;
    -o-animation: bounceInLeft 0.5s ease-in-out;
     animation: bounceInLeft 0.5s ease-in-out;
}
.tnit-about-video .btn-play{
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    margin: 0 auto;
    font-size: 55px;
    color: #fff;
}
.btn-play .icomoon{
    display: inline-block;
}
.tnit-about-text h2{
    margin-bottom: 27px;
    margin-top: 5px;
    text-transform: uppercase; 
}
.tnit-about-text strong{
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    display: block;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}
.tnit-about-text p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.tnit-btn-readmore{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #353744;
    padding-left: 22px;
    position: relative;
}
.tnit-btn-readmore:before{
    font-family:'FontAwesome';
    content:"\f178";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}
.tnit-btn-readmore:hover:before{
    -webkit-animation: toRightFromLeft 0.5s ease-in-out;
   -moz-animation: toRightFromLeft 0.5s ease-in-out;
    -ms-animation: toRightFromLeft 0.5s ease-in-out;
     -o-animation: toRightFromLeft 0.5s ease-in-out;
        animation: toRightFromLeft 0.5s ease-in-out;
}
/*Video Player Css*/
#tnit-videoPlayer-outer {
  display: none;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}
#tnit-videoPlayer-outer .tnit-videoplay-inner {
  position: fixed;
  background: #000;
  width: 600px; /* width of YouTube Player */
  height: 360px; /* height of YouTube Player */
  left: calc(50vw - 300px); /* 280 is .5(560), centers x axis*/
  top: calc(50vh - 180px); /* 157 is .5(315), centers y axis*/
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.tnit-videoplay-inner iframe{
    width: 100%;
    height: 360px;
}
#tnit-videoPlayer-outer.tnit-videoOpen .tnit-videoplay-inner{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/*--------------------------------------------
About Section 2 Css
---------------------------------------------*/
.tnit-about-section_v2 .tnit-about-text{
    padding-top: 140px;
}
/*--------------------------------------------
Qualities Section Css
---------------------------------------------*/
.tnit-qualities-section{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}
.tnit-qualities-text{
    float: left;
    width: 100%;
}
.tnit-qualities-text h2{
    margin-bottom: 32px;
    line-height: 30px;
    text-transform: uppercase;
}
.tnit-qualities-text p{
    margin-bottom: 30px;
}
.tnit-qualities-listed{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 36px;
}
.tnit-qualities-listed li{
    font-size: 16px;
    list-style: none;
    margin-bottom: 25px;
}
.tnit-qualities-listed li:before{
    font-family:'FontAwesome';
    font-size: 16px;
    content: '\f0a1';
    margin-right: 7px;
}
.tnit-qualities-listed li:last-child{
    margin-bottom: 0;
}
.tnit-skill-item{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.tnit-skill-item h4{
    font-size: 14px;
    font-weight: 600;
    color: #353744;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.tnit-skill-item .tnit-circle .number{
    font-size: 32px;
    font-weight: 700;
    color: #353744;
    opacity: 1;
    display: inline-block;
    margin-top: 12px;
}
.tnit-circle{
    position: relative;
    z-index: 11;
}
.tnit-circle:before{
    content: '';
    border: 6px solid #cccccc;
    width: 133px;
    height: 133px;
    border-radius: 100%;
    line-height: 140px;
    position: absolute;
    left: 44px;
    top: 44px;
    margin: 0 auto;
    z-index: -1;
    display: none;
}
.tnit-progress-bar {
  position: relative;
  height: 150px;
  width: 150px;
  margin-bottom: 20px;
  display: inline-block;
}

.tnit-progress-bar div {
  position: absolute;
  height: 140px;
  width: 140px;
  border-radius: 50%;
}

.tnit-progress-bar div span {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  line-height: 128px;
  height: 128px;
  width: 128px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f7f7;
  font-size: 32px;
  font-weight: 700;
  color: #353744;
  opacity: 1;
  display: inline-block;
}

.tnit-progress-bar .background { background-color: #b3cef6; }

.tnit-progress-bar .rotate {
  clip: rect(0 50px 140px 0);
  background-color: #4b86db;
}

.tnit-progress-bar .left {
  clip: rect(0 100px 200px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.tnit-progress-bar .right {
  clip: rect(0 100px 200px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}

/*--------------------------------------------
Book Section Css
---------------------------------------------*/
.tnit-book-section{
    float: left;
    width: 100%;
}
.tnit-book-thumb{
    float: left;
    width: 100%;
}
.tnit-book-thumb img{
    max-width: 100%;
    height: auto;
}
.tnit-book-text{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-left: 65px;
}
.tnit-book-text h2{
    text-transform: uppercase;
    margin: 0 0 15px;
}
.tnit-book-text span{
    font-size: 22px;
    display: block;
    margin: 0 0 38px;
}
.tnit-book-text p{
    margin-bottom: 30px;
}
.tnit-book-text .inner-holder{
    float: left;
    width: 100%;
    padding: 10px 40px 10px 10px;
    background-color: #353744;
    margin-bottom: 28px;
}
.tnit-book-text .screen-img{
    position: relative;
}
.tnit-btn-download{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 16px 20px;
    display: inline-block;
}
.tnit-btn-download:hover{
    color: #fff;
}
.tnit-btn-download .fa{
    margin-right: 6px;
}
.audio-text span{
    font-size: 20px;
    line-height: 24px;
    display: block;
    color: #fff;
    margin: 7px 0 8px;
}
.audio-text .btn-play{
    font-size: 16px;
}
.screen-img .tnit-caption{
    text-align: center;
}
.screen-img .tnit-caption a{
    top: 25%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.screen-img .tnit-caption:hover a{
    -webkit-animation: bounceInUp 1s ease-in-out;
    -o-animation: bounceInUp 1s ease-in-out;
    animation: bounceInUp 1s ease-in-out; 
}
.tnit-btn-download .fa{
    -webkit-animation: toTopFromBottom 1s ease-in-out infinite;
    -o-animation: toTopFromBottom 1s ease-in-out infinite;
    animation: toTopFromBottom 1s ease-in-out infinite;
}
/*--------------------------------------------
Feature Section Css
---------------------------------------------*/
.tnit-features-section{
    float: left;
    width: 100%;
    padding-top: 125px;
    padding-bottom: 42px;
    background-color: #f7f7f7;
}
.tnit-features-section .tnit-container-before:before{
    background: url('../images/heading-before-img1.png') top right no-repeat;
    top: 20px;
}
.tnit-feature-item{
    float: left;
    width: 100%;
    position: relative;
    padding: 28px 29px 22px 85px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    margin-bottom: 30px;
    z-index: 11;
    overflow: hidden;
}
.tnit-feature-item:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.tnit-feature-item:hover:before{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.tnit-feature-item:hover h4,.tnit-feature-item:hover p{
    color: #fff;
}
.tnit-feature-item h4{
    margin: 0 0 5px;
    text-transform: none;
}
.tnit-feature-item p{
    font-size: 14px;
}
.tnit-feature-item .icon-box{
    font-size: 50px;
    display: inline-block;
    position: absolute;
    width: 83px;
    left: 0;
    line-height: 80px;
    text-align: center;
}
.tnit-feature-item:hover .icon-box{
    color: rgba(0,0,0,0.05);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
/*--------------------------------------------
Video Section Css
---------------------------------------------*/
.tnit-video-section{
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.tnit-video-section .tnit-container-before:before{
    background: url('../images/heading-before-img2.png') top right no-repeat;
}
.tnit-video-item{
    float: left;
    width: 100%;
    margin-bottom: 38px;
}
.video-thumb{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.30);
    position: relative;
}
.video-thumb img{
    max-width: 100%;
    height: auto;
}
.video-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);
}
.video-thumb .tnit-caption .bottom-text{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.video-thumb .icon-box{
    font-size: 36px;
    width: 53px;
    height: 53px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.video-thumb .bottom-text .icon-box{
    float: left;
}
.video-thumb:hover .icon-box .fa{
    -webkit-animation: toTopFromBottom 1s ease-in-out;
    -o-animation: toTopFromBottom 1s ease-in-out;
    animation: toTopFromBottom 1s ease-in-out; 
}
.video-thumb .bottom-text .tnit-meta-listed{
    overflow: hidden;
    padding: 20px 0 0 12px;
}
.video-thumb .tnit-meta-listed li{
    font-size: 12px;
    color: #fff;
}
.tnit-btn-style_v2{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding: 13px 22px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 11;
}
.tnit-btn-style_v2:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background-color: #353535;
    overflow: hidden;
    -webkit-transform: translateY(30px) scale(0.5);
    -moz-transform: translateY(30px) scale(0.5);
    -ms-transform: translateY(30px) scale(0.5);
    -o-transform: translateY(30px) scale(0.5);
    transform: translateY(30px) scale(0.5);
    transform-origin: right top;
}
.tnit-btn-style_v2:hover:before{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
.tnit-btn-style_v2:hover{
    color: #fff;
}
.tnit-blog-inner-outer{
    padding-bottom: 30px;
    border-bottom: 1px solid;
    margin-bottom: 68px;
}
.tnit-video-section_v3{
    padding-bottom: 58px;
}
.tnit-video-section_v2 .tnit-video-inner-outer{
    padding-bottom: 25px;
    border-bottom: 1px solid;
}
.tnit-video-inner-outer.border-none{
    border: none;
    padding-bottom: 0;
}
.tnit-video-section_v2 .video-thumb .tnit-caption .bottom-text{
    background: transparent;
}
.tnit-video-inner-outer{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.tnit-video-inner-outer.mb-0{
    margin-bottom: 0;
}
.tnit-video-inner-outer.mb-0 .col-md-8 > .tnit-blog-item{
    margin-bottom: 0;
}
/*--------------------------------------------
Video Detail Section Css
---------------------------------------------*/
.tnit-video-section-detail{
    padding-bottom: 60px;
}
.tnit-video-holder{
    float: left;
    width: 100%;
    margin-bottom: 17px;
}
.tnit-video-holder iframe{
    width: 100%;
    height: 475px;
    border: none;
}
.tnit-video-text{
    float: left;
    width: 100%;
}
.tnit-video-text .top{
    float: left;
    width: 100%;
    margin: 0 0 17px;
}
.tnit-video-text .top h3{
    float: left;
    margin: 0;
}
.tnit-video-text .top .tnit-meta-listed{
    float: right;
}
.tnit-video-text h3{
    color: #353744;
}
.tnit-video-text p{
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 26px;
}
.tnit-video-text .tnit-meta-listed li a,.tnit-video-text .tnit-meta-listed li{
    color: #636363;
}
.tnit-tags-outer{
    float: left;
    width: 100%;
}
.tnit-tags-outer h4{
    font-size: 16px;
    color: #353744;
    text-transform: uppercase;
    padding-right: 18px;
    float: left;
}
.tnit-video-text .bottom-text{
    margin: 8px 0 40px;
}
.tnit-tags-outer .widget-tags{
    float: left;
    width: auto;
}
.bottom-text .tnit-btns-listed{
    float: right;
}
.tnit-btns-listed{
    padding: 0;
    margin: 0;
}
.tnit-btns-listed > li{
    font-size: 14px;
    color: #353744;
    margin-left: 8px;
    display: inline-block;
    list-style: none;
}
.tnit-btns-listed > li > a{
    padding: 10px 20px;
    display: inline-block;
    background-color: #fff;
    color: #454545;
    box-shadow: 2px 0 4px rgba(0,0,0,0.10);
}
.tnit-btns-listed > li > a .fa{
    margin-right: 7px;
}
.share-holder{
    position: relative;
    cursor: pointer;
}
.share-holder > a{
    pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
}
.share-holder .tnit-social-links_v3{
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11;
    display: none;
}
.tnit-social-links_v3{
    width: 130px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 2px 0 4px rgba(0,0,0,0.10);
}
.tnit-social-links_v3 li{
    display: block;
    position: relative;
    z-index: 11;
}
.tnit-social-links_v3 li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
}
.tnit-social-links_v3 li a{
    font-size: 10px;
    padding: 12px 20px;
    color: #454545;
    display: block;
}
.tnit-social-links_v3 li a .fa{
    font-size: 14px;
    padding-right: 18px;
}
.tnit-social-links_v3 li:hover:before{
    width: 100%;
}
.tnit-social-links_v3 li:hover .fa{
    color: #fff;
    -webkit-animation: toTopFromBottom 0.4s ease-in-out;
       -moz-animation: toTopFromBottom 0.4s ease-in-out;
        -ms-animation: toTopFromBottom 0.4s ease-in-out;
         -o-animation: toTopFromBottom 0.4s ease-in-out;
            animation: toTopFromBottom 0.4s ease-in-out;
}
.tnit-social-links_v3 li:hover a,.tnit-social-links_v3 li.active a,.tnit-social-links_v3 li.active .fa{
    color: #fff;
}
.btn-facebook .fa{
    color: #4867aa;
}
.btn-twitter .fa{
    color: #1da1f2;
}
.btn-gplus .fa{
    color: #e04006;
}
.btn-linkedin .fa{
    color: #0177b5;
}
.tnit-social-links_v3 li.btn-facebook:before{
    width: 100%;
}
.btn-facebook:before{
    background-color: #4867aa;
}
.btn-twitter:before{
    background-color: #1da1f2;
}
.btn-gplus:before{
    background-color: #e04006;
}
.btn-linkedin:before{
    background-color: #0177b5;
}
/*--------------------------------------------
Facts Section Css
---------------------------------------------*/
.tnit-facts-section{
    float: left;
    width: 100%;
}
.facts-inner-outer{
    float: left;
    width: 100%;
    background: url('../images/fact-bg-img.jpg') top center no-repeat;
    background-size: cover;
    padding: 45px 0 20px;
    position: relative;
    z-index: 9;
}
.tnit-facts-listed{
    float: left;
    width: 100%;
    padding: 0 0 0 60px;
    margin: 0;
}
.tnit-facts-listed > li{
    float: left;
    width: 25%;
    margin-bottom: 25px;
    list-style: none;
}
.tnit-facts-listed > li:last-child:before{
    display: none;
}
.tnit-facts-listed > li:last-child{
    padding-right: 0;
}
.facts-item{
    padding: 0 20px;
    padding-left: 10px;
    position: relative;
}
.facts-item:before{
    content: '';
    position: absolute;
    right: 10px;
    top: 20px;
    width: 2px;
    height: 40px;
    background-color: #86828d;
}
.facts-item .icomoon{
    font-size: 42px;
    float: left;
    display: inline-block;
    padding-top: 15px;
    margin-right: 15px;
}
.facts-item .icon-group-1{
    font-size: 56px;
}
.facts-item .icon-microphone-black-shape{
    font-size: 36px;
    margin-top: 10px;
}
.facts-item .tnit-text{
    overflow: hidden;
}
.tnit-counter{
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: block;
}
.facts-item span{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
/*--------------------------------------------
Courses Section Css
---------------------------------------------*/
.tnit-courses-section{
    float: left;
    width: 100%;
    padding-bottom: 38px;
}
.tnit-courses-section .tnit-container-before:before{
    background: url('../images/heading-before-img3.png') top right no-repeat;
    height: 445px;
}
.tnit-courses-section .container .col-md-9 > .tl-tabs-outer{
    margin-bottom: 38px;
}
.tnit-courses-section .container .col-md-9 > .tl-tabs-outer .tab-content{
    padding: 0;
    border: none;
}
.tnit-courses-item{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.tnit-courses-item .tnit-thumb:hover img{
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}
.tnit-courses-item .tnit-thumb .tnit-caption{
    background-color: transparent;
}
.tnit-courses-item .tnit-thumb .tnit-caption:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(242,182,4,0.90);
    z-index: -1;
}
.tnit-courses-item .tnit-thumb:hover .tnit-caption:before{
    height: 100%;
}
.tnit-courses-item .tnit-thumb:hover .tnit-btn-style1{
    top: 45%;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
.tnit-courses-item .tnit-caption .tnit-btn-style1{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: inline-block;
    margin: 0 auto;
    width: 112px;
    opacity: 0;
    visibility: hidden;
}
.tnit-courses-item .tnit-btn-style1{
    color: #fff;
}
.tnit-courses-item .tnit-btn-style1:after,.tnit-courses-item .tnit-btn-style1:before{
    border-color: #fff;
}
.tnit-btn-style1{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #353744;
    padding: 13px 10px;
    display: inline-block;
    min-width: 110px;
    position: relative;
    text-align: center;
}
.tnit-btn-style1:hover{
    color: #353744;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    background-color: #fff;
}
.tnit-btn-style1:hover:before,.tnit-btn-style1:hover:after{
    width: 100%;
    height: 100%;
}
.tnit-btn-style1:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-left: 1px solid #353744;
    border-top: 1px solid #353744;
}
.tnit-btn-style1:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-right: 1px solid #353744;
    border-bottom: 1px solid #353744;
}
.tnit-courses-item .tnit-text{
    float: left;
    width: 100%;
    padding: 10px 15px 12px;
    border: 1px solid #e0e0e0;
}
.tnit-courses-item .tnit-text h5{
    font-size: 12px;
    margin: 5px 0 5px;
}
.tnit-courses-item .tnit-text h5 span{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    float: right;
}
.tnit-courses-item .free{
    color: #ff5a00;
}
.tnit-courses-item .tnit-text .top-holder{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.tnit-courses-item .tnit-text .top-holder img{
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 10px;
}
.tnit-courses-item .tnit-text strong{
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 0 0 13px;
}
.tnit-courses-item .tnit-text .bottom-holder{
    float: left;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}
.tnit-text .bottom-holder .tnit-rating{
    float: left;
}
.tnit-text .bottom-holder .users{
    float: right;
}
.tnit-rating .fa{
    font-size: 14px;
    display: inline-block;
}
.users{
    font-size: 12px;
    color: #656565;
}
.users .fa{
    font-size: 14px;
    margin-right: 3px;
}
/*--------------------------------------------
 Courses Grid Section Css
---------------------------------------------*/
.tnit-course-top-outer{
    float: left;
    width: 100%;
}
.tnit-course-top-outer .tnit-heading-outer{
    float: left;
    width: auto; 
}
.tnit-course-top-outer .tnit-tabs-rightouter{
    float: right;
    padding: 5px 20px;
    border-left: 2px solid #e8e8e8; 
    border-right: 2px solid #e8e8e8;   
}
.tnit-tabs-rightouter span{
    font-size: 14px;
    font-weight: 600;
    color: #636363;
    display: inline-block;
}
.tnit-tabs-rightouter .nav-tabs{
    float: right;
}
ul.tnit-tabs-nav{
    border: none;
}
ul.tnit-tabs-nav li{
    margin: 0 0 0 18px;
    display: inline-block;
    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{
    border: none;
}
.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: #919191;
    padding: 0;
    background-color: transparent;
    border: none;
}
ul.tnit-tabs-nav li:hover a{
    background-color: transparent;
    border: none;
}
.tl-tabs-list-outer .tnit-thumb{
    float: left;
    width: auto;
}
.tl-tabs-list-outer .tnit-text{
    overflow: hidden;
    float: none;
    width: auto;
    padding: 15px 0 0 30px;
    border: none;
}
.tl-tabs-list-outer .tnit-text h3,.tnit-courses-detail-info .tnit-text h3{
    margin: 0 0 18px;
}
.tl-tabs-list-outer .tnit-text p{
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 30px;
}
.tl-tabs-list-outer .tnit-text .inner-holder,.tnit-courses-detail-info .tnit-text .inner-holder{
    float: left;
    padding: 0 28px;
    border-left: 1px solid #e4e4e4;
}
.tl-tabs-list-outer .tnit-text .inner-holder:first-child,.tnit-courses-detail-info .tnit-text .inner-holder:first-child{
    padding-left: 0;
    border-left: none;
}
.tl-tabs-list-outer .tnit-text h6,.tnit-courses-detail-info .tnit-text h6{
    font-size: 12px;
    color: #999999;
    margin: 0;
    overflow: hidden;
}
.tl-tabs-list-outer .tnit-text h6 span,.tnit-courses-detail-info .tnit-text h6 span{
    color: #353744;
    margin-top: 4px;
    display: block;
}
.tnit-courses-detail-info .tnit-text .inner-holder .review,.tnit-courses-detail-info .inner-holder .user,.tnit-courses-detail-info .tnit-text h6,
.tnit-courses-detail-info.tnit-text .inner-holder .review{
    font-size: 14px;
}
.tnit-courses-detail-info > p{
    margin-bottom: 46px;
}
.tnit-text .inner-holder .review{
    font-size: 12px;
    color: #999999;
    display: block;
}
.tnit-text .inner-holder .tnit-rating .fa{
    font-size: 14px;
}
.inner-holder .user{
    font-size: 12px;
    font-weight: 700;
    color: #999999;
}
.inner-holder .user em{
    font-style: normal;
    display: block;
}
.free.price{
    color: #454545;
    font-weight: 500;
}
.tnit-courses-detail-info .tnit-text{
    padding: 0;
    border: none;
    margin: 0 0 27px;
}
.tnit-courses-detail-info .tnit-text h2{
    margin: 0 0 22px;
}
.tnit-courses-detail-info .tnit-text p{
    margin: 0 0 30px;
}
.tnit-courses-detail-info .tnit-thumb{
    margin-bottom: 45px;
}
.tnit-courses-detail-info .tl-review-form .inner-holder,.tl-tabs-outer .tl-review-form .inner-holder{
    margin-bottom: 0;
}
.tnit-features-box{
    float: left;
    width: 100%;
    padding: 35px 30px;
    margin-bottom: 27px;
    border: 1px solid #e0e0e0;
}
.tnit-feature-listed{
    float: left;
    width: 100%;
    margin: 0;
}
.tnit-features-box h4{
    margin: 0 0 25px;
}
.tnit-feature-listed{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
.tnit-feature-listed li{
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    margin-bottom: 20px;
    color: #353744;
}
.tnit-feature-listed li .fa{
    margin-right: 18px;
}
.tnit-feature-listed li span{
    float: right;
}
.tnit-features-box .bottom-text .price{
    float: left;
    margin: 11px 0 0;
}
.tnit-features-box .bottom-text .price span{
    font-weight: 400;
}
.tnit-features-box .bottom-text .btn-enroll{
    float: right;
}
.btn-enroll{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 13px 20px;
    display: inline-block;
    color: #fff;
}
.btn-enroll:hover{
    color: #fff;
}
.tnit-inner-course-info{
    float: left;
    width: 100%;
    margin-bottom: 27px;
}
.tnit-inner-course-info h4{
    margin: 0 0 20px;
}
.tnit-inner-course-info p{
    font-size: 14px;
    margin: 0 0 19px;
}
.tnit-qualities-listed_v2 li{
    margin-bottom: 16px;
}
.tnit-qualities-listed_v2 li:before{
    content:"\f00c";
}
/*--------------------------------------------
 Section Css
---------------------------------------------*/
.tnit-section{
    float: left;
    width: 100%;
}
.tnit-section .tnit-heading-outer{
    margin-bottom: 10px;
}
.tnit-tweetes-box{
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 15px 20px 13px 5px;
    border: 1px solid #e8e8e8;
}
.tnit-tweets-listed{
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    margin: 0;
}
.tnit-tweets-listed > li{
    list-style: none;
    margin-bottom: 20px;
}
.tnit-tweets-listed > li:last-child{
    margin-bottom: 0;
}
.tweet-item{
    float: left;
    width: 100%;
    padding: 13px 20px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.tweet-item .top{
    margin-bottom: 8px;
}
.tweet-item .top .fa-twitter{
    float: left;
    font-size: 22px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    background-color: #1da1f2;
}
.tweet-item .top h5{
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.tweet-item .top h5 span{
    font-family: 'Reboto', sans-serif;
    font-size: 13px;
    float: right;
    color: #636363;
}
.tweet-item .top .user{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #353744;
    display: inline-block;
}
.tweet-item .bottom{
    font-size: 11px;
}
.tweet-item p{
    font-size: 13px;
    line-height: 20px;
    color: #353744;
    margin: 0 0 5px;
}
.tweet-item p strong{
    font-weight: 600;
    margin: 0;
}
.tweet-item .bottom .link{
    float: left;
    font-size: 12px;
}
.tweet-item .bottom .tnit-meta-listed{
    float: right;
}
.tnit-heading-outer .scrollbar-macosx > .scroll-element .scroll-bar{
    background-color: #dbdbdb;
}
.tnit-heading-outer .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar{
    left: -10px;
}
.tnit-tweets-listed .tnit-meta-listed li{
    font-size: 12px;
    color: #636363;
}
.tnit-tweets-listed .tnit-meta-listed li a{
    color: #636363;
}
/*--------------------------------------------
Portfolio Section 
---------------------------------------------*/
.tnit-portfolio-section{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    background: url('../images/portfolio-bg-img.jpg') top left no-repeat;
    background-size: cover;
    z-index: 11;
    padding-top: 120px;
    padding-bottom: 80px;
}
.tnit-portfolio-section .tnit-heading{
    margin-top: 60px;
}
.tnit-filterlist{
    float: left;
    width: 100%;
    margin: 0 0 15px;
    display: block;
    clear: both;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 9;
}
.tnit-filterlist a{
    font-family: "Maven Pro Light 200 Regular";
    font-size: 14px;
    line-height: 12px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    position: relative;
    border-right: 1px solid #fff;
}
.tnit-filterlist a:first-child{
    padding-left: 0;
}
.tnit-filterlist a:last-child{
    border-right: none;
}
.tnit-filterlist a:hover,.tnit-filterlist a.current{
    color: #fff;
}
.tnit-filterlist a.current{
    font-size: 20px;
}
.tnit-filterlist a:before,.tnit-filterlist a:after{
    content: '';
    position: absolute;
    width: 0;
    display: none;
    border-bottom: 2px solid;
    display: none;
}
.tnit-filterlist a:hover:before,.tnit-filterlist a:hover:after,.tnit-filterlist a.current:before,.tnit-filterlist a.current:after{
    width: 20px;
}
.tnit-filterlist a:before{
    left: 0;
    top: 0;
}
.tnit-filterlist a:after{
    right: 0;
    bottom: 0;
}
.tnit-portfolio-inner{
    float: right;
    height: 100%;
    width: 80%;
    padding-right: 10px;
    overflow: hidden;
}
.tnit-portfolio-listed{
    float: left;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: 0px;
}
.tnit-portfolio-listed > li{
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-bottom: 10px;
    list-style: none;
}
.tnit-port-item{
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: visible;
    z-index: 11;
}
.tnit-port-item:hover{
    z-index: 99;
}
.tnit-port-item img{
    max-width: 100%;
    height: auto;
}
.tnit-port-item:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tnit-port-item .tnit-caption{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: -23px auto 0;
    z-index: 11;
    width: 100%;
    overflow: hidden;
}
.tnit-port-item .tnit-caption a{
    font-size: 16px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    margin: 4px;
    opacity: 0;
}
.tnit-port-item .tnit-caption a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    border-radius: 100%;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.tnit-port-item .tnit-caption 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-port-item .tnit-caption a:hover{
    color: #fff;
}
.tnit-port-item .tnit-zoom{
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}
.tnit-port-item .tnit-link{
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}
.tnit-port-item:hover .tnit-zoom,.tnit-port-item:hover .tnit-link{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
/*--------------------------------------------
Blog Section 
---------------------------------------------*/
.tnit-blog-section{
    float: left;
    width: 100%;
    padding-bottom: 38px;
    background-color: #f7f7f7;
}
.tnit-blog-section .tnit-container-before:before{
    background: url('../images/heading-before-img4.png') top right no-repeat;
}
#tnit-blog-slider{
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 99;
}
.tnit-blog-item{
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
}
.tnit-blog-item .tnit-caption{
    padding: 5px;
}
.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{
    padding: 25px 15px 0 0;
}
.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: 13px;
}
.tnit-meta-listed{
    padding: 0;
    margin: 0;
}
.tnit-meta-listed li{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    display: inline-block;
    list-style: none;
    padding: 0 4px;
    padding-left: 0;
    color: #353744;
    font-weight: 500;
}
.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;
}
.tl-tabs-outer{
    float: left;
    width: 100%;
    margin-bottom: 65px;
}
.tl-tabs-outer .nav-tabs{
    border: none;
}
.tl-tabs-outer .nav-tabs li{
    border: 1px solid #eeeeee;
    border-bottom-color: #eeeeee;
    border-radius: 0;
    margin: 0 0px -1px 0;
    position: relative; 
}
.tl-tabs-outer .nav-tabs li:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    border-bottom: 3px solid;
    z-index: 11;
}
.tl-tabs-outer .nav-tabs li.active{
    border-bottom-color: #fff;
}
.tl-tabs-outer .nav-tabs li.active:before,.tl-tabs-outer .nav-tabs li:hover:before{
    width: 100%;
}
.tl-tabs-outer .nav-tabs li.active a,.tl-tabs-outer .nav-tabs li:hover a{
    background-color: #fff;
    border: none;
}
.tl-tabs-outer .nav-tabs > li.active > a,.tl-tabs-outer .nav-tabs > li.active > a:hover,.tl-tabs-outer .nav-tabs > li.active > a:focus{
    border: none;
}
.tl-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;
}
.tl-tabs-outer .tab-content{
    float: left;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #eeeeee;
}
.tl-review-outer{
    float: left;
    width: 100%;
    margin-bottom: 28px;
}
.tl-review-outer h5{
    font-size: 16px;
    font-weight: 700;
    color: #353744;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.tl-review-outer.tnit-proceed-outer{
    margin-top: 35px;
}
.tl-review-form{
    float: left;
    width: 100%;
}
.tl-review-form .inner-holder{
    float: left;
    width: 100%;
    margin-bottom: 19px;
}
.tl-review-form .inner-holder input[type="text"],.tl-review-form .inner-holder input[type="email"],
.tl-review-form .inner-holder input[type="tel"],.tl-review-form .inner-holder input[type="password"],
.tl-review-form .inner-holder textarea,.tl-review-form .inner-holder select{
    font-size: 14px;
    border: 1px solid #eaeaea;
    height: 38px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    line-height: 38px;
    padding: 0 10px;
    color: #353744;
}
.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-proceed-form input[type="checkbox"]{
    margin: 0 7px 0 0;
}
.tnit-proceed-form .inner-holder a{
    font-size: 14px;
    color: #353744;
}
.tl-review-form .inner-holder select option{
    padding: 5px 10px;
}
.tl-review-form .inner-holder label{
    font-size: 13px;
    color: #353744;
    display: block;
    margin-bottom: 10px;
}
.tl-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;
}
.tl-review-form .inner-holder textarea{
    height: 120px;
}
.btn-submit{
    font-size: 14px;
    line-height: 14px;
    padding: 13px 20px;
    background-color: #454545;
    color: #fff;
    border: none;
}
.tl-comments-box,.tl-comments-inner{
    float: left;
    width: 100%;
}
.tl-comments-inner{
    margin-bottom: 25px;
}
.tl-comments-listed{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.tl-comments-listed li{
    list-style: none;
}
.tl-comments-listed li ul{
    padding-left: 20px;
}
.tl-comments-box h4{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #353744;
    margin: 0 0 25px;
}
.tl-comments-inner .tl-thumb{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 13px;
}
.tl-comments-inner .text-holder{
    overflow: hidden;
}
.tl-comments-inner .text-holder h5{
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}
.tl-comments-inner .text-holder p{
    font-size: 14px;
    color: #636363;
    margin: 0;
}
.tl-comments-inner .text-holder .reply{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #353744;
}
/*--------------------------------------------
Blog Detail Section Css
---------------------------------------------*/
.tnit-blog-section_v2{
    float: left;
    width: 100%;
    background-color: #fff;
}
.tnit-blog-inner-outer{
    padding-bottom: 0;
    border-bottom: none;
}
.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 .tnit-thumb{
    text-align: center;
}
.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-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: 0;
}
.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 .tl-tabs-outer .tab-content{
    padding-bottom: 10px;
}
/*--------------------------------------------
Event Section Css
---------------------------------------------*/
.tnit-event-section{
    float: left;
    width: 100%;
}
.tnit-event-section .tnit-heading-outer{
    margin-bottom: 10px;
}
.tnit-event-section .tnit-pagination-row{
    padding-top: 38px;
}
.tnit-even-listed{
    float: left;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
}
.tnit-even-listed > li{
    list-style: none;
}
.tnit-even-listed > li:last-child{
    border-bottom: 1px solid #e0e0e0;
}
.tnit-event-item{
    float: left;
    width: 100%;
    padding: 32px 20px 30px 5px;
    border-top: 1px solid #e0e0e0;
    position: relative;
    z-index: 9;
}
.tnit-event-item:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.tnit-event-item:hover:before{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.tnit-event-item:after{
    content: '';
    background: url(../images/coming-up-list-img.png) top left no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.tnit-event-item:hover:after{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.tnit-event-item:hover .date-box,.tnit-event-item:hover .date-box span,.tnit-event-item:hover .tnit-text span .fa,
.tnit-event-item:hover .tnit-text h4,.tnit-event-item .tnit-text span,.tnit-event-item:hover .tnit-btn-style1{
    color: #fff;
}
.tnit-event-item:hover .tnit-btn-style1:before,.tnit-event-item:hover .tnit-btn-style1:after{
    border-color: #fff;
}
.tnit-event-item .date-box{
    font-size: 16px;
    color: #353744;
    background-color: transparent;
    width: auto;
    padding: 0 20px 0 0;
    border-right: 1px solid #e0e0e0;
}
.tnit-event-item:hover .date-box{
    border-color: #fff;
}
.tnit-event-item .date-box span{
    font-size: 36px;
    line-height: 30px;
    padding: 0;
    font-weight: 700;
    border-bottom: none;
    color: #353744;
}
.tnit-event-item .tnit-btn-style1{
    min-width: 126px;
    float: right;
    margin-top: 10px;
}
.tnit-event-item .tnit-text h4{
    margin: 0 0 8px;
}
.tnit-event-item .tnit-text span{
    color: #353535;
}
.tnit-event-item:hover .tnit-text span{
    color: #fff;
}
.tnit-event-item .tnit-text span .fa{
    margin-right: 5px;
}
.tnit-event-outer{
    float: left;
    width: 100%;
}
.tnit-event-outer h2{
    margin: 0 0 25px;
}
.tnit-event-outer p{
    margin: 0 0 34px;
}
.tnit-event-outer h3{
    text-transform: uppercase;
    margin: 0 0 22px;
}
.tl-event-thumb{
    float: left;
    width: 100%;
    overflow: visible;
    margin: 0 0 40px
}
.tl-event-thumb img{
    max-width: 100%;
    height: auto;
}
.tl-event-thumb .tl-caption .top-holder{
    padding: 10px;
}
.tnit-event-outer .tl-counter-listed{
    margin: 0;
    width: 100px;
    float: left;
}
.tl-counter-listed li{
    list-style: none;
}
.tl-counter-listed .tl-counter-item{
    float: left;
    width: 85px;
    width: 85px;
    padding: 6px 0 12px;
    margin-bottom: 10px;
    text-align: center;
}
.tl-counter-item .info{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.tl-event-thumb .tl-caption .bottom-text{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px 30px;
    background-color: rgba(53,55,68,0.90);
}
.tl-event-thumb .tnit-meta-listed{
    float: left;
}
.tl-event-thumb .tnit-meta-listed li{
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin-right: 65px;
}
.tl-event-thumb .tnit-meta-listed li:last-child{
    margin-right: 0;
}
.tl-event-thumb .tnit-meta-listed li .fa{
    float: left;
    margin: 4px 8px 0 0;
}
.tl-event-thumb .tnit-meta-listed li span{
    color: #fff;
}
.tnit-meta-listed .text{
    overflow: hidden;
}
.tnit-meta-listed .text span{
    display: block;
}
.tl-event-thumb .tnit-btns-listed{
    float: right;
}
/*--------------------------------------------
Pagination Row Css
---------------------------------------------*/
.tnit-pagination-row{
    float: left;
    width: 100%;
}
.tnit-pagination-row .pagination{
    margin: 0;
    width: 100%;
    text-align: center;
}
.tnit-pagination-row .pagination li{
    margin: 0 12px;
    padding: 0;
    display: inline-block;
    position: relative;
}
.tnit-pagination-row .pagination li:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    border-top: 2px solid;
    opacity: 0;
    visibility: hidden;
}
.tnit-pagination-row .pagination li:hover:before,.tnit-pagination-row .pagination li.active:before{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.tnit-pagination-row .pagination li:first-child:after,.tnit-pagination-row .pagination li:last-child:after{
    content: '';
    position: absolute;
    left: -10px;
    top: 16px;
    height: 16px;
    border-left: 2px solid;
}
.tnit-pagination-row .pagination li:last-child:after{
    left: inherit;
    right: -10px;
}
.tnit-pagination-row .pagination li a{
    font-size: 15px;
    color: #636363;
    padding: 14px 5px;
    border: none;
    background-color: transparent;
}
.tnit-pagination-row .pagination li:hover,.tnit-pagination-row .pagination li a:hover{
    background-color: transparent;
}
.tnit-event-section .tnit-pagination-row .pagination li a{
    padding-bottom: 0;
}
/*--------------------------------------------
Partners Section Css
---------------------------------------------*/
.tnit-partners-section{
    float: left;
    width: 100%;
}
#tnit-partners-slider{
    float: left;
    width: 100%;
    padding: 25px 55px 12px;
    border: 1px solid #e0e0e0;
}
#tnit-partners-slider .item img{
    width: auto;
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------
Product Section 
---------------------------------------------*/
.tnit-product-section{
    float: left;
    width: 100%;
    background-color: #ffffff;
}
.tnit-product-item{
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.tnit-product-item .tnit-thumb{
    border-bottom: 1px solid #e0e0e0;
    overflow: visible;
}
.tnit-product-item .tnit-thumb img{
    max-width: 100%;
        -webkit-transform: scale(0.99) rotate(0deg);
    -moz-transform: scale(0.99) rotate(0deg);
    -ms-transform: scale(0.99) rotate(0deg);
    -o-transform: scale(0.99) rotate(0deg);
    transform: scale(0.99) rotate(0deg);
}
.tnit-product-item .tnit-thumb:before{
    display: none;
}
.tnit-product-item .tnit-thumb:hover img{
    -webkit-transform: scale(0.9) rotate(0deg);
    -moz-transform: scale(0.9) rotate(0deg);
    -ms-transform: scale(0.9) rotate(0deg);
    -o-transform: scale(0.9) rotate(0deg);
    transform: scale(0.9) rotate(0deg);
}
.btn-sale{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid;
    padding: 8px 9px;
    background-color: #fff;
    position: relative;
}
.btn-sale:after{
    content: '';
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 7px solid;
    position: absolute;
    bottom: -14px;
    right: -1px;
}
.tnit-product-item .tnit-caption .btn-sale{
    float: right;
    margin-top: 20px;
    margin-right: -6px;
}
.tnit-product-item .tnit-text-outer{
    padding: 15px 18px 18px;
    float: left;
    width: 100%;
}
.tnit-product-item .tnit-text-outer .small{
    font-size: 12px;
    color: #636363;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.tnit-product-item .tnit-text-outer h4{
    font-size: 16px;
    margin: 0 0 12px;
}
.tnit-product-item .tnit-text-outer .bottom-text{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #353744;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.tnit-product-item .tnit-text-outer .bottom-text .left{
    float: left;
    padding-right: 18px;
}
.tnit-product-item .tnit-text-outer .bottom-text .right{
    float: right;
}
.tnit-product-item .tnit-text-outer .bottom-text .left span{
    display: block;
    margin-bottom: 1px;
}
.tnit-product-item .tnit-text-outer .bottom-text .right em{
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
    display: block;
    font-style: normal;
    text-align: right;
}
.tnit-product-item .tnit-text-outer .bottom-text .right em.empty{
    color: #fff;
}
.tnit-product-item .tnit-text-outer .bottom-text .right span{
    font-size: 14px;
    color: #353744;
    margin-top: 2px;
    display: inline-block;
}
.tnit-product-item .tnit-text-outer .pro-btn-cart{
    width: 100%;
}
.pro-btn-cart{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 13px 25px;
    color: #fff;
    border: none;
    display: block;
}
.pro-btn-cart .fa{
    margin-right: 5px;
}
.tnit-product-item .tnit-rating{
    margin: 3px 0 0;
}
.tnit-product-item .tnit-rating .fa{
    font-size: 14px;
}
.tnit-product-section .tnit-pagination-row{
    padding-top: 40px;
}
/*--------------------------------------------
Product Detail Section 
---------------------------------------------*/
.tl-review-form .rating-holder{
    margin-bottom: 15px;
}
.rating-holder span{
    display: inline-block;
    font-size: 13px;
    margin-right: 7px;
}
.rating-holder .tnit-rating .fa{
    font-size: 14px;
}
.tnit-product-inner-outer .tl-review-outer{
    margin-bottom: 0;
}
.tnit-product-inner-outer .tl-review-form .inner-holder textarea{
    height: 70px;
}
.tnit-product-detail-item{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    border: none;
}
.tnit-product-detail-item .tnit-thumb{
    float: left;
    width: auto;
    margin-right: 20px;
    border: 1px solid #e0e0e0;
}
.tnit-product-detail-item .tnit-text-outer{
    float: none;
    width: auto;
    padding: 0;
    overflow: hidden;
}
.tnit-product-detail-item .tnit-text-outer h3{
    margin: 0 0 12px;
}
.tnit-product-item p{
    font-size: 14px;
    margin: 0 0 20px;
}
.tnit-product-detail-item.tnit-product-item .tnit-text-outer .pro-btn-cart{
    width: auto;
}
.tnit-product-detail-item .tnit-btns-listed{
    margin-bottom: 17px;
}
.tnit-product-detail-item .tnit-btns-listed li:first-child{
    margin-left: 0;
}
.tnit-product-detail-item.tnit-product-item .tnit-text-outer .bottom-text .right{
    margin-top: -22px;
}
.tnit-product-detail-item.tnit-product-item .tnit-text-outer .bottom-text .left span{
    display: inline-block;
    margin-right: 4px;
}
.tnit-product-detail-item.tnit-product-item .tnit-text-outer .bottom-text .right span{
    font-size: 20px;
}
.tnit-product-section .tl-tabs-outer{
    margin-bottom: 45px;
}
.tnit-spinner-outer input[type="number"] {
  float: left;
  width: 70px;
  height: 40px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #353535;
  border: 1px #e0e0e0 solid;
  background: none;
  outline: none;
  pointer-events: none;
  position: relative;
  z-index: 11;
}
.tnit-spinner-outer span.spinner {
  height: 40px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-touch-callout: none;
}
.tnit-spinner-outer span.spinner > .sub,
.tnit-spinner-outer span.spinner > .add {
  float: left;
  display: block;
  width: 35px;
  height: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 33px;
  color: #353535;
  border: 1px #e0e0e0 solid;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
.tnit-spinner-outer span.spinner > .add {
  top: 0;
  border: 1px #e0e0e0 solid;
  border-radius: 0 2px 2px 0;
  margin-left: -17px;
  position: relative;
  z-index: 12;
  background-color: #fff;
}
.tnit-spinner-outer span.spinner > .sub:hover,
.tnit-spinner-outer span.spinner > .add:hover {
  color: #fff;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
}
.bottom-holder2 .tnit-spinner-outer{
    float: left;
    margin-right: 5px;
}
.bottom-holder2 .pro-btn-cart{
    float: left;
}
.bottom-holder2  .tnit-spinner-outer span.spinner{
    position: static;
}
/*--------------------------------------------
Cort Section Css
---------------------------------------------*/
.tnit-cart-section{
    float: left;
    width: 100%;
}
.tnit-pro-btn-listed{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 50px;
}
.tnit-pro-btn-listed > li{
    float: left;
    width: 33.33%;
    text-align: center;
    list-style: none;
    position: relative;
}
.tnit-pro-btn-listed > li:before{
    content: '';
    position: absolute;
    width: 100px;
    right: -40px;
    top: 44px;
    border-bottom: 1px solid #dfdfdf;
}
.tnit-pro-btn-listed > li:after{
    font-family:'FontAwesome';
    font-size: 16px;
    content: '\f105';
    color: #dfdfdf;
    position: absolute;
    width: 100px;
    right: -100px;
    top: 32px;
}
.tnit-pro-btn-listed > li:last-child:after,.tnit-pro-btn-listed > li:last-child:before{
    display: none;
}
.btn-inner-holder{
    float: left;
    width: 100%;
}
.btn-inner-holder .fa{
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    background-color: #353744;
    color: #fff;
    margin-bottom: 15px;
}
.btn-inner-holder a{
    color: #353744;
}
.btn-inner-holder span{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
.btn-inner-holder: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-cart-inner-holder{
    float: left;
    width: 100%;
}
.tnit-cart-table{
    float: left;
    width: 100%;
}
.tnit-cart-table tr{
    float: left;
    width: 100%;
    display: table;
    border-bottom: 1px solid #f3f3f3;
}
.tnit-cart-table th{
    text-transform: uppercase;
}
.tnit-cart-table th,.tnit-cart-table td{
    font-size: 14px;
    font-weight: 600;
    padding: 18px 0;
    display: table-cell;
}

.tnit-cart-table tr:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.tnit-cart-table tr:last-child td{
    padding-bottom: 0;
}
.tnit-cart-table .tb-close .empty{
    opacity: 0;
    visibility: hidden;
}
.tnit-cart-table td a{
    color: #353535;
}
.inner-holder{
    display: table;
}
.inner-holder .cart-thumb{
    padding-right: 17px;
    display: table-cell;
    display: -webkit-table-cell;
    display: -moz-table-cell;
}
.tnit-cart-table .left-holder{
    float: left;
}
.tnit-cart-table .right-holder{
    float: right;
}
.coupon-form input[type="text"]{
    width: 180px;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #353535;
    border: 1px solid #dfdfdf;
}
.btn-cart2{
    font-size: 14px;
    line-height: 14px;
    padding: 14px 15px;
    background-color: #353744;
    color: #fff;
    display: inline-block;
    border: none;
    min-width: 140px;
    text-align: center; 
}
.tnit-cart-table .btn-cart2{
    color: #fff;
}
.tnit-cart-table p{
    font-size: 14px;
    font-weight: 400;
    color: #353744;
    text-transform: uppercase;
}
.tnit-cart-table p strong{
    float: right;
}
.tnit-cart-table .right-holder p{
    margin-bottom: 20px;
}
.btn-checkout{
    font-size: 14px;
    line-height: 14px;
    padding: 14px 30px;
    color: #fff;
    display: inline-block;
    border: none;
    min-width: 140px;
    text-align: center; 
}
.btn-checkout:hover{
    background-color: #353744;
}
.tnit-login-listed{
    float: left;
    width: 100%;
}
.tnit-login-listed > li{
    font-size: 14px;
    line-height: 14px;
    float: left;
    width: 100%;
    padding: 20px 30px;
    color: #353744;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    list-style: none;
}
.tnit-login-listed > li .fa{
    margin-right: 8px;
}
.tnit-order-outer{
    float: left;
    width: 100%;
    padding: 55px 25px;
    border: 2px solid #f2b604;
}
.tnit-order-outer h3{
    text-transform: uppercase;
    margin: 0 0 18px;
}
.tnit-order-outer p{
    margin: 0 0 35px;
}
.order-listed{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}
.order-listed li{
    font-size: 16px;
    line-height: 16px;
    float: left;
    width: 100%;
    padding: 19px 0;
    list-style: none; 
}
.order-listed li:last-child{
    border-bottom: none;
}
.order-listed .upper{
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #f3f3f3;
}
.order-listed li.subtotal{
    border-top: 1px solid #f3f3f3;
}
.order-listed li span{
    float: right;
    font-weight: 600;
}
.credit-listed{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
}
.credit-listed li{
    font-size: 14px;
    line-height: 14px;
    float: left;
    width: 100%;
    list-style: none;
    padding: 12px 0;
    text-transform: uppercase;
}
.credit-listed li a{
    color: #353744;
    text-transform: none;
    text-decoration: underline;
    margin: 0 0 0 5px;
    display: inline-block;
}
.credit-listed li input[type="radio"]{
    margin: 0 8px 0 0;
}
.credit-listed li img{
    margin-left: 5px;
}
.tnit-order-outer p{
    font-size: 16px;
    color: #636363;
}
.btn-proceed{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 18px 20px;
    color: #fff;
    border: none;
    width: 100%;
}
.tnit-proceed-form .inner-holder{
    margin-bottom: 10px;
}
/*--------------------------------------------
Checkout Section Css
---------------------------------------------*/
.tnit-checkout-section{
    float: left;
    width: 100%;
}
.tl-review-outer.tnit-proceed-outer{
    margin-top: 38px;
    margin-bottom: 0;
}
/*--------------------------------------------
Contact Section Css
---------------------------------------------*/
.tnit-contact-section{
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 53px;
    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-contact p{
    font-weight: 400;
}
.tnit-contact-section .widget-contact h3{
    font-size: 24px;
    margin: 0 0 24px; 
}
.tnit-contact-section .tl-review-outer{
    margin-bottom: 0;
}
.tl-review-outer h3{
    text-transform: uppercase;
    margin: 0 0 30px; 
}
.tnit-map-section{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#tnit-map{
    float: left;
    width: 100%;
    height: 400px;
}
/*--------------------------------------------
Page 404 Section Css
---------------------------------------------*/
.tnit-404-section{
    float: left;
    width: 100%;
    padding: 200px 0 115px;
    text-align: center;
    background: url('../images/p404-bg-img.jpg') top center no-repeat;
    position: relative;
}
.tnit-error-inner{
    float: left;
    width: 100%;
}
.tnit-error-inner .title{
    font-size: 120px;
    line-height: 130px;
    margin: 0 0 40px;
}
.tnit-error-inner p{
    font-size: 31px;
    line-height: 44px;
    font-weight: 300;
    color: #353744;
    margin: 0 0 38px;
}
.tnit-error-inner .tnit-btn-style1{
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    padding: 20px 50px;
}
.tnit-error-inner .tnit-btn-style1:before,.tnit-error-inner .tnit-btn-style1:after{
    border-width: 2px;
}
/*--------------------------------------------
Sidebar Css
---------------------------------------------*/
.tnit-sidebar-outer{
    float: left;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
}
.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 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-categories .widget-listed li{
    position: relative;
    font-weight: 600;
    padding-left: 18px;
}
.widget-categories .widget-listed li:before{
    font-family:'FontAwesome';
    font-size: 5px;
    content:"\f111";
    position: absolute;
    left: 0;
    top: 5px;
    color: #636363;
    margin-right: 15px;
}
.tnit-featured-listed{
    float: left;
    width: 100%;
    padding: 0 0 27px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
}
.tnit-featured-listed > li{
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 12px;
}
.tnit-featured-listed > li:last-child{
    margin-bottom: 0;
}
.feature-inner-holder{
    float: left;
    width: 100%;
}
.feature-inner-holder .sm-thumb{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.feature-inner-holder .sm-thumb img{
    max-width: 100%;
    height: auto;
}
.feature-inner-holder .text-holder{
    overflow: hidden;
}
.feature-inner-holder .text-holder p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #353744;
    margin: 0 0 4px;
}
.feature-inner-holder .bottom-text{
    font-family: 'Roboto', sans-serif;
    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: 14px;
}
.widget .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;
}
.widget-book{
    background: url('../images/book-bg-img.jpg') top center no-repeat;
    background-size: cover;
    padding: 20px;
    text-align: center;
}
.widget-book img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.widget-book h5{
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.widget-book > span{
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
}
.widget-book .tnit-btn-download{
    padding: 10px 20px;
    display: block;
}
.widget .tnit-social-row_v2 .tnit-social-box{
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeded;
    margin-bottom: 20px;
    position: relative;
}
.after-line{
    position: relative;
}
.after-line:after{
    content: '';
    position: absolute;
    right: -15px;
    top: 5px;
    border-right: 1px solid #efeeee;
    height: 26px;
}
.widget-tweets{
    border-bottom: 1px solid #e8e8e8;
}
.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 .tweet-item .top .fa-twitter{
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.widget .tweet-item .top h5{
    font-size: 12px;
}
.widget .tweet-item .top h5 span,.widget .tweet-item .top .user{
    font-size: 10px;
}
.widget .tweet-item p{
    font-size: 12px;
}
.widget .tweet-item .tnit-meta-listed{
    margin-top: -18px;
}
.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: 12px;
    line-height: 12px;
    color: #999;
    padding: 9px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e8e8e8;
}
.widget-tags li a:hover{
    color: #fff;
}
/*--------------------------------------------
Page 404 Css
---------------------------------------------*/
.tnit-p404-section{
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
    background: url('../images/p404-bg-img.jpg') top left no-repeat;
    background-size: cover;
    z-index: 11;
}
.tnit-p404-inner{
    width: 96%;
    height: 92%;
    position: absolute;
    left: 2%;
    top: 4%;
    background-color: rgba(255,255,255,0.88);
    padding: 120px 0 100px;
    text-align: center;
}
.tnit-p404-inner .tnit-heading h2{
    font-weight: 700;
    color: #010101;
    margin: 0 0 30px;
}
.tnit-p404-inner p{
    font-size: 36px;
    line-height: 46px;
    color: #262525;
    margin: 0 0 30px;
}
.tnit-p404-inner .middle-holder{
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}
.tnit-form-outer{
    width: 425px;
    display: inline-flex;
    position: relative;
}
.tnit-form-outer input[type="text"]{
    font-size: 14px;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    border: 1px solid #262525;
    color: #262525;
    padding: 0 15px;
    width: 100%;
    background-color: transparent;
}
.tnit-form-outer .btn-submit{
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #262525;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
}
.middle-holder .btn-home{ 
    margin-right: 20px;
}
.btn-home{
    font-size: 24px;
    line-height: 30px;
    padding: 5px 30px;
    color: #000;
    display: inline-flex;
    position: relative;
}
.btn-home:hover{
    color: #000;
}
.btn-home:before,.btn-home:after{
    font-size: 34px;
    opacity: 1;
    visibility: visible;
    color: #000;
    top: 4px;
}
.btn-home:before{
    left: 0;
}
.btn-home:after{
    right: 0;
}
.btn-home:hover:before{
    -webkit-animation: toLeftFromRight 0.7s ease-in-out;
       -moz-animation: toLeftFromRight 0.7s ease-in-out;
        -ms-animation: toLeftFromRight 0.7s ease-in-out;
         -o-animation: toLeftFromRight 0.7s ease-in-out;
            animation: toLeftFromRight 0.7s ease-in-out;
}
.btn-home:hover:after{
    -webkit-animation: toRightFromLeft 0.7s ease-in-out;
       -moz-animation: toRightFromLeft 0.7s ease-in-out;
        -ms-animation: toRightFromLeft 0.7s ease-in-out;
         -o-animation: toRightFromLeft 0.7s ease-in-out;
            animation: toRightFromLeft 0.7s ease-in-out;
}
.tnit-p404-inner .tnit-social-links li a{
    background-color: #010101;
    color: #fff;
}
.tnit-p404-inner .tnit-social-links li a:hover{
    color: #222;
}
/*--------------------------------------------
Testimonial Section Css
---------------------------------------------*/
.tnit-testimonial-section{
    float: left;
    width: 100%;
    background-color: #f7f7f7;
}
.tnit-testimonial-section.tnit-scaletop{
    margin-top: -80px;
    padding-top: 145px;
}
#tnit-testimonial-slider{
    float: left;
    width: 100%;
    position: relative;
}
.tnit-testimonial-item{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.tnit-testimonial-item .tnit-caption{
    height: 100%;
    padding: 28px 35px;
    opacity: 0.20;
}
.tnit-testimonial-item:hover .tnit-caption,.owl-item.active .tnit-testimonial-item .tnit-caption{
    opacity: 1;
}
.tnit-testimonial-item:hover .tnit-caption .fa,
.tnit-testimonial-item:hover .tnit-caption h4,
.tnit-testimonial-item:hover .tnit-caption .name,
.tnit-testimonial-item:hover .tnit-caption p{
    color: #fff;
}
.tnit-testimonial-item:hover .tnit-caption{
    background-color: rgba(242,182,4,0.80);
}
.tnit-testimonial-item .fa{
    font-size: 20px;
    display: block;
    margin-bottom: 35px;
}
.tnit-testimonial-item p{
    margin-bottom: 16px;
}
.tnit-testimonial-item h4{
    font-size: 18px;
    color: #353744;
    margin: 0 0 5px;
}
.tnit-testimonial-item .name{
    color: #999999;
    display: block;
}
#tnit-testimonial-slider .owl-controls{
    margin: 30px 0 0;
}
/*--------------------------------------------
Certification Section Css
---------------------------------------------*/
.tnit-certificate-section{
    float: left;
    width: 100%;
    padding-bottom: 40px;
}
.certificate-item{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.certificate-item img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
/*--------------------------------------------
Footer Css
---------------------------------------------*/
.tnit-footer{
    position: relative;
    float: left;
    width: 100%;
    z-index: 99;
    background-color: #f7f7f7;
}
.tnit-footer-tprow{
    float: left;
    width: 100%;
}
.tnit-footer .widget{
    padding: 50px 0 10px;
}
.tnit-footer .widget-about{
    float: left;
    width: 100%;
    position: relative;
    padding: 35px 40px 43px;
    margin-bottom: -60px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}
.widget-about .ft-logo{
    display: block;
    margin-bottom: 20px;
}
.widget-about p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
}
.about-info-listed{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.about-info-listed li{
    font-size: 14px;
    list-style: none;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.40);
}
.about-info-listed li:first-child{
    border-top: none;
}
.about-info-listed li a{
    color: #636363;
}
.about-info-listed li .fa{
    font-size: 14px;
    width: 25px;
    height: 30px;
    float: left;
    margin-top: 5px;
}
.widget-contact p{
    margin: 0 0 22px;
}
.about-info-listed_v2 li{
    position: relative;
    padding: 13px 0;
}
.about-info-listed_v2 li:last-child{
    padding-bottom: 0;
}
.about-info-listed_v2 li:last-child:after{
    display: none;
}
.about-info-listed_v2 li:after{
    content: '';
    position: absolute;
    right: 0;
    width: 85%;
    bottom: 0;
    border-bottom: 1px solid #f3f3f3;
}
.about-info-listed_v2 li .fa{
    font-size: 16px;
    height: auto;
    width: 30px;
    border-right: 1px solid #f3f3f3;
    margin: 0 16px 0 0;

} 
.widget-about .about-info-listed li a,.widget-about .about-info-listed li{
    color: #fff;
}
.widget h4{
    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-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #636363;
    margin-bottom: 10px;
    list-style: none;
}
.widget-listed li:last-child{
    margin-bottom: 0;
}
.widget-listed li span{
    font-size: 20px;
}
.widget-listed li a{
    color: #636363;
}
.intagram-listed{
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-left: -5px;
}
.intagram-listed  > li{
    float: left;
    width: 33.33%;
    overflow: hidden;
    list-style: none;
    padding: 0 0 5px 5px;
}
.intagram-listed li a{
    display: block;
    overflow: hidden;
}
.intagram-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);
}
.intagram-listed li a img{
    max-width: 100%;
    height: auto;
}
.tnit-appointment-form{
    float: left;
    width: 100%;
}
.tnit-appointment-form .inner-holder{
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.tnit-appointment-form .inner-holder:last-child{
    margin-bottom: 0;
}
.tnit-appointment-form input[type="text"],.tnit-appointment-form input[type="tel"],
.tnit-appointment-form input[type="eamil"]{
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    background-color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #cecece;
}
.tnit-appointment-form .btn-submit{
    font-size: 14px;
    font-weight: 600;
    color: #353744;
    text-transform: uppercase;
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    border: none;
    text-align: center;
    position: relative;
    background-color: transparent;
    z-index: 9;
}
.tnit-appointment-form .btn-submit:hover{
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    background-color: #353744;
    color: #fff;
}
.tnit-appointment-form .btn-submit:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #353744;
    border-left: 1px solid #353744;
    width: 20px;
    height: 20px;
    z-index: -1;
}
.tnit-appointment-form .btn-submit:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #353744;
    border-right: 1px solid #353744;
    width: 20px;
    height: 20px;
    z-index: -1;
}
.tnit-appointment-form .btn-submit:hover:before,.tnit-appointment-form .btn-submit:hover:after{
    width: 100%;
    height: 100%;
}
/*CopyRight Row Css*/
.tnit-copyright-row{
    float: left;
    width: 100%;
    padding: 13px 0 12px;
    background-color: #FFF;
}
.tnit-copyright-row p{
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    margin: 5px 0 0;
}
.tnit-copyright-row p a{
    color: #757575;
}
.tnit-copyright-row .tnit-social-links_v2{
    float: right;
}
.tnit-social-links_v2 li{
    margin: 0 4px;
}
.tnit-social-links_v2 li a{
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 100%;
    border: 2px solid #f2f2f2;
    z-index: 9;
}
.tnit-social-links.tnit-social-links_v2 li a:hover,.tnit-social-links.tnit-social-links_v2 li a:hover .fa{
    color: #fff;
}
/*--------------------------------------------
 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,
.banner-caption h2,.banner-caption h4,.btn-appointment,.tnit-social-box .fa,.tnit-btn-readmore:before,.tnit-btn-readmore,.tnit-feature-item .icon-box,.icon-box .tnit-icon,
.tnit-feature-item:before,.tnit-feature-item h4,.tnit-feature-item p,.icon-box .fa,.tnit-social-links li a::before,.tnit-appointment-form .btn-submit:after,.tnit-appointment-form .btn-submit:before,
.tnit-appointment-form .btn-submit,.tnit-btn-style1:before,.tnit-btn-style1:after,.tnit-courses-item .tnit-thumb .tnit-caption:before,.tnit-event-item,.tnit-event-item:before,
.tnit-event-item:after,.date-box,.date-box span,.tnit-event-item .tnit-text h4,.tnit-event-item .tnit-text span,.tnit-navbar-holder .navbar-nav li .dropdown-menu li:after,.navbar-nav li .dropdown-menu,
.tnit-videoplay-inner,.btn-cart .tnit-cart-listed,.tnit-search-box .tnit-search-form1,.screen-img .tnit-caption a,.tnit-btn-download .fa,.tnit-testimonial-item .tnit-caption,
.tnit-testimonial-item .tnit-caption .fa,.tnit-testimonial-item .tnit-caption h4,.tnit-testimonial-item .tnit-caption p,.tnit-btn-style_v2:before,.widget-listed li:before,.tnit-social-links_v3 li:before,
.tnit-social-links_v3 li .fa,.tl-tabs-outer .nav-tabs li:before,.tl-tabs-outer .nav-tabs li a,.tnit-pagination-row .pagination li:before,.tnit-pagination-row .pagination li a,.tnit-blog-item .tnit-thumb .tnit-play-btn,.tnit-blog-item .tnit-thumb:before,
.btn-play,.btn-cart2{
    -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: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Playfair Display', serif;
}

