@import url(https://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;
}
body{
    background: url(../img/bg7.jpg) #ffffff;
}
::-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); }
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (min-width: 1200px) { 
    .container { width: 1100px }
}
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: #ffcc33;
}
.highlight { color: #ca2442; }
.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-color: #bb203c;
    padding: 5px 0;
    height: auto;
    border-color: #7f041a;
}
.navbar-brand img {
    height: 100%;
    width: 100%;
}
.navbar-brand {    
    height: 55px;
    display: block;
    overflow: auto;
    margin-top: 0px;
    margin-bottom: 0;
	padding:0;
}
.navbar-nav > li > a {
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 5px 5px;
    margin: 8px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
    margin-top: 12px;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    border-bottom: 4px solid #fff;
}
.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: #FFCC33 }
/* Header Page */
#tf-header {
    padding: 20px 0;
    background: #ffcc33;
    margin-top: 70px;
    color: #ffffff;
}
#tf-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    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: #FFF;
    content: "/\00a0";
}
#tf-header .breadcrumb > li a { color: #ffffff }
/* 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: #ffe10e; }
.content-heading p.lead {     margin-bottom: 0px;
    font-weight: 500;
    text-shadow: 1px 1px 2px #151515;
    font-size: 20px; }
a.goto-btn {
    margin-top: 60px;
    color: #7f7f7f;
    text-shadow: 1px 1px 2px #d4d4d4;
    display: block;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    transition: all 0.5s;
}
a.goto-btn:hover {
    color: #ef4158;
}
/* 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: #ffcc33 }
/* Home Section Style 3 - Slider*/
#tf-home.slider { background: none }
#tf-home.slider .overlay { padding: 0 }
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 28%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(171, 171, 171);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 15;
    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: #642b31;
}
.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 #FFCC33 }

/* 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: #ef4158;
    padding: 40px 0;
    color: #ffffff;
    text-align: center;
}
#tf-intro img.intro-logo {
    margin: 0 auto;
    margin-bottom: 10px;
}
/* Service Section */
#tf-services { padding: 60px 0 }
.section-header {
    padding: 40px 0;
    text-align: center;
}
.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 #54010b;
    top: 15px;
    width: 400px;
}
.fancy span:before {
    right: 100%;
    margin-right: 10px;
}
.fancy span:after {
    left: 100%;
    margin-left: 10px;
}
/* service lists */
.service { margin-bottom: 20px }
.service .media-right i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #FFCC33;
    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: #FFCC33;
    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;
}
.process:hover i.fa,
.service:hover i.fa { background-color: #69081a }
h4.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
}
/* About Us */
#tf-about { padding: 40px 0 }
.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: 40px 0 }
.about-left-content { padding-bottom: 60px }
.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: #999999;
    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: #FFCC32;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.skills {
    margin-top: 30px;
    padding: 20px 0;
}
.skillset p {
    font-size: 13px;
    margin-bottom: 5px;
}
/* Counter */
#tf-counter {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
.facts { padding: 0 }
.facts .count-box { position: relative }
.count-box {
    -webkit-backface-visibility: hidden;
    border-left: 1px solid #d3d3d3;
    padding: 40px 0;
    margin: 0;
    overflow: hidden;
    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 .hover-bg{ 
  position: absolute;
  display: block;
  background-color: #FFCC32;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
  transform: translateX(0px) translateY(150px);
  -webkit-transform: translateX(0px) translateY(150px);
  -ms-transform: translateX(0px) translateY(150px);
    -o-transform: translateX(0px) translateY(150px);
    opacity: 0;
}
.count-box:hover .hover-bg{
  background: #FFCC32;
  color: #fff !important;
  transform: translateX(0px) translateY(-40px);
    -webkit-transform: translateX(0px) translateY(-40px);
    -moz-transform: translateX(0px) translateY(-40px);
    -ms-transform: translateX(0px) translateY(-40px);
    -o-transform: translateX(0px) translateY(-40px);
    opacity: 1;
}*/
.count-box:hover,
.count-box:hover > i.fa { color: #ffffff }
.count-box:hover {
    -webkit-backface-visibility: hidden;
    background-color: #e5b112;
}
.counter i.fa {
    font-size: 40px;
    color: #FFCC33;
}
.count-box.last { border-right: 1px solid #d3d3d3 }
/* 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: 60px 0 }
.features-content { padding: 0 30px 0 }
.features-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #bb203c;
}
.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;
    color: #bb203c;
}
.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: #bb203c;
    padding: 25px;
    border-bottom: 3px solid #86162a;
}
.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: 60px 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 .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.5) }
.box .hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa {
    font-size: 20px;
    background: #e5b112;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
}
.box .hover-text i.fa:hover { background: #333333 }
.box .hover-text i.fa.fa-expand {
    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 i.fa.fa-expand {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa.fa-chain {
    border-top-left-radius: 0;
    -webkit-transform: translateX(400%) translateY(0%);
    transform: translateX(400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-chain {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
/* 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(255, 223, 125, 0.70);
    border: 10px solid rgba(185, 156, 72, 0.80);
}
#itemsWorkTwo .box .hover-bg .hover-text h5 small {
    text-transform: capitalize;
    color: #000000;
}
#itemsWorkTwo .box .hover-bg .hover-text h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    -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: transparent;
    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: #333333 }
/* 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, 1) !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-top: 4px solid #ffcc33;
}
/* 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 */
#tf-process { padding: 60px 0 }
.process i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #bb203c;
    color: #ffffff;
    padding: 25px 0;
    border: 4px solid #ffffff;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 92px;
    height: 90px;
    transition: background-color 0.5s;
}
#tf-process .gray-bg { position: relative }
.gray-bg .vline {
    position: absolute;
    height: 100%;
    padding: 5px;
    border-left: 3px solid #ffffff;
    left: 20%;
}
#process { padding: 60px 0 20px 0 }
.process { margin-bottom: 40px }
/* 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: #ffcc33;
    background-color: #ffffff;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: -5px;
    margin-right: -5px;
}
.price.featured.panel-default { border-color: #ffcc33 }
.price.featured.panel-default > .panel-heading { background-color: #ffcc33 }
.featured .panel-body { margin-top: 20px }
.featured .panel-body,
.featured.panel-default > .panel-heading { border-color: #ffcc33 }
.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: #ffcc33;
}
.color {
    background-color: #bb203c;
    border-color: #bb203c;
}
.color:focus,
.color:hover {
    border-color: #333333;
    background-color: #bb203c;
}
/* 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: #e5b112 }
.meta-detail {
    background: #f4f4f4;
    border-radius: 3px;
    padding: 2px;
}
/* Contact Section */
/*********************************
/* Map Section
**********************************/
#tf-contact { padding: 60px 0; padding-bottom:0;}
#map {
    position: relative;
    width: 100%;
    height: 400px;
}
.contact-detail {
    text-align: center;
    margin: 60px 0;
}
.contact-detail i.fa {
	text-align: center;
    font-size: 29px;
    background-color: #bb203c;
    color: #ffffff;
    padding: 22px 0;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.48);
    margin: 0 10px;
    margin-right: 20px;
    width: 75px;
    height: 75px;
    transition: background-color 0.5s;
}
.contact-detail:hover i.fa { background-color: #69081a }
form#contact-form { padding: 40px 0 }
.contact form#contact-form {padding: 0}
.form-control:focus {
    border-color: #bb203c;
    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: #585858;
    font-weight: 600;
    letter-spacing: 0.3px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #585858;
    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: #bb203c;
}
.custom-btn{
	width: 300px;
    height: 44px;
    border-radius: 1px;
	border:0 !important;
    border-bottom: 4px solid #7f0a1f !important;
    font-size: 13px;
    box-shadow: 2px 2px 2px #000000;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.custom-btn:hover{
	opacity:.95;
    border-bottom: 6px solid #7f0a1f !important;
}
#success .alert-danger {
    color: #FFCC33;
    background-color: #FDFDFD;
    border-color: #FFCC33;
    margin-bottom: 10px;
}
/* Footer */
#tf-footer {
    padding: 2% 0 1% 0;
    background-color: #bb203c;
    color: #ffffff;
}
ul.social li a i {
    font-size: 18px;
    background: transparent;
    width: 32px;
    height: 32px;
    padding: 7px 0;
    text-align: center;
    border-radius: 50%;
    border-top-left-radius: 0;
    border: 1px solid transparent;
    color: #ffffff;
    transition: all 0.5s;
}
ul.social li a i:hover { border-color: #ffffff }
/* 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: #FFCC33;
    border: 1px solid #FFCC33;
    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: #FFCC33;
}
.comment h4 span.comments { color: #333333 }
/* Search */
button.btn.btn-default {
    padding: 11px 15px;
    color: #ffffff;
    background: #FFCC33;
}
/* 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: #FFCC33;
}
ul.list-unstyled.bullet-lists li { padding: 5px 0 }
ul.list-unstyled.bullet-lists li:hover { color: #FFCC33 }
/* 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: #FFCC33 }
/* 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: #ffcc33;
    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 }


/********************************************
				CUSTOMIZED
*********************************************/

.abt-carousel{
    margin-top: 85px;
}
.abt-carousel .carousel-indicators {
    bottom: 10px;
}
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-chevron-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.product-slider .abt-carousel {
    margin-top: 40px;
}
.carousel .carousel-control{
	display:none;
	background:none !important;
	background-image:none !important;
    color: #bb203c;
    opacity: 1;
    font-size: 25px;
}
.carousel:hover .carousel-control{
	display:block;
}
.product-details{
	color: #bb203c !important;
    font-weight: 600;
    font-style: italic;
    padding-left: 5px;
}
.product-details:hover,.product-details:focus{
	opacity:.85;
	outline:0;
}
.modal-header {
    background: #bb203c;
    color: #fff;
    border-bottom: 1px solid #5f0918;
}
.close {
    color: #fff;
    opacity: .8;
}
.close:hover, .close:focus {
    color: #fff;
    opacity: 1;
}
.product-content-con{
}
.product-content-con img{
	width:300px;
}
.product-content-con h3{
    color: #a21f37;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 25px;
}
.product-content-con h4{
    font-weight: 700;
    color: #2f2f2f;
    text-transform: capitalize;
    font-size: 18px;
}
.product-content-con h4>i{
	color:#bb203c;
}
.product-content-con p{
    color: #6d6d6d;
}
.product-content-con .size-con{
    padding-left: 12px;
}
.product-content-con .desc-con{
    padding-left: 12px;
}
.product-content-con .product-info{
    margin-top: 20px;
    color: #757575;
    font-weight: 600;
}
.video-con{
	text-align:center;
	margin-bottom: 40px;
}
.video-con h3{
    color: #bb203c;
    font-weight: 600;
    font-size: 23px;
    margin: 10px 0px 15px 0px;
}
.video-con iframe{
}
.map-con{
    width: 100%;
    overflow: auto;
}
.map-con iframe{
	width: 100%;
    height: 350px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
.available-at>h3{
    margin-bottom: 21px;
    font-size: 27px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}
.available-at>div>a{
}
.available-at>div>a>img{
    height: 57px;
    width: 200px;
}
.product-lists a{
	font-weight:700;
	font-size: 16px;
}
.product-lists a small{
	font-weight:500;
}
.parallax-window {
    width: 100%;
    min-height: 400px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
}
.first-parallex{
    background:url(../img/parallax/pl3.jpg);
	color:#fff;
}
.second-parallex {
    background:url(../img/parallax/pl2.jpg);
	color:#fff;
}
.third-parallex{
    background:url(../img/parallax/abt1.jpg);
	color:#fff;
    margin-top: -5px;
}
.first-parallex:before {
    content: '';
    background: rgba(0, 0, 0, 0.68) !important;
}
.parallex {
    background-attachment: fixed !important;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    min-height: 500px;
    position: relative;
}
.parallex:before {
    content: '';
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/*******************************
		Loader
*******************************/
.loader {
  background: #000;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.loader-ring {
  -webkit-animation: spin 1500ms cubic-bezier(0.68, -0.75, 0.265, 1.75) infinite forwards;
          animation: spin 1500ms cubic-bezier(0.68, -0.75, 0.265, 1.75) infinite forwards;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.loader-ring:nth-child(1) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
  height: 25px;
  width: 25px;
}
.loader-ring:nth-child(2) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  height: 50px;
  width: 50px;
}
.loader-ring:nth-child(3) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
  height: 75px;
  width: 75px;
}
.loader-ring:nth-child(4) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  height: 100px;
  width: 100px;
}
.loader-ring:nth-child(5) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
  height: 125px;
  width: 125px;
}
.loader-ring:nth-child(6) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  height: 150px;
  width: 150px;
}
.loader-ring:nth-child(7) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
  height: 175px;
  width: 175px;
}
.loader-ring:nth-child(8) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  height: 200px;
  width: 200px;
}
.loader-ring:nth-child(9) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
  height: 225px;
  width: 225px;
}
.loader-ring:nth-child(10) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  height: 250px;
  width: 250px;
}
.loader-ring:nth-child(11) {
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
  height: 275px;
  width: 275px;
}
.loader-ring:nth-child(12) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  height: 300px;
  width: 300px;
}
.loader-ring:nth-child(13) {
  -webkit-animation-delay: 650ms;
          animation-delay: 650ms;
  height: 325px;
  width: 325px;
}
.loader-ring:nth-child(14) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
  height: 350px;
  width: 350px;
}
.loader-ring:nth-child(15) {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
  height: 375px;
  width: 375px;
}
.loader-ring:nth-child(16) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
  height: 400px;
  width: 400px;
}
.loader-ring:nth-child(17) {
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
  height: 425px;
  width: 425px;
}
.loader-ring:nth-child(18) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  height: 450px;
  width: 450px;
}
.loader-ring:nth-child(19) {
  -webkit-animation-delay: 950ms;
          animation-delay: 950ms;
  height: 475px;
  width: 475px;
}
.loader-ring:nth-child(20) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  height: 500px;
  width: 500px;
}
.loader-ring:nth-child(21) {
  -webkit-animation-delay: 1050ms;
          animation-delay: 1050ms;
  height: 525px;
  width: 525px;
}
.loader-ring:nth-child(22) {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
  height: 550px;
  width: 550px;
}
.loader-ring:nth-child(23) {
  -webkit-animation-delay: 1150ms;
          animation-delay: 1150ms;
  height: 575px;
  width: 575px;
}
.loader-ring:nth-child(24) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
  height: 600px;
  width: 600px;
}
.loader-ring:nth-child(25) {
  -webkit-animation-delay: 1250ms;
          animation-delay: 1250ms;
  height: 625px;
  width: 625px;
}
.loader-ring:nth-child(26) {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
  height: 650px;
  width: 650px;
}
.loader-ring:nth-child(27) {
  -webkit-animation-delay: 1350ms;
          animation-delay: 1350ms;
  height: 675px;
  width: 675px;
}
.loader-ring:nth-child(28) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
  height: 700px;
  width: 700px;
}
.loader-ring:nth-child(29) {
  -webkit-animation-delay: 1450ms;
          animation-delay: 1450ms;
  height: 725px;
  width: 725px;
}
.loader-ring:nth-child(30) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
  height: 750px;
  width: 750px;
}
.loader-ring:nth-child(31) {
  -webkit-animation-delay: 1550ms;
          animation-delay: 1550ms;
  height: 775px;
  width: 775px;
}
.loader-ring:nth-child(32) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
  height: 800px;
  width: 800px;
}
.loader-ring:nth-child(33) {
  -webkit-animation-delay: 1650ms;
          animation-delay: 1650ms;
  height: 825px;
  width: 825px;
}
.loader-ring:nth-child(34) {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
  height: 850px;
  width: 850px;
}
.loader-ring:nth-child(35) {
  -webkit-animation-delay: 1750ms;
          animation-delay: 1750ms;
  height: 875px;
  width: 875px;
}
.loader-ring:nth-child(36) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
  height: 900px;
  width: 900px;
}
.loader-ring:nth-child(37) {
  -webkit-animation-delay: 1850ms;
          animation-delay: 1850ms;
  height: 925px;
  width: 925px;
}
.loader-ring:nth-child(38) {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
  height: 950px;
  width: 950px;
}
.loader-ring:nth-child(39) {
  -webkit-animation-delay: 1950ms;
          animation-delay: 1950ms;
  height: 975px;
  width: 975px;
}
.loader-ring:nth-child(40) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  height: 1000px;
  width: 1000px;
}
.loader-ring:nth-child(41) {
  -webkit-animation-delay: 2050ms;
          animation-delay: 2050ms;
  height: 1025px;
  width: 1025px;
}
.loader-ring:nth-child(42) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
  height: 1050px;
  width: 1050px;
}
.loader-ring:nth-child(43) {
  -webkit-animation-delay: 2150ms;
          animation-delay: 2150ms;
  height: 1075px;
  width: 1075px;
}
.loader-ring:nth-child(44) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
  height: 1100px;
  width: 1100px;
}
.loader-ring:nth-child(45) {
  -webkit-animation-delay: 2250ms;
          animation-delay: 2250ms;
  height: 1125px;
  width: 1125px;
}
.loader-ring:nth-child(46) {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
  height: 1150px;
  width: 1150px;
}
.loader-ring:nth-child(47) {
  -webkit-animation-delay: 2350ms;
          animation-delay: 2350ms;
  height: 1175px;
  width: 1175px;
}
.loader-ring:nth-child(48) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
  height: 1200px;
  width: 1200px;
}
.loader-ring:nth-child(49) {
  -webkit-animation-delay: 2450ms;
          animation-delay: 2450ms;
  height: 1225px;
  width: 1225px;
}
.loader-ring:nth-child(50) {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
  height: 1250px;
  width: 1250px;
}
.loader-ring:nth-child(51) {
  -webkit-animation-delay: 2550ms;
          animation-delay: 2550ms;
  height: 1275px;
  width: 1275px;
}
.loader-ring:nth-child(52) {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
  height: 1300px;
  width: 1300px;
}
.loader-ring:nth-child(53) {
  -webkit-animation-delay: 2650ms;
          animation-delay: 2650ms;
  height: 1325px;
  width: 1325px;
}
.loader-ring:nth-child(54) {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
  height: 1350px;
  width: 1350px;
}
.loader-ring:nth-child(55) {
  -webkit-animation-delay: 2750ms;
          animation-delay: 2750ms;
  height: 1375px;
  width: 1375px;
}
.loader-ring:nth-child(56) {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
  height: 1400px;
  width: 1400px;
}
.loader-ring:nth-child(57) {
  -webkit-animation-delay: 2850ms;
          animation-delay: 2850ms;
  height: 1425px;
  width: 1425px;
}
.loader-ring:nth-child(58) {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
  height: 1450px;
  width: 1450px;
}
.loader-ring:nth-child(59) {
  -webkit-animation-delay: 2950ms;
          animation-delay: 2950ms;
  height: 1475px;
  width: 1475px;
}
.loader-ring:nth-child(60) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
  height: 1500px;
  width: 1500px;
}
.loader-ring:nth-child(61) {
  -webkit-animation-delay: 3050ms;
          animation-delay: 3050ms;
  height: 1525px;
  width: 1525px;
}
.loader-ring:nth-child(62) {
  -webkit-animation-delay: 3100ms;
          animation-delay: 3100ms;
  height: 1550px;
  width: 1550px;
}
.loader-ring:nth-child(63) {
  -webkit-animation-delay: 3150ms;
          animation-delay: 3150ms;
  height: 1575px;
  width: 1575px;
}
.loader-ring:nth-child(64) {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
  height: 1600px;
  width: 1600px;
}
.loader-ring:nth-child(65) {
  -webkit-animation-delay: 3250ms;
          animation-delay: 3250ms;
  height: 1625px;
  width: 1625px;
}
.loader-ring:nth-child(66) {
  -webkit-animation-delay: 3300ms;
          animation-delay: 3300ms;
  height: 1650px;
  width: 1650px;
}
.loader-ring:nth-child(67) {
  -webkit-animation-delay: 3350ms;
          animation-delay: 3350ms;
  height: 1675px;
  width: 1675px;
}
.loader-ring:nth-child(68) {
  -webkit-animation-delay: 3400ms;
          animation-delay: 3400ms;
  height: 1700px;
  width: 1700px;
}
.loader-ring:nth-child(69) {
  -webkit-animation-delay: 3450ms;
          animation-delay: 3450ms;
  height: 1725px;
  width: 1725px;
}
.loader-ring:nth-child(70) {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
  height: 1750px;
  width: 1750px;
}
.loader-ring:nth-child(71) {
  -webkit-animation-delay: 3550ms;
          animation-delay: 3550ms;
  height: 1775px;
  width: 1775px;
}
.loader-ring:nth-child(72) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
  height: 1800px;
  width: 1800px;
}
.loader-ring:nth-child(73) {
  -webkit-animation-delay: 3650ms;
          animation-delay: 3650ms;
  height: 1825px;
  width: 1825px;
}
.loader-ring:nth-child(74) {
  -webkit-animation-delay: 3700ms;
          animation-delay: 3700ms;
  height: 1850px;
  width: 1850px;
}
.loader-ring:nth-child(75) {
  -webkit-animation-delay: 3750ms;
          animation-delay: 3750ms;
  height: 1875px;
  width: 1875px;
}
.loader-ring:nth-child(76) {
  -webkit-animation-delay: 3800ms;
          animation-delay: 3800ms;
  height: 1900px;
  width: 1900px;
}
.loader-ring:nth-child(77) {
  -webkit-animation-delay: 3850ms;
          animation-delay: 3850ms;
  height: 1925px;
  width: 1925px;
}
.loader-ring:nth-child(78) {
  -webkit-animation-delay: 3900ms;
          animation-delay: 3900ms;
  height: 1950px;
  width: 1950px;
}
.loader-ring:nth-child(79) {
  -webkit-animation-delay: 3950ms;
          animation-delay: 3950ms;
  height: 1975px;
  width: 1975px;
}
.loader-ring:nth-child(80) {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
  height: 2000px;
  width: 2000px;
}
.loader-ring:nth-child(81) {
  -webkit-animation-delay: 4050ms;
          animation-delay: 4050ms;
  height: 2025px;
  width: 2025px;
}
.loader-ring:nth-child(82) {
  -webkit-animation-delay: 4100ms;
          animation-delay: 4100ms;
  height: 2050px;
  width: 2050px;
}
.loader-ring:nth-child(83) {
  -webkit-animation-delay: 4150ms;
          animation-delay: 4150ms;
  height: 2075px;
  width: 2075px;
}
.loader-ring:nth-child(84) {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
  height: 2100px;
  width: 2100px;
}
.loader-ring:nth-child(85) {
  -webkit-animation-delay: 4250ms;
          animation-delay: 4250ms;
  height: 2125px;
  width: 2125px;
}
.loader-ring:nth-child(86) {
  -webkit-animation-delay: 4300ms;
          animation-delay: 4300ms;
  height: 2150px;
  width: 2150px;
}
.loader-ring:nth-child(87) {
  -webkit-animation-delay: 4350ms;
          animation-delay: 4350ms;
  height: 2175px;
  width: 2175px;
}
.loader-ring:nth-child(88) {
  -webkit-animation-delay: 4400ms;
          animation-delay: 4400ms;
  height: 2200px;
  width: 2200px;
}
.loader-ring:nth-child(89) {
  -webkit-animation-delay: 4450ms;
          animation-delay: 4450ms;
  height: 2225px;
  width: 2225px;
}
.loader-ring:nth-child(90) {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
  height: 2250px;
  width: 2250px;
}
.loader-ring:nth-child(91) {
  -webkit-animation-delay: 4550ms;
          animation-delay: 4550ms;
  height: 2275px;
  width: 2275px;
}
.loader-ring:nth-child(92) {
  -webkit-animation-delay: 4600ms;
          animation-delay: 4600ms;
  height: 2300px;
  width: 2300px;
}
.loader-ring:nth-child(93) {
  -webkit-animation-delay: 4650ms;
          animation-delay: 4650ms;
  height: 2325px;
  width: 2325px;
}
.loader-ring:nth-child(94) {
  -webkit-animation-delay: 4700ms;
          animation-delay: 4700ms;
  height: 2350px;
  width: 2350px;
}
.loader-ring:nth-child(95) {
  -webkit-animation-delay: 4750ms;
          animation-delay: 4750ms;
  height: 2375px;
  width: 2375px;
}
.loader-ring:nth-child(96) {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
  height: 2400px;
  width: 2400px;
}
.loader-ring:nth-child(97) {
  -webkit-animation-delay: 4850ms;
          animation-delay: 4850ms;
  height: 2425px;
  width: 2425px;
}
.loader-ring:nth-child(98) {
  -webkit-animation-delay: 4900ms;
          animation-delay: 4900ms;
  height: 2450px;
  width: 2450px;
}
.loader-ring:nth-child(99) {
  -webkit-animation-delay: 4950ms;
          animation-delay: 4950ms;
  height: 2475px;
  width: 2475px;
}
.loader-ring:nth-child(100) {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
  height: 2500px;
  width: 2500px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**********End of Loader*************/

.more-product{
    margin-top: 10%;
    font-weight: 500;
    color: #6f6f6f !important;
    text-transform: initial !important;
    text-align: center;
    font-size: 17px;
}
.more-product>b{
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #bb203c;
    font-size: 20px;
    margin-top: 12px;
}
.about-right-content h4{
    color: #f56680;
}
.about-right-content h4 i{
    color: #dc2a4a;
}
.about-right-content p{
    padding-left: 20px;
}
.lazery-home{
    background: #fff;
    border-bottom: 2px solid #dc2e44;
}
.lazery-home .lazery-home-con{
    padding-top: 60px;
}
.lazery-home .lazery-home-con .lazery-home-left{
    width: 55%;
    float: left;
}
.lazery-home .lazery-home-con .lazery-home-right{
	width: 45%;
    float: left;
	text-align:center;
}
.lazery-home .lazery-home-con .lazery-home-left img{
	width: 100%;
    height: auto;
}
.lazery-home .lazery-home-con .lazery-home-right h3{
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    color: #bb203c;
    margin: 0;
    padding: 0;
    margin-top: 25%;
}
.lazery-home .lazery-home-con .lazery-home-right h3 b{
	display: block;
    font-size: 24px;
}
.lazery-home .lazery-home-con .lazery-home-right h4{
    font-size: 18px;
    text-transform: capitalize;
    color: #bb203c;
    font-weight: 400;
}
.nav-call a{
    font-size: 15px !important;
    font-weight: 400 !important;
}
.nav-call i{
    font-size: 18px;
    color: #ffdddd;
}
.nav-call a:hover, .nav-call a:focus{
    border-bottom: 2px solid transparent !important;
	opacity:.90;
}
.footer-text{
	font-size:16px;
}
.footer-text span{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0;
    font-size: 14px;
    padding-top: 9px;
    background: hsla(0, 0%, 100%, 0.76);
    color: #bb203c;
    font-weight: 600;
}
.footer-text b{
	font-weight:500;
}
#tf-footer .row{
	padding:0px 20px;
}
#tf-footer .row i{
    font-size: 22px;
    color: #f8b3c0;
}

























