body{
	font-family: "OpenSans";
	font-size:14px;
	line-height: 22px;
	color:#454545;
    font-weight: 400;
}
a{
    cursor:pointer;
}
img{
    max-width: 100%;
}
/*----normal css start---*/
.tp_toppadder10{
	padding-top:10px;
}
.tp_toppadder20{
	padding-top:20px;
}
.tp_toppadder30{
	padding-top:30px;
}
.tp_toppadder40{
	padding-top:40px;
}
.tp_toppadder50{
	padding-top:50px;
}
.tp_toppadder60{
	padding-top:60px;
}
.tp_toppadder70{
	padding-top:70px;
}
.tp_toppadder80{
	padding-top:80px;
}
.tp_bottompadder10{
	padding-bottom:10px;
}
.tp_bottompadder20{
	padding-bottom:20px;
}
.tp_bottompadder30{
	padding-bottom:30px;
}
.tp_bottompadder40{
	padding-bottom:40px;
}
.tp_bottompadder50{
	padding-bottom:50px;
}
.tp_bottompadder60{
	padding-bottom:60px;
}
.tp_bottompadder70{
	padding-bottom:70px;
}
.tp_bottompadder80{
	padding-bottom:80px;
}
/*----normal css end---*/
/*----preloader start----*/
#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}
#preloader #status {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 50%;
    text-align: center;
}
/*----preloader end----*/
/*----top header start----*/
.tp_header1 {
    position: absolute;
    width: 100%;
	left:0;
	top:0;
}
.tp_topheader {
    padding: 20px 0;
    /* border-bottom: 1px solid rgba(69, 69, 69, 0.3); */
	position:relative;
}
.tp_topheader:after {
    background-image: url(../images/header_divider.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.tp_language_div {
    width: 100%;
}
.tp_language_div .tp_lang_select {
    border: none;
    padding: 10px 0;
    background-color: transparent;
}
.tp_language_div .tp_lang_select:focus {
    outline: none;
}
.tp_logo {
    text-align: center;
}
.tp_logo a img {
    display: inline-block;
}
.tp_right_menu {
    float: right;
}
.tp_right_menu ul {
    padding: 0;
    margin: 0;
}
.tp_right_menu ul li {
    display: inline-block;
    list-style: none;
}
.tp_right_menu ul li a {
    padding: 10px 20px 0px 20px;
    float: left;
    text-decoration: none;
    color: #454545;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_right_menu ul li:last-child a {
    padding-right: 0;
}
.tp_right_menu ul li a:after {
    position: absolute;
    content: '|';
    right: -5px;
    color: rgba(69, 69, 69, 0.5);
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.tp_right_menu ul li:last-child a:after {
    display: none;
}
.tp_right_menu ul li a i {
    margin-right: 5px;
}
/* .tp_right_menu ul li a:hover { */
	/* color:#ff7d4a; */
/* } */
/*----top header end----*/
/*-----main header start-----*/
.tp_menudiv {
    text-align: center;
}
.tp_menudiv ul.navbar-nav {
    width: 100%;
}
.tp_menudiv ul.navbar-nav li {
    float: none;
    display: inline-block;
    padding: 0px 15px;
}
.tp_menudiv ul.navbar-nav li a {
    color: #454545;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    padding: 20px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_menudiv ul.navbar-nav li a:hover, .tp_menudiv ul.navbar-nav li a:focus {
	background:transparent;
} 
.tp_menudiv ul.navbar-nav li a:after {
    position: absolute;
    top: 70%;
    left: 50%;
    color: transparent;
    content: "•";
    text-shadow: transparent 0px 0px;
    font-size: 15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    pointer-events: none;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
}
.tp_menudiv ul.navbar-nav li:hover a:after, .tp_menudiv ul.navbar-nav li.active a:after {
    color: #454545;
    text-shadow: 7px 0 #454545, -7px 0 #454545;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown a:before {
    position: absolute;
    content: "\f0dd";
    font-family: FontAwesome;
    right: -15px;
    top: 47%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*-----main header end-----*/
/*-----sub-menu start-----*/
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 130px;
    background: #353535;
    z-index: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown:hover ul.sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    padding: 10px 0px;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li {
    width: 100%;
    text-align: left;
    position: relative;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li a:before, .tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li a:after {
    opacity: 0;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li:hover a {
    padding-left: 5px;
    /*color: #ff7d4a;*/
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li.tp_dropdown a:before {
	position: absolute;
    font-family: FontAwesome;
    right: -10px;
    color: #fff;
    content: "\f0da";
    font-size: 15px;
    width: 10px;
    height: 10px;
    opacity: 1;
    top: 35%;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li.tp_dropdown ul.sub-menu {
    left: 100%;
    top: 1px;
	-webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li.tp_dropdown ul.sub-menu li a:before {
    opacity: 0;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li.tp_dropdown:hover ul.sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li.tp_dropdown ul.sub-menu li a {
    color: #fff;
    padding-left: 0;
}
.tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li.tp_dropdown ul.sub-menu li:hover a {
    padding-left: 5px;
    color: #ff7d4a;
}
/*-----sub-menu end-----*/
/*----main banner start------*/
.tp_main_banner {
    background-image: url(../images/bg1.jpg);
    padding: 160px 0;
    background-size: cover;
}
.tp_banner_data {
    text-align: center;
    margin-top: 100px;
}
.tp_banner_data h1 {
    margin: 0;
    color: #252525;
    font-size: 43px;
    font-weight: 700;
    line-height: 65px;
}
.tp_banner_data h3 {
    color: #353535;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
    margin-bottom: 30px;
}
.tp_banner_form {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.tp_banner_form .form-inline {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
.tp_banner_form .tp_form-group {
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}
.tp_banner_form .tp_form-group .form-control {
    box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    height: 50px;
    border: none;
}
.tp_banner_form .form-group {
    float: left;
    width: 80%;
    margin-bottom: 30px;
}
.tp_banner_form .form-group .form-control {
    float: left;
    width: 80%;
    box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    height: 50px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    color: #979797;
}
.tp_banner_form .form-group .form-control::-moz-placeholder {
  color: #979797;
  opacity: 1;
}
.tp_banner_form .form-group .form-control:-ms-input-placeholder {
  color: #979797;
}
.tp_banner_form .form-group .form-control::-webkit-input-placeholder {
  color: #979797;
}
.tp_banner_form .form-group .tp_search_btn {
    float: left;
    width: 20%;
    height: 50px;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.1);
    border: none;
    /*background: #ff7d4a;*/
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_banner_form .form-group .tp_search_btn:hover {
   /*background: #353535;*/
    color: #fff;
}
.tp_banner_form .form-group .tp_search_btn i {
    margin-right: 5px;
}
.tp_banner_form .tp_btn{
    padding: 14px 30px;
}
.tp_btn {
    /*background: #ff7d4a;*/
    display: inline-block;
    padding: 10px 30px;
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}
.tp_btn:hover {
    /*background: #353535;*/ 
    color: #fff;
    text-decoration: none;
}
/*----main banner end------*/
/*------header2 start-------*/
.tp_right_menu ul li .tp_language_div {
    float: left;
    padding-left: 12px;
}
.tp_right_menu ul li .tp_language_div .tp_lang_select {
    padding: 0;
}
.tp_header2 .tp_logo {
    text-align: left;
}
.tp_header2 .tp_menudiv {
    text-align: left;
}
.tp_main_banner.tp_banner2 {
    padding: 100px 0;
}
.tp_banner_data{
    margin-top: 0;
}
/*------header2 end-------*/
/*----header3 start----*/
.tp_header3 {
    position: absolute;
    width: 100%;
}
.tp_header3 .tp_main_header_wrapper {
    padding: 20px 0;
}
.tp_header3 .tp_logo {
    text-align: left;
}
.tp_header3 .tp_menudiv {
    text-align: right;
}
.tp_header3 .tp_menudiv ul.navbar-nav li.tp_dropdown ul.sub-menu li.tp_dropdown ul.sub-menu{
	left: auto;
    right: 100%;
}
.tp_header3 .tp_menudiv ul li:last-child.tp_dropdown a:before, .tp_header3 .tp_menudiv ul li:last-child.tp_dropdown a:after {
    opacity: 0;
}
.tp_header3 .tp_menudiv ul li:last-child.tp_dropdown ul.sub-menu {
    left: auto;
    right: 0;
}
/*.tp_header3 .tp_menudiv ul li:last-child.tp_dropdown a {
    color: #ff7d4a;
}*/
/*----header3 end----*/
/*----featured product start-----*/
.tp_gray_wrapper {
    background: #f6f6f6;
}
.tp_heading_div {
    text-align: center;
}
.tp_heading_div h2 {
    color: #252525;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 800;
}
.tp_product_div {
    background: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 11.7px 1.3px rgba(49, 49, 49, 0.1);
    -webkit-box-shadow: 0px 0px 11.7px 1.3px rgba(49, 49, 49, 0.1);
    -moz-box-shadow: 0px 0px 11.7px 1.3px rgba(49, 49, 49, 0.1);
}
.tp_product_div .tp_product_img {
    position: relative;
    overflow: hidden;
}
.tp_product_div .tp_product_img img {
    width: 100%;
    height: 183px;
}
.tp_overlay {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
    left: -50%;
    top: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tp_overlay_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tp_overlay_btn .tp_btn {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    padding: 7px 25px;
    font-size: 14px;
}
.tp_product_div .tp_product_img:hover .tp_overlay {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
.tp_product_div .tp_product_img:hover .tp_overlay_btn .tp_btn {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.tp_overlay_btn .tp_btn:hover {
    background: #fff;
    color: #ff7d4a;
}
.tp_product_data {
    padding-top: 30px;
}
.tp_product_data div h4 {
    /* padding-top: 30px;
    padding-bottom: 10px; */
}
.tp_product_data h3 {
    margin: 0;
    color: #353535;
    font-size: 18px;
    font-weight: 600;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_product_data h3 a, .tp_product_data h3 a:hover, .tp_product_data h3 a:focus{
	color:inherit;
	text-decoration:none;
}
/*.tp_product_data h3:hover a {
    color: #ff7d4a;
}*/
.tp_product_data p {
    min-height: 70px;
}
.tp_product_data ul {
    padding: 0;
    margin: 0;
}
.tp_product_data ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
.tp_product_data ul li a {
    /*color: #ff7d4a;*/
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}
.tp_product_data ul li a i {
    margin-right: 5px;
}
.tp_divider {
    height: 1px;
    background: #e7e7e7;
    margin: 20px -20px;
}
.tp_sales_data {
    float: left;
    width: 50%;
}
.tp_sales_data h4 {
	margin: 0;
    color: #353535;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px;
}
.tp_sales_data h4 i {
    color: #5d5d5d;
    margin-right: 5px;
}
.tp_price_div {
    float: left;
    width: 50%;
    text-align: right;
}
.tp_price_div h4 {
    margin: 0;
    background: #656565;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
.tp_product_data .tp_btndiv {
    text-align: center;
    margin: 20px 0 10px;
    display: inline-block;
    width: 100%;
}
.tp_product_data .tp_btndiv .tp_btn {
    padding: 5px 30px;
    font-size: 14px;
}
/*----featured product end-----*/
/*----buying and selling section start------*/
.tp_white_wrapper {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
}
.tp_right_border_big {
    position: relative;
}
.tp_right_border_big:after {
    background-image: url(../images/shop_divider.png);
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    right: -15px;
}
.tp_selling_buying_div {
    text-align: center;
    margin: 20px 0;
}
.tp_selling_buying_div span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 100%;
    /*background: #ff7d4a;*/
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_selling_buying_div span i{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_selling_buying_div span i:before {
    margin: 0;
    font-size: 40px;
}
.tp_selling_buying_div h3 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    /*color: #ff7d4a;*/
}
.tp_selling_buying_div p {
    margin: 30px 0;
    padding: 0px 30px;
    line-height: 30px;
}
.tp_selling_buying_div .tp_btn {
    padding: 10px 30px;
}
.tp_right_border {
    position: relative;
}
.tp_right_border:after {
    background-image: url(../images/footer_divider.png);
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 20%;
    background-repeat: no-repeat;
    right: -15px;
}
/*----buying and selling section end------*/
/*---latest theme start-----*/
.tp_filter {
    text-align: center;
    margin-bottom: 30px;
}
.tp_filter ul {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
}
.tp_filter ul li {
    display: inline-block;
    list-style: none;
}
.tp_filter ul li a {
    color: #454545;
    text-decoration: none;
    padding: 3px 25px;
    background: #ffffff;
    margin: 0 15px;
    font-weight: 500;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
}
.tp_filter ul li a.active {
    /*background: #ff7d4a;
    border-color: #ff7d4a;*/
    color: #fff;
}

.tp_btndiv {
    text-align: center;
    margin-top: 10px;
}
/*---latest theme end-----*/



/*------client section start--------*/
.tp_clientslider{
	float:left;
	width:100%;
    position: relative;
	margin-bottom: 40px;

}
.tp_client_img{
	float:left;
	width:100%;
	text-align:center;
    margin: 20px 0 50px;
	padding-top:20px;
}
.tp_client_img img{
    display: inline-block !important;
    width: auto !important;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    position: relative;
    border-radius: 100%;
    border: 8px solid rgba(255, 255, 255);
}
.tp_client_img img {
    opacity: 0.5;
}
div#thumbnails .center .owl-item.active.center .tp_client_img img, div#thumbnails .owl-item.active.center .tp_client_img img {  
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    opacity: 1;
	z-index: 1;
    box-shadow: 0px 0px 5.95px 1.05px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5.95px 1.05px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5.95px 1.05px rgba(0, 0, 0, 0.2);
}
.tp_client_content {
    float: left;
    width: 100%;
    text-align: center;

}
/* .tp_client_content:before { */
    /* position: absolute; */
    /* content: ''; */
    /* width: 70px; */
    /* height: 49px; */
    /* background-image: url(../images/quote_left.png); */
    /* left: 0; */
    /* top: 0; */
/* } */
/* .tp_client_content:after { */
    /* position: absolute; */
    /* content: ''; */
    /* width: 70px; */
    /* height: 49px; */
    /* background-image: url(../images/quote_right.png); */
    /* right: 0; */
    /* bottom: 0; */
/* } */
.tp_client_content_inner{}
.tp_client_content_inner .tp_quote_left img, .tp_client_content_inner .tp_quote_right img {
    width: auto !important;
}
.tp_client_content_inner {
    float: left;
    width: 100%;
}
.tp_client_content_inner .tp_quote_left, .tp_client_content_inner .tp_quote_right {
    width: 70px;
    height: 49px;
    position: absolute;
}
.tp_client_content_inner .tp_quote_left{
    left: 0;
    top: 0;	
	float:left;
}
.tp_client_content_inner .tp_quote_right{
    right: 0;
    bottom: 0;
    float: right;
}
.tp_client_content .tp_client_name {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.tp_client_content .tp_client_name h5 {
    float: left;
    width: 100%;
    color: #353535;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}
.tp_client_content p {
    float: left;
    width: 100%;
    padding: 0px 15%;
    margin-bottom: 20px;
}
#thumbnails .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 110px;
}
#slider .owl-nav {
    position: absolute;
    width: 100%;
    top: -110px;
} 
#slider .owl-nav .owl-prev, #slider .owl-nav .owl-next, #thumbnails .owl-nav .owl-prev, #thumbnails .owl-nav .owl-next {
	position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    font-size: 30px;
    color: #333;
}
#slider .owl-nav .owl-prev, #thumbnails .owl-nav .owl-prev {
    left: 0;
}
#slider .owl-nav .owl-next, #thumbnails .owl-nav .owl-next {
    right: 0;
}
#thumbnails .owl-nav .owl-prev, #thumbnails .owl-nav .owl-next {
    display: none;
}
#thumbnails .owl-dots.disabled {
    display: none;
    position: absolute;
    width: auto;
    bottom: -150px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#thumbnails .owl-dots.disabled .owl-dot, #slider .owl-dots .owl-dot {
    float: left;
    width: 8px;
    height: 8px;
    background: transparent;
    margin: 0px 5px;
    border-radius: 100%;
    border: 1px solid #ff7d4a;
}
#thumbnails .owl-dots.disabled .owl-dot.active, #slider .owl-dots .owl-dot.active {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
#slider .owl-dots {
    position: absolute;
    width: auto;
    bottom: -25px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    cursor: pointer;
}
/*------client section end--------*/
/*-----subscribe section start-----*/
.tp_newsletter_div {
    text-align: center;
    position: relative;
    z-index: 1;
}
.tp_newsletter_div:before {
    position: absolute;
    content: "\f102";
    font-family: Flaticon;
    font-size: 300px;
    font-style: normal;
    left: -90px;
    top: 60%;
    z-index: -1;
    color: rgba(172, 172, 172, 0.15);
}
.tp_newsletter_div span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    /*background: #ff7d4a;*/
    color: #fff;
}
.tp_newsletter_div span i:before {
    margin: 0;
    font-size: 30px;
}
.tp_newsletter_div h2 {
    font-size: 32px;
    font-weight: 800;
    color: #252525;
    margin: 20px 0 30px;
}
.tp_newsletter_div p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}
.tp_sebscribe_form {
    width: 100%;
    display: inline-block;
}


.tp_sebscribe_form .form-inline {
    width: 100%;
}
.tp_sebscribe_form .form-inline .form-group {
    width: 73%;
    float: left;
    position: relative;
}
.tp_sebscribe_form .form-inline .form-group .form-control {
    width: 100%;
    height: 50px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #cacac9;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}
.tp_sebscribe_form .form-inline .tp_btn {
    padding: 14px 30px;
    float: left;
    margin-left: -5px;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    right: 0;
}
/*-----subscribe section end-----*/
/*---footer start-----*/
.tp_footer_logo {
    text-align: center;
    margin-bottom: 50px;
}
.tp_footer_logo img {
    display: inline-block;
}
.tp_footer_div {
    text-align: center;
    padding: 50px 0;
}
.tp_footer_div span {
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    border-radius: 100%;
   /* background: #ff7d4a;*/
    color: #fff;
}
.tp_footer_div span i:before {
    margin: 0;
    font-size: 25px;
}
.tp_footer_div h3 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    color: #353535;
    margin-top: 30px;
}
.tp_footer_div h3 a, .tp_footer_div h3 a:hover, .tp_footer_div h3 a:focus{
	text-decoration:none;
	color:inherit;
	text-transform:lowercase;
}
/*---footer end-----*/
/*-----copyright start-----*/
.tp_copyright_wrapper {
    background: #434343;
    padding: 20px 0;
}
.tp_copyright_wrapper p {
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.tp_copyright_wrapper p a {
    /*color: #ff7d4a;*/
    text-decoration: none;
}
.tp_copyright_wrapper ul {
    float: right;
    margin: 0;
    padding: 0;
}
.tp_copyright_wrapper ul li {
    display: inline-block;
    list-style: none;
    margin-left: 15px;
}
.tp_copyright_wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*.tp_copyright_wrapper ul li a:hover {
	color: #ff7d4a;
}*/
/*-----copyright end-----*/
/*-----product single page start----*/
.tp_page_title {
    background: url(../images/bg3.jpg);
    padding: 170px 0 100px;
    background-attachment: fixed;
}
.tp_page_heading {
    text-align: center;
    margin-top: 70px;
}
.tp_page_heading h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #252525;
    text-transform: uppercase;
}
.tp_product_data .tp_btndiv.tp_btn_left {
    text-align: left;
}
.tp_product_data .tp_btndiv.tp_btn_left .tp_btn {
    padding: 5px 21px;
    margin-right: 20px;
}
.tp_related_product h2 {
    text-align: center;
    color: #353535;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0;
}
.tp_product_div .tp_product_img.tp_product_singleitem img {
    height: auto;
}
/*-----product single page end----*/
/*----sidebar start----*/
.tp_sidebar_div {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 10px 13px rgba(49, 49, 49, 0.1);
    -webkit-box-shadow: 0px 10px 13px rgba(49, 49, 49, 0.1);
    -moz-box-shadow: 0px 10px 13px rgba(49, 49, 49, 0.1);
    padding-bottom: 30px;
}
.tp_sidebar_div h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    color: #353535;
}
.tp_text_content p {
    padding: 20px 20px 30px;
    margin: 0;
}
.tp_text_content .tp_btndiv {
    text-align: left;
    padding: 0px 20px;
    margin: 0;
}
.tp_text_content .tp_btndiv a:nth-child(2) {
    margin-top: 20px;
}
.tp_text_content .tp_btndiv .tp_btn {
    padding: 5px 19px;
    font-size: 14px;
    margin-right: 10px;
}
.tp_author_detail {
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    width: 100%;
}
.tp_author_detail img {
    float: left;
    margin-right: 15px;
    border-radius: 100%;
}
.tp_author_detail h4 {
    color: #454545;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    line-height: 50px;
    font-weight: 600;
}
.tp_author_detail h4 a {
    color: inherit;
    text-decoration: none;
}
.tp_product_info {
    padding: 20px;
    padding-bottom: 0;
}
.tp_product_info p {
    color: #353535;
    margin-bottom: 25px;
}
.tp_product_info p a {
    color: inherit;
    text-decoration: none;
}
.tp_product_info p:last-child {
	margin-bottom:0;
}
.tp_product_info p strong {
    width: 65%;
    float: left;
}
.tp_product_info p span i.fa-star {
    color: #eecd4d;
}
.tp_product_info p span i.fa-star-o {
	color:#dddddd;
}
.tp_sidebar_search {
    display: inline-block;
    width: 100%;
}
.tp_sidebar_search .form-inline {
    padding: 20px;
    padding-bottom: 0;
}
.tp_sidebar_search .form-inline .form-group {
    float: left;
    width: 82%;
}
.tp_sidebar_search .form-inline .form-group .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    border-radius: 5px 0px 0px 5px;
    border-right: none;
}
.tp_sidebar_search .form-inline .tp_btn {
    padding: 9px 21px;
    border-radius: 0px 5px 5px 0px;
}
.tp_categories ul {
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
}
.tp_categories ul li {
    list-style: none;
    margin-bottom: 10px;
}
.tp_categories ul li:last-child {
    margin-bottom: 0;
}
.tp_categories ul li a {
    display: inline-block;
    text-transform: capitalize;
    color: #454545;
    text-decoration: none;
    padding-left: 25px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_categories ul li a:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f192";
    left: 0;
}
.tp_categories ul li a:hover {
	color:#ff7d4a;
}
.tp_sidebar_div h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    color: #353535;
}
.tp_vendor_info ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.tp_vendor_info ul li {
    list-style: none;
    padding: 10px 20px;
}
.tp_vendor_info ul li label {
    width: 50%;
    font-size: 13px;
    position: relative;
}
.tp_vendor_info ul li label:after {
    position: absolute;
    content: ':-';
    right: 3px;
}
.tp_vendor_contact p {
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
}
.tp_vendor_msg {
    padding: 20px;
    padding-bottom: 0;
}
.tp_vendor_msg .form-group {
    margin-bottom: 20px;
}
.tp_vendor_msg .form-group .form-control {
    background: #f6f6f6;
    height: auto;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    color: #979797;
    border-radius: 5px;
    resize: none;
}
.tp_vendor_msg .tp_btn {
    padding: 8px 20px;
}
/*----sidebar end----*/
/*----contact page start----*/
.tp_contact_div {
	background: #f2f2f2;
    padding: 50px 60px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.tp_contact_div:before {
    position: absolute;
    content: '';
    background-image: url(../images/contact_bg_img.png);
    width: 350px;
    height: 100%;
    left: -260px;
    background-repeat: no-repeat;
    top: 10px;
}
.tp_contact_div h3 {
    margin: 0;
    text-align: center;
    font-size: 25px;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}
.tp_contact_div .tp_contact_form .form-group {
    margin-bottom: 30px;
}
.tp_contact_div .tp_contact_form .form-group .form-control {
    height: 50px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    border: none;
    color: #979797;
    border-radius: 5px;
}
.tp_contact_div .tp_contact_form .form-group textarea.form-control {
    height: auto;
    resize: none;
}
.tp_contact_div .tp_contact_form .form-group .form-control::-moz-placeholder {
  color: #979797;
  opacity: 1;
}
.tp_contact_div .tp_contact_form .form-group .form-control:-ms-input-placeholder {
  color: #979797;
}
.tp_contact_div .tp_contact_form .form-group .form-control::-webkit-input-placeholder {
  color: #979797;
}
.tp_contact_div .tp_contact_form .form-group.ts_error_input .form-control{
	box-shadow:0px 0px 3px rgba(240, 44, 44, 1);
	-moz-box-shadow:0px 0px 3px rgba(240, 44, 44, 1);
	-webkit-box-shadow:0px 0px 3px rgba(240, 44, 44, 1);
}
.tp_contact_div .tp_contact_form .form-group.ts_success_input .form-control{
    box-shadow: 0px 0px 3px rgb(76, 175, 80);
    -moz-box-shadow: 0px 0px 3px rgb(76, 175, 80);
    -webkit-box-shadow: 0px 0px 3px rgb(76, 175, 80);
}
.tp_mapdiv {
    position: relative;
    box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
}
.tp_mapdiv:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(234, 231, 231, 0.2);
    top: 0;
    left: 0;
}
#real_map {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
/*----contact page end----*/
/*-----about page start----*/
.tp_about_data h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #353535;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.tp_about_data p {
    margin-bottom: 15px;
}
.tp_about_data ul {
    margin-bottom: 10px;
    padding: 0;
}
.tp_about_data ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 7px;
}
.tp_about_data ul li:before {
    position: absolute;
    content: "\f192";
    font-family: FontAwesome;
    left: 0;
	color:#ff7d4a;
}
/*-----about page end----*/
/*---pricing page start----*/
.tp_pricing_div {
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
.tp_pricing_heading {
    padding: 20px 0;
}
.tp_pricing_div h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.tp_table_price {
    /*background: #ff7d4a;*/
    padding: 15px 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.tp_table_price span {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.tp_pricing_div ul {
    margin: 0;
    padding: 40px 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    text-transform: capitalize;
}
.tp_pricing_div ul li {
    list-style: none;
    padding-bottom: 25px;
}
.tp_pricing_footer {
    padding: 20px 0;
}
.tp_pricing_div.active_tbl {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
/*.tp_pricing_div.active_tbl .tp_pricing_heading h4 {
    color: #ff7d4a;
}
.tp_pricing_div.active_tbl .tp_table_price {
    background: #353535;
}*/
.tp_pricing_div.active_tbl .tp_pricing_footer .tp_btn.ts_disabled_btn {
    /*background: #353535;*/
    cursor: not-allowed;
}
/*---pricing page end----*/
/*----blog pages start----*/
.tp_blog_div {
    background: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 10px 13px rgba(49, 49, 49, 0.1);
    -webkit-box-shadow: 0px 10px 13px rgba(49, 49, 49, 0.1);
    -moz-box-shadow: 0px 10px 13px rgba(49, 49, 49, 0.1);
}
.tp_blog_img {
    position: relative;
}
.tp_blog_content {
    padding: 20px 0;
}
.tp_blog_content h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #353535;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_blog_content h3 a, .tp_blog_content h3 a:hover, .tp_blog_content h3 a:focus {
    text-decoration: none;
    color: inherit;
}
/*.tp_blog_content h3:hover {
	color: #ff7d4a;
}*/
.tp_blog_content ul.tp_blog_tag {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.tp_blog_content ul.tp_blog_tag li {
    display: inline-block;
    list-style: none;
}
.tp_blog_content ul.tp_blog_tag li a {
    /*color: #ff7d4a;*/
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 15px;
}
.tp_blog_content ul.tp_blog_tag li a i {
    margin-right: 5px;
}
.tp_blog_content p {
    margin-bottom: 30px;
}
.tp_blog_content .tp_btn {
    padding: 7px 25px;
}
.tp_pagination_div ul.tp_pagination {
    margin: 0;
    float: right;
}
.tp_pagination_div ul.tp_pagination li {
    float: left;
   /* background: #353535;*/
    color: #fff;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
	list-style:none;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_pagination_div ul.tp_pagination li a {
    background: transparent;
    border: none;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 40px;
    padding: 0;
    color: #fff;
    border-radius:0px;
	text-decoration:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_pagination_div ul.tp_pagination li a:hover, .tp_pagination_div ul.tp_pagination li.active{
    /*background: #ff7d4a;*/
    border: none;
}
/*----blog pages end----*/
/*----blog-single start----*/
.tp_blog_content blockquote {
    background: #f1f1f1;
    border-left-color: #ff7d4a;
}
.tp_blog_content blockquote p {
    font-size: 16px;
    line-height: 27px;
}
.tp_comment, .tp_comment_form {
    background: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 10px 13px rgba(49, 49, 49, 0.1);
    -webkit-box-shadow: 0px 10px 13px rgba(49, 49, 49, 0.1);
    -moz-box-shadow: 0px 10px 13px rgba(49, 49, 49, 0.1);
}
.tp_comment h3, .tp_comment_form h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #252525;
	text-transform:capitalize;
}
.tp_comment ol.comment {
    margin: 0;
    padding: 0;
}
.tp_comment ol.comment li {
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.tp_comment ol.comment li .tp_author_img {
    float: left;
    width: 80px;
}
.tp_comment ol.comment li .tp_comment_data {
    float: left;
    width: calc(100% - 80px);
    padding-left: 20px;
	position:relative;
}
.tp_comment ol.comment li .tp_comment_data h2 {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 6px;
}
.tp_comment ol.comment li .tp_comment_data h5 {
    margin: 0;
    margin-bottom: 6px;
    font-size: 13px;
    color: #ff7d4a;
}
.tp_comment ol.comment li .tp_comment_data p {
    margin: 0;
}
.tp_comment ol.comment li .tp_comment_data .tp_reply {
    position: absolute;
    right: 0;
    top: 0;
    color: #ff7d4a;
    text-decoration: none;
    text-transform: uppercase;
}
.tp_comment ol.comment li .tp_comment_data .tp_reply i {
    margin-right: 5px;
}
.tp_comment ol.comment li ul.children {
    margin: 0;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    padding-left: 40px;
}
.tp_comment_form .form-group {
    margin-bottom: 25px;
}
.tp_comment_form .form-group .form-control {
    height: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    color: #979797;
    border-radius: 5px;
}
.tp_comment_form .form-group textarea.form-control {
    height: auto;
    resize: none;
}
.ts_blog_messages {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.ts_blog_messages .form-group .form-control {
    height: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    color: #979797;
    border-radius: 5px;
}
.ts_blog_messages .form-group textarea.form-control {
	height:auto;
	resize:none;
}
/*----blog-single end----*/
/*---login page start---*/
.tp_login_wrapper {
    position: relative;
    height: 100vh;
}
.tp_background_img {
    position: relative;    
    height: 100vh;
    background-size: 100% 100%;
}
.tp_background_img img {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    width: 100%;
}
.tp_background_img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: -10px;
    left: 0;
    bottom: 0;
    right: 0;
}
.tp_login_inner_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#pay_form_box {
    /* margin: 0 auto; */
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    /* margin-left: 20px; */
}
.tp_formdata img {
    display: inline-block;
    margin-bottom: 20px;
}
.tp_login_inner_wrapper .tp_formdata {
    position: relative;
    z-index: 1;
}
.tp_social_link {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.tp_social_link span {
    display: inline-block;
    width: 210px;
    height: 40px;
    line-height: 40px;
	text-align:center;
}
.tp_social_link span a {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-decoration: none;
}
.tp_social_link span a i {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.tp_social_link span.tp_fb{
    background: #133783;
    margin-right: 10px;
}
.tp_social_link span.tp_gp{
    background: #db4437;
}
.tp_login_inner_wrapper .tp_contact_div:before {
    /* left: -190px; */
    /* top: -30px; */
    /* background-image: url(../images/login_bg_img.png); */
    left: 0;
    top: -231px; 
    background-image: url(../images/login_bg.png);
    width: 100%;
    height: 110%;
}
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data {
    display: inline-block;
    width: 100%;
}
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data .tp_custom_check {
    outline: none;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 35px;
    margin: 0;
    float: left;
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data .tp_custom_check:hover {
	color:#ff7d4a;
}
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data .tp_custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data .tp_custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #353535;
}
/* When the checkbox is checked, add a blue background */
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data .tp_custom_check input:checked ~ .checkmark {
    background-color: #ff7d4a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data .tp_custom_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data .tp_custom_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data .tp_custom_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data a {
    float: right;
    text-decoration: none;
    color: #353535;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form .tp_login_data a:hover {
	color: #ff7d4a;
}
.tp_login_inner_wrapper .tp_contact_div .tp_contact_form {
    position: relative;
    z-index: 1;
}
.tp_login_inner_wrapper .tp_login_footer {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.tp_login_inner_wrapper .tp_login_footer p {
    color: #fff;
    margin: 0;
}
.tp_login_inner_wrapper .tp_login_footer p a {
    text-decoration: none;
    color: #ff7d4a;
}
.tp_login_inner_wrapper .tp_login_footer span {
    width: 100%;
    margin: 5px 0;
    display: inline-block;
}
.tp_login_inner_wrapper .tp_login_footer span a {
    text-decoration: none;
    color: #ff7d4a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.tp_login_inner_wrapper .tp_login_footer span a i{
	margin-right:5px;
}
/*---login page End---*/
/*----Cart page start----*/
.tp_cartdiv {
    margin-bottom: 50px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.tp_cartdiv .table tr th {
    border-top: none;
    background: #353535;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 15px 10px;
}
.tp_cartdiv .table tr th:last-child, .tp_cartdiv .table tr td:last-child {
    border-right: none;
}
.tp_cartdiv .table tr td {
    background: #fff;
    border-right: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
    text-align: center;
    padding: 15px 10px;
}
.tp_cartdiv .table tr td p {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    line-height: 50px;
}
.tp_cartdiv .table tr td img{
	display:inline-block;
}
.tp_cartdiv .table tr td h4 {
    margin: 0;
    line-height: 50px;
    text-transform: capitalize;
    color: #454545;
}
.tp_cartdiv .table tr td h4 a{
	text-decoration:none;
	color:inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_cartdiv .table tr td h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}
.tp_cartdiv .table tr td a {
    display: inline-block;
    text-decoration: none;
    color: #353535;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*.tp_cartdiv .table tr td a:hover, .tp_cartdiv .table tr td h4:hover a {
	color:#ff7d4a;
}*/
.tp_total_section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.tp_total_section .tp_total_box {
    float: right;
    width: 400px;
    background-color: #fff;
    padding: 20px;
}
.tp_total_section .tp_total_box ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.tp_total_section .tp_total_box ul li {
    list-style: none;
    float: left;
    width: 100%;
    text-transform: capitalize;
    padding: 10px 0px;
    border-bottom: 1px solid #212121;
    color: #212121;
    font-weight: 500;
}
.tp_total_section .tp_total_box ul li span {
    float: right;
    font-weight: 400;
}
.tp_cart_login {
    display: inline-block;
    width: 100%;
    margin-top: 70px;
    text-align: center;
	display:none;
}
.tp_cart_login .tp_contact_div {
    padding: 40px;
}
.tp_cart_login .tp_contact_div:before {
	display:none;
}
.tp_cart_login .tp_contact_div .tp_contact_form .tp_btndiv {
    text-align: left;
}
.tp_cart_login .tp_contact_div .tp_contact_form .tp_btndiv p {
    float: right;
    margin: 0;
    line-height: 40px;
}
.tp_cart_login .tp_contact_div .tp_contact_form .tp_btndiv p a{
	text-decoration:none;
	color:#ff7d4a;
}
.hideme {
	display:none; 
}
/*----Cart page end----*/
/*---coupon popup start----*/
.tp_coupon_popup .modal-content {
    background: #f2f2f2;
}
.tp_coupon_popup .modal-header {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
}
.tp_coupon_popup .modal-header h4.modal-title {
    color: #353535;
    font-size: 18px;
    font-weight: 600;
}
.tp_coupon_popup .modal-body {
	padding: 50px 100px;
    display: inline-block;
    width: 100%;
}
.tp_coupon_popup .modal-body .form-control {
	height: 50px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    border: none;
    color: #979797;
    border-radius: 5px;
    margin-bottom: 25px;
}
.tp_coupon_popup .modal-body .tp_btn {
    float: right;
    padding: 5px 25px;
    font-size: 14px;
}
.ts_payment_box .paymentmethod {
    height: 40px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
}
.banktransfer_div {
    display: inline-block;
    width: 100%;
    padding: 20px 0 0;
}
.banktransfer_div span{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.banktransfer_div .transactionDone_div p .transactionDone_textarea {
    width: 100%;
    resize: none;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
}
/*---coupon popup end----*/
/*---paid download page start---*/
.tp_user_menu {
    display: inline-block;
    width: 100%;
    /*background: #353535;*/
    padding: 20px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.tp_user_menu ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.tp_user_menu ul li {
    float: left;
    width: 100%;
    list-style: none;
}
.tp_user_menu ul li a {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_user_menu ul li a i{
	margin-right:5px;
}
/*.tp_user_menu ul li:hover a, .tp_user_menu ul li.active a {
    color: #ff7d4a;
}*/
/*---paid download page end---*/
/*---profile page start---*/
.tp_user_profile_div {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.tp_user_profile_div h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    /*color: #353535;*/
}
.tp_user_profile_div .form-group {
    margin-bottom: 25px;
}
.tp_user_profile_div .form-group label {
    font-size: 14px;
    font-weight: 500;
}
.tp_user_profile_div .form-group .form-control {
    height: 45px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    color: #979797;
    border-radius: 5px;
    background: #f6f6f6;
}
.tp_user_profile_div .form-group .tp_box {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}
.tp_user_profile_div .form-group .tp_box input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.tp_user_profile_div .form-group .tp_box label {
    max-width: 80%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    /*background: #ff7d4a;*/
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
    margin: 0;
}
/*---profile page end---*/
/*---Alert Message Start---*/
.ts_message_popup{
    right: 20px;
    top: 20px;
    width: 240px;
    position: fixed;
    padding: 15px;
	opacity:0;
	visibility:hidden;
	text-align:center;
	border-radius:4px;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    -webkit-transform: -webkit-translateY(-15px);
    -moz-transform: -moz-translateY(-15px);
    -ms-transform: -ms-translateY(-15px);
    -o-transform: -o-translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.5s;
}
.ts_message_popup.ts_popup_error{
	color:#fff;
	background-color:#F44336;
	border-color:#F44336;
	opacity:1;
	visibility:visible;
	z-index:1000000000;
	-webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.5s;
}
.ts_message_popup.ts_popup_success{
	color:#fff;
	background-color: #66BB6A;
	border-color:#66BB6A;
	opacity:1;
	visibility:visible;
	z-index:1000000000;
	-webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.5s;
}
.ts_message_popup_text{
    float: left;
    width: 100%;
    color: #fff;
	margin:0px;
}
/*---Alert Message End---*/
/*---success page start---*/
.tp_success_div {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.tp_success_div h3 {
    color: #252525;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 800;
    margin-bottom: 15px;
}
.tp_success_div h4 {
    margin-bottom: 40px;
    font-size: 17px;
}
.tp_success_div img {
    display: inline-block;
    width: 300px;
}
/*---success page end---*/
/*---live preview page start---*/
.tp_preview_freame_wrapper {
    float: left;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.tp_preview_freame_header {
    float: left;
    width: 100%;
    position: fixed;
    padding:10px 0px;
    z-index: 1;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.tp_preview_freame_logo {
    float: left;
    margin-left: 10px;
}
.tp_preview_freame_option {
    float: left;
    width: 280px;
}
.tp_preview_freame_option ul {
    float: left;
    width: 280px;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
.tp_preview_freame_option ul li {
    list-style: none;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_preview_freame_option ul li a {
    display: block;
    padding: 10px 9px;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 500;
    background-color: #ff7d4a;
    text-decoration: none;
    text-transform: capitalize;
}
.tp_preview_freame_option ul li a i {
    float: right;
    padding-top: 3px;
}
.tp_preview_freame_option ul li ul {
    position: absolute;
    border-radius: 3px;
    max-height: 352px;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.tp_preview_freame_option ul li ul li {
    border-top: 1px solid #eaeaea;
}
.tp_preview_freame_option ul li ul li a {
    font-size: 13px;
    float: left;
    width: 100%;
    background-color: #ff7d4a;
    border-radius: 0px;
}
.tp_preview_freame_option ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_preview_freame_btns {
    float: right;
}
.tp_preview_freame_btns ul {
    float: left;
    width: 100%;
    margin: 2px 0px 0px 0px;
    padding: 0px;
}
.tp_preview_freame_btns ul li {
    list-style: none;
    float: left;
    text-transform: capitalize;
    margin-right: 12px;
}
.tp_preview_freame_btns ul li a {
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tp_preview_freame_wrapper iframe {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 63px;
    position: absolute;
}
/*---live preview page end---*/
/*---term page start---*/
.tp_privacy_info_section{
    display: inline-block;
    width: 100%;
}
.tp_privacy_info_section h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #353535;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.tp_privacy_info_section ul {
    margin-bottom: 10px;
    padding: 0;
}
.tp_privacy_info_section ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 7px;
}
.tp_privacy_info_section ul li:before {
    position: absolute;
    content: "\f192";
    font-family: FontAwesome;
    left: 0;
    color: #ff7d4a;
} 
/*---term page end---*/


/***********************************************************************************
23 - Popup Wrapper Start
***********************************************************************************/
.ts_popup_wrapper{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.70);
	z-index:99999;
	opacity:0;
	visibility:hidden;
}
.ts_popup_wrapper.popup_open{
	opacity:1;
	visibility:visible;
	-webkit-animation: anim 0.3s ease;
	-moz-animation: anim 0.3s ease;
	-ms-animation: anim 0.3s ease;
	-o-animation: anim 0.3s ease;
	animation: anim 0.3s ease;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ts_popup_wrapper.popup_close {
	display:block;
	opacity:1;
	visibility:visible;
	-webkit-animation: anim_close 0.3s ease;
	-moz-animation: anim_close 0.3s ease;
	-ms-animation: anim_close 0.3s ease;
	-o-animation: anim_close 0.3s ease;
	animation: anim_close 0.3s ease;
}
.ts_popup_wrapper .ts_popup_close_overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor:crosshair;
}
.ts_popup_wrapper .ts_left_arrow{
    position: absolute;
    font-size: 32px;
    top: 50%;
    left: 0;
    background-color: #fff;
    padding: 10px 10px 10px 5px;
    cursor:pointer;
}
.ts_popup_wrapper .ts_right_arrow{
    position: absolute;
    font-size: 32px;
    top: 50%;
    right: 0;
    background-color: #fff;
    padding: 10px 5px 10px 10px;
    cursor:pointer;
}
.ts_popup_wrapper .ts_popup_close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: block;
    font-size: 32px;
    color: #fff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ts_popup_wrapper a.ts_popup_close:hover{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform: rotate(90deg);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ts_popup_wrapper .ts_popup_inner{
	width:600px;
	display:table;
	margin:0 auto;
	margin-top:160px;
	background-color:transparent;
	border-radius:0px;
	position:relative;
	box-shadow: inset 0 0 8px #000;
	-webkit-box-shadow: inset 0 0 8px #000;
	-moz-box-shadow: inset 0 0 8px #000;
	-ms-box-shadow: inset 0 0 8px #000;
	-o-box-shadow: inset 0 0 8px #000;
    border: 1px solid rgba(255, 255, 255, 0.22);
}
.ts_popup_wrapper .ts_popup_inner ul li {
	padding: 10px;
}
.ts_popup_wrapper #popupgallery{
	text-align:center;
}
.ts_popup_wrapper #popupgallery ul{
	display:inline-block;
	width: 100%;
	margin:0px;
	padding:0px;
}
.ts_popup_wrapper #popupgallery ul li{
	list-style:none;
}
@keyframes anim{
	0%{
	opacity:0;
	visibility:hidden;
	-webkit-transform: translateY(200px) scale(0.8);
	-moz-transform: translateY(200px) scale(0.8);
	-ms-transform: translateY(200px) scale(0.8);
	-o-transform: translateY(200px) scale(0.8);
	transform: translateY(200px) scale(0.8);
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	}
	100%{
	opacity:1;
	visibility:visible;
	-webkit-transform: translateY(0px) scale(1);
	-moz-transform: translateY(0px) scale(1);
	-ms-transform: translateY(0px) scale(1);
	-o-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	}
}
@keyframes anim_close{
	0%{
	opacity:1;
	visibility:visible;
	-webkit-transform: translateY(0px) scale(1);
	-moz-transform: translateY(0px) scale(1);
	-ms-transform: translateY(0px) scale(1);
	-o-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	}
	100%{
	opacity:0;
	visibility:hidden;
	-webkit-transform: translateY(200px) scale(0.8);
	-moz-transform: translateY(200px) scale(0.8);
	-ms-transform: translateY(200px) scale(0.8);
	-o-transform: translateY(200px) scale(0.8);
	transform: translateY(200px) scale(0.8);
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	}
}
.ts_popup_wrapper .ts_popup_inner.ts_video_popup ul li video{
	width:100%;
	height:100%;
}
.ts_popup_wrapper .ts_popup_inner.ts_video_popup ul li audio{
	width:100%;
	/* height:100%; */
}
.task_page_img>img{
    max-width: 100%;
    padding-top: 50px;
}
/***********************************************************************************
23 - Popup Wrapper End
***********************************************************************************/