/*
Theme Name: TF Construction Pro
Author: Theme Farmer
Author URI: https://themefarmer.com
Theme URI: https://themefarmer.com/product/tf-construction-pro/
Version: 1.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tf-construction
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Description: TF Construction Pro is responsive WordPress theme for TF Construction Protional institution. Theme is Multipurpose and can also be use for other business also. This theme comes integrated with Font Awesome Icons. theme can be managed with right sidebar. Theme using Bootstrap 3 which makes it optimized for tablets and mobile. A translation ready theme with major browser supportive. Just play with customizer and its all done. See Demo: http://demo.themefarmer.com/tf-construction-pro/

TF Construction Pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/* CSS Document */

body {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    background-color: #FFF;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.btn,
.btn:hover,
.btn:focus {
    text-decoration: none;
    outline: none;
}

button,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

select,
input,
search,
textarea,
email {
    padding: 10px;
    outline: none;
    border: 1px solid #9E9E9E;
    border-radius: 1px;
}

.img-thumbnail{
    padding: 0;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.tf-space {
    padding: 30px 0;
}


/* Header */

#main-header.static {
    position: static;
}
#main-header.hover{
    position: absolute;
}

.header1 {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 999;
}

/*topbar*/
.tf-topbar {
    background-color: #FF9800;
    padding: 5px 0;
}

ul.social {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.social .li-social {
    display: inline-block;
}

ul.social .li-social a {
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 3px 8px;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    width: 35px;
    transition: all .2s ease-in-out;
}

ul.social .li-social a:hover {
    background-color: #000;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*topbar*/

.site-title {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    /*line-height: 42px;*/
    margin-top: 5px;
    transition: all .3s ease-in-out;
}

.site-title a {
    color: #FF9800;
}

.site-description {
    color: #FF9800;
    font-size: 15px;
    margin: 0;
    margin-bottom: 4px;
}


/*.tf-top {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.tf-topbar {
    margin: 0;
}*/

.tf-contacts,
.tf-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.topbar-message{
    color: #FFF;
}
.tf-social {
    float: right;
}
.tf-contacts li{
    margin-right: 10px;
}
.tf-contacts li,
.tf-social li {
    display: inline-block;
    font-size: 14px;
}

.tf-contacts li a {
    color: #fff;
}

.tf-contacts li a i {
    font-size: 14px;
    margin-right: 5px;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 5px 8px;
    border-radius: 2px;
    transition: all .2s ease-in-out;

}
.tf-contacts li a:hover i{
    background-color: #000;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tf-social li {
    border: 2px solid #fff;
    font-size: 16px;
    height: 30px;
    text-align: center;
    width: 30px;
    padding-top: 2px;
}

/*.tf-social li:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all ease 0.6s;
}*/

.tf-social li a {
    color: #fff;
}

.tf-contact {
    font-size: 16px;
    color: #fff;
    padding: 0;
}

.tf-mail {
    font-size: 16px;
    color: #fff;
}

.tf-contact a,
.tf-mail a {
    color: #fff;
}

.tf-search input {
    border: 2px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    width: 80%;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
}

.tf-search .t-search {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 24px;
    height: 40px;
    margin-left: -1px;
    margin-top: 0;
    position: absolute;
    width: 50px;
    color: #fff;
}

.logo-img {
    width: 280px;
    height: auto;
}

.navbar-brand img {
    height: auto;
    width: 150px;
    margin-top: -15px;
}

.sticky-header .navbar-brand img {
    height: auto;
    margin-top: -5px;
    width: 200px;
}

.tf-logo .logo {
    padding: 0;
}

.tf-logo .logo .img-thumbnail {
    border: 0 none;
    font-size: 48px;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.tf-logo .logo .img-thumbnail a {
    color: #FF9800;
}

.tf-search {
    padding: 20px 15px;
}

.tf-search .form-group {
    margin: 0;
}

.tf-cart {
    padding-top: 20px;
    text-align: right;
}

.tf-cart .tf-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sticky-header .tf-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0;
}

.tf-menu {
    background-color: transparent;
    border: 0 none;
    margin: 0;
}

.tf-menu-head {
    margin: 0;
}

.tf-menu-head .navbar-nav li a {
    color: #FF9800;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px;
    text-transform: uppercase;
}

.tf-menu-head .navbar-nav li .dropdown-menu {
    padding: 0;
    background-color: rgba(255, 152, 0, 0.60);
    left: 0;
    right: auto;
    border-radius: 0;
}

.tf-menu-head .navbar-nav li .dropdown-menu li a {
    color: #ffffff !important;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53)
}
.tf-menu-head .navbar-nav li .dropdown-menu li{
    transition: all .02s ease-in-out;
}
.tf-menu-head .navbar-nav li .dropdown-menu li:hover{
    background-color: #FF9800;
}
.tf-menu .dropdown-submenu {
    position: relative;
}

.tf-menu .dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: 0px;
    margin-left: -1px;
    margin-right: -130px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tf-menu .dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    font-weight: bold;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: -1px;
    margin-right: 0px;
    font-size: 20px;
}

.tf-menu .dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.tf-menu .navbar-nav .active a,
.tf-menu .navbar-nav .active a:focus,
.tf-menu .navbar-nav .active a:hover {
    background-color: transparent;
    color: #FF9800;
}

.mobile-eve {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.tf-menu .navbar-nav li.dropdown > .dropdown-menu{
    display: block;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    transform-origin: top left;
}
.tf-menu .navbar-nav li.dropdown:hover > .dropdown-menu{
    display: block;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.tf-menu .navbar-nav li.dropdown.open .dropdown-menu li a {
    color: #333;
}

.tf-menu .navbar-nav li.dropdown.open .dropdown-menu li.dropdown.open .dropdown-menu li a {
    color: #333;
}

.tf-menu .navbar-nav li.dropdown.open .dropdown-menu li.dropdown.open .dropdown-menu li a:focus,
.tf-menu .navbar-nav li.dropdown.open .dropdown-menu li.dropdown.open .dropdown-menu li a:hover {
    background-color: transparent;
}

.navbar-brand {
    display: none;
}

#main-header.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.90);
}
.admin-bar #main-header.sticky-header{
    top: 32px !important;
}

.sticky-header .tf-topbar{
    display: none;
}
.sticky-header .site-title {
    font-size: 24px;
}
.sticky-header .tf-logo {
    display: none;
}

.sticky-header .navbar-brand {
    margin-left: 0;
    font-size: 36px;
    padding: 10px 0;
    color: #fff;
    display: block;
}

.tf-cart-item {
    background-color: #fff;
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    z-index: 9;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.th-shop-cart:hover .tf-cart-item {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.th-shop-cart {
    font-size: 16px;
    color: #fff;
}

.th-shop-cart i {
    font-size: 20px;
}

.tf-items li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}

.tf-items .cart-img {
    height: auto;
    width: 80px;
    float: left;
}

.tf-items a {
    color: #444;
}

.tf-items .item-name,
.tf-items .item-price {
    font-size: 16px;
    padding: 10px 5px;
    display: inline-block;
}


/* Header */


/* Slider */

.site-content {
    background-color: #FFF;
}

.homepage-wrap.wrappper {
    background-color: #FFF;
}

.home-slider {
    /*height: 850px;*/
}

.tf-home-slider {
    margin: 0;
}

.slider-prev,
.slider-next {
    background-color: rgba(255, 152, 0, 0.60);
    background-image: none !important;
    color: #fff;
    font-size: 36px;
    height: 70px;
    padding-top: 5px;
    text-align: center;
    top: 50%;
    width: 50px;
    border: 1px solid #FF9800;
    
}
.slider-prev{
    border-radius: 30px 0  0 30px;
}
.slider-next{
    border-radius: 0 30px 30px 0;
}
.home-slider .carousel-caption {
    left: 0;
    padding-bottom: 30px;
    right: 0;
    top: 25%;
}

.home-slider .slider-text {
    display: inline-block;
    margin: 0 auto;
    padding: 30px 20px;
    width: 80%;
    /*background-color: rgba(255, 152, 0, 0.32);*/
    border-radius: 20px;
    min-height: 300px;
}

.home-slider .slider-text .slide-heading {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.89);
    padding: 10px 0;
    border: 1px solid #000;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.home-slider .slider-text .slide-description {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.89);
    margin: 0;
    margin-bottom: 30px;
    padding: 20px;
}

.home-slider .s_link {
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 10px; 
}

.tf-home-slider .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}




/* Slider */


/* Section */

.tf-section {
    margin: 0;
    padding: 15px 0;
}

.tf-section-title {
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 26px;

}

.tf-section-description {
    font-size: 15px;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}


/* Section */

/* testi*/
.tf-testimonial .tf-section {
    text-align: center;
    margin-bottom: 40px;
}
/* testi*/

/* home contact us*/
.tf-contactus{
    margin: 0 !important;
    padding: 0 !important;
    background-color: #eee;
    min-height: 600px;
    position: relative;
}

.tf-home-contactus {
    position: relative;
    background-color: transparent;
    z-index: 100;
}

.tf-contactus .tf-section-title, .tf-contactus .tf-section-description {
    color: #FFF;
}

.home-contact-form {
    background-color: #FF9800;
    padding: 20px;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.5);
    width: 400px;
    position: relative;
    margin-right: 50px;
    float: right;
}

.home-contact-form-left{
    float: left;
    margin-left: 50px;
}

.home-contact-form-center{
    float: none;
    margin: 0 auto;
}

.tf_map_home{
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.tf_map_one {
    width: 100% !important;
    height: 400px !important;
    min-height: auto !important;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}

.home-contact-form .wpcf7-form-control {
    color: #212121;
}

.home-contact-form label {
    color: #FFF;
}

.btn-contact-home, 
.home-contact-form .wpcf7-form-control.wpcf7-submit{
    background-color: #4CAF50;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #356737;
}


.btn-contact-home:hover,
.btn-contact-home:active,
.btn-contact-home:focus,
.btn-contact-home:visited{
    color: #FFF;
}

.tf-contactus .form-control {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #9E9E9E;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* home contact us*/
/* Services*/

.tf-home-service {
    margin-top: 20px;
}

.home-service {
    margin-bottom: 30px;
}


.home-service-inner {
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    padding: 20px 15px;
    border: 1px solid #E0E0E0;
}

.tf-service-icon {
    height: 100px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.tf-service-icon i {
    height: 100px;
    width: 100px;
    text-align: center;
    background-color: #FF9800;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    font-size: 42px;
    border-radius: 2px;
    color: #FFF;
}
.tf-service-title {
    text-align: center;
    text-transform: uppercase;
}

.tf-service-title a {
    color: #FF9800;
}

.service-link{
    float: right;
    color: #FFF;
}
.home-service-inner.service-two {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
}
.home-service-inner.service-two .tf-service-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background-color: black;*/
    padding: 10px 20px;
    color: #FFF;
    box-shadow: 0px -150px 80px 0px rgba(0,0,0,0.4) inset;
    border-top: 2px solid #FF9800;
}
.home-service-inner.service-two .tf-service-title a{
    color: #FFF;
}

.service-two img {
    height: 280px !important;
    width: 100%;
}

/*.home-service:hover .home-service-inner {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}*/


/* Services*/


/* News Letter */

.tf-background1 {
    background-image: url("images/callout-bg.jpg");
    border: 10px solid rgba(255, 255, 255, 0.7);
    background-size: cover;
    background-position: center;
}

.tf-newsletter {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.tf-news-form .form-control {
    background-color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    border-radius: 0;
    color: #333;
    display: inline-block;
    float: left;
    height: 50px;
    margin-top: 10px;
    width: 75%;
    font-size: 18px;
}

.form-control::-webkit-input-placeholder {
    color: #333;
}

.form-control::-moz-placeholder {
    color: #333;
}

.form-control::-ms-input-placeholder {
    color: #333;
}

.tf-news-form .news-link {
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 10px;
}

.tweets {
    max-height: 120px !important;
    overflow: hidden;
    padding-bottom: 0;
}

.tf-news-text h2 {
    font-size: 36px;
}

.tf-news .tweet-text h2 {
    border-bottom: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
}

.tf-news .tf-news-form h2 {
    border-bottom: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
}


/* News letter */


/* Clients */

.tf-clients {
    background-color: #FF9800;
}

.home-clients .tf-section-title, .home-clients .tf-section-description {
    color: #FFF;
}

.swiper-container.home-clients {
    /*padding: 10px;*/
    padding-bottom: 60px;
    text-align: center;
}

.tf-home-client {
    margin: 0;
    text-align: center;
}

.tf-home-client .clients {
    padding: 0;
    border: 1px solid #ddd;
    display: inline-block;
    float: none;
    margin: 2px;
}

.tf-home-clients {
    margin: 0;
    /*padding: 10px;*/
}

.tf-home-clients .img-thumbnail {
    border-radius: 1px;
    border: 5px solid #ffffff;
    padding: 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.7);
}

.tf-home-clients .clients {
    margin: 0;
}

.client-next,
.client-prev {
    background-image: none;
    background-color: #1d1e1f;
    padding: 0;
    height: 32px;
    width: 40px;
    border: 1px solid #FFF;
    padding: 5px;
    border-radius: 2px;
    font-size: 20px;
    line-height: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    color: #FFF;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.client-prev {
    margin-right: 20px;
}

.client-next {
    margin-left: 20px;
}

/* Clients */


/* Portfolio */
.tf-portfolio-bg{
    background-image: url(images/portfolio-bg.jpg);
    background-attachment: fixed;
}
.tf-portfolio {
    background-color: rgba(0, 0, 0, 0.8);
}
.tf-portfolio .tf-section-title, .tf-portfolio .tf-section-description {
    color: #FFF;
}
.tf-home-portfolio .portfolio-sorting {
    margin: 0;
    padding: 15px 0;
    margin-bottom: 30px;
}

.tf-home-portfolio .portfolio-sorting li {
    padding: 0;
}

.tf-home-portfolio .portfolio-sorting li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 3px 10px;
    text-transform: uppercase;
    border-radius: 1px;
}

.tf-home-portfolio .portfolio-sorting li a:hover {
    color: #fff;
}

.port-vertical .portfolio-sorting li {
    float: left;
    margin-bottom: 10px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-item .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    text-align: center;
    /*opacity: 0;*/
}

.portfolio-item .overlay h2 a {
    color: #fff;
}

.portfolio-item .overlay .tf-cat {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.portfolio-item .port-links {
    text-align: center;
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    height: 50px;
    top: 50%;
}

.portfolio-item .overlay .tf-pics, 
.portfolio-item .overlay .tf-port-link {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    /*left: 50%;*/
    /*margin-left: -20px;*/
    padding-top: 2px;
    text-align: center;
    border-radius: 2px;
    width: 45px;
    -webkit-transform: scale(0) translateY(100%);
    -moz-transform: scale(0) translateY(100%);
    -ms-transform: scale(0) translateY(100%);
    -o-transform: scale(0) translateY(100%);
    transform: scale(0) translateY(100%);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.portfolio-item .overlay .tf-port-link {
    margin-right: 10px;
}
.portfolio-item .overlay .tf-pics {
    margin-left: 10px;
}
.portfolio-item:hover .overlay .tf-pics, 
.portfolio-item:hover .overlay .tf-port-link {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.portfolio-items.four-column .portfolio-item .port-links {
    top: 65%;
}

.portfolio-item .overlay h2 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;

    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    
}

.portfolio-item:hover .overlay h2 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.portfolio-item .overlay .tf-cat {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

.portfolio-item:hover .overlay .tf-cat {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
}


/* Portfolio */


/* Blogs */

.three-column .img-thumbnail {
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.three-column .entry-title {
    margin: 10px 0 0;
    font-size: 24px;
}
.tf-home-blogs .entry-title {
    margin: 15px 0;
    font-size: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.three-column p {
    margin: 0;
}

.tf-home-blogs .three-column .date-block {
    display: inline-block;
    border: 1px solid #607D8B;
    padding: 10px;
    border-radius: 1px;
    text-align: center;
}
.tf-home-blogs .inline-content{
    display: inline;
    float: left;
    margin-right: 15px;
}
.tf-home-blogs .three-column .tf-date {
    font-size: 38px;
    color: #607D8B;
    clear: both;
    display: block;
    margin: 0;
}

.tf-home-blogs .three-column .tf-month {
    font-size: 16px;
    color: #607D8B;
    display: block;
}

.tf-blog-author .tf-author,
.tf-blog-author .tf-comment {
    font-size: 18px;
    margin-right: 10px;
}

.tf-blog-author .tf-author a {
    color: #333;
    text-transform: capitalize;
}

.tf-comment {
    float: right;
}

.tf-blog-author .tf-author i,
.tf-blog-author .tf-comment i {
    font-size: 20px;
    margin-right: 5px;
}

.blog-link {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    float: right;
}

.blog-link:hover,
.blog-link:focus {
    color: #fff;
}

.tf-home-blogs .tf-desc {
    font-size: 16px;
}

.tf-home-blogs {
    margin: 0;
    background-color: #FFF;
}

.tf-home-blogs .three-column {
    margin: 0;
    border: 1px solid #ddd;
    padding: 10px;
}

/*.tf-blog-author {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}*/


/* Blogs */


/* Funfacts */

.tf-facts {
    margin: 0;
    text-align: center;
    border: 2px solid #FF9800;
    margin-bottom: 20px;
    border-top: 0;
    margin-bottom: 20px;
    position: relative;
}

.tf-facts:before {
    content: "";
    border-top: 2px solid #FF9800;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}
.tf-facts:after {
    content: "";
    border-top: 2px solid #FF9800;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}

.tf-facts-icon {
    display: block;
    font-size: 36px;
    top: -17px;
    position: relative;
}

.tf-facts .percent {
    display: block;
    font-size: 30px;
    margin-top: 10px;
    font-weight: bold;
}

.text-name {
    margin: 0;
    padding: 13px;
    margin-top: 15px;
    font-size: 16px;
}

/*.tf-icons {
    display: inline-block;
    height: 140px;
    margin: 30px auto;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 140px;
    background-color: rgba(255, 152, 0, 0.28);
}
*/
/*.tf-icons::after {
    bottom: 0;
    content: "";
    height: 150px;
    left: -6px;
    position: absolute;
    right: 0;
    top: -6px;
    width: 150px;
}*/

/*.text-center .icon {
    display: inline-block;
    font-size: 54px;
    height: 130px;
    padding-top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 140px;
}
*/

/*.tf-facts {
    margin: 0;
    text-align: center;
}*/

.tf-background2 {
    background-image: url("images/funfact-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.tf-funfacts {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}



/* Funfacts */


/* Team */
.team-member {
   height: auto;
   position: relative;
   text-align: center;
}
.team-member-inner{
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
   -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
   -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
   box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
   cursor: default;
   
}
.team-member .tf-social {
    float: none;
    margin: 10px auto;
}
.team-member .mask,.team-member .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.team-member img {
   display: block;
   position: relative;
}
.team-member .member-title {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.team-member p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.team-member a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.team-member a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.team-member img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.team-member .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.team-member .member-title {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.team-member p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.team-member:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.team-member a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.team-member:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.team-member:hover .member-title,
.team-member:hover p,
.team-member:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.team-member:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.team-member:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.team-member .member-desc{
    margin: 10px 0;
}
.team-member .member-desc p{
    margin:0;
    padding: 0;
}
.team-member .member-title a{
    color: #FFF;
}
/* Team */


/*callout one*/
/*callout one*/


/*callout two*/

.tf-callout-two {
    background-color: #ff9800;
    color: #FFF;
}
.tf-callout-two .tf-section-title,
.tf-callout-two .tf-section-description{
    text-align: left;
}
.tf-callout-two .call-link,
.tf-callout-two .call-link:active,
.tf-callout-two .call-link:hover,
.tf-callout-two .call-link:focus{
    background-color: #4CAF50;
    margin-top: 40px;
}
/*callout two*/


/*widgets*/

.widget {
    margin: 0;
    margin-bottom: 50px;
    font-size: 14px;
}

.widget-heading {
    margin: 0;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ff9800;
    border-top: 1px solid #ff9800;
}
.widget .widget-heading a{
    color: #FFF;
}
.widget .widget-title {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 20px;
}

.widget ul {
    color: #fff;
    padding-left: 15px;
    list-style-type: none;
    /*font-size: 18px;*/
}

.widget ul li {
    /*margin-left: 10px;*/
    transition: all 0.3s ease-in-out;
}
.widget ul li a{
    color: #FFF;
}
.widget ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.widget .cat-item:before {
    content: "\f07b";
}

.widget .page_item:before,
.widget.widget_recent_entries ul li:before {
    content: "\f15c";
}

.widget .recentcomments:before {
    content: "\f086";
}

.widget ul li:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.widget ul li:hover:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.widget.widget_rss ul li {
    margin-bottom: 25px;
}

.widget_themefarmer_recent_comments_widget ul li:before {
    content: none;
}

.widget_themefarmer_recent_comments_widget ul li {
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.widget select,
.widget input,
.widget search,
.widget textarea,
.widget email {
    max-width: 100%;
    width: 100%;
}





/*.sidebar-widget .widget ul li a {
    color: #666;
    font-size: 16px;
}*/

/*.sidebar-widget .widget ul {
    color: #666;
    padding-left: 15px;
    list-style-type: circle;
    font-size: 18px;
}*/



.widget .blog-widget {
    color: #fff;
    font-size: 18px;
    list-style-type: none;
    padding-left: 5px;
}

.widget .blog-widget li {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.widget .contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}

.contact-info li i {
    background-color: #333;
    float: left;
    font-size: 18px;
    height: 35px;
    margin-right: 5px;
    padding: 7px;
    text-align: center;
    width: 35px;
    border-radius: 5px;
}

.contact-info li p {
    font-size: 18px;
    margin: 0;
    padding-left: 45px;
}

.blog-widget li img {
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 70px;
}

.blog-widget h3 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}

.blog-widget p {
    font-size: 14px;
    margin: 0;
}

.flickr_badge_image {
    float: left;
    margin: 5px;
}

.tagcloud a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.13);
    color: #555;
    display: inline-block;
    font-size: 16px !important;
    margin: 5px;
    padding: 5px 10px !important;
}

.tagcloud a:hover {
    color: #fff;
}
/*widgets*/

/*sidebar widget*/
.sidebar-widget.widget{

}

.sidebar-widget.widget,
.sidebar-widget.widget ul,
.sidebar-widget.widget a,
.sidebar-widget.widget ul li a{
    color: #111;
}


.sidebar-widget.widget .blog-widget {
    font-size: 18px;
    list-style-type: none;
    padding-left: 5px;
}
.sidebar-widget.widget .widget-heading{
    background-color: #FF9800;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    margin: -10px;
    margin-bottom: 10px;
}

.sidebar-widget.widget .widget-heading a{
    color: #111;
}
/*sidebar widget*/
/* Calandar */

.calendar_wrap caption {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

#wp-calendar {
    width: 100% !important;
}

.calendar_wrap table {
    text-align: center;
    width: 100%;
}

.calendar_wrap {
    margin: 10px 0 0;
}

.calendar_wrap thead th {
    font-size: 16px;
    padding: 3px 5px;
    text-align: center;
}

.calendar_wrap tbody td {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 0 5px;
}

.calendar_wrap td a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.calendar_wrap tfoot td:hover,
.calendar_wrap tfoot td:hover a,
.calendar_wrap tbody td:hover {
    color: #fff;
}

.calendar_wrap td a:hover {
    color: #fff;
}


/* Calandar */


/* FOOTER */

.footer {
    background-color: #272b2d;
    color: #fff;
}

.tf-footer {
    padding: 50px 0;
}



.footer-payment {
    border-top: 2px solid #666;
    padding: 20px 0;
}

.tf-footer-payment {
    margin: 0;
    text-align: center;
}

.footer-copyright {
    padding: 15px 0;
    background-color: #191c1d;
    color: #fff;
}

.tf-copyright {
    text-align: center;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    color: #9E9E9E;
}

.tf-copyright p {
    margin: 0;
    font-size: 18px;
}

.footer-widget select,
.footer-widget textarea,
.footer-widget input[type="text"],
.footer-widget input[type="email"],
.footer-widget input[type="search"]{
    color: #111;
}


/* fOOTER */





/* Testomonail */

.tf-testimony {
    margin: 0;
    text-align: center;
    background-color: #1d1e1f;
    width: 65%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
}

.tf-testimonial .swiper-slide{
    padding-top: 70px;
}

.tf-testimony p {
    margin: 0;
    font-size: 20px;
}



.tf-testimony .img-thumbnail {
    display: block;
    padding: 5px;
    position: relative;
    width: 150px;
    max-height: 150px;
    margin: 10px auto;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-top: -80px;
    margin-bottom: 20px;
    background-color: #1d1e1f;
}

.tf-testimony .img-thumbnail img{
    border-radius: 100%;
}

.tf-testimony-icon {
    margin: 0;
    text-align: center;
}

.tf-testimony h3 {
    margin: 10px 0;
}

.tf-testimony .designation {
    margin: 5px 0;
    font-size: 16px;
}

.tf-testimony-icon span {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 60px;
    margin: 0 auto;
    width: 60px;
    font-size: 30px;
    padding-top: 7px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 30px 0;
}

.tf-testimony-icon span i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tf-background3 {
    background-image: url("images/testimonial-bg.jpg");
    background-size: cover;
    background-position: center;
}

.tf-testimonial {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
}

.tf-testimony .entry-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.swiper-button-next.testi-next, .swiper-button-prev.testi-prev {
    background-image: none;
    background-color: #1d1e1f;
    padding: 0;
    height: 32px;
    width: 40px;
    border: 1px solid #FFF;
    padding: 5px;
    border-radius: 2px;
    font-size: 20px;
    line-height: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    color: #FFF;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}
.swiper-button-prev.testi-prev {
    margin-right: 20px;
}

.swiper-button-next.testi-next {
    margin-left: 20px;
}
.swiper-container.home-testimonial {
    padding-bottom: 50px;
}
/* Testomonail */


/* Bread cum */

.tf-bread {
    margin: 0;
    text-align: center;
}

.breadcum-heading {
    text-transform: capitalize;
}

.tf-header-bg {
    background-image: url("images/header-bg.jpg");
    background-size: cover;
    background-position: center;
}

.tf-breadcum {
    padding: 0;
    padding-top: 150px;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.tf-breadcum ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #FFF;
}

.tf-breadcum .breadcum-heading {
    color: #fff;
    text-transform: uppercase;
}

.tf-breadcum ul i {
    margin: 0 5px;
}

.tf-breadcum ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.tf-breadcum ul li.current{
    margin-right: 5px;
}
.tf-breadcum ul li a {
    color: #fff;
    font-size: 14px;
}

/* Bread cum */


/* Blogs page */

.left-sidebar {
    float: right;
}

.right-sidebar {
    float: left;
}
.tf-rightside .blog-text-detail .entry-title{
    margin-top: 0;
}
/*.tf-rightside .blog-text-detail .entry-title {
    margin: 0;
    font-size: 20px;
}

.tf-rightside .blog-detail .img-thumbnail {
    float: left;
    margin-right: 20px;
    width: 45%;
}

.tf-rightside .blog-detail .tf-classic-content {
    float: left;
    width: 45%;
    padding: 10px;
}*/

.classic-post .entry-title {
    margin-top: 0;
}

.classic-post .entry-footer{
    margin-top: 0;
    padding: 0;
}
.classic-post .img-thumbnail img.img-responsive {
    height: 490px;
}

.classic-post .blog-link {
    margin: 0;
    margin-bottom: 5px;
    display: inline-block;
    float: right;
}

.tf-rightside .blog-detail .tf-classic-content.tf-classic-full {
    width: 100%;
}

.tf-rightside .blog-detail {
    margin: 15px 0;
}

.tf-rightside .tf-user {
    float: none;
    margin-right: 10px;
    text-transform: capitalize;
}

.tf-rightside .tf-user a {
    color: #333;
}

.tf-blog-post .blog-text {
    margin: 0;
    margin-bottom: 30px;
}


/* Blogs page */


/* Sidebar */

.sidebar-widget {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.133);
    padding: 10px;
}

/*.sidebar-widget .widget {
    margin: 0;
    padding: 10px;
}*/

/*.sidebar-widget .widget h2 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
}*/

.sidebar-widget .widget .contact-details {
    color: #666;
    list-style-type: none;
    padding-left: 10px;
}


.contact-details {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
}

.contact-details li {
    font-size: 18px;
    padding-bottom: 20px;
    color: #555;
}

.contact-details i {
    font-size: 24px;
    float: left;
    margin-top: 5px;
}

.contact-details strong {
    padding-left: 30px;
    display: block;
}

.contact-details span {
    padding-left: 30px;
    display: block;
}


/* Sidebar */


/* Blog */

.blog-text-detail {
    margin: 0;
    /*padding: 10px;*/
    border: 1px solid #ddd;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.133);
    margin-bottom: 50px;
    background-color: #FFF;
}
.tf-post-content {
    padding: 20px;
}
.blog-text .blog-text-detail .img-thumbnail {
    padding: 0;
    position: relative;
    display: block;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.blog-text-detail .overlay, .home-service .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 152, 0, 0.5);
    opacity: 0;
    transition: all .2s ease-in-out;
}

.blog-text-detail:hover .overlay, .home-service:hover .overlay {
    opacity: 1;
}
.blog-text-detail p{
    margin: 10px 0;
    font-size: 15px;
}
.blog-text-detail .entry-summry {
    font-size: 15px;
}

.blog-text-detail .entry-header {
    border-top: 1px solid #FF9800;
    border-bottom: 1px solid #FF9800;
    margin: 20px 0;
    padding: 5px 0;
}

.entry-footer {
    border-top: 1px solid #E0E0E0;
    margin: 20px 0;
    padding: 5px 0;
}

.entry-header {
    padding: 10px 0;
}

.tf-date {
    margin-right: 10px;
    font-size: 14px;
}

.tf-date i {
    font-size: 14px;
    margin-right: 2px;
}

.tf-user {
    font-size: 14px;
    margin-right: 5px;
    float: right;
}

.tf-user i {
    font-size: 14px;
    margin-right: 2px;
}

.tf-category {
    margin-right: 10px;
    font-size: 14px;
}

.tf-category i {
    font-size: 14px;
    margin-right: 5px;
}

.tf-category a {
    font-size: 14px;
    color: #333;
}

.tf-tags {
    margin-right: 10px;
    font-size: 14px;
}

.tf-tags i {
    font-size: 14px;
    margin-right: 5px;
}

.tf-tags a {
    font-size: 14px;
    color: #333;
}

.tf-comment {
    margin-right: 10px;
    font-size: 14px;
}

.tf-comment i {
    font-size: 14px;
    margin-right: 5px;
}

.tf-comment a {
    font-size: 16px;
    color: #333;
}

.blog-text .img-thumbnail img {
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog-text:hover .img-thumbnail img {
    /*transition: all 0.2s ease-in-out 0s, transform 1s ease-in-out 0s;*/
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}


/* Blog */

.tf-items .tf-carts {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

.sidebar-widget .widget .contact-info li i {
    background-color: #666;
    color: #fff;
}

.sidebar-widget .widget .contact-info {
    color: #666;
    list-style-type: none;
    padding-left: 0px;
}

.tf-pagination {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.tf-pagination .page-numbers {
    border: 1px solid #FF9800;
    padding: 7px 15px;
    border-radius: 2px;
    color: #FF9800;
}

.tf-pagination .page-numbers.current, .tf-pagination .page-numbers:hover {
    background-color: #FF9800;
    color: #FFF;
}

.blog-classic .tf-pagination {
    padding: 0 15px;
}

.blog-classic .tf-comment {
    float: none;
}

.blog-classic .tf-date {
    margin-right: 0;
    display: block;
}

.blog-classic .blog-text-detail p {
    width: 100%;
    display: inline-block;
}

.blog-classic .blog-text-detail {
    margin-bottom: 30px;
}

.blog-classic.tf-rightside .blog-detail {
    margin: 0;
}

.tf-pagination .next a,
.tf-pagination .previous a {
    font-size: 18px;
    border-radius: 0;
}

.tf-pagination .next a:hover,
.tf-pagination .next a:focus,
.tf-pagination .previous a:hover,
.tf-pagination .previous a:focus {
    color: #fff;
}

.tf-pagination .previous a i {
    font-size: 18px;
    margin-right: 10px;
}

.tf-pagination .next a i {
    font-size: 18px;
    margin-left: 10px;
}

.widget .form-group {
    margin: 0;
}

.widget .form-group .form-control {
    height: 50px;
    margin: 0;
}

.widget .more-link {
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}


/* extra */


/* Contact us */

.tf-map {
    margin: 0;
}

.tf-map iframe {
    width: 100%;
    height: 400px;
}

.tf-maps {
    padding: 0;
}

.contact-form .form-group {
    margin: 0;
    margin-bottom: 15px;
}

.contact-info h3,
.contact-form h3 {
    display: inline-block;
    /*border-bottom: 2px solid #333;*/
}

.contact-info h4 {
    font-size: 20px;
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-info p {
    margin: 0;
    font-size: 18px;
}

.contact-link, 
.tf-contact-us .wpcf7-form-control.wpcf7-submit {
    color: #fff;
    font-size: 18px;
    padding: 5px 30px;
}

.tf-contact-us .wpcf7-form-control.wpcf7-submit{
    background-color: #FF9800;
}

.contact-info a {
    font-size: 20px;
}


/* Contact us */


/* Contact us 2 */

.contact2 .form-control {
    min-height: 40px;
}


/* Contact us 2 */


/* Blog Default */

.blog-default .blog-detail .img-thumbnail {
    float: none;
    margin-right: 0;
    width: 100%;
    /*margin-bottom: 10px;*/
}

.blog-default .blog-detail {
    margin: 0;
}

/*.blog-default .blog-text-detail {
    margin-bottom: 30px;
}*/

.blog-default .tf-comment {
    float: none;
}

.blog-default .blog-text-detail p {
    margin: 0;
}


/* Blog Default */


/*Pre difine  */

.alignnone {
    height: auto;
    max-width: 100%;
}

.aligncenter {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.aligncenter img {
    width: 100% !important;
    height: auto;
}

.alignnone img {
    height: auto;
    max-width: 100%;
}

.wp-caption-text {
    background-color: #ccc;
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
    font-style: italic;
}

.entry-content p {
    font-size: 14px;
    line-height: 20px;
}

.gallery-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin: 0 20px;
}

.alignright {
    float: right;
}

.tf-comment-form,
.tf-comment,
.blog-text-detail {
    margin: 0;
}

#comments.c_comment {
    margin-top: 30px;
}

.tf-comment-form label {
    width: 100%;
}

.tf-comment-form .form-control {
    min-height: 50px;
    font-size: 18px;
}

.tf-comment-form .comment-link {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}

.comments-text h3 {
    margin: 0;
    font-size: 24px;
}

.comments-text h3 span {
    font-size: 16px;
    color: #888;
}

.comments-text p {
    margin: 0;
    font-size: 16px;
}

.comment-detail {
    border: 1px solid #ddd;
    border-bottom: 3px solid #ccc;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #fff;
}

.comments-pics {
    border: 1px solid #aaa;
    padding: 5px;
}

.blog-single.tf-rightside .blog-detail .img-thumbnail {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.blog-single.tf-rightside .blog-detail {
    margin: 0;
}

.blog-single .blog-text:hover .img-thumbnail img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*Pre difine  */


/* About Us */

/*.tf-about img {
    float: left;
    margin-right: 15px;
    width: 40%;
}*/

.tf-about .tf-section {
    margin: 0;
    padding: 0;
}

.tf-about .tf-section-title {
    border-bottom: 1px solid #FF9800;
    border-top: 1px solid #FF9800;
    padding: 5px 0;
}

.aboutus-img{
    width: 100%;
    height: auto;
}

.tf-about {
    font-size: 16px;
    margin: 0;
}

.progress.tf-progress {
    margin-bottom: 0;
    height: 10px;

}

.progress-bar {
    background-color: #000;
}

.skills {
    margin-top: 15px;
}

.skill {
    background-color: #FF9800;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.skill-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    /* background-color: #000; */
}

.skill-name, .skill-digit {
    color: #FFF;
}
.skill-name{
 float: left;
}
.skill-digit {
 float: right;
}

.tf-team .img-thumbnail {
    display: block;
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    padding: 0;
    border: 1px solid #FF9800;
}

.tf-team-detail {
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px;
}

.tf-team-detail h3 {
    margin: 5px 0;
}

.tf-team-detail span {
    color: #333;
    font-weight: bold;
}

.tf-team-detail .overlay {
    background-color: rgba(255, 255, 255, 0.1);
    border: 10px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.tf-team .img-thumbnail img {
    /*-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;*/
    -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

/*.tf-team:hover .team-member .img-thumbnail img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}*/

.tf-skill-text h2 {
    margin: 0;
    display: inline-block;
}

.tf-skill-text p {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
}

.tf-skill-graph .progress {
    height: 30px;
}

.tf-skill-graph .progress-bar {
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
}

.tf-skill-graph {
    /*padding-top: 50px;*/
}

.tf-skill-graph h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.tf-about h2 {
    margin: 0;
    margin-bottom: 10px;
}

.tf-about p {
    margin: 0;
    font-size: 16px;
}


/* About Us */

/*about us templatet*/
.tf-about-img .img-thumbnail {
    width: 45%;
    float: left;
    margin-right: 10px;
    padding: 0;
    border-radius: 0;
}

.tmp-about-info {
    float: left;
    width: 45%;
    padding: 20px;
    padding-top: 0;
}

.tmp-about-info h2 {
    margin-top: 0;
}


.tf-skill-text .img-thumbnail {
    border-radius: 0;
    padding: 0;
}
/*about us templatet*/

/* Portfolio Single */

.port-single-pics .img-thumbnail {
    padding: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.port-single-detail .port-name {
    margin: 0;
    margin-bottom: 10px;
}

.port-detail {
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.port-detail .tf-social li {
    border: 0;
}

.port-detail .tf-social li a {
    color: #777;
}

.port-detail .tf-social {
    float: none;
}


/* Portfolio Single */


/* Member single */

.tf-member .mem-name {
    margin: 0;
    margin-bottom: 10px;
    font-size: 30px;
}

.tf-member {
    font-size: 18px;
}

.tf-footer-widget {
    margin: 0;
}

/* Member single */


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

.scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #FFF;
    display: none;
    z-index: 8;
    padding-top: 7px;
}

.scroll-top:hover {
    color: #FFF;
}

.scroll-top i {
    font-size: 30px;
}


#map {
    min-height: 400px;
    width: 100%;
}

iframe#themefarmer-google-map-frrame {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

/*
.s-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #66a3ff;
    font-size: 20px;
    margin-right: 5px;
}

a[href$="facebook.com"]:before {
    content: "\f09a";
}
a[href^="mailto:"] {
 
}
a[href^="calllto:"] {
 
}
*/



.tf-call {
    margin: 0;
    text-align: center;
}

.call-link,
.call-link:hover,
.call-link:focus {
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 15px;
    border-radius: 2px;
}

/*.tf-call h1 {
    font-size: 48px;
}*/

.tf-callout-pics {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/*.tf-call p {
    font-size: 24px;
}*/

/*home blogs*/
.home-blog.swiper-container {
    padding: 10px;
}

.home-blog .swiper-slide {
    width: 33.33%;
}


.tf-home-blogs .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.tf-home-blogs:hover .overlay {
    visibility: visible;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.tf-blog-link,
.tf-blog-snap {
    position: absolute;
    top: 45%;
    border: 2px solid #fff;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    width: 50px;
    height: 40px;
    color: #fff;
    padding-top: 3px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-radius: 2px;
}

.tf-blog-link:focus,
.tf-blog-link:hover, 
.tf-blog-snap:focus,
.tf-blog-snap:hover{
    color: #FFF;
}


.tf-blog-link {
    left: 50%;
    margin-left: -60px;
}

.tf-blog-snap {
    right: 50%;
    margin-right: -60px;
}

.tf-home-blogs:hover .overlay .tf-blog-link,
.tf-home-blogs:hover .overlay .tf-blog-snap {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}


/*home blogs*/




.logged-in-as {
    font-size: 18px;
}

.logged-in-as a {
    font-size: 18px;
    text-transform: capitalize;
}

.search-field {
    min-height: 50px;
    width: 100%;
    font-size: 18px;
    border: 2px solid #ddd;
    padding-left: 5px;
    background-color: transparent;
}

.search-label {
    width: 100%;
    margin: 0;
}

.widget .form-group {
    padding: 5px;
}

.tf-callout {
    padding: 50px 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

.port-btn {
    color: #fff;
}

.tf-ports {
    margin-top: 30px;
}

.tf-single {
    background-color: #fff;
    margin: 0;
    padding-bottom: 20px;
}

.tf-member .img-thumbnail {
    background-color: transparent;
    border: 0 none;
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    padding: 0;
    height: auto;
    width: 45%;
}

.tf-member .tf-social {
    float: none;
    margin-bottom: 30px;
}


/*member single*/
.member-right-info {
    float: left;
}
.member-right-info .member-checklist li {
    list-style: none;
}
/*member single*/

/*port slingle*/
.tf-portfolio-desc {
    margin: 20px 0;
}
/*port slingle*/

.tf-port .entry-title a {
    color: #fff;
}

.tf-port .tf-rel {
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 35px;
    border: 2px solid #fff !important;
    text-align: center;
    font-size: 20px;
    padding-top: 2px;
}

.tf-masanry .tf-port {
    padding: 10px;
}

.related-portfolio .tf-port {
    margin: 0px;
}

.tf-related h2 {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
}

.widget .c_adrs {
    list-style: outside none none !important;
    padding-left: 0 !important;
}

.contact-widget ul li:before {
    content: none;
}

.c_adrs li i {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 5px;
    height: 40px;
}

.c_adrs li {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.c_adrs li h3 {
    margin: 0;
    font-size: 14px;
}

.widget-blog {
    margin: 0;
    margin-bottom: 20px;
}

.tf-widget-blogs {
    position: relative;
}

.tf-widget-blogs .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.tf-widget-blogs:hover .overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.tf-widget-blogs .overlay .rel-blog-pics {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    width: 50px;
    height: 35px;
    font-size: 20px;
    padding-top: 2px;
    position: absolute;
    top: 40%;
    left: 40%;
}

.tf-widget-text h4 {
    margin: 5px 0;
}

.tf-port .img-thumbnail {
    display: block;
    position: relative;
    padding: 0;
    border: 0;
}

.tf-port .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.tf-masanry .tf-port:hover .overlay,
.tf-related .tf-port:hover .overlay {
    visibility: visible;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.tf-masanry .tf-port .overlay .blog-pics {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    padding-top: 5px;
    position: absolute;
    top: 40%;
    width: 40px;
    left: 40%;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.tf-masanry .tf-port:hover .blog-pics {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.tf-related .tf-port .tf-rel,
.tf-related .tf-port .entry-title {
    border: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.tf-related .tf-port:hover .tf-rel,
.tf-related .tf-port:hover .entry-title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.tf-error-social .tf-social {
    float: none;
    margin: 20px 0;
}

.tf-error-social .tf-social li {
    font-size: 24px;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    width: 50px;
}

.error-title {
    font-size: 250px;
}

.error-title span {
    display: block;
    font-size: 120px;
}

.tf-error h3 {
    font-size: 36px;
}

.tf-error p {
    font-size: 24px;
}

.tf-error p i {
    margin-right: 5px;
}

.error-link {
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 15px 0;
}

.entry-content li {
    font-size: 18px;
}

.footer-widget .tagcloud a:hover {
    color: #fff;
}

.tf-comment-form .form-group {
    padding: 0;
}


/*boxed*/

.boxed .site.wrapper,
.boxed #main-header {
    max-width: 1170px;
    margin: 0 auto;
}


/*boxed*/

.portfolio-item .overlay .tf-cat {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.portfolio-item .overlay .tf-cat li {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #FFF;
    background-color: rgba(0, 0, 0, 0.41);
}

.portfolio-item .overlay .tf-cat li a {
    color: #fff;
}

.flickr_badge_image {
    float: left;
    margin: 2px;
}

.accordion-details .type1 h3 {
    margin: 0;
    color: #fff;
}

.accordion-details .type2 h3 {
    margin: 0;
}

.accordion-details .btn {
    display: block;
    width: 100%;
    border-radius: 0;
    text-align: left;
    margin: 10px 0 0 0;
}

.accordion-details p {
    margin-bottom: 10px;
    padding: 15px;
}

.accordion {
    margin: 0;
}

.accordion .accordion-details {
    margin: 10px 0;
    padding: 15px;
}

.edu-graph {
    margin: 10px 0;
    padding: 5px 15px;
}

.edu-graph .progress {
    margin-bottom: 10px;
}

.square-drop-bg {
    margin-bottom: 10px;
    padding: 10px 0;
}

.round-drop {
    margin-bottom: 10px;
    padding: 10px 0;
}

.shortcodes-tabs .nav-tabs li a {
    font-size: 16px;
    padding: 10px 40px;
    text-transform: capitalize;
    border-top: 3px solid transparent;
    color: #333;
}

.edu_colom {
    font-size: 16px;
    text-align: justify;
}

.square-drop .edu-cap {
    float: left;
    font-size: 32px;
    height: 50px;
    margin: -5px 10px;
    text-align: center;
    width: 50px;
    padding-top: 12px;
}

.edu_dropcap p {
    float: left;
    font-size: 16px;
}

.edu_dropcap .square-drop p {
    margin: 10px 0;
}

.square-drop-bg .edu-cap {
    float: left;
    font-size: 32px;
    height: 50px;
    margin: 0 10px;
    text-align: center;
    width: 50px;
    color: #fff;
    padding-top: 12px;
}

.edu_dropcap .square-drop-bg p {
    margin: 10px 0;
}

.round-drop .edu-cap {
    float: left;
    font-size: 32px;
    height: 50px;
    margin: -5px 10px;
    text-align: center;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    padding-top: 12px;
}

.edu_dropcap .round-drop p {
    margin: 10px 0;
}

.bs-theme {
    color: #fff!important;
}

.edu-panel-type .panel-heading {
    font-size: 18px!important;
}

.edu-panel-type .panel-body {
    font-size: 16px!important;
}

.edu-buttons {
    margin: 0;
}

.edu-buttons .btn-large,
.edu-buttons .btn-medium,
.edu-buttons .btn-small {
    margin: 10px 0;
}

.edu-buttons .btn-large .spa-lg-btn,
.edu-buttons .btn-medium .spa-md-btn,
.edu-buttons .btn-small .spa-sm-btn {
    margin: 0;
}

.edu-btn {
    border-radius: 0;
    display: inline-block;
    margin: 3px;
}

.edu-btn:hover {
    color: #333!important;
    background-color: #fff!important;
}

.edu-btn-round {
    border-radius: 0;
    display: inline-block;
    border-radius: 30px;
}

.edu-btn-round:hover {
    color: #333!important;
    background-color: #fff!important;
}

.white {
    background-color: #fff!important;
    color: #000!important;
}

.red {
    background-color: #ff3030!important;
    color: #fff;
}

.blue {
    background-color: #0098ff!important;
    color: #fff;
}

.purpul {
    background-color: #ad5cff!important;
    color: #fff;
}

.white1 {
    background-color: #fff!important;
    color: #000!important;
}

.red {
    background-color: #ff3030!important;
    color: #fff;
}

.blue {
    background-color: #0098ff!important;
    color: #fff;
}

.purpul {
    background-color: #ad5cff!important;
    color: #fff;
}

.orange {
    background-color: #ffb547!important;
    color: #fff;
}

.black {
    background-color: #000!important;
    color: #fff;
}

.green {
    background-color: #7edf7e!important;
    color: #fff;
}

.pink {
    background-color: #e678a3!important;
    color: #fff;
}

.brown {
    background-color: #753d02!important;
    color: #fff;
}

.shortcodes-tabs .nav-tabs li.active a,
.shortcodes-tabs .nav-tabs li a:hover {
    color: #fff !important;
}

.recent-comments-ul {
    list-style: none !important;
    padding: 0 !important;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.comment-avatar {
    padding: 0;
}

.theme-color {
    color: #fff !important;
}

.shortcodes-tabs .nav-tabs li a {
    border: 1px solid #ddd;
}

.round-drop .edu-cap,
.square-drop-bg .edu-cap {
    background-color: #66a3ff !important;
}

.accordion-details .btn {
    background-color: #66a3ff !important;
}

.shortcodes-tabs .nav-tabs li a {
    border-top: 3px solid #66a3ff !important;
}

.shortcodes-tabs .nav-tabs li.active a,
.shortcodes-tabs .nav-tabs li a:hover {
    background-color: #66a3ff !important;
}

.theme-color {
    background-color: #66a3ff !important;
}

.tf-team:hover .img-thumbnail img replace to .tf-team:hover .team-member .img-thumbnail img


/*lightbox*/

.sl-overlay {
    opacity: .85;
}

.sl-wrapper .sl-navigation button {
    font-size: 170px;
    color: #d3ced2;
}

.sl-overlay {
    background-color: #000;
}

.sl-wrapper .sl-counter {
    font-size: 22px;
    color: #d3ced2;
}

.sl-wrapper .sl-close {
    font-size: 32px;
    color: #d3ced2;
}

.sl-wrapper button:focus {
    outline: none;
    border: none;
}


/*lightbox*/

.ult_tabmenu.style3>li.ult_tab_li:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 2px 3px rgba(0,0,0,.5);
    top: 50%;
    bottom: 0;
    left: 5px;
    right: 5px;
    border-radius: 100px/10px;
}
