@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #6f6f6f;
}
::-webkit-scrollbar { width: 2px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) { 
    .container { width: 1170px }
}
h1 {
    font-weight: 900;
    text-transform: uppercase;
}
h1 small { text-transform: lowercase }
h2 {
    line-height: 24px;
    font-weight: 300;
}   
h5 { font-size: 16px }
p { font-size: 14px }
a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #6acded;
}
.highlight { color: #6acded }
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
/* Navigation */
#tf-menu {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 10px 0;
    height: auto;
}
.navbar-brand img {
    height: 30px;
    width: auto;
}
.navbar-brand { padding: 12px 15px }
.navbar-nav > li > a {
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 5px 5px;
    margin: 8px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
    color:#000 !important;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    border-bottom: 4px solid #6acded;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar { color: #6acded }
/* Header Page */
#tf-header {
    padding: 10px 0;
    background: #fff;
    color: #fff;
    box-shadow: 0 0 10px #666;
}

#tf-header img{}
#tf-header .bread_div{float: right !important;}
#tf-header .bread_div h1 {
    color: #6acded;
    margin: 10px 0 6px 0;
    font-size: 30px;
    font-weight: 600;
}
#tf-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
}
#tf-header .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #6acded;
    content: "/\00a0";
}
#tf-header .breadcrumb > li a { color: #aaabaf }
/* Home Style */
#tf-home {
    background: url(../img/bg/01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #cfcfcf;
}
#tf-home .overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    padding: 20% 0;
    background-attachment: fixed;
}
#tf-home h1 { color: #111; }
.content-heading p.lead { margin-bottom: 80px }
a.goto-btn {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    transition: all 0.5s;
}
a.goto-btn:hover {
    color: #ffffff;
    border-bottom: 2px solid #6acded;
}
/* Home Section Style 2 - With Video*/
#tf-home.video .overlay {
    padding: 0;
    padding-top: 10%;
}
.img-wrapper { position: relative }
.img-wrapper img.img-responsive { margin: 0 auto !important }
.img-wrapper i.fa {
    position: absolute;
    z-index: 10;
    top: 50%;
    font-size: 25px;
    background: rgba(32, 22, 22, 0.29);
    padding: 18px 23px;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    margin-left: -30px;
    transition: all 0.3s;
}
.img-wrapper i.fa:hover { background: #6acded }
/* Home Section Style 3 - Slider*/
#tf-home.slider { background: #343434; }
#tf-home.slider .overlay { padding: 0 }
.carousel-caption {
    position: absolute;
    right: 11%;
    top: 43%;
    bottom: auto;
    left: 11%;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.7);
}

.carousel-caption h1{
    padding: 0 !important;
    margin: 0 !important;
    color: #111;
    font-weight: 400;
    font-size: 38px;
    text-transform: capitalize;
}


.carousel-caption p {
    padding: 0 !important;
    margin: 0 !important;
    color: #111;
    font-weight: 400;
    font-size: 30px;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 1;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;

}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #fff;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-control { z-index: 2 }
/* Home Section Style 4 - App Header Style*/
#tf-home.app .overlay { padding: 10% 0 5% 0 }
#tf-home.app {background: url(../img/bg/02.jpg);}
a.goto-btn { margin-right: 30px }
.ipad-wrapper .app-wrap {
    position: relative;
    width: 395px;
}
.app-wrap {
    position: absolute;
    background: url(../img/header4.png);
    width: 395px;
    height: 540px;
    background-repeat: no-repeat;
    z-index: 2;
    left: 5%;
}
#owl-demo .item img {
    position: relative;
    width: 305px;
    height: auto;
    left: 12%;
    margin-top: 46px;
    z-index: -1;
}
.app .content-heading.text-left { padding: 15% 0 }
#tf-home.app .owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #ffffff !important;
    border: 2px solid transparent;
    opacity: 1;
}
#tf-home.app .owl-theme .owl-controls {
    margin-top: 60px;
    text-align: center;
}
#tf-home.app .owl-theme .owl-controls .owl-page.active span,
#tf-home.app .owl-theme .owl-controls.clickable .owl-page:hover span { border: 2px solid #6acded }

/* Home Parallax Effect */
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#tf-home.parallax .bcg { background-image:url('../img/bg/slider03.jpg'); }
.parallax  .content-heading{
    padding: 20% 0;
    text-align: center;
}
/* Intro Section */
#tf-intro {
    background-color: #343434;
    padding: 0 0 36px 0;
    color: #ffffff;
    text-align: left;
}

#product_slider_welcome{ width: 100%; text-align: center; }
#product_slider_welcome .carousel-inner{background: #fff; padding:5px;}
#product_slider_welcome h3{text-align: center; font-weight: 500; color:#fff; margin:10px 0; padding:0;}


#tf-intro p{
   line-height: 23px;
   font-weight:300;
}

#tf-intro strong{
   font-size: 18px;
   font-weight:500;
   text-transform: uppercase;
}


#tf-intro strong.spl_s{
   font-size: 18px;
   font-weight:500;
   text-transform: capitalize;
}

#tf-intro p span{
   font-weight:500;
   font-size: 18px;
   display: block;
   margin:10px 0;
}

#tf-intro h2{
   margin-bottom: 20px !important;
   display: block !important;
   color:#fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 27px;
}

#tf-intro img.intro-logo {
    margin: 0 auto;
    margin-bottom: 30px;
}
/* Service Section */
#tf-services { padding: 10px 0 }
.section-header {
    padding: 0px;
    text-align: center;
    position: relative;
}

.section-header .fancy{ height:0;}
.section-header .fancy:before {
    position: absolute;
    content: "";
    bottom: 37px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background-color: #fff;
}

.section-header h2 { text-transform: uppercase }
.section-header h5 { letter-spacing: 1px }
.fancy {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #f1f1f1;
    top: 43%;
    width: 400px;
}
.fancy span:before {
    right: 100%;
    margin-right: 10px;
}
.fancy span:after {
    left: 100%;
    margin-left: 10px;
}
/* service lists */
.service { margin-bottom: 20px; background:#fff; box-shadow: 0 0 10px #ddd; text-align: center; height:210px; padding: 20px;}
.service:hover{ box-shadow: 0 0 10px #6acded;}
.service p{ text-align: justify;}
.service h3.media-heading{font-size: 21px;  color:#6acded !important;}
.service img{margin-bottom: 20px;}

.service .media-right i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #6acded;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.service .media-left i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #6acded;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-right-radius: 0;
    margin: 0 10px;
    margin-left: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}

h4.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
}
/* About Us */
#tf-about { padding: 0px 0 }
#tf-about .section-header h2{ color:#fff;  }
#tf-about .section-header h5{ color:#fff;  }
#tf-about .section-header h2 span.highlight{ color:#019ee3;  }
.gray-bg { background-color: #f3f3f3 }
.img-wrap .profile-img {
    position: relative;
    margin-bottom: 40px;
}
.profile-img .social {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 50px;
}
.about-right-content { padding: 0px; color:#fff !important;}
.about-left-content { padding-bottom: 60px; }
.about-left-content h4 strong{font-size: 14px; line-height: 23px; color:#fff !important;}
.about-left-content h2,
.about-left-content h2 small { color: #333 }
.about-left-content h2 small { font-weight: 300 }
ul.social li a.fa {
    background: #FFCC32;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    margin-right: -5px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}
ul.social li a.fa:hover { background-color: #333333 }
/* Skills Progress Bar */
.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #6acded;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.skills {
    margin-top: 0px;
    padding: 10px 0 20px;
}
.skillset p {
    font-size: 13px;
    margin-bottom: 5px;
}
/* Counter */

.Achievements{background: #fff; padding: 20px 0 0;}

.Achievements {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  background-image:url("../images/bg/bg02.jpg");
}


.Achievements h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
}
.Achievements .section-header h2 span.highlight{color:#fff;}
.Achievements .section-header h5{color:#fff; margin:0; padding:0;}

#tf-counter .counter{
    position: relative;
}



.facts { padding: 0 }
.count-box {
    background: transparent;
    padding: 0px;
    margin:10px 0 0 0px;
    transition: all 0.5s;
    transform: translateX(0px) translateY(0%);
    -webkit-transform: translateX(0px) translateY(0%);
    -moz-transform: translateX(0px) translateY(0%);
    -ms-transform: translateX(0px) translateY(0%);
    -o-transform: translateX(0px) translateY(0%);
}

.count-box h4.count {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 50px;
    line-height: 60px;
    color:#fff;
}
.count-box p{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 18px;
    color:#fff;
    margin-top:20px;
}


.count-box i{
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s easer;
    display: block;
    margin:0 auto;
    font-size: 50px;
    padding-top: 30px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.count-box:hover i{ 
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    transform: scale(1.2) !important; 
}


/* Portfolio / Works Sections */
#tf-team { padding: 60px 0 }
#team .item {
    padding: 30px 0px;
    margin: 5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}
.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding: 20px;
    color: #ffffff;
    transition: all 0.8s;
    -webkit-transition: all 08s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: translateX(100%) translateY(-90%);
    transform: translateX(100%) translateY(-90%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(-90%);
    transform: translateX(0%)  translateY(-90%);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #bababa;
}
/* Why Us or Features Section */
#tf-features,
#feature { padding: 20px 0 }
.features-content { padding: 0 30px 0 }
.features-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333333;
}
.nav.nav-pills > li > a {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 25px;
    border-bottom: 3px solid #cccccc;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.nav.nav-pills > li > a small {
    text-transform: lowercase;
    font-style: italic;
}
.nav.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #6acded;
    padding: 25px;
    border-bottom: 3px solid #996600;
}
.nav-pills > li > a { border-radius: 4px }
ul.features li span.fa {
    font-size: 35px;
    vertical-align: middle;
    margin-right: 20px;
    float: left;
    clear: both;
    margin-top: 5px;
}
/* Portfolio or works blocks */
#tf-works { padding: 0px 0 }
ul.cat { margin: 30px 0 }
ul.cat li a {
    background: inherit;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
}
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a.active {
    background: #f1f1f1;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
    color: inherit;
}
.nopadding { padding: 0 }
.box a { margin: 2px }
.box{padding:10px;}
.box .hover-bg {
    position: relative;
    overflow: hidden;
}
.box .hover-bg .hover-text {
    height: 100%;
    bottom: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    background: transparent;
}
.box:hover .hover-bg .hover-text { background-color: rgba(1, 1, 1, 0.8) }
.box .hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text .hover_div {
    position: relative;
    top: 35%;
    transition: all 0.5s;
}
.box .hover-text .hover_div {
    border-top-right-radius: 0;
    -webkit-transform: translateX(-400%) translateY(0%);
    transform: translateX(-400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text .hover_div {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}

.box .hover-text .hover_div h2{color:#fff; padding-bottom: 20px;}
.box .hover-text .hover_div a i{background:#776453; line-height: 32px; font-size: 23px; color:#fff; padding:8px; border-radius: 50%; width:50px; height:50px; text-align: center;}
.box .hover-text .hover_div a i:hover{background:#fff; color:#6acded; font-weight: 600;}

/* Style 2 - Not Fullwidth */
#itemsWorkThree .box,
#itemsWorkTwo .box { margin-bottom: 30px }
#itemsWorkTwo .hover-bg .hover-text { padding: 30% 0 }
#itemsWorkTwo .box:hover .hover-bg .hover-text {
    background-color: rgba(1, 1, 1, 0.70);
    border: 10px solid rgba(1, 1, 1, 0.80);
}
#itemsWorkTwo .box .hover-bg .hover-text h5 small {
    text-transform: capitalize;
    color: #fff;
}
#itemsWorkTwo .box .hover-bg .hover-text h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translateX(0%) translateY(400%);
    transform: translateX(0%)  translateY(400%);
    opacity: 0;
    transition: all 0.5s;
}
#itemsWorkTwo .box:hover .hover-bg .hover-text.off h5 {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
#itemsWorkTwo .box .hover-text i.fa {
    font-size: 20px;
    background: #6acded;
    color:#fff;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
    border: 1px solid #ffffff;
}
#itemsWorkTwo .box .hover-text i.fa:hover { background: #fff; color:#f3d34a; }
/* Portfolio Style #3 */
#itemsWorkThree .box h5 {
    border: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
}
/* Isotope Filter */
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    font-size: 14px;
    background: #f1f1f1;
    border: 1px solid #333;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 35px;
    border-radius: 2px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #ffffff !important;
    background: rgba(255, 255, 255, 0.7) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close { opacity: 1 }
.nivo-lightbox-error {
    color: #C59A6D !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    border: 4px solid #6acded;
}
/* Single Portfolio Detail */
#work-detail-one,
#work-detail-two,
#work-detail-three { padding: 60px 0 }
.work-detail .dl-horizontal dt {
    text-align: left;
    margin-bottom: 10px;
}
.work-related-thumb { margin-bottom: 30px }
.work-related-thumb .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.work-related-thumb .img-thumbnail:hover { opacity: 0.8 }
/* Process Section */

.process { position: relative; padding:30px 0 60px;}
.process .section-header h2{color:#fff;}
.process .section-header h2 span.highlight{color:#fff;}
.process .section-header h5{color:#fff; margin:0; padding:0;}
.process-desc{
    margin-top: 60px;
}
.process-timeline{
    width: 100%;
    height: 1px;
    background: none repeat scroll 0% 0% #eee;
    position: relative;
    top: 40px;
}
.single-process, .process-none{
    width: 16.5%;
    float: left;
}
.process-icon{
    position: relative;
}
.process-icon i,.process-none i{
    font-size: 35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding-top: 15px;
    background: #fff;
    color:#333;
    border:1px solid #D9534F;
    -webkit-box-shadow: 0px 0px 0px 2px #ccc;
    box-shadow: 0px 0px 0px 5px #fff;
}

.single-process > .process-icon{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s easer;
}

.single-process:hover > .process-icon{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


.process-none > .icon_div{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s easer;
}

.process-none:hover > .icon_div{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.process-icon:before{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fff;
    top: 50%;
    left: 0px;
    border-radius: 50%;
    border: 2px solid#ccc;
}
.single-process h4,.process-none h4{
    text-transform: uppercase;
    font-family: 'Lora', serif;
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
}


.single-process1 {
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.single-process1 i.big {
    color: #DF1C3E;
}

.single-process1 i:hover {
    -webkit-animation: rotateIn 1.5s ease 0s;
    -o-animation: rotateIn 1.5s ease 0s;
    animation: rotateIn 1.5s ease 0s;
    cursor: pointer;
}

.single-process1 i.big {
    font-size: 100px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    color:#fff;
}

.single-process1 h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color:#333;
}


.single-process1 p {
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top:20px;
}



/* Pricing Section */
#tf-pricing { padding: 60px 0 }
.price h1 { font-size: 50px }
.price { text-align: center }
.price.panel-default { border-color: #333 }
.price.panel-default > .panel-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background-color: #333333;
    border-color: inherit;
}
.price .panel-heading { padding: 30px 15px }
.price .panel-body { border-bottom: 1px solid }
.price ul.list-unstyled { padding: 20px }
.price ul.list-unstyled li { padding: 10px 0 }
.price ul.list-unstyled li small { margin-top: -10px }
/* Featured */
.price.featured {
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
}
.price.featured.panel-default {
    border-color: #6acded;
    background-color: #ffffff;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: -5px;
    margin-right: -5px;
}
.price.featured.panel-default { border-color: #6acded }
.price.featured.panel-default > .panel-heading { background-color: #6acded }
.featured .panel-body { margin-top: 20px }
.featured .panel-body,
.featured.panel-default > .panel-heading { border-color: #6acded }
.featured .tf-btn { margin-top: 20px }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tf-btn {
    font-size: 12px;
    word-spacing: 2px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #333333;
    text-transform: uppercase;
    border-color: #333333;
    transition: all 0.5s;
}
.tf-btn:focus,
.tf-btn:hover {
    background-color: #333333;
    border-color: #333;
}
.color {
    background-color: #333;
    border-color: #333;
}
.color:focus,
.color:hover {
    border-color: #333333;
    background-color: #333;
}
/* Blog Section */
#tf-blog,
#blog-post { padding: 60px 0 }
#blog-post a.btn { margin: auto 0 }
.post-wrap { position: relative }
.media.post {
    background: #fff;
    padding: 10px;
}
.post-wrap {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.post-meta {
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
    height: auto;
    position: relative;
    min-height: 35px;
}
ul.metas li:after {
    content: ' / ';
    margin-right: 3px;
    margin-left: 3px;
}
ul.metas li:last-child:after { content: ' ' }
ul.metas li a { color: #6acded }
.meta-detail {
    background: #f4f4f4;
    border-radius: 3px;
    padding: 2px;
}


#tf-artist{padding: 20px 0 50px; background: #776453;}

#tf-artist .at_work{padding:0 10px;}
#tf-artist .at_work h3{font-size: 21px; font-weight: 600; color :#fff; text-transform: uppercase; margin:0; padding:0;}
#tf-artist .at_work img{border:5px solid #fff; margin-top: 10px;}

#tf-artist .r_profile{padding:0 10px 0 40px;}
#tf-artist .r_profile h3{font-size: 21px; font-weight: 600; color :#fff; text-transform: uppercase; margin:0; padding:0;}
#tf-artist .r_profile strong{font-size: 15px; font-weight: 400; color :#fff; text-transform: uppercase; display: block; margin-bottom: 10px;}
#tf-artist .r_profile p{font-size: 13px; font-weight: 400; color :#fff; text-align: justify; line-height: 20px;}
#tf-artist .r_profile a{font-size: 14px; font-weight: 400; color :#fff; text-align: center; background: #019ee3; padding: 7px 9px;}
#tf-artist .r_profile a:hover{color :#fff; background: #333;}


#tf-artist .know_me_better{padding:0 10px;}
#tf-artist .know_me_better h3{font-size: 21px; font-weight: 600; color :#fff; text-transform: uppercase; margin:0 0 5px 0; padding:0;}
#tf-artist .know_me_better p{font-size: 13px; font-weight: 400; color :#fff; text-align: justify; line-height: 20px;}
#tf-artist .know_me_better img{margin-bottom: 10px;}


#tf-career {padding: 10px 0;}


#tf-career {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  background-image:url("../images/bg/bg01.jpg");
}



#tf-career h2{color: #fff; text-align: center; text-transform: uppercase; font-weight: 400; font-size: 22px;}


#tf-career .sky-tabs ul li .typography strong{font-size: 24px; font-weight: 400; color :#fff; text-transform: uppercase; margin:0; padding:0;}
#tf-career .sky-tabs ul li .typography h3{font-size: 21px; font-weight: 400; color :#fff; text-transform: uppercase; margin:0; padding:0;}
#tf-career .sky-tabs ul li .typography p{font-size: 12px; font-weight: 400; color :#fff; text-align: justify; line-height: 20px; margin:0; padding:0;}



.tf_services {background:#5d6454; padding: 20px 0 0;}
.tf_services h2{color: #fff; text-align: center; text-transform: uppercase; font-weight: 400; font-size: 22px;}
.tf_services p{color: #fff; }

.featured_item { min-height:310px; position:relative; margin-top:30px; }
.pro_list{ width:100%; overflow:hidden; margin:9px 0 0 20px; float:left;}
.pro_list ul{ list-style:none; margin:0; padding:0;}
.pro_list li{width:225px;float:left; margin:0 12px; display:block; text-align:center;height:280px;}
.pro_list li strong{font-size: 15px; font-weight: 600; color :#fff; text-transform: uppercase; display: block; margin: 10px 0;}
.pro_list li p{font-size: 13px; font-weight: 400; color :#fff; text-align: center; line-height: 20px;}
.pro_list .prev { font-size:28px; position:absolute; top:47%; left:0px; display:block; color:#fff;}
.pro_list .next {font-size:28px; position:absolute; top:47%; right:0px; display:block; text-decoration:none; color:#fff;}
.prev:hover, .next:hover{text-decoration:none;}



#tf-works h2{color: #111; text-align: center; text-transform: uppercase; font-weight: 400; font-size: 22px;}







/* Contact Section */
/*********************************
/* Map Section
**********************************/
#tf-contact { padding: 10px 0 30px; position: relative;}

#tf-contact .section-header .fancy{ height:0;}
#tf-contact .section-header .fancy:before {
    position: absolute;
    content: "";
    bottom: 37px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background-color: #3ab3ea;
}

#tf-contact h2 {
    color: #111;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
}
#tf-contact .section-header h5{color:#666; margin:0; padding:0;}
#tf-contact .contact_ul{text-align: left;}
#tf-contact .contact_ul h3{font-size: 24px; color:#333; margin:60px 0 30px 0; text-transform: uppercase;}
#tf-contact .contact_ul i{font-size: 23px; color:#333; }
#tf-contact .contact_ul strong{font-size: 20px; color:#333; }
#tf-contact .contact_ul p{font-size: 14px; color:#333; }
#tf-contact .contact_ul h5{font-size: 14px; color:#333; line-height: 23px; margin-top:40px;}


#tf-contact iframe{margin-top:15px !important;}

#tf-contact h4{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
}
#map {
    position: relative;
    width: 100%;
    height: 400px;
}
.contact-detail {
    text-align: center;
    margin: 0px 0;
}
.contact-detail i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #6acded;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.contact-detail:hover i.fa { background-color: #333333 }
form#contact-form { padding: 40px 0 }
.contact form#contact-form {padding: 0}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
p.help-block.text-danger ul li {
    display: block;
    margin-left: -20px;
    color: #6acded;
}
#success .alert-danger {
    color: #6acded;
    background-color: #FDFDFD;
    border-color: #6acded;
    margin-bottom: 10px;
}
/* Footer */
#tf-footer {
    padding: 20px 0 10px;
    background-color: #151515;
    color: #ffffff;
}

#tf-footer p{color: #fff; padding: 0; margin:10px 0 0;}
#tf-footer p strong{color: #fff;}
#tf-footer p a{color: #fff;}

ul.social li a i {
    font-size: 16px;
    background: #fff;
    width: 32px;
    height: 32px;
    padding: 7px 0;
    text-align: center;
    border-radius: 50%;
    color: #6bccec;
    transition: all 0.5s;
}
ul.social li a i:hover { background: #6bccec; color:#fff; }
/* Blog Page */
.blog .media.post {
    background: #fff;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-bottom-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog .post-meta {
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
    height: auto;
    position: relative;
    min-height: 35px;
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 0;
    line-height: 1.42857143;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #6acded;
    border: 1px solid #6acded;
    margin: 3px 3px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}
.pagination > li > a.active,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #FFFFFF;
    background-color: #ddab15;
    border-color: #ddab15;
}
/* Sidebar */
.widget {
    margin-bottom: 40px;
    padding: 0 20px;
}
.comment h4,
.widget h4,
h4.text-uppercase {
    font-weight: 300;
    color: #6acded;
}
.comment h4 span.comments { color: #333333 }
/* Search */
button.btn.btn-default {
    padding: 11px 15px;
    color: #ffffff;
    background: #6acded;
}
/* Categories and Archive Widget */
ul.bullet-lists { margin-top: 20px }
ul.list-unstyled.bullet-lists li span.fa.fa-circle {
    font-size: 8px;
    vertical-align: middle;
    margin-right: 10px;
    color: #6acded;
}
ul.list-unstyled.bullet-lists li { padding: 5px 0 }
ul.list-unstyled.bullet-lists li:hover { color: #6acded }
/* Post Tab */
.post-tab .nav-tabs > li > a {
    margin-right: -1px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
}
.post-tab .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.post-tab .nav-tabs > li > a:hover,
.post-tab .nav-tabs > li > a:focus {
    color: #FFF;
    background-color: #FC3;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
/* Tags */
ul.list-inline.bullet-lists li a { color: inherit }
ul.list-inline.bullet-lists li {
    background: #F8F8F8;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 2px;
    border: 1px solid #F4F4F4;
    border-radius: 3px;
    transition: all 0.3s;
}
ul.list-inline.bullet-lists li:hover { background: #6acded }
/* Single Blog Post */
.blog-post .post-wrap img,
.work-detail img.featured { margin: 20px 0 }
ul.meta-tags li a { font-style: italic }
ul.meta-tags li:after { content: ',' }
ul.meta-tags li:last-child:after { content: ' ' }
/* Author Box */
.media.post-author {
    background: #6acded;
    padding: 20px;
    margin-top: -1px;
}
.media.post-author a { content: inherit }
.blog-post .post-wrap {
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #DDDDDD;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
/* Comment */
.media.comment-block {
    border: 1px solid #DDD;
    padding: 20px;
}
.comment { margin-top: 40px }
.comment form { margin-top: -30px }
.comment input,
.comment textarea { margin-bottom: 15px }

.view_gallery_btn {
    padding: 12px 32px;
    font-weight: 700;
    border-radius: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-in-out;
    margin: 10px 0px;
    text-transform: capitalize;
    background: #6acded;
    font-size: 16px;
    color: #fff;
    border: 1px solid #6acded;
}

.view_gallery_btn:hover {
    background: #fff;
    color: #6acded;
    border: 1px solid #6acded;
}
.top_header{position: fixed; top:0;  width: 100%; background: #333333;border-bottom: 1px solid #ddd; padding:10px 0; z-index: 10;}
.top_header ul.ul_1{list-style: none; margin:0; padding:0;}
.top_header ul.ul_1 li{display: inline-block; margin-right:10px; color:#fff;}
.top_header ul.ul_1 li a{color:#fff;}
.top_header ul.ul_1 li a i{color:#fff; margin-right:5px;}
.top_header ul.ul_1 li i{color:#fff; margin-right:5px;}

.top_header ul.ul_2{list-style: none; margin:0; padding:0; float: right;}
.top_header ul.ul_2 li{display: inline-block; margin-left:10px; color:#fff;}
.top_header ul.ul_2 li a{color:#fff;}
.top_header ul.ul_2 li a i{color:#fff; margin-right:5px;}
.top_header ul.ul_2 li i{color:#fff; margin-right:5px;}



 section {     padding-top: 30px;     padding-bottom: 30px; }  
 .quote {  margin:0 auto; font-size: 60px;  color: #fff; text-align: center;  margin-bottom: 30px; }
 .quote i{ font-size: 60px;}
 #fade-quote-carousel.carousel {   padding-bottom: 60px; text-align: center;} 
 #fade-quote-carousel.carousel .carousel-indicators {   bottom: 10px; } 
 #fade-quote-carousel.carousel .carousel-indicators > li {   background-color: #fff;  border-radius: 0; border: none; } 
 #fade-quote-carousel p { text-align: center;  color:#fff;   border: none; letter-spacing: 1px; font-weight:400;} 
 #fade-quote-carousel  h3 {
    color:#fff; 
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 6px; 
} 

#fade-quote-carousel  h3.s_offered {
    color:#fff; 
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 6px; 
} 
 #fade-quote-carousel .profile-circle { width: 100px;     height: 100px;     margin: 0 auto;     border-radius: 100px; }







.service  img{
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s easer;
    vertical-align: middle;
}
.service: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);
}


ul.features li a span img{
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s easer;
}


ul.features li:hover a span 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);
}


#tf-contact .contact-detail img{
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s easer;
}

#tf-contact .contact-detail:hover img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

#tf-testimonials{background: #5d6454;}
#tf-testimonials h2{color:#fff; text-align: center;}
#tf-testimonials h2 span.highlight{color:#fff;}
#tf-testimonials h5{color:#fff;}



#tf-about.parallax {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
}

#tf-about .parallax {
  background-image: url("../img/parallex.jpg");
}


#tf-about .parallax .section-header h2{color:#fff;}
#tf-about .parallax .section-header h5{color:#fff;}
#tf-about .parallax .about-left-content{color:#fff;}
#tf-about .parallax .about-right-content{color:#fff;}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    background: #6acded;
    border-color:#6acded;
    border-radius: 50% !important;
    padding: 5px 0px !important;
    width:32px;
    height:32px;
    text-align: center;
    line-height: 19px;
    z-index: 9999;
    font-weight: 600;
}

.back-to-top:hover{
    background: #fff;
    border-color:#fff;
    color:#6acded;
    font-weight: 600;
}

#tf-features #feature .panel-default .panel-body p{text-align: justify;}
#tf-features #feature .panel-default .panel-body img{width: 300px; float: right;}
#tf-features #feature .panel-default .panel-title a{background:#6acded; color:#fff; display: block; padding:10px 15px;}
#tf-features #feature .panel-default .panel-heading {
    padding:0 !important;
}
.pic_gallery{margin-top:40px;}
a.back_btn{
    background: #6acded;
    color:#333;
    padding:8px 16px;
    border:1px solid #6acded;
}

a.back_btn:hover{
    background: #666;
    border-color:#666;
    color:#fff;
}

.video_box{margin-bottom: 40px;}


.box_border_white{text-align: center; background: transparent; border:1px solid #fff; padding:0; margin-top:20px;}
.box_border_white p{padding:0; margin:0; font-weight: 400 !important; color:#fff; padding:6px 8px; font-size: 16px; font-style: italic;}

.box_border_purple{text-align: center; background: transparent; border:1px solid #6acded; padding:0; margin-top:20px;}
.box_border_purple p{padding:0; margin:0; font-weight: 400 !important; color:#6acded; padding:6px 8px; font-size: 16px; font-style: italic;}

#tf-services p.s_disc{font-weight: 400 !important; color:#6f6f6f; font-size: 14px; text-align: center; margin-bottom: 30px;}


.masnary_gallery a img{}


.box { margin: 0px; padding:10px 0px;}
.box a { margin: 0px; }
.box .hover-bg {
    position: relative;
    overflow: hidden;
}
.box .hover-bg .hover-text {
    height: 100%;
    bottom: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    background: transparent;
}
.box:hover .hover-bg .hover-text { background-color: rgba(1, 1, 1, 0.8) }
.box .hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text .hover_div {
    position: relative;
    top: 35%;
    transition: all 0.5s;
}
.box .hover-text .hover_div {
    border-top-right-radius: 0;
    -webkit-transform: translateX(-400%) translateY(0%);
    transform: translateX(-400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text .hover_div {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}

.box .hover-text .hover_div h2{color:#fff !important; padding-bottom: 20px; text-align: left !important;}
.box .hover-text .hover_div a{background:#776453; color:#fff; padding:8px 24px; text-align: center;}
.box .hover-text .hover_div a:hover{background:#fff; color:#776453; font-weight: 600;}







@media screen and (min-width:320px) and (max-width:360px) {

    .top_header{display: none;}
    .navbar-fixed-top {
      border-width: 0 0 1px;
      top: -1px;
    }

    #tf-services .text-right{text-align: left !important; }

    .flex-first {
      -moz-box-ordinal-group: 0;
      order: -1;
    }

    .col {
      -moz-box-flex: 1;
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }

    .flex-last {
      -moz-box-ordinal-group: 2;
      order: 1;
    }

    #tf-home{
      margin-top: 90px !important;
    }


    .carousel-caption {
      left: 15%;
      position: absolute;
      right: 15%;
      top: -7%;
      padding-top: 10px;
      padding-bottom: 10px;
      background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    }

    #tf-intro p span {
      font-size: 15px;
    }

    #tf-home.slider h1 {
      color: #000 !important;
      font-size: 28px;
    }
    .carousel-caption h1{font-size: 16px !important;}

    .count-box h4{font-size: 20px; font-weight: 600;}
    .count-box p{font-size: 16px;}

    .section-header .fancy::before {
      background-color: #019ee3;
      bottom: 57px;
      content: "";
      height: 8px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      width: 50px;
    }


    #tf-menu .navbar-header a img{width:141px;}

}



















