/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
  font-family: "heading";
  src: url("/wp-content/uploads/aaron-bold.woff2") format("woff2"), 
	  url("/wp-content/uploads/aaron-bold.woff") format("woff");
}	
@font-face {
	font-family: "korolev";
src:url("/wp-content/uploads/korolev-bold.woff") format("woff2"),
	url("/wp-content/uploads/korolev-bold.woff") format("woff");
}
@font-face {
	font-family: "korolev";
src:url("/wp-content/uploads/korolev-medium.woff") format("woff2"),
	url("/wp-content/uploads/korolev-medium.woff") format("woff");
}

body {
	font-family: "korolev" !important;
	font-weight: 400;
	font-size: 16px;
}
html{
 scroll-behavior: smooth;	
}
ul#menu-main-menu li a  {
    font-size: 16px;
}
h1,h2 {
	font-family: "heading" !important;
	font-weight: normal !important;
	line-height: 1.2 !important;
}
h4,h3, h5 {
	font-family: "heading" !important;
	font-weight: normal !important;
	line-height: 1.2 !important;
}
h4 {
    margin-left: 80px !important;
}
h5 {
	margin-bottom: 10px;
	font-size: 1.2vw !important;
}
h1,h2,h3,h4,h5 {
	margin:.5vw 0 0.2vw;
	text-transform: uppercase;
}
h4::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 55px;
    background: #E01F2A;
    left: 0;
    top: 50%;
}
#esteemed h4::before {
	display: none;
}
h2 {
	/*line-height: 40px !important;*/
}
h4 {
	color: #E01F2A !important;
}
header.page-header.blog-page-header {
    max-width: 100%;
    width: 100%;
}
.single-product nav.woocommerce-breadcrumb {
    color: #e01f2a !important;
    background: transparent;
    border: 0;
}
.archive.category .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.single-product nav.woocommerce-breadcrumb a {
    color: #232323 !important;
}
.single-product nav.woocommerce-breadcrumb a:hover {
    color: #e01f2a !important;
}
header.page-header.blog-page-header h1.entry-title {
    margin: 0;
}
.breadcrumb a {
    color: #fff;
	font-size: 1.18vw !important;
}
.breadcrumb {
    color: #e01f2a;
	font-size: 1.18vw !important;
}
.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 80%;
/* 	border-top:1px solid #C2C3C3; */
}
div#n2-ss-2 .n2-font-476faf1bdd34c529db68c14a3e9d5732-paragraph {
    font-size: 1.18vw !important  ;
}
div#n2-ss-2 .n2-font-809d3ecac825aedf22c8c39fa32b865e-hover {
    font-size: 1.75vw !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover {
    background: #e01f2a !important;
    color: #fff !important;
    z-index: 2;
    border-bottom-color: #fff;
    border-radius: 0 !important;
}
.blog-sidebar ul.wp-block-latest-posts__list li a {
    font-size: 1.18vw;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}
ul.tabs.wc-tabs li {
    width: 33%;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	width: 100%;
	font-size: 18px;
}
.blog-sidebar .cat_link a {
    font-size: 1.18vw;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #ffffff !important;
}
article.post a img {
    width: 100%;
    height: 20vw;
    object-fit: contain;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    color: #fff;
    background: #333 !important;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    color: #333 !important;
    background: #f1f1f1 !important;
    border-radius: 0;
	border: none !important;
}
ul.tabs.wc-tabs li a {
    color: #333 !important;
	font-size: 18px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	position: relative;
	border-top-color: #E01F2A;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	overflow: visible !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #e01f2a;
    border-bottom: 0px;
    display: block !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 10px 0 !important;
/* 	margin: 0; */
}
.page.page-id-59 h2.eael-entry-title a {
    font-size: 24px;
}
ul.coldmatic li.unit svg {
    max-width: 18px;
	height: 18px;
	width: 100%;
    fill: #e01f2a;
}

ul.coldmatic {
    list-style: none;
    padding-left: 0;
/* 	margin-top: 15px; */
}
.post-plus-sidebar {
    display: grid;
    grid-template-columns: 73% 23%;
    gap: 50px;
}
.blog-sidebar h3 {
    margin-top: 2vw;
	font-size: 1.18vw;
}
.single-post .blog-sidebar h3 {
	font-size: 1.18vw !important;
}
ul.related-posts-list a h3 {
    font-size: 1.35vw;
}
.post h2.entry-title a {
    font-size: 1.35vw;
	font-weight: 100;
}
header.page-header.blog-page-header {
	display: none;
}
img.attachment-large.size-large.wp-post-image:hover {
    transform: scale(1.05);
    transition-duration: .4s;
}
img.attachment-large.size-large.wp-post-image{
    transition-duration: .4s;
}
article.post {
    box-shadow: 0px 0px 1vw rgb(0 0 0 / 10%) !important;
	margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.excert-info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post-infor {
    background: #fff;
    padding: 0px 10px 10px;
    margin-top: -15px;
}
.single-post header.page-header.blog-page-header, .blog header.page-header.blog-page-header, .archive.category header.page-header.blog-page-header {
    background: #232323;
    padding: 50px 4%;
    margin-bottom: 50px;
	display: block;
}
.blog-sidebar {
    display: none;
}
.single-post .blog-sidebar {
    display: block;
}
.single-post .singlepost-plus-sidebar {
    display: grid;
    grid-template-columns: 73% 23%;
    gap: 50px;
}

header.page-header.blog-page-header h1.entry-title, header.page-header.blog-page-header h1.entry-title a {
    color: #fff;
	font-weight: 100 !important;
	font-size: 3.6vw;
}
.single-post .singlepost-plus-sidebar .blog-sidebar {
    display: block;
}
.singlepost-plus-sidebar .blog-sidebar {
    display: none;
}
.blog .blog-sidebar {
	display: block;
}

.manufacturing {
    display: flex;
    gap: 50px;
/* 	margin-top: 15px; */
}
.post-infor a.eael-post-elements-readmore-btn {
	font-size: 1.18vw;
}
li.unit {
    display: flex;
    align-items: baseline;
    gap: 10px;
	margin-bottom: 5px;
	font-size: 1.18vw;
}
li.unit a {
    font-size: 1.18vw;
}
span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea, span.wpcf7-form-control-wrap select {
    padding: 2vw .25rem 1.5vw;
	padding-left: 10px !important;
}
.page-id-1491 h3 {
	font-size: 1.35vw;
}
.cold-unit h3 {
    margin-bottom: 1.5vw;
}
.page.page-id-59 h2.eael-entry-title {
	line-height: 1em !important;
}
.page-id-59 h1.entry-title {
    display: none;
}
ul.related-posts-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    list-style: none;
    padding-left: 0;
    padding-top: 30px;
}

.related-posts {
    text-align: center;
    margin: 50px 0 60px;
}
.blog .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.zoom_animation .elementor-widget-container{
	overflow:hidden;
}
.elementor-image-gallery .gallery-columns-6 .gallery-item {
	padding: 0 .4vw .4vw 0;
}
.fasteradd .e-con-inner {
    max-width: 100% !important;
}
.elementor-image-gallery .gallery-columns-6 .gallery-item .gallery-icon.landscape {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6E6E6;
}
.bg_red_x .elementor-image-box-content {
/*   	display: flex;
    height: 70px; */	
    align-items: center !important;
	justify-content: center;
	align-items: center !important;
    height: 4vw !important;
    padding: 1vw 0;
    display: block;
}
.zoom_animation img{
 transition: transform .5s;
}
div#n2-ss-2 .n2-font-a9f505dcafb5a43f7e3447004b1b581b-hover {
    font-size: 1.35vw !important;
}
.elementor-59 .elementor-element.elementor-element-9cd7f2b .elementor-icon-list-text {
    padding-left: 0px;
}
.zoom_animation img:hover{
transform: scale(1.05);
}
.eael-author-avatar>a {
    display: flex;
}
.page-id-69 #indusgallery > div > div .elementor-image-box-content {
	height: 4.5vw !important;
	padding: 0vw 0 0;
	display: flex;
}
ul.elementor-icon-list-items li span {
    font-size: 1.18vw;
}
.page-id-69 #indusgallery > div > div .elementor-image-box-content p {
    margin-bottom: 0;
}
.chooseover h3.elementor-icon-box-title {
    font-size: 1.35vw;
}
body.page-template-default h1.entry-title {
    display: none;
}
.home h1.entry-title {
    display: none;
}
.margin2 {
    margin-top: 1vw;
}
div#breadcrumb {
    max-width: fit-content;
}
.quality ul li h3 {
    color: #232323;
    font-weight: bold;
	text-transform: uppercase;
	font-size: 1.35vw;
}
.testing-labortary ul li h5 {
    color: #fff;
    text-transform: uppercase;
}
.upper-copyright p, .upper-copyright a {
    font-size: 0.94vw !important;
	font-weight: 400;
}
.col-lg-2.footer-info p {
	margin-block-end: 0.0vw;
	text-transform: uppercase;
}
.heading4 h4 {
    margin-left: 0 !important;
}
.heading4 h4::before {
    display: none !important;
}
li.unit strong {
    text-transform: uppercase;
}
p.white.margin2 {
    margin-bottom: 0.4vw;
}
#productionslider h4 {
    margin-left: 0 !important;
    color: #fff !important;
}
h1.entry-title {
    display: block;
}
.col-lg-12.upper-copyright.description {
    max-width: 92%;
    margin: auto;
    width: 100%;
}
.custom-contact-form {
    width: 100%;
    display: flex;
    gap: 20px;
}
.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .ekit-wid-con .ekit-form form textarea:not([type=submit]):not([type=checkbox]):not([type=radio]), .ekit-wid-con .ekit-form form select {
    padding: 0.8vw 1vw 0.8vw !important;
}
input:hover, textarea:hover, select:hover {
    border: 1px solid #fff !important;
}
.custom-contact-form p {
    width: 100%;
}
.custom-contact-form p span select {
    padding-left: 10px !important;
    font-size: 1.18vw !important;
}
input::placeholder, textarea::placeholder, select::placeholder {
    font-size: 1.18vw !important;
	padding: 0.5vw 0;
}
.e-con>.e-con-inner {
    max-width: 92%;
}
input, textarea, select {
	border-radius: 5px !important;
}
.single-post .meta_info p, .single-post .meta_info p a {
    color: #fff;
}
.single-post .meta_info {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
}
.meta_info {
	margin-top: 10px;
}
.single-post .meta_info p a {
    text-decoration: underline;
}
.archive.category .blog-sidebar {
    display: block;
}
input:hover, textarea:hover {
	/*border-color: #fff !important;*/
}
select.wpcf7-form-control.wpcf7-select option {
    background: black;
}
.our-cust p {
    margin-bottom: 0;
}
.new_redd p.elementor-image-box-title {
    margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    border-color: #e7e7e7 !important;
}
.custom-contact-form p {
    font-size: 1rem !important;
}
.single-product h1.product_title.entry-title {
    font-size: 2.6vw;
}
/* .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
} */
/* .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a:before {
   	content: url(https://kaloti.namanmodi.me/wp-content/uploads/2024/07/standard.svg);
    position: absolute;
    left: 31%;
    top: 9%;
    z-index: 2222222;
    opacity: 1;
    width: 18px !important;
    height: 18px;
    transform: scale(.035);
    max-width: 18px;
	filter: invert(1);
} */
/* ul.tabs.wc-tabs li:nth-child(2) a::before {
    content: url(https://kaloti.namanmodi.me/wp-content/uploads/2024/07/square-measument.svg);
    position: absolute;
    left: 21%;
    top: 9%;
    z-index: 2222222;
    opacity: 1;
    width: 18px !important;
    height: 18px;
    transform: scale(.035);
    max-width: 18px;
    filter: invert(1);
} */
/* ul.tabs.wc-tabs li:nth-child(3) a::before {
    content: url(https://kaloti.namanmodi.me/wp-content/uploads/2024/07/standard.svg);
    position: absolute;
    left: 30%;
    top: 9%;
    z-index: 2222222;
    opacity: 1;
    width: 18px !important;
    height: 18px;
    transform: scale(.035);
    max-width: 18px;
   filter: invert(1);
}	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before {
    filter: none;
} */
.sixty-two {
   	height: 140px;
    background: #E01F2A;
    width: 140px;
    text-align: center;
    position: absolute;
/*     bottom: 25px;
    left: 35px; */
	padding-top: 15px;
}
.meta_info p a {
    font-size: 1.18vw !important;
}
p.years {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0px;
}
.sixty-two .year {
    font-size: 35px;
    font-weight: 800;
    margin-top: 10px;
}

#our-product p {
    max-width: 700px;
    width: 100%;
}
h2.not_found{
font-size:100px !important;
 color: #e01f2a !important;
 text-align: center;
}
.notf_page h3{
color: #232323;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;	
}
.notf_page{
 text-align: center;	
}
a.site_btn {
    background: #e01f2a;
    padding: 8px 34px;
    color: #fff;
    border-radius: 4px;
}
.btns {
    margin-bottom: 50px;
    margin-top: 30px;
}
a.site_btn:hover{
  color: #fff !important;
}
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 100% !important;
}
.single-category .elementor-widget-image img {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    align-items: center;
    padding: 10px;
    border: 2px dotted #D9D9D9;
}
.single-category h5 {
    height: 60px;
}
.elementor-button-text {
	text-shadow: none;
}
.single-category span.elementor-button-text {
    transition: 1s;
}
.single-category h5 {
	transition: .5s;
}
#right_btn {
 position: fixed;
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    background-color: #e01f2a;
    border: 3px solid white;
    padding: 10px 13px;
    border-radius: 50px;
}
/* #right_btn: hover{
     background-color: #fff !important;
} */
#right_btn svg {
    fill: #fff;
    transform: rotate(270deg);
    position: relative;
    top: 1px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 16px !important;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important;
    background-color: #E01F2A;
    border-radius: 5px !important;
    padding: 15px 20px 15px 20px !important;
    margin-bottom: 0 !important;
	font-weight: 500 !important;
	border: 1px solid #E01F2A !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	color: #FFFFFF;
    background-color: #232323 !important;
	border: 1px solid #e7e7e7 !important;
}
a.email {
    text-transform: lowercase;
}
.no-line h4::before {
    display: none;
}
.three-image .elementor-image-gallery .gallery-item img {
    margin: 0;
}
/* .testing-image .elementor-widget-image a {
    display: inline-block;
    max-width: 92%;
    width: 100%;
} */
.ekit-wid-con .elementskit-commentor-content .elementskit-profile-info{display:inline-block;}
.single-category span.elementor-button-text::after, #explore_product .elementskit-author-name:after{
    content: '';
    position: absolute;
    background-image: url(https://woocommerce-418187-4352415.cloudwaysapps.com/wp-content/uploads/2024/03/arrow.png);
    right: -45px;
    top: 0px;
    opacity: 1;
    z-index: 22;
    width: 30px;
    height: 15px;
	transition: 1s;
}
#explore_product .elementskit-author-name{display:inline-block; position:relative; font-weight:normal; text-decoration:underline;}
#explore_product .elementskit-author-name::after {top:5px;}
.single-category span.elementor-button-text {
    position: relative;
}
.single-category:hover {
/*     background: #E01F2A !important; */
}
.single-category {
/*     transition: background-color 0.3s ease; */
}
.breadcrumb a:last-child {
    color: #e01f2a;
}
.single-category .e-con-inner::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    transition: .6s ease;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
	background: #E01F2A !important;
    visibility: visible;
    animation-duration: .5s;
    animation-delay: 0.2s;
/*     animation-name: fadeInUp; */
}

.single-category .e-con-inner:hover:before {
    opacity: 1;
    transform: scaleY(1);
    top: 0;
}
.eael-entry-overlay::before {
    position: absolute;
    content: '';
    left: 0%;
    top: 0%;
    bottom: 0;
    right: 0%;
    transition: 0.8s ease;
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
	background: #232323 !important;
    visibility: visible;
    animation-duration: .5s;
    animation-delay: .1s;
}
.eael-entry-overlay:hover:before {
    opacity: 0.8;
    transform: scaleX(1);
    top: 0;
}
.eael-entry-overlay.fade-in {
   transition-duration: .5s;

}
.eael-grid-post-holder-inner {
    overflow: hidden !important;
}
.eael-entry-media:hover {
    transform: scale(1.05);
	transition-duration: .4s;
}
.eael-entry-media {
	transition-duration: .3s;
}
.certification figure.swiper-slide-inner:hover {
    transform: scale(1.2);
    transition: .3s;
    transition-duration: .3s;
}
/* .fadeInUp {
    animation-name: fadeInUp;
} */
.infra-edge .swiper-slide-inner:hover img {
	transform: scale(1.1);
}
.infra-edge .elementskit-client_logo {
	overflow: hidden;
	height: 267px;
}
/* .fadeInUp {
    transition: .7s ease;
    transform: scaleY(0);
    transform-origin: top;
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
} */
.certification figure.swiper-slide-inner {
    transition-duration: .5s;
}
.single-category:hover h5 {
    color: #fff !important;
	transition: .5s;
}
.single-category:hover span.elementor-button-text {
    color: #fff !important;
	transition: 1s;
}
.single-category:hover .elementor-button-text::after, #explore_product .swiper-slide:hover .elementskit-author-name:after {
    background-image: url(https://woocommerce-418187-4352415.cloudwaysapps.com/wp-content/uploads/2024/03/arrow-white.png);
	transition: 1s;
}
#product-certification h4::before {
	display: none;
}
.custom-counter .elementor-counter .elementor-counter-number-prefix {
    display: none;
}
.custom-counter {
    max-width: 220px;
    width: 100%;
}
.custom-counter .elementor-counter-title {
    display: contents;
}
.custom-counter span.elementor-counter-number {
    font-family: "heading";
	font-weight: 400;
/*     font-weight: bold; */
    margin-bottom: 10px;
}
.page-id-1456 .quality ul li h3 {
/*     color: #E01F2A; */
    font-size: 1.35vw;
}
.testing-labortary h3 {
	color: #fff;
}
.choose-left {
    box-shadow: 0px 0px 5px #C2C3C3;
	margin-left: 0;
}
.seconf-egde .e-con-inner {
    border-top: 1px solid #4F4F4F;
}
h2.ticker marquee {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "korolev" !important;
}
h2.ticker marquee span {
    padding: 0 20px;
}
.footer-info ul#menu-main-menu-1 li:hover a {
    color: #e01f2a;
}
.excell {
    max-width: 500px !important;
    width: 100%;
}
.footer-info p {
    font-size: 16px !important;
	font-weight: 400;
}

.inner-hero-left {
	
	justify-content: center;
  align-items: center;
  gap: 10rem;
  flex-direction: column-reverse;
}
.engage_box:hover h3 {
    color: #fff !important;
}
.ekit-wid-con .elementskit-single-testimonial-slider:hover h3 {
	color: #fff !important;
}
.scroll-whats {
    /*transform: rotate(270deg);
    position: absolute;
    left: -57px;
    margin-top: 210px;*/
	font-size: 24px;
}
.scroll {
   /* margin-top: 430px;
    position: absolute;
    left: 0;
    margin-left: 5px;*/
    font-size: 20px;
}
.scroll::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 55px;
    background: #E01F2A;
    left: -80px;
    top: 50%;
}
.scroll-whats a {
    font-size: 24px;
}
.hero-inner {
  	/*max-width: 83.77%;
    width: 100%;*/
    padding-left: 50px;
	padding-top: 230px;
    padding-bottom: 280px;
}
.hero-inner h1.elementor-heading-title.elementor-size-default {
    max-width: 750px;
}
.scroll {
    display: flex;
   /* transform: rotate(270deg);*/
	color: #e01f2a;
}
header#site-header {
/*     position: absolute;
    opacity: 1;
    z-index: 1;
    width: 100%; */
}
.site-header:not(.header-stacked) .header-inner .site-navigation {
   /* max-width: 86.88%;
    border-top: 1px solid #C2C3C3;*/
}
#hero-section {
/* 	margin-left: 240px;
    position: relative;
    overflow: hidden !important;
    object-fit: contain;
    width: 84%;
    background-position: right; */
}
div#hero-inner-left, .hero-inner-left {
	transform: rotate(270deg);
/*     position: absolute;
    left: -230px;
    
    z-index: 99 !important;
    opacity: 1; */
}
footer#site-footer {
    background: #232323;
    color: #C2C3C3;
	padding: 0px 0px 5px;
}
.single-post h3 {
    font-size: 1.75vw;
}
.single-post h4 {
    margin-left: 0 !important;
	font-size: 1.4vw;
}
.single-post h4::before {
    display: none !important;
}
.eael-grid-post-holder {
    background-color: #fff;
    box-shadow: 0px 0px 1vw rgb(0 0 0 / 10%) !important;
}
.col-lg-5.footer-info {
    width: 35%;
}
.col-lg-3.footer-info {
    width: 24%;
}
.col-lg-2.footer-info {
    width: 18%;
}
.footer-info h4::before {
	display: none;
}
.white {
    color: #fff;
}
.footer-info h4 {
    margin-left: 0 !important;
	margin-bottom: 30px;
	font-size: 20px;
}
.elementor-kit-15 a {
    font-size: 16px;
}
.footer-info ul#menu-main-menu-1 li a {
    color: #C2C3C3;
	font-weight: 500;
	paading: 0;
}
.footer-info figure.wp-block-gallery {
    margin: 0;
}
.footer-info a {
    color: #C2C3C3;
	font-weight: 500;
	padding: 0 !important;
}
.footer-info ul#menu-main-menu-1  {
    list-style: none;
	padding-left: 0;
	margin-top: -3px;
}
.engage_box:hover p {
    color: #fff !important;
}
.engage_box span.elementor-icon {
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    border: 1px solid #D9D9D9 !important;
}
.engage_box:hover path#Layer {
    fill: #000 !important;
}
.engage_box {
    background: #F7F7F7 !important;
}
.footer-info ul#menu-main-menu-1 li {
    padding: 0 5px 0px;
}
.footer-info figure.wp-block-image.size-full {
    margin: 0 0 10px;
}
.footer-upper {
    max-width: 92% !important;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 40px;
}
.footer-inner {
    padding: 50px 0;
}
#esteem h4 {
	margin-left: 0 !important;
}
.ekit-wid-con .ekit-post-list-wrapper .elementor-icon-list-item a {
	padding: 0 !important;
}
.footer-inner .wp-block-gallery.wp-block-gallery-1 {
	gap: 15px 10px !important;
}
.all-product-sidebar {
    display: flex;
}
section.related.products {
    display: inline-block;
    position: relative;
}
.footer-upper .col-lg-5.upper-info {
    width: 35%;
    font-size: 22px;
    margin-right: 30px;
}
.col-lg-2.upper-info {
    font-size: 22px;
	margin-right: 40px;
}
.col-lg-5.upper-info div {
    display: flex;
    align-items: flex-start;
}
.upper-info img {
    margin-right: 10px;
}
.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
    padding: 0 !important;
}
.upper-info a {
    color: #D9D9D9;
	font-size: 22px;
	font-weight: 400;
	text-transform: lowercase;
	padding: 0 !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e01f2a;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  width:45px;
  height:45px;
}
.new_redd .elementor-image-box-content {
	height: 85px !important;
	align-items: center;
	display: flex;
	justify-content: center;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #e01f2a !important;
    background: #55595c;
}
#myBtn svg{width:20px; height:20px}
#myBtn svg path {
    fill: #fff;
}

#myBtn:hover {
  background-color: #232323;
  border: 1px solid #fff;
}

.upper-info {
    display: flex;
}
.upper-info figure.wp-block-image.size-full {
    margin: 0 !important;
    width: 50px !important;
    height: 50px;
    margin-right: 10px !important;
}
.footer-lower {
    width: 100%;
    max-width: 92% !important;
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
}
.footer-lower-final {
    border-top: 1px solid #4F4F4F;
}
.footer-inner-final {
    border-top: 1px solid #4F4F4F !important;
}
.upper-copyright p {
    color: #C2C3C3;
}
.upper-copyright p a {
    color: #E01F2A;
	padding:0 !important;
}
.col-lg-6.upper-copyright {
    width: 50%;
}
.footer-lower ul#menu-privacy li {
    padding: 0px 8px;
}
.footer-lower ul#menu-privacy li a {
    color: #C2C3C3;
	font-weight: 400;
	padding-right: 15px;
	padding-left: 0 !important;
}
.footer-lower ul#menu-privacy li a:hover{color:#E01F2A}
.footer-lower ul#menu-privacy {
    list-style: none;
    display: flex;
	float: right;
}
.footer-lower ul#menu-privacy li::after {
    content: "|";
    padding-right: 0;
}
.footer-lower ul#menu-privacy li:last-child:after {
    display: none;
}
h2.eael-entry-title a {
    font-weight: 400 !important;
}

.eael-grid-post-holder-inner:hover .eael-entry-wrapper {
    box-shadow: 1px 1px 10px #23232317;
    transition-duration: .5s;
}
.eael-grid-post-holder {
    position: relative;
}
span.eael-posted-on {
/*      position: absolute;
    top: -40px;
    right: 30px;
    height: 80px;
    width: 80px;
    background: #e01f2a;
    border-radius: 100%;
    color: #fff; 
	margin:0 !important;
	white-space: initial;
  display: flex;
  align-items: center;
  text-align:center; */
}
ul.products {
    display: flex;
}
.all-products {
    width: 100%;
    max-width: 75%;
}
.woo-sidebar {
    width: 100%;
    max-width: 25%;
    margin-left: 0px;
}
.woocommerce nav.woocommerce-pagination ul li {
    padding: 5px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    transition: 1s !important;
}
form.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.elementor-kit-15 input[type="submit"] {
	padding: 9px 20px 9px 20px;
}
h2.woocommerce-loop-product__title {
    font-size: 18px !important;
}

/* body.archive.post-type-archive .site-main {
    width: 100% !important;
    max-width: 100% !important;
	padding: 0 4%;
} */
/* header.woocommerce-products-header h1 {
    padding: 30px 50px 30px 0;
    background: #FFFFFFD9;
    max-width: fit-content;
}
header.woocommerce-products-header {
    background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 0),
    rgba(0,0,0, 100)
  ),url(/wp-content/uploads/2024/05/contact-bread-bg-1.jpg);
    padding: 70px 50px 70px 0;
	background-position: center;
} */
form.wpcf7-form.init h3 {
    display: none;
}
.choose-fastener .e-con>.e-con-inner {
    max-width: 100%;
}
.eael-elements-flip-box-icon-image {
    display: none;
}








span.eael-posted-on i {
	display:none;
}
.eael-grid-post .eael-entry-wrapper {
    padding: 20px 20px 25px 20px;
    width: 100%;
    max-width: 100%;
	z-index: 5;
}
.upper-header {
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
	display: none;
}
.upper-hedaer-info p {
    text-align: right;
}
.footer-info figure.wp-block-gallery {
    gap: 10px !important;
    display: flex;
    /*grid-template-columns: 25% 25% 25%;*/
}
.footer-info figure.wp-block-gallery figure.wp-block-image.size-large {
    width: 80px !important;
  padding: 5px 15px;
  background: #fff;
/*   margin: 0px 10px 10px 0; */
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-info figure.wp-block-gallery img{width:100%}
a.eael-post-elements-readmore-btn {
   position: relative;
    max-width: 165px;
    align-items: center;
    margin-top: 20px;
    margin-left: 0px;
/*     letter-spacing: 1.3px; */
}
a.eael-post-elements-readmore-btn:hover:after {
    right: 10%;
    transition-duration: .3s;
/*     left: 20px;
    transition-duration: .5s; */

}
a.eael-post-elements-readmore-btn::after {
    content: '';
    position: absolute;
    background-image: url(https://woocommerce-418187-4352415.cloudwaysapps.com/wp-content/uploads/2024/03/arrow-coloured.png);
    right: 0;
    top: 15%;
    opacity: 1;
    z-index: 22;
    width: 30px;
    height: 15px;
	transition-duration: .3s;
/* 	position: absolute;
    content: '';
    left: -30px;
    top: -10px;
    border-radius: 19px;
    background-color: #f7f4f2;
    width: 140px;
    height: 40px;
    z-index: -1;
    transition: .5s;
    display: inline-block;
    pointer-events: none; */
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 24px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 24px;
}
.elementskit-single-testimonial-slider:hover .ekit_testimonial_style_2::before {
	display: none;
}
.cutting-right .ekit-wid-con .ekit_testimonial_style_2 {
	padding: 22px !important;
}
.cutting-right .elementskit-commentor-content {
	display: grid;
}
.cutting-right span.elementskit-profile-info {
	order: 2;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    margin-top: -15px;	
}
.cutting-right span.elementskit-profile-info .elementskit-author-name {
	font-size: 24px;
	line-height: 30px;
}
.elementskit-commentor-content p {
	order: 3;
	text-align: left;
}
#explore_product .elementskit-commentor-content p{order:initial; max-width:290px}
#explore_product .elementskit-border-hr{display:none}
#explore_product .elementskit-commentor-content{display:flex; flex-direction:column; justify-content:space-between;}
.single_add_to_cart_button {
	background: #232323 !important;
}
.single_add_to_cart_button:hover {
	background: #E01F2A !important;
}
span.woocommerce-Price-amount.amount {
    color: #E01F2A;
}
.wp-block-woocommerce-cart {
	max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.woocommerce ul.products li.product .price {
    font-size: 18px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.add_to_cart_button {
	background-color: #E01F2A !important;
    color: #ffffff !important;
	font-weight: 400 !important;
}
.add_to_cart_button:hover {
	background-color: #232323 !important;
}
.woocommerce ul.products li.product .star-rating {
    margin: 0 auto 10px;
}
.woocommerce .star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: none !important;
    top: 0;
    left: 50% !important;
    transform: translateX(-50%);
}

/*----style shailendra-----*/
.home #site-header{
	position: absolute;
  top: 0;
  width:100%;
  z-index: 1;
	}
.home.logged-in #site-header{top:30px}
.searchbtn{
background:#E01F2A;
width:40px;
height:40px;
display:flex;
justify-content:center;
border-radius:50%;
cursor:pointer; transition:.3s all;
}
.searchbtn:hover{background:#000}
.searchbtn img{width:20px}
.search-popup{
	display:flex; align-items:center;
position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.90);
  transition: all 700ms ease;
  /*transform: translateY(101%);*/
}
.search-popup.popup-visible {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}
.search-popup .close-search {
 position: absolute;
    right: 63px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    background: #e01f2a;
    width: 35px !important;
    height: 35px;
    padding-left: 11px;
    padding-bottom: 10px;
    padding-top: 0px !important;
}
.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 150px;
  margin-bottom: 100px;
  transition: all 900ms ease;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
form .form-group {
  margin-bottom: 30px;
}
.search-popup .search-form fieldset {
  position: relative;
  border-radius: 12px;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 220px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 7px;
  width: 100%;
  border: 1px solid #E5E5E5;
  transition: .5s;
  appearance: none;
}
.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #ffffff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px 7px 7px 0px;
  background: #E01F2A;
}
.site-navigation .menu-main-menu-container{margin-right:5%}
.searchoverlay{width:100%; height:100%; position:absolute; top:0; left:0}
.elementor-widget-button .elementor-button{font-family:'korolev' !important;}
#explore_product .elementskit-client_logo{background:#fff; width:150px; height:150px; display:flex; align-items:center; justify-content:center; border-radius:50%; border:1px solid #D9D9D9;}
#explore_product .swiper-button-next::after, #explore_product .swiper-button-prev::after{/*display:none*/; font-weight:bold}
#explore_product .swiper-button-next, #explore_product .swiper-button-prev{top:initial; bottom: -120px}
#explore_product .swiper-button-prev{left:calc(50% - 75px);}
#explore_product .swiper-button-next{right:calc(50% - 75px);}
.site-navigation-toggle-holder{
	max-width:initial;
	}
[class*=" eicon-"], [class^="eicon"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.infra-edge .swiper-navigation-button.swiper-button-prev{left:calc(-50% - 120px);}
.infra-edge .swiper-navigation-button.swiper-button-next{left:calc(-50% - 30px);}*/


.footer-info h5{margin-bottom:30px}
#site-header.unfixex{position:fixed; top:0; background:#fff; z-index:99; box-shadow:0px 0px 10px rgba(0,0,0,.2); width:100%;}
.single-product #site-header{ box-shadow:0px 0px 10px rgba(0,0,0,.5); margin-bottom:40px}
#site-header.unfixex .upper-header{display:none}
#site-header.unfixex .site-navigation{border:none;}
.home .ditty-ticker{text-transform:uppercase;}
.ditty__edit-links{display:none !important}
#logoslider .swiper-wrapper{transition-timing-function:linear !important;}
/* .footer-lower > .upper-copyright:first-child > div:last-child{display:none} */
#explore_product .swiper-pagination-bullets, #infra-edge .swiper-pagination-bullets{display:none}
.whatsappchat{margin-top:30px;}
.whatsappchat a{background:#32d951; padding:15px 30px; font-size:28px; font-weight:normal; color:#fff; border-radius:8px; display:inline-flex; align-items:center}
.whatsappchat a img{width:35px; margin-right:12px;}
.whatsappchat a:hover{background:#000; color:#fff}
section.related.products{display:block;clear:both}
.scroll-whats img
{
	width:30px;
}
#whatsapphome{
	max-width:initial;
	width:185px;
}
.scroll-whats a{
	display: flex;
  align-items: center;
  background: #32d951;
  padding: 10px;
	transition:.3s all;
	color:#fff;
  border-radius: 3px;
}
.scroll-whats a:hover{
	background:#000;	color:#fff
}


.scroll-whats-fixed img
{
	width:30px;
}
#whatsapphome{
	max-width:initial;
	width:185px;
}
.scroll-whats-fixed a{
	display: flex;
  align-items: center;
  background: #32d951;
  padding: 10px;
	transition:.3s all;
	color:#fff;
  border-radius: 3px;
}
.scroll-whats-fixed {
	
 width: max-content;
    position: fixed;
    bottom: 45%;
    right: -93px;
    transform: rotate(-90deg);
    z-index: 99;

}
.scroll-whats-fixed a:hover{
	background:#000;	color:#fff
}

.woocommerce-products-header .e-con-inner{max-width:92%}
@media(min-width:992px){
.searchbtn.mobile{display:none;}	
.home-posts .eael-entry-wrapper {
    position: absolute;
    bottom: -140px;
    background: #fff;
    right: 0;
	transition-duration: .5s;
}

}
@media(max-width:991px){
	.scroll-whats-fixed {
   
    right: -82px;
   
}
	.scroll-whats-fixed{
		display:block;
	}
	h4::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 55px;
    background: #E01F2A;
    top: 19%;
		left: auto;
    transform: translateX(-50px);
}
.blog-sidebar h3 {
    margin-top: 2vw;
    font-size: 22px;
}
p.years {
    font-size: 60px !important;
	margin-top: 1.7vw;
}
.post h2.entry-title a {
    font-size: 24px;
    font-weight: 100;
}
.sixty-two .year {
	margin-top: 1vw;
}
.searchbtn{display:none;}
.searchbtn.mobile{display:flex;}	
.site-header .header-inner{align-items:center}
.ekit-wid-con .elementskit-single-testimonial-slider{box-shadow:none !important}
.infra-edge .swiper-navigation-button.swiper-button-prev,.infra-edge .swiper-navigation-button.swiper-button-next{bottom:10px; top:inherit}
	}

@media only screen and (min-width: 1400px) {
.header-inner, .site-footer .footer-inner {
   /* max-width: 1280px !important;*/
	width: 100%;
}
.upper-header {
	display: none;
}
.project-height .elementor img {
    height: 200px !important;
    object-fit: cover !important;
}
.bg_red_x figure.elementor-image-box-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.site-header {
	display: block;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	/*max-width: 1280px !important;*/
	width: 100% !important;
}
.e-con-inner, .site-header .header-inner, .footer-upper, .header-inner, .site-footer .footer-inner, .footer-lower {
    width: 100%;
    /*max-width: 1280px !important;*/
    margin: 0 auto;
}
article.eael-grid-post.eael-post-grid-column {
	width: 31.8% !important;
	margin: 0 10px;
}
 body:not([class*=elementor-page-]) .site-main {
    max-width: 92%;
}
.page-header .entry-title, .wp-block-woocommerce-cart {
		max-width: 100% !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main, .site-header .header-inner {
    max-width: 92% !important;
	width: 100%;
}
}
@media(max-width:1024px){
	body{
		position:relative
	}
.footer-lower-final{padding-bottom:40px}
.footer-lower > .upper-copyright:first-child > div:last-child{display:block}
#site-footer .footercallnow{
	display:flex;
	left:0;
	padding:15px;
	background:#32D951;
	font-size:18px;
	justify-content:center;
	align-items:center;
	position:fixed; bottom:0; width:100%;
	z-index:9999;
	color:#fff; text-transform:capitalize; font-weight:500; font-size:16px;
	}	
	#site-footer a.footercallnow:hover{background:#000;color:#fff !important}
	.footercallnow img{width:20px; margin-right:8px;}
	li.unit {
	font-size: 16px;
}
ul.elementor-icon-list-items li span {
    font-size: 16px;
}
div#n2-ss-2 .n2-font-809d3ecac825aedf22c8c39fa32b865e-hover {
    font-size: 28px !important;
}
div#n2-ss-2 .n2-font-a9f505dcafb5a43f7e3447004b1b581b-hover {
    font-size: 22px !important;
}
div#n2-ss-2 .n2-font-476faf1bdd34c529db68c14a3e9d5732-paragraph {
    font-size: 16px !important;
}
article.post a img {
    height: 220px;
    object-fit: contain;
}
.blog-sidebar ul.wp-block-latest-posts__list li a {
    font-size: 16px;
}
.blog-sidebar .cat_link a {
    font-size: 16px;
}
.breadcrumb {
	font-size: 16px !important;
}
.breadcrumb a {
	font-size: 16px !important;
}
.meta_info p a {
    font-size: 16px !important;
}
.post-infor a.eael-post-elements-readmore-btn {
	font-size: 16px;
}
header.page-header.blog-page-header h1.entry-title, header.page-header.blog-page-header h1.entry-title a {
    color: #fff;
	font-weight: 100 !important;
	font-size: 28px  !important;
}
.single-post .blog-sidebar h3 {
    font-size: 20px !important;
}
input::placeholder, textarea::placeholder {
    font-size: 16px !important;
}
.custom-contact-form p span select {
    font-size: 16px !important;
}
.eael-tabs-content {
    margin-top: 20px;
}
.single-product h1.product_title.entry-title {
    font-size: 26px;
}
.woocommerce-Tabs-panel ul li {
    font-size: 16px;
}
li.unit a {
    font-size: 16px;
}
.quality ul li h3, h3 {
    font-size: 22px !important;
}
ul.related-posts-list a h3 {
    font-size: 18px !important;
}
h2 {
	font-size: 28px;
}
p {
	font-size: 16px !important;
}
.post h2.entry-title a {
	font-size: 20px !important;
	font-weight: 100;
	line-height: 22px !important;
}
.ditty, .ditty * {
	font-size: 22px !important;
}
.ditty-ticker .ditty-item {
	line-height: 2;
}
div#gallery-1 {
    display: flex;
}
span.eael-tab-title.title-after-icon {
    font-size: 16px !important;
}
.upper-copyright p, .upper-copyright a {
    font-size: 12px !important;
	font-weight: 400;
}
.post-infor {
    margin-top: 10px;
}
}

@media(max-width:1024px) and (min-width:768px){
.hero-inner {
    max-width: 100%;
    width: 100%;
	padding-left: 20px;
    padding-top: 210px;
    padding-bottom: 100px;
}
.new_redd .elementor-image-box-content p {
    margin-bottom: 0;
}
.new_redd .elementor-image-box-content {
    height: 60px !important;
	display: flex;
}
.page-id-69 #indusgallery > div > div .elementor-image-box-content {
    align-items: center !important;
    height: 11vw !important;
	}
}
@media(max-width:1199px){
		.whatsappchat a{font-size:16px; }
.whatsappchat a img{width:24px; margin-right:12px;}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	p.years {
		margin-top: 1.7vw !important;
	}
	.sixty-two .year {
		margin-top: 10px !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main, .site-header .header-inner {
    max-width: 92% !important;
	width: 100%;
}
.new_redd .e-con-full.e-flex.e-con.e-child {
    width: 25%;
}
.elementor-widget-container {
	max-width: 100% !important;
	width: 100%;
	margin: 0;
}
/* article.eael-grid-post.eael-post-grid-column {
	width: 49% !important;
	margin: 0 10px;
} */
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main, .site-header .header-inner {
    max-width: 92% !important;
	width: 100%;
}
.wp-block-search__inside-wrapper {
    display: block;
}
button.wp-block-search__button.wp-element-button {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 15px;
}
.blog .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.search-results .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
}
input.search-field {
    margin-bottom: 10px;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	max-width: 92% !important;
	width: 100% !important;
}
	
.new_redd .e-con-full.e-flex.e-con.e-child {
    width: 33.3% !important;
}

p {
	font-size: 16px !important;
}
	.woocommerce-loop-product__title{
		font-size:16px!important;
	}
}
@media only screen and (min-width: 351px) and (max-width: 390px){
.dive-deeper .elementor-widget-container {
	/*margin-top: 440px !important;*/
}
		.woocommerce-loop-product__title{
		font-size:16px!important;
	}
}
@media only screen and (min-width: 280px) and (max-width: 350px){
.dive-deeper .elementor-widget-container {
	/*margin-top: 320px !important;*/
}
		.woocommerce-loop-product__title{
		font-size:16px!important;
	}
}
@media only screen and (max-width: 991px) {
/* .site-header .header-inner {
        align-items: center;
        width: 100% !important;
        max-width: 92% !important;
    }
} */
}
@media only screen and (max-width: 767px) {
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 92% !important;
	width: 100%;
	padding: 0 0;
}
.archive.category .page-content {
    display: block;
    grid-template-columns: 1fr;
    gap: 20px;
}
ul.tabs.wc-tabs li {
    width: 100%;
    margin-bottom: 15px !important;
}
.eael-advance-tabs .eael-tabs-nav>ul {
    display: block;
}
.eael-advance-tabs .eael-tabs-nav>ul li {
    margin-bottom: 15px;
}
.elementor-kit-15 h5 {
    font-size: 18px !important;
	line-height: 20px;
}
ul.related-posts-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.single-post .singlepost-plus-sidebar {
    display: block;
}
.single-post .singlepost-plus-sidebar .blog-sidebar {
    display: block;
    margin-top: 30px;
}
.post-plus-sidebar {
    display: block;
    gap: 50px;
}
.blog .page-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.new_redd .elementor-image-box-content {
	height: 70px !important;
}
p.elementor-image-box-title br {
    display: none;
}
.page-id-69 #indusgallery > div > div .elementor-image-box-content {
    align-items: center !important;
    height: 8vw !important;
    padding: 0.5vw 0 0;
	display: inline-block;
}
.manufacturing {
    display: block;
    gap: 0;
}
.cold-unit.cold-unit2 {
    margin-top: 15px;
}
li.unit.unit-2 {
    display: block !important;
}
.bg_red_x .elementor-image-box-content {
    height: 7vw !important;
    padding: 1vw 0;
    display: block;
	padding: 5px 0 !important;
}
.search-results .page-content {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px;
}
.eael-grid-post .eael-entry-wrapper {
    padding: 10px 20px 25px 20px !important;
    width: 100%;
    max-width: 100%;
    z-index: 5;
    margin-bottom: -10px !important;
}
.eael-grid-post-holder {
    position: relative;
    display: flex !important;
}
.elementor-59 .elementor-element.elementor-element-15ef9c9 .eael-grid-post-holder {
    background-color: #fff;
    display: flex;
}
.site-footer .footer-inner {
	padding: 40px 0 !important;
}
div#n2-ss-2 .n-uc-19001ef738de1-inner {
	padding: 0 !important;
}
.elementor-element.elementor-element-3549466.e-con-full.e-flex.e-con.e-child {
    max-width: 95%;
    margin: 0 auto;
}
.elementor-element.elementor-element-f3ea8f7.e-con-full.e-flex.e-con.e-child {
    max-width: 95%;
    margin: 20px auto;
}
.choose-fastener .e-con>.e-con-inner {
	max-width: 97% !important;
}
.why-mob .elementor-widget-container {
	max-width: 100% !important;
	width: 100%;
	margin: 0 5px;
}
.admin-bar .elementor-widget-container {
	max-width: 100% !important;
	display: contents !important;
}
div#n2-ss-2 .n-uc-19001ef738de1-inner {
/* 	padding: 20px 15px 20px 15px !important; */
}
input, textarea, .wpcf7-select {
	padding: .375rem .50rem !important;
}
.e-con>.e-con-inner {
    max-width: 92% !important;
}
select.wpcf7-form-control.wpcf7-select {
    padding: .375rem .50rem !important;
}
.footer-upper {
    max-width: 92% !important;
	
}
.eael-post-grid-container .eael-post-grid .eael-grid-post {
    padding: 0 0 -25px !important; 
}
.add .e-con-inner {
    margin: 0 !important;
}
.all-product-sidebar {
    display: block;
}
.elementor-67 .elementor-element.elementor-element-d352482 .elementor-heading-title {
	font-size: 24px;
}
section.related.products ul.products.columns-5 {
    display: block;
}
form.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.all-product-sidebar ul.products {
        display: block;
    }
ul.products {
    display: grid;
}
.woo-sidebar {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
.elementor-61 .elementor-element.elementor-element-cf3dd40 {
	--padding-left: 0px;
	--padding-right: 0px;
}
.all-products {
    width: 100%;
    max-width: 100%;
}
.elementor-widget-container {
    max-width: 100% !important;
    width: 100%;
    margin: 0 5px;
}
.three-image .elementor-image-gallery figure img {
    display: inline-flex;
    width: 100%;
}
/* .three-image figure.gallery-item {
    display: ruby !important;
} */
/* p {
	font-size: 16px !important;
} */
#explore_product .swiper-slide-inner p {
	font-size: 30px !important;
}
.elementor-kit-15 h1 {
    font-size: 28px;
    line-height: 35px;
    margin-top: 10px;
}
/* .elementor-kit-15 h2 {
    font-size: 26px !important;
    line-height: 32px !important;
} */
h4 {
	font-size: 20px !important;
}
.footer-upper {
    display: block;
}
.footer-upper .col-lg-5.upper-info {
    width: 100%;
    font-size: 18px;
    margin-right: 0px;
}
.upper-info a {
    font-size: 18px;
}
.site-footer .footer-inner {
    /*display: block;*/
}

#site-footer .footer-info {
    width: 100%;
}
#site-footer .footer-info.col-lg-2 {width:50%}
.footer-info h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.footer-lower {
    display: block;
}
.col-lg-6.upper-copyright {
    width: 100%;
    text-align: center;
}
.footer-lower ul#menu-privacy {
    padding-left: 0;
	justify-content: center !important;
	float: none;
}
.footer-lower {
    padding-bottom: 30px;
	padding-top: 30px;
}
.elementor-kit-15 a {
    font-size: 14px;
}
.footer-lower ul#menu-privacy li a {
    padding-right: 8px;
}
.footer-lower ul#menu-privacy li {
    padding: 0px 5px;
}
.upper-info figure.wp-block-image.size-full {
    width: 30px !important;
    height: 30px;
}
.hero-inner {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    padding-top: 110px;
    padding-bottom: 30px;
    margin-right: 0;
}
.upper-hedaer-info p {
    text-align: center !important;
}
.scroll-whats {
    margin-top: 20px !important;
    transform: rotate(270deg);
    position: absolute;
    left: -38px;
}
.scroll {
	display: none;
}
.sixty-two {
    height: 100px;
    background: #E01F2A;
    width: 100px;
    text-align: center;
    position: absolute;
/*     bottom: 15px;
    left: -15px; */
    padding-top: 0px;
}
.sixty-two .year {
    font-size: 26px;
    margin-top: 10px;
}
.custom-counter span.elementor-counter-number {
    font-size: 40px;
}
.cust-counter2 .e-con-inner {
	margin: auto;
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
.e-con .elementor-widget {
    min-width: 100px;
}
p.years {
  font-size: 42px;
	font-weight:bold;
	margin-top: 4vw;
 }
.elementor-counter-title {
    font-size: 18px !important;
}
h4::before {
    width: 40px;
}
h4 {
    margin-left: 50px !important;
}
.footer-upper {
    padding-bottom: 25px;
}
.footer-inner {
    padding: 35px 0;
}
.seconf-egde .e-con-inner {
    border-top: none;
}
.infra-edge .swiper-slide img{width:100%}
.footer-info figure.wp-block-gallery{grid-template-columns: auto auto auto auto auto auto;}
#explore_product .elementskit-commentor-content{align-items:center;}
#explore_product .elementskit-commentor-content p{text-align:center}
#product-certification img{max-width:40%}
#explore_product .swiper-pagination-bullets{display:block; bottom:-35px}
#infra-edge .swiper-pagination-bullets{display:block;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 92% !important;
	width: 100%;
}
.archive.category .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.single-post .singlepost-plus-sidebar {
    display: grid;
    grid-template-columns: 70% 27%;
    gap: 20px;
}
.post-plus-sidebar {
    display: grid;
    grid-template-columns: 70% 27%;
    gap: 20px;
}
.manu-facility .e-con-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}
.sixty-two. year {
 	margin-top: 1vw !important;
}
.elementor-67 .elementor-element.elementor-element-7aa8ce2, .elementor-67 .elementor-element.elementor-element-d32ead9, .elementor-67 .elementor-element.elementor-element-5aaf43e, .elementor-67 .elementor-element.elementor-element-47c9839 {
	--width: 100% !important;
}
div#n2-ss-2 .n-uc-19001ef738de1-inner {
	padding: 20px 0px 20px 0px !important;
}
form.search-form {
    display: block;
}
.add .e-con-inner {
    margin: 0;
}
.elementor-widget-container {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
}
.hero-section .inner-hero-left {
    display: none !important;
}
h2 {
    line-height: 30px !important;
	font-size: 28px !important;
}
h3,.single-post h3 {
    font-size: 22px;
}
.elementor-kit-15 h4 {
    font-size: 20px;
}
h4::before {
    width: 40px;
}
h4 {
    margin-left: 55px !important;
}
.elementor-kit-15 h1 {
    font-size: 44px !important;
    line-height: 50px;
}

.sixty-two {
    height: 120px;
    width: 120px;
/*     bottom: 364px;
    left: -10px; */
    padding-top: 15px;
}
.sixty-two .year {
    font-size: 26px;
    margin-top: 10px;
}
.single-category h5 {
    height: 80px;
}
.elementor-kit-15 h5 {
    font-size: 18px !important;
	line-height: 20px;
}
.single-category span.elementor-button-text::after {
    right: -35px;
    top: -1px;
}
.single-category span.elementor-button-text {
    font-size: 16px !important;
}
.footer-upper .col-lg-5.upper-info {
    font-size: 18px !important;
}
.upper-info a {
    font-size: 18px !important;
}
.footer-upper .col-lg-5.upper-info {
    width: 34%;
    margin-right: 20px;
}
.upper-info figure.wp-block-image.size-full {
    width: 30px !important;
    height: 30px;
}
.col-lg-2.upper-info {
    font-size: 18px;
    margin-right: 0;
}
.site-footer .footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.col-lg-2.footer-info, .col-lg-3.footer-info {
    width: 100% !important;
}
.col-lg-5.footer-info {
    width: 100%;
}
.footer-lower ul#menu-privacy {
    padding-left: 0;
}
.elementor-kit-15 a {
    font-size: 16px;
}
.footer-lower ul#menu-privacy li a {
    padding-right: 10px;
}
.footer-lower ul#menu-privacy li {
    padding: 0px 5px;
}
.footer-lower {
    padding-top: 30px;
}
.swiper-button-next, .swiper-button-prev {
	top: 65%;
}
/*.elementor-18 .elementor-element.elementor-element-0801bc7 .elementskit-testimonial-slider .swiper-button-next {
	right: 190%;
}
.elementor-18 .elementor-element.elementor-element-0801bc7 .elementskit-testimonial-slider .swiper-button-prev {
	left: -130%;
}*/
}

@media only screen and (min-width: 992px) and (max-width: 1079px) {


h2 {
	font-size: 26px !important;
	line-height: 35px !important;
}
.sixty-two {
    height: 130px;
    width: 130px;
/* 	bottom: 160px;
    left: -10px; */
}
.sixty-two .year {
    font-size: 26px;
    margin-top: 5px;
}
.footer-upper .col-lg-5.upper-info {
    font-size: 18px;
    margin-right: 20px;
}
.upper-info a {
    font-size: 20px;
}
.col-lg-2.upper-info {
    font-size: 20px;
    margin-right: 20px;
}
#hero-section {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}
/*.hero-inner {
	justify-content: right !important;
	width: 82.3%;
	padding-bottom: 170px;
}*/
.inner-hero-left {
	width: 17.3%;
	
}
.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 82.88%;
}
ul#menu-main-menu li a {
    font-size: 14px;
}
.scroll-whats {
    /*transform: rotate(270deg);
    position: absolute;
    left: -70px;
    margin-top: 110px;*/
}
.scroll-whats a {
    font-size: 16px !important;
}
.scroll {
    margin-left: 0px;
    font-size: 18px;
}
}

.my-element {
  display: inline-block;
  margin: 0 0.5rem;

  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}







@media only screen and (min-width: 1201px) {
    .elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
        width: 47% !important;
        float: left;
    }
}


@media only screen and (min-width: 1025px) {
    .elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
        width: 46%;
        float: left;
    }  
	
	#site-footer .footercallnow{display:none}
 
}


@media only screen and (min-width: 766px) and (max-width: 991px) {
 
	span.eael-posted-on {
    	font-size: 12px;
	}
	span.eael-posted-by a {
    	font-size: 14px !important;
	}
	.eael-entry-meta {
    	align-items: center;
	}
}
@media only screen and (min-width: 430px) and (max-width: 460px) {
.dive-deeper {
    margin-top: 60px;
}
}
@media only screen and (min-width: 461px) and (max-width: 475px) {
.dive-deeper {
    margin-top: 100px;
}
}
@media only screen and (min-width: 476px) and (max-width: 500px) {
.dive-deeper {
    margin-top: 145px;
}
}
@media only screen and (min-width: 501px) and (max-width: 525px) {
.dive-deeper {
    margin-top: 200px;
}
}
@media only screen and (min-width: 526px) and (max-width: 550px) {
.dive-deeper {
    margin-top: 245px;
}
}
@media only screen and (min-width: 551px) and (max-width: 575px) {
.dive-deeper {
    /*margin-top: 285px;*/
}
}
@media only screen and (min-width: 576px) and (max-width: 640px) {
 .dive-deeper .elementor-widget-container {
    /*margin: 40px 0px 0px 0px !important;*/
}
.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
   width: 50%;
    float: left;
    margin: 0 0px;
}
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
.dive-deeper .elementor-widget-container {
   /* margin-top: 140px !important;*/
}
.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
   width: 48%;
    float: left;
    margin: 0 5px;
}
}
@media(max-width:600px){
#site-header.unfixex{top:0 !important}	
}
@media (max-width:575px){
.search-popup .search-form fieldset input[type="submit"]{
	position: relative;
  width: 100%;
  border-radius: 10px;
  margin-top: 18px;}
  .search-popup .search-form fieldset input[type="search"]{padding-right:30px}
  .upper-hedaer-info p{font-size:12.5px}	
   .site-header .header-inner:not(.header-stacked) .site-branding {
    max-width: 100px;
  }

.col-lg-5.upper-info div {
    display: block !important;
    align-items: flex-start;
}
.footer-upper .upper-info {
    width: 100% !important;
}

  .footer-info h5 {
  margin-bottom: 10px;
}
.footer-inner {
    padding: 20px 0;
  }
}


#product-certification h4{margin-left:0px !important}
ul.social-links {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 0 15px;
	margin-top: 20px;
}
ul.social-links li a svg {
    fill: #d42128 !important;
    width: 35px;
    height: 35px;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.search-results .post .wp-post-image {
    width: 100%;
    object-fit: contain;
	max-width: 150px;
}
.search-results .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.search-results .post h2 a  {
    line-height: 0.1em !important;
	font-weight: normal !important;
}
.search-results .post h2   {
    line-height: 1em !important;
}

/* timeline */
    
.wphtsp-slick-slider{clear:both;}
.wphtsp-slick-slider *, 
.wphtsp-history-wrp *, .wphtsp-timeline *{outline: none !important;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
.slick-image-slide{position:relative;}
.wphtsp-slider-for{padding:20px;}
.wphtsp-slick-slider .slick-image-slide img{width:100%; height:auto;}
.wphtsp-slick-slider .slick-image-slide {width:100%;}
.wphtsp-slick-slider .slick-next{right:0px !important;}
.wphtsp-slick-slider .slick-prev{left:0px !important;}
.wphtsp-content-title{margin:0 0 10px 0 !important;}
.wphtsp-slider-nav-title{padding-bottom:15px;}
.wphtsp-slider-nav-title .wphtsp-main-title {background: #f1f1f1;color: #3498db;font-size: 18px; margin: 10px !important;padding: 2% !important; position: relative;text-align: center;cursor:pointer;-webkit-transition: all 300ms ease 0s;transition: all 300ms ease 0s;}
.wphtsp-slider-conf{display: none;}
.wpsisac-slick-carousal.center .slick-slide img {opacity: 0.5;-webkit-transform: scale(0.7);transform: scale(0.7);-webkit-transition: all 300ms ease 0s;transition: all 300ms ease 0s;}
.wpsisac-slick-carousal.center .slick-center img {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.wphtsp-content-title{padding: 0px !important;text-align: center;}
.wphtsp-slider-wrp img, 
.wphtsp-history-wrp .wphtsp-timeline-block img{border-radius:0; box-shadow:none !important; max-width:100% !important; margin:0 auto !important;}
.wphtsp-slick-slider .slick-dots{left:0 !important;right:0 !important;}
.wphtsp-timeline-date .wphtsp-date .fa{padding: 5px;}
.wphtsp-timeline-img .fa{padding: 5px;}
.wphtsp-slider-wrp .wphtsp-slider-for .wphtsp-content-title a,
.wphtsp-slider-wrp .wphtsp-slider-for .wphtsp-content-title a:visited{color:#424242;text-decoration:none !important;}

.wphtsp-clearfix:before, .wphtsp-clearfix:after{content: "";display: table;}
.wphtsp-clearfix::after{clear: both;}

.wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title{font-weight:400;}
.wphtsp-slider-nav .wphtsp-slider-nav-title.slick-current .wphtsp-title{font-weight:600;}

.wphtsp-slider-for .wphtsp-slider-nav-wrapper .wphtsp-content{font-size:14px;line-height: 22px;}
.wphtsp-slider-for .wphtsp-slider-nav-wrapper .wphtsp-content-title{font-size:35px;line-height: 32px;margin-bottom:15px !important;}

.wphtsp-slider-for .wphtsp-slider-nav-wrapper a.readmorebtn,
.wphtsp-slider-for .wphtsp-slider-nav-wrapper a.wphtsp-read-more{font-size:14px;}

/* Pagination CSS */
.wphtsp-paging{width:100%; padding:15px 0; text-align:center; color:#666; clear:both;}
.wphtsp-paging a{color: #fff !important; background-color: #333; padding: 7px 10px; margin:0 1px 6px 2px; display: inline-block;text-align: center;line-height: normal; box-shadow: none; text-shadow: none; font-size: 14px; border: 1px solid #333; border-radius: 3px; text-decoration: none !important; -webkit-transition: all .3s ease; transition: all .3s ease; outline:0;}
.wphtsp-paging .page-numbers.current{color:#666; background: transparent; padding: 7px 10px; margin:0 1px 6px 2px; display: inline-block;text-align: center;line-height: normal; box-shadow: none; text-shadow: none; font-size: 14px; text-transform: uppercase;border: 1px solid #666; text-decoration: none !important;}
.wphtsp-paging a:hover,
.wphtsp-paging a:focus,
.wphtsp-paging a:visited:hover{color: #666 !important;background: #fff; outline:0;}
.wphtsp-paging a.prev, .wphtsp-paging a.next{min-width:90px;}
.wphtsp-paging .wphtsp-next-btn{float:right;}
.wphtsp-paging .wphtsp-prev-btn{float:left;}
.wphtsp-paging .wphtsp-pagi-btn a{min-width:90px;}

/************ Slider CSS *********/
.wphtsp-slick-slider{visibility: hidden; opacity:0; -webkit-transition:opacity 0.5s linear; transition:opacity 0.5s linear;}
.wphtsp-slick-slider.slick-initialized { visibility: visible; opacity:1; }
.wphtsp-slick-slider .slick-arrow{text-indent:-99999px; border:1px solid #000 !important; border-radius:50% !important; text-align:center; width:35px !important; height:35px !important; cursor: pointer !important;}
.wphtsp-slick-slider .slick-arrow:hover{ border:2px solid #3d3735 !important;box-shadow: none !important;border:0 !important;}
.wphtsp-slick-slider button.slick-arrow {background-color: transparent!important; width:15px; height:26px; position:absolute; z-index:9; padding:0 !important; margin:0px !important; }
.wphtsp-slick-slider button.slick-next, .wphtsp-slick-slider button.slick-next:hover, .wphtsp-slick-slider button.slick-next:focus{background:url('http://demo.wponlinesupport.com/prodemo/wp-content/plugins/timeline-and-history-slider-pro/assets/images/arrow-right.png') center center no-repeat !important;border:1px solid #000 !important;}
.wphtsp-slick-slider button.slick-prev, .wphtsp-slick-slider button.slick-prev:hover, .wphtsp-slick-slider button.slick-prev:focus{background:url('http://demo.wponlinesupport.com/prodemo/wp-content/plugins/timeline-and-history-slider-pro/assets/images/arrow-left.png') center center no-repeat !important;border:1px solid #000 !important;}
.wphtsp-slick-slider .slick-dots{position: relative;padding: 0px !important; line-height: 0 !important; margin: 20px 0px 0px !important; left: 15px; right: 15px; text-align: center;}
.wphtsp-slick-slider .slick-dots li button{text-indent:-99999px;}
.wphtsp-slick-slider .slick-dots li {list-style:none !important; display:inline-block !important; margin:0 5px !important; padding:0px !important; }
.wphtsp-slick-slider .slick-dots li button{background: #fff !important;margin: 0px !important;padding: 0px !important;border: 2px solid #525252;border-radius: 50% !important;width: 12px !important;height: 12px !important; cursor:pointer;}
.wphtsp-slick-slider .slick-dots li button:focus{outline:none !important}
.wphtsp-slick-slider .slick-dots li.slick-active button{background:#525252 !important}
.wphtsp-slick-slider .wphtsp-tl-content p{margin:0 0 1em 0;}
.wphtsp-slick-slider .wphtsp-tl-content p:last-child{margin:0;}
.wphtsp-slider-wrp .wphtsp-slider-inner-wrp .wphtsp-img-top .wphtsp-content-wrapper{padding:15px 0 0 0;}
.wphtsp-slider-wrp .wphtsp-slider-inner-wrp .wphtsp-img-bottom .wphtsp-content-wrapper{padding:0 0 15px 0;}
/****** SLIDER DESIGNS **********/

/*Desing 1*/
.wphtsp-slider-design-1 .wphtsp-slider-for{padding:0 20px;}
.wphtsp-slider-design-1 .wphtsp-slick-slider .slick-arrow{top:50% !important; margin-top:-30px !important;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title{padding-bottom:10px;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title .wphtsp-main-title{background:#0288D1;color:#0288D1;height:100px;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title .wphtsp-main-title img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;height:100% !important;width:100%;display:block;margin: 0 !important;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title .wphtsp-title{width:calc(100% - 20px);margin:0 auto;text-align:center;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title .wphtsp-title > div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.slick-current .wphtsp-main-title{position:relative;background:#4FC3F7;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.slick-current .wphtsp-main-title:after, 
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.slick-current .wphtsp-main-title:before{top:100%;left:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.slick-current .wphtsp-main-title:after{border-color:rgba(136, 183, 213, 0);border-top-color:#4FC3F7;border-width:10px;margin-left:-10px;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.slick-current .wphtsp-main-title:before{border-color:rgba(194, 225, 245, 0);border-top-color:#4FC3F7;border-width:16px;margin-left:-16px;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.slick-current .wphtsp-main-title{color:#fff !important;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.slick-current .wphtsp-title{display:none;}
.wphtsp-slider-design-1 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-content-title{margin-bottom:10px !important;line-height: normal;}
.wphtsp-slider-design-1 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date{text-align:center;margin-bottom:10px !important;color:#999;text-transform:uppercase;font-size:12px;}
.wphtsp-slider-design-1 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date .fa{margin-right:5px;font-size:14px;color: #999;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-wrapper{padding:0 5px;}
.wphtsp-slider-design-1 .slick-list{margin:0 30px;}
.wphtsp-slider-design-1 a.wphtsp-read-more{margin:15px auto 15px;border:2px solid transparent;text-decoration:none;color:#fff;display:table;text-align:center;padding:5px 10px;background:#0288D1;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.wphtsp-slider-design-1 a.wphtsp-read-more:visited{color:#fff;}
.wphtsp-slider-design-1 a.wphtsp-read-more:hover,
.wphtsp-slider-design-1 a.wphtsp-read-more:focus{background:transparent;border:2px solid #0288D1;color:#0288D1;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.wphtsp-slides-1 .wphtsp-main-title,
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.wphtsp-slides-2 .wphtsp-main-title{height:200px;}
.wphtsp-slider-design-1 .wphtsp-slider-nav-title.wphtsp-slides-3 .wphtsp-main-title{height:150px;}

@media only screen and (max-width:40em){
.wphtsp-slider-design-1 .wphtsp-slider-for .wphtsp-content{text-align:center;}
}

/*Design 2*/
.wphtsp-slider-design-2 .wphtsp-slick-slider .slick-arrow{top:42% !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.wphtsp-slider-design-2 .wphtsp-slick-slider .slick-prev{left:-15px !important;}
.wphtsp-slider-design-2 .wphtsp-slick-slider .slick-next{right:-15px !important;}
.wphtsp-slider-design-2 .wphtsp-slider-nav .slick-list.draggable::before{height:2px;content:'';width:calc(100% - 180px);background:#e01f2a;position:absolute;top:44%;left:0; right:0; margin:0 auto;}
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title,
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-content{text-align:center;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-wrapper{width:100%;margin:0 auto;max-width:1000px;display:table;background:#fff;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-content-wrapper{width:100%;float:left;color:#424242;padding:0 15px;text-align:center;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-timeline-img{width:50%;float:left;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-content-wrapper.wphtsp-no-image{width:100%;float:left;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-wrapper.wphtsp-img-right .wphtsp-timeline-img{float:right;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-wrapper.wphtsp-img-right .wphtsp-content{float:center;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-timeline-img,
.wphtsp-slider-design-2 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-content-wrapper,
.wphtsp-slider-design-2 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-timeline-img,
.wphtsp-slider-design-2 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-content-wrapper{width:100%;float:center;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-wrapper .wphtsp-content .wphtsp-tl-content{font-size:18px;font-family:'korolev';color:#232323;margin-bottom:0;text-align:center;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-timeline-img.wphtsp-left{float:left;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-timeline-img.wphtsp-right{float:right;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-title .wphtsp-main-title{line-height:normal;transition: 1s;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-title.slick-center .wphtsp-main-title::after,
.wphtsp-slider-design-2 .wphtsp-slider-nav-title.slick-center .wphtsp-main-title::before{content:none;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-title .wphtsp-main-title button{border-radius:50%;}
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title{background:transparent;}
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-slide.slick-active .wphtsp-main-title button{padding:0px;margin:0px;border-radius:50%;background:#fff;border:2px solid #e01f2a;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-content-title{text-align:center;line-height: normal;margin-bottom:10px !important;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date{text-align:center;margin-bottom:10px !important;text-transform:uppercase;color:#999;font-size:12px;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date .fa{margin-right:5px;font-size:14px;color: #999;}
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title:hover .wphtsp-main-title button,
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-current .wphtsp-main-title button{background:#fff;border-radius:50%;}
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-current .wphtsp-title{color:#fff;font-weight:700;z-index: 2;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-content a.wphtsp-read-more{display:inline-block;border:2px solid #424242;padding:5px 10px;color:#424242;text-decoration:none;border-radius:3px;margin-top:15px;-webkit-transition:all .3s ease;transition:all .3s ease;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-content a.wphtsp-read-more:hover,
.wphtsp-slider-design-2 .wphtsp-slider-nav-content a.wphtsp-read-more:focus{background:#424242;color:#fff;}
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title:hover{cursor:pointer;}
.wphtsp-slider-design-2 .wphtsp-slider-nav{max-width:1000px;margin:0px auto;float:none;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-content img{width: 100%;object-fit: cover;object-position: center center;max-width:100%;float:right;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-wrapper.wphtsp-img-left img{float:left;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-wrapper.wphtsp-img-top img,
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-wrapper.wphtsp-img-bottom img{margin:0 auto;float:none;}
.wphtsp-slider-design-2 .wphtsp-slider-nav.wphtsp-slick-slider .slick-track{margin:0 auto; display: flex;
    align-items: center !important;}
.wphtsp-slider-design-2 .wphtsp-slider-nav-title .wphtsp-main-title{line-height:0px !important; }
.wphtsp-slider-design-2 .wphtsp-slider-nav-title .wphtsp-title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:calc(100% - 15px);margin:0 auto;color:#222;font-weight:600;text-shadow:none;}

@media only screen and (max-width:40em){
.wphtsp-slider-design-2 .wphtsp-slider-for{padding:0px;}
.wphtsp-slider-design-2 .wphtsp-slick-slider .slick-prev{left:0 !important;}
.wphtsp-slider-design-2 .wphtsp-slick-slider .slick-next{right:0 !important;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-slider-nav-wrapper{display:block;float:left;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-content-wrapper,
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-timeline-img{width:100%;float:left;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-content-title{text-align:center;}
.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-content-wrapper{padding:15px 0 0 0;}
}

/**********
	Design-3
**********/
.wphtsp-slider-design-3 .wphtsp-slick-slider .slick-arrow{top:50% !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.wphtsp-slider-design-3 .wphtsp-slider-nav .slick-list.draggable:before{height:1px;content:'';width:80%;background:#c9c9c9;position:absolute;top:65%;left:0;right:0;margin:0 auto;}
.wphtsp-slider-design-3 .wphtsp-slider-nav .wphtsp-slider-nav-title,
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-content-title,
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-content{text-align:center;}
.wphtsp-slider-design-3 .wphtsp-slider-nav-title.slick-center .wphtsp-main-title:after,
.wphtsp-slider-design-3 .wphtsp-slider-nav-title.slick-center .wphtsp-main-title:before{content:none;}
.wphtsp-slider-design-3 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title{background:transparent;line-height:0px !important;top:8px;position:relative;}
.wphtsp-slider-design-3 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title button{padding:0px;margin:0px;height:44px;width:44px;border-radius:50%;position:relative;font-size:24px;color:#fff;vertical-align:middle;border:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;outline:none;background:#00B8D4; text-align: center;}
.wphtsp-slider-design-3 .wphtsp-slider-nav .wphtsp-slider-nav-title:hover button,
.wphtsp-slider-design-3 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-current button{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);box-shadow:0px 0px 6px 1px rgba(0,0,0,0.4);}
.wphtsp-slider-design-3 .wphtsp-slider-nav .slick-current{font-weight:700;}
.wphtsp-slider-design-3 .wphtsp-slider-nav .wphtsp-title{border:1px solid #00B8D4;width:90%;display:block;margin:0px auto 10px;padding:4px 10px;box-sizing:border-box;color:#222;position:relative;border-radius:3px;}
.wphtsp-slider-design-3 .wphtsp-slider-nav .wphtsp-title > div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.wphtsp-slider-design-3 .wphtsp-slider-nav .wphtsp-title::after{content:'';width:15px;height:15px;background:#fff;border-right:1px solid #00B8D4;position:absolute;bottom:-9px;left:50%;margin-left:-8px;border-bottom:1px solid #00B8D4; -webkit-transform: rotate(45deg);transform: rotate(45deg);}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date{margin-bottom:10px !important;font-size:12px;text-transform:uppercase;color:#999;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date .fa{margin-right:5px;font-size:14px;color: #999;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-content-title{margin-bottom:10px !important;line-height: normal;}
.wphtsp-slider-design-3 .wphtsp-slider-nav-content a.readmorebtn{display:inline-block;background:transparent;border:1px solid #424242;padding:5px 10px;color:#424242;text-decoration:none;border-radius:3px;margin-top:15px;-webkit-transition:all .3s linear;transition:all .3s linear;}
.wphtsp-slider-design-3 .wphtsp-slider-nav-content a.readmorebtn:hover,
.wphtsp-slider-design-3 .wphtsp-slider-nav-content a.readmorebtn:focus{background:#424242;color:#fff;}
.wphtsp-slider-design-3 .wphtsp-feature-img img{max-width:100%;width: 100%;object-fit: cover;object-position: center center;float:right;}
.wphtsp-slider-design-3 .wphtsp-slider-nav-wrapper.wphtsp-img-left .wphtsp-feature-img img{float:left;}
.wphtsp-slider-design-3 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-feature-img img,
.wphtsp-slider-design-3 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-feature-img img{float:none;margin:0 auto;}
.wphtsp-slider-design-3 .slick-dots{bottom:-15px !important;}
.wphtsp-slider-design-3 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title:hover{cursor:pointer;}
.wphtsp-slider-design-3 .wphtsp-slider-nav{max-width:800px;margin:0px auto;float:none;}
.wphtsp-slider-design-3 .wphtsp-slider-nav.wphtsp-slick-slider .slick-track{margin:0 auto;}
.wphtsp-slider-design-3 .wphtsp-slick-slider .slick-prev{left:-20px !important;}
.wphtsp-slider-design-3 .wphtsp-slick-slider .slick-next{right:-20px !important;}
.wphtsp-slider-design-3 .wphtsp-slider-nav-wrapper{width:100%;margin:0 auto;max-width:800px;display:table;background:#fff;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-feature-img{width:50%;padding:0;float:left;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-content-wrapper{width:50%;float:left; padding:0 15px; text-align:left;color:#424242;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-content-wrapper.wphtsp-no-image{width:100%;float:left;}
.wphtsp-slider-design-3 .wphtsp-slider-nav-wrapper.wphtsp-img-right .wphtsp-feature-img{float:right;}
.wphtsp-slider-design-3 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-feature-img,
.wphtsp-slider-design-3 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-content-wrapper,
.wphtsp-slider-design-3 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-feature-img,
.wphtsp-slider-design-3 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-content-wrapper{width:100%;float:left;position:static;height:auto;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-content-wrapper .wphtsp-content .wphtsp-tl-content{color:#424242;margin-bottom:0;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-content-wrapper .wphtsp-content-title,
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-content-wrapper .wphtsp-content{text-align:left;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-slider-nav-content{text-align:center;}

@media only screen and (max-width:40em){
.wphtsp-slider-design-3 .wphtsp-slider-for{padding:0px;}
.wphtsp-slider-design-3 .wphtsp-slick-slider .slick-prev{left:0 !important;}
.wphtsp-slider-design-3 .wphtsp-slick-slider .slick-next{right:0 !important;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-slider-nav-wrapper{display:block;float:left;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-feature-img,
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-content-wrapper{width:100%;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-feature-img{padding:0;}
.wphtsp-slider-design-3 .wphtsp-slider-for .wphtsp-content-wrapper{padding:15px 0 0 0;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n) .wphtsp-timeline-content{width: 95%;}
}

/**********
	Design-4
**********/
.wphtsp-slider-design-4 .wphtsp-slick-slider .slick-arrow{top:50% !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.wphtsp-slider-design-4 .wphtsp-slider-nav .slick-list.draggable:before{height:1px;content:'';width:calc(100% - 180px);background:#7986CB;position:absolute;top:23%;left:0;right:0;margin:0 auto;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-slider-nav-title,
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-content-title,
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-content{text-align:center;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-title.slick-center .wphtsp-main-title:after,
.wphtsp-slider-design-4 .wphtsp-slider-nav-title.slick-center .wphtsp-main-title:before{content:none;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title{background:transparent;line-height:0px !important;padding:0 !important;position:relative;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title:after{content:'';height:40px;position:absolute;top:100%;left:50%;border-right:1px solid #7986CB;margin-left:-1px;z-index:-1;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title button{padding:0px;margin:0px;height:25px;width:25px;border-radius:50%;background:#fff;border:3px solid #7986CB;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;outline:none;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title button::after{position:absolute;content:'';background:#7986CB !important;left:4px;top:4px;right:4px;bottom:4px;display:block;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title button:before{content:'';position:absolute;background:transparent;outline:#7986CB solid 3px;top:0;right:0;bottom:0;left:0;-webkit-animation-duration:1s;animation-duration:1s;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-slider-nav-title:hover .wphtsp-main-title button:before{-webkit-animation-name:hvr-ripple-out;animation-name:hvr-ripple-out;}
@-webkit-keyframes hvr-ripple-out{ 
100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
}
@-moz-keyframes hvr-ripple-out{ 
100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
}
@keyframes hvr-ripple-out{ 
100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date{margin-bottom:10px !important;font-size:12px;text-transform:uppercase;color:#999;}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date .fa{margin-right:5px;font-size:14px;color: #999;}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-content-title{margin-bottom:10px !important;line-height: normal;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .slick-current{font-weight:700;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-title{color:#bbb;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-title{width:90%;display:block;margin:20px auto 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 10px;box-sizing:border-box;background:#7986CB;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .slick-current .wphtsp-title{-webkit-transform:translateY(10px);transform:translateY(10px);}
.wphtsp-slider-design-4 .wphtsp-slider-nav-content a.readmorebtn{display:inline-block;background:transparent;border:1px solid #424242;padding:5px 10px;color:#424242;text-decoration:none;border-radius:3px;margin-top:15px;-webkit-transition:all .3s linear;transition:all .3s linear;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-content a.readmorebtn:hover,
.wphtsp-slider-design-4 .wphtsp-slider-nav-content a.readmorebtn:focus{background:#424242;color:#fff;}
.wphtsp-slider-design-4 .wphtsp-feature-img img{max-width:100%;width: 100%;float:right;object-fit: cover;object-position: center center;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper.wphtsp-img-left .wphtsp-feature-img img{float:left;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-feature-img img,
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-feature-img img{float:none;margin:0 auto;}
.wphtsp-slider-design-4 .slick-dots{bottom:-15px !important;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title:hover{cursor:pointer;}
.wphtsp-slider-design-4 .wphtsp-slider-nav{max-width:800px;margin:0px auto;float:none;}
.wphtsp-slider-design-4 .wphtsp-slider-nav.wphtsp-slick-slider .slick-track{margin:0 auto;}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-content-wrapper .wphtsp-content .wphtsp-tl-content{color:#424242;margin-bottom:0;}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-content-wrapper .wphtsp-content-title,
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-content-wrapper .wphtsp-content{text-align:left;}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-slider-nav-content{text-align:center;}
.wphtsp-slider-design-4 .wphtsp-slick-slider .slick-prev{left:-15px !important;}
.wphtsp-slider-design-4 .wphtsp-slick-slider .slick-next{right:-15px !important;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper .wphtsp-content-wrapper.wphtsp-no-image{width:100%;float:left;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper{width:100%;margin:0 auto;max-width:800px;display:table;background:#fff;}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-feature-img{width:50%;padding:0;float:left;}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-content-wrapper{width:50%;float:right;color:#424242;padding:0 15px;text-align:left;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper.wphtsp-img-right .wphtsp-feature-img{float:right;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper.wphtsp-img-right .wphtsp-content-wrapper{float:left;}
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-feature-img,
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-content-wrapper,
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-feature-img,
.wphtsp-slider-design-4 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-content-wrapper{width:100%;float:left;}

@media only screen and (max-width:40em){
.wphtsp-slider-design-4 .wphtsp-slider-for{padding:0px;}
.wphtsp-slider-design-4 .wphtsp-slick-slider .slick-prev{left:0 !important;}
.wphtsp-slider-design-4 .wphtsp-slick-slider .slick-next{right:0 !important;}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-slider-nav-wrapper{display:block;}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-feature-img,
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-content-wrapper{width:100%;float:left;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .slick-current .wphtsp-title{margin-bottom:10px;}
.wphtsp-slider-design-4 .wphtsp-slider-nav .wphtsp-title{width:calc(100% - 50px);}
.wphtsp-slider-design-4 .wphtsp-slider-for .wphtsp-content-wrapper{padding:15px 0 0 0;}
}

/**********
	Design-5
**********/
.wphtsp-slider-design-5 .wphtsp-slick-slider .slick-arrow{top:50% !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.wphtsp-slider-design-5 .wphtsp-slider-nav .slick-list.draggable:before{height:2px;content:'';max-width:calc(100% - 180px);width:100%;background:-webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));background:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));position:absolute;top:53%;left:0;right:0;margin:0 auto;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title,
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-content{text-align:center;}
.wphtsp-slider-design-5 .wphtsp-slider-nav-title.slick-center .wphtsp-main-title:after,
.wphtsp-slider-design-5 .wphtsp-slider-nav-title.slick-center .wphtsp-main-title:before{content:none;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title{background:transparent;line-height:0px !important;top:0;padding:0 !important;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title button{padding:0px;margin:0px;height:20px;width:20px;border-radius:0;background:#fff;border:3px solid #4DD0E1;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;outline:none;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title button::after{position:absolute;content:'';background:#4DD0E1 !important;left:4px;top:4px;right:4px;bottom:4px;display:block;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-current .wphtsp-main-title button{-webkit-transform:rotate(45deg) scale3d(1.3,1.3,1.3) !important;transform:rotate(45deg) scale3d(1.3,1.3,1.3) !important;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-current .wphtsp-title{font-weight:400;-webkit-transform:scale3d(1.1,1.1,1.1) translateY(-1px);transform:scale3d(1.1,1.1,1.1) translateY(-1px);color:#4DD0E1;width:calc(100% - 50px);}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-active .wphtsp-main-title button{-webkit-transform:scale3d(0.8,0.8,0.8) rotate(45deg);transform:scale3d(0.8,0.8,0.8) rotate(45deg);}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-active ~ .slick-active .wphtsp-main-title button{height:20px !important;width:20px !important;-webkit-transform:scale3d(0.8,0.8,0.8) rotate(45deg);transform:scale3d(0.8,0.8,0.8) rotate(45deg);}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-current ~ .slick-active ~ .slick-active .wphtsp-main-title button{-webkit-transform:scale3d(0.8,0.8,0.8) rotate(45deg) !important;transform:scale3d(0.8,0.8,0.8) rotate(45deg) !important;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .slick-current{font-weight:700;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-title{width:calc(100% - 20px);display:block;margin:0 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;color:#222;}
.wphtsp-slider-design-5 .wphtsp-slider-nav-content a.readmorebtn{display:inline-block;padding:5px 10px;color:#424242;text-decoration:none;border-radius:3px;margin-top:15px;position:relative;z-index:1;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border: 1px solid #424242;}
.wphtsp-slider-design-5 .readmorebtn::before{content:'';position:absolute;bottom:0;left:0;background:#424242;width:100%;height:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;z-index:-1;}
.wphtsp-slider-design-5 a.readmorebtn:hover,
.wphtsp-slider-design-5 a.readmorebtn:focus{color:#fff;}
.wphtsp-slider-design-5 .readmorebtn:hover::before,
.wphtsp-slider-design-5 .readmorebtn:focus::before{height:100%;}
.wphtsp-slider-design-5 .wphtsp-feature-img img{max-width:100%;float:right;width: 100%;object-fit: cover;object-position: center center;}
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper.wphtsp-img-left .wphtsp-feature-img img{float:left;}
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-feature-img img,
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-feature-img img{float:none;margin:0 auto;}
.wphtsp-slider-design-5 .slick-dots{bottom:-15px !important;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title:hover{cursor:pointer;}
.wphtsp-slider-design-5 .wphtsp-slider-nav{max-width:800px;margin:0px auto;float:none;}
.wphtsp-slider-design-5 .wphtsp-slider-nav.wphtsp-slick-slider .slick-track{margin:0 auto;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date{margin-bottom:10px !important;font-size:12px;text-transform:uppercase;color:#999;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date .fa{margin-right:5px;font-size:14px;color: #999;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-content-title{margin-bottom:10px !important;line-height: normal;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-content-wrapper .wphtsp-content .wphtsp-tl-content{color:#424242;margin-bottom:0;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-content-wrapper .wphtsp-content-title,
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-content-wrapper .wphtsp-content{text-align:left;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-slider-nav-content{text-align:center;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-content-wrapper.wphtsp-no-image{width:100%;float:left;}
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper{width:100%;margin:0 auto;max-width:800px;display:table;background:#fff;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-feature-img{width:50%;padding:0;float:left;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-content-wrapper{width:50%;float:right;color:#424242;padding:0 15px;text-align:left;}
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper.wphtsp-img-right .wphtsp-feature-img{float:right;}
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper.wphtsp-img-right .wphtsp-content-wrapper{float:left;}
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-feature-img,
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-content-wrapper,
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-feature-img,
.wphtsp-slider-design-5 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-content-wrapper{width:100%;float:left;}

@media only screen and (max-width:40em){
.wphtsp-slider-design-5 .wphtsp-slider-for{padding:0 20px;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-slider-nav-wrapper{display:block;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-feature-img,
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-content-wrapper{width:100%;float:left;}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-feature-img{padding:0;}
.wphtsp-slider-design-5 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-current .wphtsp-title{-webkit-transform:scale3d(1.2,1.2,1.2);transform:scale3d(1.2,1.2,1.2);}
.wphtsp-slider-design-5 .wphtsp-slider-for .wphtsp-content-wrapper{padding:15px 0 0 0;}
}

/********** Design-6 **********/
.wphtsp-slider-design-6 .wphtsp-slick-slider .slick-arrow{top:50% !important; margin-top:-30px !important;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .slick-list.draggable::before{height:5px;content:'';width:calc(100% - 190px);background:#34495e;position:absolute;top:72%;left:0; right:0; margin:0 auto;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-slider-nav-title{text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease;padding-bottom:0;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-content-title,
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-content-wrapper{-webkit-transition:all .3s ease;transition:all .3s ease;text-align:left;}
.wphtsp-slider-design-6 .wphtsp-slider-nav-wrapper{width:100%;margin:0 auto;max-width:800px;display:table;background:#fff;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-timeline-img{width:50%;float:left;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-content-wrapper{width:50%;float:right;color:#424242;padding:0 15px;text-align:left;}
.wphtsp-slider-design-6 .wphtsp-slider-nav-wrapper.wphtsp-img-right .wphtsp-timeline-img{float:right;}
.wphtsp-slider-design-6 .wphtsp-slider-nav-wrapper.wphtsp-img-right .wphtsp-content{float:left;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-content-wrapper.wphtsp-no-image{width:100%;float:left;}
.wphtsp-slider-design-6 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-timeline-img,
.wphtsp-slider-design-6 .wphtsp-slider-nav-wrapper.wphtsp-img-top .wphtsp-content-wrapper,
.wphtsp-slider-design-6 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-timeline-img,
.wphtsp-slider-design-6 .wphtsp-slider-nav-wrapper.wphtsp-img-bottom .wphtsp-content-wrapper{width:100%;float:left;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-slider-nav-wrapper .wphtsp-content .wphtsp-tl-content{color:#424242;margin-bottom:0;}
.wphtsp-slider-design-6 .wphtsp-slider-nav-title .wphtsp-main-title{border-radius:50%;line-height:normal !important;padding:0 !important;margin:50px 0 15px !important}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title{background:transparent;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title button{padding:0px;margin:0px;height:30px;width:30px;border-radius:50%;background:#34495e;border:0;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;vertical-align:bottom;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date{margin-bottom:10px !important;text-transform:uppercase;color:#999;font-size:12px;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date .fa{margin-right:5px;font-size:14px;color: #999;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-content-title{margin-bottom:10px !important;line-height: normal;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-title{font-weight:700;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .slick-current .wphtsp-title{-webkit-transform:translateY(10px);transform:translateY(10px);}
.wphtsp-slider-design-6 .wphtsp-slider-nav-content a.wphtsp-read-more{display:inline-block;background:transparent;padding:5px 10px;color:#424242;text-decoration:none;border-radius:3px;margin-top:15px;border:1px solid #424242;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.wphtsp-slider-design-6 a.wphtsp-read-more:hover,
.wphtsp-slider-design-6 a.wphtsp-read-more:focus{background:#424242;color:#fff;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title{width:calc(100% - 15px);margin:0 auto;position:relative;color:#34495e;-webkit-transition:all .3s ease;transition:all .3s ease;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title::after{content:'';position:absolute;bottom:-50px;height:45px;left:50%;margin-left:-1px;border:0;background-image:-webkit-linear-gradient(top, #34495e 40%, rgba(255, 255, 255, 0) 20%);background-image:linear-gradient(to bottom, #34495e 40%, rgba(255, 255, 255, 0) 20%);background-repeat:repeat-y;background-size:1px 5px;background-position:left;width:2px;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.wphtsp-slider-design-6 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-title:hover{cursor:pointer;}
.wphtsp-slider-design-6 .wphtsp-slider-nav{max-width:800px;margin:0px auto;float:none;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-slider-nav-content img{max-width:100%;display:block;float:right;width: 100%;object-fit: cover;object-position: center center;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-slider-nav-wrapper.wphtsp-img-left img{float:left;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-slider-nav-wrapper.wphtsp-img-top img,
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-slider-nav-wrapper.wphtsp-img-bottom img{float:none;margin:0 auto;}
.wphtsp-slider-design-6 .wphtsp-slider-nav.wphtsp-slick-slider .slick-track{margin:0 auto;}

@media only screen and (max-width:40em){
.wphtsp-slider-design-6 .wphtsp-slider-for{padding:0px;}
.wphtsp-slider-design-6 .wphtsp-slick-slider .slick-prev{left:0 !important;}
.wphtsp-slider-design-6 .wphtsp-slick-slider .slick-next{right:0 !important;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-slider-nav-wrapper{display:block;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-content-wrapper,
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-timeline-img{width:100%;}
.wphtsp-slider-design-6 .wphtsp-slider-for .wphtsp-content-wrapper{padding:15px 0 0 0;}
}
/***** SLIDER DESIGNS END ******/

/***** VERTICAL DESIGNS ******/
.wphtsp-timeline-img .fa,
.wphtsp-timeline-date .fa {font-size: 40px;}
.wphtsp-history-inner-wrp .wphtsp-timeline-img .fa,
.wphtsp-history-inner-wrp .wphtsp-timeline-date .fa {font-size: 40px;}
.wphtsp-history-inner-wrp .wphtsp-timeline h2.wphtsp-content-title{margin-bottom: 10px !important;text-decoration: none !important;text-transform: capitalize !important;line-height: normal !important;font-size: 20px !important;}
.wphtsp-history-inner-wrp .wphtsp-timeline h2.wphtsp-content-title a{font-weight: 600 !important;font-size:20px !important;}
.wphtsp-history-inner-wrp a{line-height: normal !important; text-decoration: none !important;}
.wphtsp-history-inner-wrp .wphtsp-post-date {font-size: 12px !important; margin-bottom: 10px; line-height: normal !important; font-weight: 600 !important; text-align: left;}
.wphtsp-history-inner-wrp .wphtsp-content-inner{margin-bottom: 10px; text-align: left;}
.wphtsp-history-inner-wrp .wphtsp-content-wraper{margin-bottom: 10px; text-align: left;}
.wphtsp-history-inner-wrp .wphtsp-post-date i:before{margin-right: 2px;}
.wphtsp-timeline-block .wphtsp-timeline-content p{margin:0 0 1em 0;}
.wphtsp-timeline-block .wphtsp-timeline-content p:last-child{margin:0;}

/****************
	Design-1
****************/
.wphtsp-history-design-1 .wphtsp-timeline .wphtsp-timeline-img i.fa{color: #555;}
.wphtsp-history-design-1 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content{float: left;}
.wphtsp-history-design-1 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content{float: right;}
.wphtsp-history-design-1 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content::before{content: '';left: 100%;border: 15px solid transparent;border-right:13px solid rgba(143, 146, 153, 0.25);z-index: 111; -webkit-transform: rotate(180deg);transform: rotate(180deg);}
.wphtsp-history-design-1 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content::before{content: '';right: 100%;border: 15px solid transparent;border-right:13px solid rgba(143, 146, 153, 0.25);z-index: 111;} 
.wphtsp-history-design-1 .wphtsp-timeline{position: relative;width: 100%;float: left;}
.wphtsp-history-design-1 .wphtsp-timeline-block{width: 100%;float: left;}
.wphtsp-history-design-1 .wphtsp-timeline:before{content: '';position: absolute;top: 0;left: 18px;height: 100%;width: 3px;background: #d7e4ed;left: 50%;margin-left: -2px;}
.wphtsp-history-design-1 .wphtsp-timeline-img{-webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; text-align: center;width: 100px;height: 100px;position: absolute;z-index: 11;box-shadow: 0px 0px 0px 10px #fff;border-radius: 50%;background:#fff; border: 1px solid rgba(197, 197, 197, 0.57); display: block;left: 0;right: 0;margin: 0 auto;}
.wphtsp-history-design-1 .wphtsp-timeline-block .wphtsp-timeline-img:hover{background: #fff;border: 15px solid rgba(197, 197, 197, 0.57);}
.wphtsp-history-design-1 .wphtsp-timeline-content:hover + .wphtsp-timeline-img{background: #fff;border: 15px solid rgba(197, 197, 197, 0.57);}
.wphtsp-history-design-1 .wphtsp-timeline-img .wphtsp-icon-wrp{display: table;line-height: normal;border-radius: 50%;width: 100%;height: 100%;}
.wphtsp-history-design-1 .wphtsp-timeline-img .wphtsp-icon-wrp a{top: 0;bottom: 0;height: 100%;width: 100%;display: table;}
.wphtsp-history-design-1 .wphtsp-timeline-img.wphtsp-custom-icon .wphtsp-icon-wrp a {display: block;}
.wphtsp-history-design-1 .wphtsp-timeline-img .wphtsp-icon-wrp .fa{display: table-cell;vertical-align: middle;}
.wphtsp-history-design-1 .wphtsp-timeline-image{height: auto !important;line-height: normal;margin-bottom: 15px;}
.wphtsp-history-design-1 .wphtsp-timeline-image img{display: block; margin: 0 auto !important;}
.wphtsp-history-design-1 .wphtsp-timeline-img img{height: 100%;width: 100%;object-fit: cover;object-position: center;border-radius: 50% !important;}
.wphtsp-history-design-1 .wphtsp-timeline-content{margin-left: 0;width: 40%;position: relative;border-radius: 0.25em;padding: 16px;box-shadow: 0 3px 0 #d7e4ed;background: rgba(143, 146, 153, 0.25);}
.wphtsp-history-design-1 .wphtsp-timeline-content:before{content: '';position: absolute;top: 35px;right: 100%;height: 0;width: 0;border: 7px solid transparent;border-right: 7px solid white;}
.wphtsp-history-design-1 .wphtsp-timeline-block .wphtsp-content-title a{font-size: 20px !important; text-transform: capitalize;text-align: left;text-decoration: none;}
.wphtsp-history-design-1 .wphtsp-timeline-content:after{content: "";display: table;clear: both;}
.wphtsp-history-design-1 .wphtsp-timeline-block .wphtsp-timeline-content .wphtsp-read-more:hover{background: #fff ;color: #111 ;-webkit-transition: 0.5s ease-in;transition: 0.5s ease-in;}
.wphtsp-history-design-1 .wphtsp-timeline-block .wphtsp-timeline-content  .wphtsp-read-more{border-radius: 3px;float: left;padding: 10px 25px;background: #333;color: white;font-size: 14px;text-decoration: none;-webkit-transition: 0.5s ease-in;transition: 0.5s ease-in;}
.wphtsp-history-design-1 .wphtsp-timeline-block .wphtsp-content-title a,
.wphtsp-history-design-1 .wphtsp-post-date,
.wphtsp-history-design-1 .wphtsp-post-date .fa,
.wphtsp-history-design-1 .wphtsp-content div{color: #555;}
@media screen and (max-width:64em){
.wphtsp-history-design-1 .wphtsp-timeline-img .fa{font-size: 20px;}
.wphtsp-history-design-1 .wphtsp-timeline-block{margin-bottom: 20px;}
.wphtsp-history-design-1 .wphtsp-timeline-content{width: 80%;float: right !important;}
.wphtsp-history-design-1 .wphtsp-timeline:before{left: 25px;}
.wphtsp-history-design-1 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-content::before{-webkit-transform: rotate(0deg); transform: rotate(0deg);left: -27px;}
.wphtsp-history-design-1 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content {float: left;}
.wphtsp-history-design-1 .wphtsp-read-more{display: block;}
.wphtsp-history-design-1 .wphtsp-timeline-img{width: 50px;height: 50px;margin: 23px 0 0 0 !important;position: relative;float: left;left: 0;border: 0px;box-shadow: none;border: 1px solid rgba(197, 197, 197, 0.57);}
.wphtsp-history-design-1 .wphtsp-timeline-block .wphtsp-timeline-img:hover{border: 5px solid rgba(197, 197, 197, 0.57);}
.wphtsp-history-design-1 .wphtsp-timeline-content:hover + .wphtsp-timeline-img{background: #fff;border: 5px solid rgba(197, 197, 197, 0.57);}
}
@media screen and (max-width:370px){
.wphtsp-history-design-1 .wphtsp-timeline::before{left: 20px}
.wphtsp-history-design-1 .wphtsp-timeline-img{width: 40px;height: 40px;margin: 30px 0 0 0 !important;}
.wphtsp-history-design-1 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-img .fa{font-size: 16px;}
.wphtsp-history-design-1 .wphtsp-timeline-block .wphtsp-timeline-img{border: 5px solid rgba(197, 197, 197, 0.57);}
.wphtsp-history-design-1 .wphtsp-timeline-block .wphtsp-timeline-img:hover{border: 1px solid rgba(197, 197, 197, 0.57);}
.wphtsp-history-design-1 .wphtsp-timeline-content:hover + .wphtsp-timeline-img{background: #fff;border: 1px solid rgba(197, 197, 197, 0.57);}

}
.wphtsp-history-design-1 .wphtsp-custom-icon .wphtsp-icon-wrp {display: block;}

/**********
	Design-2
**********/
.wphtsp-history-design-2 .wphtsp-timeline{width:100%;float:left;}
.wphtsp-history-design-2 .wphtsp-timeline {position:relative;width: 100%;float: left;}
.wphtsp-history-design-2 .wphtsp-timeline::before{content:'';display:block;width:2px;height:100%;position:absolute;left:50%;top:0;background:#f1f1f1;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block{width:100%;float:left;position: relative;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block:last-child{margin-bottom: 20px;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-post-date {font-size: 13px !important;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content{float:right;text-align:left;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-img{-webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; display: block;width: 100px;height: 100px;overflow: hidden;position: absolute;z-index: 100;background-color: #FF7043;border-radius: 100%;border: 5px solid #eaeaea;text-align: center;box-sizing: border-box;left: 0;right: 0;margin: 0 auto;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-img:hover{border: 5px solid #FF7043;background-color: #fff; }
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-content:hover + .wphtsp-timeline-img{border: 5px solid #FF7043;background-color: #fff;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-img img{width:100%;height:100%;object-fit:cover;object-position:top center; border-radius:100%;}
.wphtsp-history-design-2 .wphtsp-timeline-image{width: 100%;float: left;line-height: normal;margin-bottom: 15px;height: auto !important;}
.wphtsp-history-design-2 .wphtsp-timeline-image a{display: block;}
.wphtsp-history-design-2 .wphtsp-timeline-image img{display: block; margin: 0 auto !important;}
.wphtsp-history-design-2 .wphtsp-timeline-img .wphtsp-icon-wrp{height: 100%;display: table;line-height: normal;width: 100%;}
.wphtsp-history-design-2 .wphtsp-timeline-img .wphtsp-icon-wrp a{top: 0;bottom: 0;height: 100%;width: 100%;display: table;}
.wphtsp-history-design-2 .wphtsp-timeline-img.wphtsp-custom-icon .wphtsp-icon-wrp a {display: block;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-img .fa{display: table-cell;vertical-align: middle;padding: 5px;color: #DADADA;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-content .wphtsp-content {width: 100%;float: left;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-read-more {color: #444;position: relative; -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;padding: 10px 30px;background: #eee;text-align: center;display: inline-block;text-decoration: none;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-read-more:hover::before{height: 100%;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-read-more::before{content:" ";background:rgba(17, 17, 17, 0.13); position: absolute;height: 5px;left:0%;top:0%;width: 100%; -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-content:hover + .wphtsp-timeline-img .fa{color: #DADADA; -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-img .fa{-webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
.wphtsp-history-design-2 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content:before{content: "";position: absolute;height: 0px;width: 2px;border-left: 15px solid #FF7043;border-top: 15px solid rgba(125, 26, 26, 0);border-bottom: 15px solid transparent;border-right: 0px solid transparent;right: -19px;top: 30px;}
.wphtsp-history-design-2 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content:before{content: "";position: absolute;height: 0px;width: 2px;border-left: 15px solid #FF7043;border-top: 15px solid rgba(125, 26, 26, 0);border-bottom: 15px solid transparent;left: -19px;top: 30px;-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.wphtsp-history-design-2 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content{position: relative; border-right: 5px solid #FF7043;width: 40%;float: left;box-sizing: border-box;text-align: left;border-radius: 13px;box-shadow: 0px 0px 5px 2px #eee;padding: 16px;}
.wphtsp-history-design-2 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content{position: relative; border-left: 5px solid #FF7043;width: 40%;float: left;box-sizing: border-box;text-align: left;border-radius: 13px;box-shadow: 0px 0px 5px 2px #eee;padding: 16px;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-content h2 a,
.wphtsp-history-design-2 .wphtsp-post-date,
.wphtsp-history-design-2 .wphtsp-post-date .fa,
.wphtsp-history-design-2 .wphtsp-history-inner-wrp .wphtsp-content div{color: #444;}
@media screen and (max-width:64em){
.wphtsp-history-design-2 .wphtsp-timeline::before {left:30px;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-img{margin-left: 0;top: 15px;float: left;width: 60px;height: 60px;border-width: 5px;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-content{text-align:left;width: 80%;float: right !important;border-left: 5px solid #FF7043;border-right: 0px; margin-bottom: 20px;}
.wphtsp-history-design-2 .wphtsp-timeline-img .fa{font-size: 25px;}
.wphtsp-history-design-2 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-content::before{left: -17px;top: 30px;-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}
@media screen and (max-width:370px) {
.wphtsp-history-design-2 .wphtsp-timeline::before{left: 20px}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-img{width: 40px;height: 40px;top: 25px;}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-img .fa{font-size: 16px;}
.wphtsp-history-design-2 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-content{padding: 10px;}
.wphtsp-history-design-2 .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-timeline-content{padding: 10px;}
}
.wphtsp-history-design-2 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-custom-icon .wphtsp-icon-wrp {display: block;}

/****************
	Design-3
****************/
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd)  .wphtsp-timeline-content{float: left;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content{float: right;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd)  .wphtsp-timeline-date{left: 50%;-webkit-transform: translateX(0%);transform: translateX(0%);}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-date{left: 50%;margin-left: -150px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd)  .wphtsp-date::before{content: '\f177';display: block;font-family:fontAwesome;display: inline-block;margin-right: 10px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-date::after{content: '\f178';display: block;font-family:fontAwesome;display: inline-block;margin-left: 10px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-circle {-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left: -10px;left: -23%;top: 24px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-circle{left:auto; right:-23%; width:auto; top:24px; margin:0 -10px 0 0; display:inline-block;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block{width: 100%;float: left;margin-bottom: 20px;}
.wphtsp-history-design-3 .wphtsp-timeline{position: relative; width: 100%;float: left;}
.wphtsp-history-design-3 .wphtsp-timeline:before{content: '';position: absolute;top: 0;left: 18px;height: 100%;width: 3px;background: #d7e4ed;left: 50%;margin-left: -2px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-circle{box-shadow: 0px 0px 0px 10px #fff !important;width: auto;height: auto;left: 50%;position: absolute;z-index:1;margin-left: -44px;box-shadow: none;border-radius: 50%;background: #fff;align-items: center;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-content{text-align: center;margin-left: 0;width: 40%;position: relative;border-radius: 0.25em;box-shadow: 0 3px 0 #d7e4ed;background: #263238;padding:16px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-content:before{content: '';position: absolute;top: 16px;right: 100%;height: 0;width: 0;border: 0px solid transparent;border-right: 0px solid white;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-read-more{transition: all 0.6s ease-in-out;border: 1px solid transparent;overflow: hidden;width: 130px;display: inline-block;text-decoration: none;float: none !important;padding: 5px 5px;background: #f8f8f8;color: #444;font-size: 14px !important;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-read-more:hover{background: #B4B4B4;color: #fff;border: 1px solid #fff;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-content:after{content: "";display: table;clear: both;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-date{position: absolute;width: 150px;height: 70px;display: table;text-align: center;background: #263238;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-circle .thir.fa::before{content:"\f192";font-size: 22px;}
.wphtsp-history-design-3 .wphtsp-timeline-date .wphtsp-icon-wrp{display: table-cell;line-height: normal;vertical-align: middle;height: 100%;}
.wphtsp-history-design-3 .wphtsp-timeline-date .wphtsp-icon-wrp img{max-height: 70px !important;display: block;object-fit: cover;height: 100% !important;object-position: top center;margin: 0 auto;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-circle .fa{margin-right: 5px; color:#263238; font-size:14px; vertical-align:middle;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-circle .fa:last-child{margin-right: 0;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-read-more::after{content:'\f101';font-family:fontAwesome;display: inline-block;margin-left: 10px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-content .wphtsp-timeline-img{height: auto !important;width: 100%;margin-bottom: 15px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-date i{padding: 5px;color: #fff;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-content .wphtsp-content{width: 100%;float: left;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-content h2 a,
.wphtsp-history-design-3 .wphtsp-post-date,
.wphtsp-history-design-3 .wphtsp-post-date .fa,
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-content .wphtsp-content div{color: #fff;}
@media only screen and (max-width:64em){
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block{margin-bottom: 20px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-content .wphtsp-timeline-circle{position: relative;margin-left: 0px;float: left;left: 0;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline:before{left: 40px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-date::after{display: none;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-date::before{display: none;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-date{position: static;padding: 0px;display: inline-block;line-height: 32px;width: auto;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-content .wphtsp-timeline-circle{margin-right: 10px;left: -28px !important;top: -60px !important;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-timeline-content .wphtsp-timeline-circle{position: absolute;left: -15px;top: -55px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content {float: left;position: relative;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-read-more{display: inline-block;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-content::before{-webkit-transform: rotate(0deg);transform: rotate(0deg);left: -14px;}
.wphtsp-history-design-3 .wphtsp-timeline::before{left: 0 !important;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content .wphtsp-timeline-circle{-webkit-transform: rotate(180deg);transform: rotate(180deg);margin: -10px;margin-right: 10px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-content{width: auto;margin-left: 15px;margin-top: 30px;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-date{height: 80px;width: 80px;border-radius: 3px;left: 0px !important;right: 0px !important;top: 24px;position: relative;margin: 0 auto;display: table;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-content{float: none;}
.wphtsp-history-design-3 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n) .wphtsp-timeline-date{margin:0 auto !important;}
}

/**********
 Design-4
**********/
.wphtsp-history-design-4 .wphtsp-timeline .wphtsp-date .fa{color: #bcbcbc; display: table-cell; vertical-align: middle;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content{float: left;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content{float: right;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content::before{content: '';width: 0;height: 0;border-top: 20px solid transparent;border-left: 20px solid #d4d4d4;border-bottom: 20px solid transparent;position: absolute;right: -20px;top: 40px;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content::before{content: '';width: 0;height: 0;border-top: 20px solid transparent;border-right: 20px solid #d4d4d4;border-bottom: 20px solid transparent;position: absolute;left: -20px;top: 40px;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(odd) .wphtsp-date{text-align: center;left: 0;right: 0px;margin: 0 auto;top: 15px;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(even) .wphtsp-date{left: 0;text-align: center;right: 0px;margin: 0 auto;top: 15px;}

.wphtsp-history-design-4 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:rgba(186, 186, 186, 0.56); -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border-radius: 50%;}
.wphtsp-history-design-4 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp:hover::before{-webkit-transform: scale(0); transform: scale(0);}
.wphtsp-history-design-4 .wphtsp-timeline-content:hover + .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp:before{-webkit-transform: scale(0); transform: scale(0);}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(4n+1) .wphtsp-timeline-img .fa::before{color:#2B4162;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(4n+2) .wphtsp-timeline-img .fa::before{color:#385F71;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(4n+3) .wphtsp-timeline-img .fa::before{color:#58355E;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(4n+4) .wphtsp-timeline-img .fa::before{color:#343434;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(4n+5) .wphtsp-timeline-img .fa::before{color:#008F68;}
.wphtsp-history-design-4 {position: relative;width: 100%;float: left;}
.wphtsp-history-design-4 .wphtsp-timeline-block{width: 100%;float: left;}
.wphtsp-history-design-4 .wphtsp-timeline:before{content: '';position: absolute;top: 0;left: 18px;height: 100%;width: 6px;background: #ccc;left: 50%;margin-left: -3px;}
.wphtsp-history-design-4 .wphtsp-timeline-date{position: absolute;width: 100%;float: left;}
.wphtsp-history-design-4 .wphtsp-timeline-content{z-index: 111;margin-left: 0;width: 40%;position: relative;border-radius: 0.25em;padding:16px;box-shadow: 0 0 5px #ccc;}
.wphtsp-history-design-4 .wphtsp-timeline-content:after{content: "";display: table;clear: both;}
.wphtsp-history-design-4 .wphtsp-date{background: #fff;position: absolute;width: 70px;height: 70px;border-radius: 50%;box-sizing: content-box;padding: 5px;border: 5px solid #ccc;overflow: hidden;display: block;}
.wphtsp-history-design-4 .wphtsp-date .wphtsp-icon-wrp{display: table;line-height: normal;height: 100%;width: 100%;border-radius: 50%;overflow: hidden;}
.wphtsp-history-design-4 .wphtsp-date .wphtsp-icon-wrp a{top: 0;bottom: 0;height: 100%;width: 100%;display: table;}
.wphtsp-history-design-4 .wphtsp-date.wphtsp-custom-icon .wphtsp-icon-wrp a {display: block;}
.wphtsp-history-design-4 .wphtsp-date .wphtsp-icon-wrp img {height: 100% !important;width: 100%;object-fit: cover;object-position: center center;border-radius: 50% !important;}
.wphtsp-history-design-4 .wphtsp-timeline-date .thir.fa::before{content:"\f192";font-size: 22px;}
.wphtsp-history-design-4 .wphtsp-read-more::after{content:'\f101';font-family:fontAwesome;display: inline-block;margin-left: 5px;}
.wphtsp-history-design-4 .wphtsp-timeline-img{height:auto; width: 100%;margin-bottom: 10px; text-align:center;}
.wphtsp-history-design-4 .wphtsp-timeline-content .wphtsp-read-more:hover{background: #fff;border: 1px solid #111;color: #111;}
.wphtsp-history-design-4 .wphtsp-post-details{margin-bottom: 10px;}
.wphtsp-history-design-4 .wphtsp-content a.wphtsp-read-more{color:rgba(137, 137, 137, 0.86);transition: all 0.3s ease-in-out;border: 1px solid rgba(137, 137, 137, 0.37);transition: 0.2s ease-in-out;opacity: 1;background:rgba(231, 231, 231, 0.7);padding: 7px 20px;font-size: 14px;display: inline-table;text-decoration: none;}
.wphtsp-history-design-4 h2.wphtsp-content-title a,
.wphtsp-history-design-4 .wphtsp-post-date,
.wphtsp-history-design-4 .wphtsp-post-date .fa,
.wphtsp-history-design-4 .wphtsp-content-wraper{color: rgb(137, 137, 137);}

@media only screen and (max-width:64em){
.wphtsp-history-design-4 .wphtsp-timeline-content{box-sizing: border-box;float: left;width: 73%;box-sizing: border-box;float: right !important;}
.wphtsp-history-design-4 .wphtsp-timeline-content:before{top: 40px;left: -19px;border-right: 20px solid #d4d4d4;border-left: none !important;}
.wphtsp-history-design-4 .wphtsp-date{top: 30px;margin: 0px !important;left: 0px !important;width: 50px !important;height: 50px !important;}
.wphtsp-history-design-4 .wphtsp-date .fa{font-size: 25px;}
.wphtsp-history-design-4 .wphtsp-timeline:before{left: 34px;}
.wphtsp-history-design-4 .wphtsp-timeline-block{margin:1em 0;}
.wphtsp-history-design-4 .wphtsp-timeline-block{margin:1em 0;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-content::before{top: 32px;}
.wphtsp-history-design-4 .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-timeline-content::before{top: 32px;}
}
@media screen and (max-width:370px){
.wphtsp-history-design-4 .wphtsp-timeline::before{left: 29px;width: 4px;}
.wphtsp-history-design-4 .wphtsp-date{width: 40px !important;height: 40px !important;top: 32px;border: 4px solid #ccc;}
.wphtsp-history-design-4 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-img .fa{font-size: 16px;}
.wphtsp-history-design-4 .wphtsp-timeline-content{padding: 10px;width: 73%;}
}
.wphtsp-history-design-4 .wphtsp-custom-icon .wphtsp-icon-wrp {display: block;}

/**********
 Design-5
**********/
.wphtsp-history-design-5{width: 100%;float: left;}
.wphtsp-history-design-5 .wphtsp-timeline{margin: 30px 0 0 0;padding: 0;list-style: none;position: relative;width: 100%;float: left;}
.wphtsp-history-design-5 .wphtsp-timeline-block{width: 100%;float: left;}
.wphtsp-history-design-5 .wphtsp-timeline:before{content: '';position: absolute;top: 0;bottom: 0;width:3px;background: #00B8D4;left: 11%;margin-left: -10px;}
.wphtsp-history-design-5 .wphtsp-timeline-date{position: relative;width: 20%;float: left;}
.wphtsp-history-design-5 .wphtsp-timeline-date .wphtsp-date{border-radius: 5px;width: 100px;height: 100px;background: #FFF;border: 3px solid #00B8D4;text-align: center;margin: 0 auto;display: table;}
.wphtsp-history-design-5 .wphtsp-date .wphtsp-icon-wrp{display: table-cell;vertical-align: middle;line-height: normal;height: 100%;width: 100%;}
.wphtsp-history-design-5 .wphtsp-date .wphtsp-icon-wrp img{width: 100%;height: 100%;object-fit: cover;object-position: center center;}
.wphtsp-history-design-5 .wphtsp-timeline-content{margin-bottom: 40px;border: 1px solid #00B8D4; color: #000; padding: 20px; position: relative;border-radius: 5px;width: 76%;float: right;border-left: 5px solid #00B8D4; line-height:normal;}
.wphtsp-history-design-5 .wphtsp-timeline-block .wphtsp-read-more{font-weight: 600;position: absolute;left: 50%;margin-left: -61.88px;padding: 10px 25px;bottom: -25px;background: #00B8D4;color: #FFF;overflow: hidden;-webkit-transition: color 0.3s;transition: color 0.3s;border: 5px solid #fff;font-size: 15px;text-decoration: none;}
.wphtsp-history-design-5 .wphtsp-read-more:before{-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.wphtsp-history-design-5 .wphtsp-read-more:hover::before{-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;-webkit-animation: shine .75s;animation: shine .75s;left: 116%;}
.wphtsp-history-design-5 .wphtsp-timeline-content .wphtsp-content-title span{padding-bottom: 5px;text-align:center;display: inline-block;border-bottom: 1px solid #00B8D4;}
.wphtsp-history-design-5 .wphtsp-post-details{margin-top: 10px;}
.wphtsp-history-design-5 .wphtsp-post-date i:before{margin-right: 2px;}
.wphtsp-history-design-5 .wphtsp-post-date{text-align: center;}
.wphtsp-history-design-5 .wphtsp-timeline-img{height:auto; overflow: hidden; -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; text-align:center; position:relative;}
.wphtsp-history-design-5 .wphtsp-timeline-img:before{-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out; position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.wphtsp-history-design-5 .wphtsp-timeline-img:hover::before{-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;-webkit-animation: shine .75s;animation: shine .75s;left: 116%;}
.wphtsp-history-design-5 .wphtsp-timeline-content:before{content: "";position:absolute; width: 0;height: 0;border-top: 20px solid transparent;  border-bottom: 20px solid transparent;border-left: 20px solid #00B8D4; left: -20px; top: 25px; -webkit-transform: rotate(-180deg);transform: rotate(-180deg);}
.wphtsp-history-design-5 .wphtsp-image-wrapper{width: 40%;float: left;}
.wphtsp-history-design-5 .wphtsp-content{width: 60%;float: left;padding: 0 0 15px 15px;}
.wphtsp-history-design-5 .wphtsp-content-wrapper.wphtsp-no-image .wphtsp-content{width: 100%;float: left;padding-left: 0;}
.wphtsp-history-design-5 .wphtsp-content-wrapper{width: 100%;float: left;margin-top: 15px;}
.wphtsp-history-design-5 .wphtsp-content-wrapper.wphtsp-no-image{width: 100%;}
.wphtsp-history-design-5 .wphtsp-timeline-date .wphtsp-date .fa{color:#00B8D4;}
.wphtsp-history-design-5 .wphtsp-timeline-content .wphtsp-content-title a,
.wphtsp-history-design-5 .wphtsp-post-date,
.wphtsp-history-design-5 .wphtsp-post-date .fa,
.wphtsp-history-design-5 .wphtsp-content-wraper{color:#555;}
@media only screen and (max-width:64em){
.wphtsp-history-design-5 .wphtsp-timeline-date .wphtsp-date{width: 80px;height: 80px;position: relative;float: left;box-sizing: border-box;left: 0;margin:0 !important;}
.wphtsp-history-design-5{width: 100%;float: left;}
.wphtsp-history-design-5 .wphtsp-timeline{padding: 0;list-style: none;position: relative;width: 100%;float: left;}
.wphtsp-history-design-5 .wphtsp-timeline::before{left: 50px;}
.wphtsp-history-design-5 .wphtsp-timeline-block{width: 100%;float: left;}
.wphtsp-history-design-5 .wphtsp-timeline-date{margin-bottom: 22px;width: 20%;float: left;box-sizing: border-box;}
.wphtsp-history-design-5 .wphtsp-date{width: 90px;float: right;}
.wphtsp-history-design-5 .wphtsp-timeline-content{width: 70%;float: right;}
.wphtsp-history-design-5 .wphtsp-read-more{display: inline-block;overflow: hidden !important;}
.wphtsp-history-design-5 .wphtsp-timeline-content::before{-webkit-transform: rotate(45deg); transform: rotate(45deg);left: -13px;top: 32px;border-bottom: 0px solid transparent;}
.wphtsp-history-design-5 .wphtsp-image-wrapper{width: 100%;}
.wphtsp-history-design-5 .wphtsp-content{width: 100%; padding: 15px 0;}
.wphtsp-history-design-5 .wphtsp-timeline-img img{margin-bottom: 10px;}
}
@media screen and (max-width:370px){
.wphtsp-history-design-5 .wphtsp-timeline::before{left: 29px;width: 4px;}
.wphtsp-history-design-5 .wphtsp-timeline-date .wphtsp-date{width: 40px !important;height: 40px !important;border: 3px solid #00B8D4;}
.wphtsp-history-design-5 .wphtsp-timeline .wphtsp-timeline-block .wphtsp-timeline-img .fa{font-size: 16px;}
.wphtsp-history-design-5 .wphtsp-timeline-content{padding: 10px;width: 78%;}
.wphtsp-history-design-5 .wphtsp-timeline-date .wphtsp-date .fa{font-size: 20px;}
.wphtsp-history-design-5 .wphtsp-timeline::before{width: 3px;}
.wphtsp-history-design-5 .wphtsp-timeline-content::before{top: 10px;}
.wphtsp-history-design-5 .wphtsp-content{padding: 15px 0;}
.wphtsp-history-design-5 .wphtsp-timeline-img img{margin-bottom: 10px;}
}
.wphtsp-history-design-5 .wphtsp-timeline-date .wphtsp-custom-icon {display: block;}
.wphtsp-history-design-5 .wphtsp-date.wphtsp-custom-icon .wphtsp-icon-wrp {display: block;}

/**********
 Design-6
**********/
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content{float: left;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content{float: right;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content:before{content:"";width: 0;height: 0;border-top: 20px solid transparent;border-left: 20px solid #29335C;border-bottom: 20px solid transparent;position: absolute;right: -19px;top: 15px;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content:before{content:"";width: 0;height: 0;border-top: 20px solid transparent;border-right: 20px solid #29335C;border-bottom: 20px solid transparent;position: absolute;left: -19px;top: 15px;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(odd) .wphtsp-date{right: 0px;left: 0;margin: 0 auto;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(even) .wphtsp-date{left: 0;text-align: center;right: 0px;margin: 0 auto;}
.wphtsp-history-design-6 .wphtsp-timeline-content .wphtsp-read-more{-webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; background: #858BA1; color: #fff; display:inherit; box-sizing: border-box;text-decoration: none; float:none !important; padding: 10px 30px; font-size: 14px; display:inline-block; border-radius:50px; margin:10px 0 0 0;}
.wphtsp-history-design-6 .wphtsp-read-more:hover{background: #fff;color: #111;}
.wphtsp-history-design-6 .wphtsp-timeline-content:hover .wphtsp-timeline-content .wphtsp-read-more{background-color: rgba(221, 201, 201, 0.1);color: #fff;}
.wphtsp-history-design-6 {position: relative;width: 100%;float: left;}
.wphtsp-history-design-6 .wphtsp-timeline-block{width: 100%;float: left;margin-bottom: 60px;}
.wphtsp-history-design-6 .wphtsp-timeline:before{content: '';position: absolute;top: 0;left: 18px;height: 100%;width: 6px;background: #ccc;left: 50%;margin-left: -3px;}
.wphtsp-history-design-6 .wphtsp-timeline-date{position: absolute;width: 100%;float: left;}
.wphtsp-history-design-6 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:rgba(41, 51, 92, 0.55);-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .3s ease;transition: all .3s ease;border-radius: 50%;}
.wphtsp-history-design-6 .wphtsp-timeline-content:hover + .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp:before{-webkit-transform: scale(0.8);transform: scale(0.8);}
.wphtsp-history-design-6 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp:hover:before{-webkit-transform: scale(0.8);transform: scale(0.8);}
.wphtsp-history-design-6 .wphtsp-timeline-content{padding: 16px;z-index: 111;text-align: center;margin-left: 0;width: 40%;position: relative;background: #29335C;border-radius: 0.25em;box-shadow: 0 0 5px #ccc;}
.wphtsp-history-design-6 .wphtsp-timeline-content h2{background: #29335C;}
.wphtsp-history-design-6 .wphtsp-content{width: 100%;float: left;}
.wphtsp-history-design-6 .wphtsp-timeline-content:after{content: "";display: table;clear: both;}
.wphtsp-history-design-6 .wphtsp-date{background: #fff;font-size: 13px;text-align: center;position: absolute;width: 100px;height: 100px;border-radius: 50%;padding: 5px;border: 5px solid #29335C;overflow: hidden;display: block;}
.wphtsp-history-design-6 .wphtsp-date .wphtsp-icon-wrp{overflow: hidden;display: table;line-height: normal;height: 100%;border-radius: 50%;width:100%;}
.wphtsp-history-design-6 .wphtsp-date .wphtsp-icon-wrp a {top: 0;bottom: 0;height: 100%;width: 100%;display: table;}
.wphtsp-history-design-6 .wphtsp-date.wphtsp-custom-icon .wphtsp-icon-wrp a {display: block;}
.wphtsp-history-design-6 .wphtsp-date .wphtsp-icon-wrp img{width: 100%;height: 100% !important;object-fit: cover;object-position: center center;}
.wphtsp-history-design-6 .wphtsp-timeline-date .thir.fa:before{content:"\f192";font-size: 22px;}
.wphtsp-history-design-6 .wphtsp-timeline-date .fa:last-child{margin-right: 0;}
.wphtsp-history-design-6 .wphtsp-read-more:after{content:'\f101';font-family:fontAwesome;display: inline-block;margin-left: 10px;}
.wphtsp-history-design-6 .wphtsp-timeline-img{-webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; height: auto !important;width: 100%;margin-bottom: 15px; box-sizing: border-box;}
.wphtsp-history-design-6 .wphtsp-timeline-img img{-webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
.wphtsp-history-design-6 .wphtsp-post-details{text-align: left;margin-bottom: 10px;}
.wphtsp-history-design-6 .wphtsp-timeline-content:hover .wphtsp-timeline-img img{opacity: 0.8;}
.wphtsp-history-design-6 .wphtsp-date .fa{color: #29335C; display: table-cell; vertical-align: middle;}
.wphtsp-history-design-6 .wphtsp-timeline-block .wphtsp-timeline-content h2 a,
.wphtsp-history-design-6 .wphtsp-post-date,
.wphtsp-history-design-6 .wphtsp-post-date .fa,
.wphtsp-history-design-6 .wphtsp-content p,
.wphtsp-history-design-6 .wphtsp-content{color: #FFF;}

@media only screen and (max-width:64em){
.wphtsp-history-design-6 .wphtsp-timeline-content{width: 76%;box-sizing: border-box;float: right !important;border-right: 0px solid #29335C !important;}
.wphtsp-history-design-6 .wphtsp-date{margin: 0 !important;left: 0 !important;height: 60px;width: 60px;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-content::before{border-right: 20px solid #29335C !important;}
.wphtsp-history-design-6 .wphtsp-timeline-block{margin:1em 0;}
.wphtsp-history-design-6 .wphtsp-timeline-block{margin:1em 0;}
.wphtsp-history-design-6 .wphtsp-date .fa{font-size: 24px;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-content:before{border-top: 20px solid transparent;border-right: 20px solid #29335C;left: -19px;border-bottom: 20px solid transparent;border-left: 0;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-content:before{border-top: 20px solid transparent;border-right: 20px solid #29335C;border-bottom: 20px solid transparent;border-left: 0;}
.wphtsp-history-design-6 .wphtsp-timeline::before{margin:0 !important;left: 27px !important;}
.wphtsp-history-design-6 .wphtsp-timeline-content::before{content:"";width: 0;height: 0;border-top: 20px solid transparent;border-left: 20px solid #29335C;border-bottom: 20px solid transparent;position: absolute;right: -19px;top: 15px;}
}
@media screen and (max-width:370px){
.wphtsp-history-design-6 .wphtsp-timeline-date .wphtsp-date{width: 50px !important;height: 50px !important;}
.wphtsp-history-design-6 .wphtsp-timeline-content{padding: 10px;width: 78%;}
.wphtsp-history-design-6 .wphtsp-timeline-date .wphtsp-date .fa{font-size: 20px;}
.wphtsp-history-design-6 .wphtsp-timeline::before{width: 3px;left: 24px !important;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-content::before{left: -12px;top:7px;}
.wphtsp-history-design-6 .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-timeline-content::before{left: -12px;top:7px;}
}
.wphtsp-history-design-6 .wphtsp-date.wphtsp-custom-icon .wphtsp-icon-wrp {display: block;}

/**********
	Design-7
**********/
.wphtsp-history-design-7 .wphtsp-mid-border{position: relative;width: 100%;float: left;}
.wphtsp-history-design-7 .wphtsp-timeline-content{width: 100%;float: left;}
.wphtsp-history-design-7 .wphtsp-timeline{width:100%;float:left;position:relative;}
.wphtsp-history-design-7 .wphtsp-timeline:before {content: "";height: 100%;width: 1px;background-color: #fff;opacity: 0.5;position: absolute;left: 50%;background: #00B8D4;}
.wphtsp-history-design-7 .wphtsp-timeline-block{position: relative;margin-bottom: 50px;width: 100%;float: left;}
.wphtsp-history-design-7 .wphtsp-timeline-block:before{content: "";position: absolute;top: 54px;left: 50%;width: 46px;height: 1px;margin-left: 1px;background:-webkit-linear-gradient(left, rgba(0, 184, 212, 0.5) 0%, rgba(0, 184, 212, 0.8) 1%, rgba(0, 184, 212, 0) 99%, rgba(0, 184, 212, 0) 100%);background:linear-gradient(to right, rgba(0, 184, 212, 0.5) 0%, rgba(0, 184, 212, 0.8) 1%, rgba(0, 184, 212, 0) 99%, rgba(0, 184, 212, 0) 100%)}
.wphtsp-history-design-7 .wphtsp-timeline-block:after{content: "";position: absolute;top: 90px;left: 50%;width: 46px;height: 1px;margin-left: -46px;background:-webkit-linear-gradient(right, rgba(0, 184, 212, 0.5) 0%, rgba(0, 184, 212, 0.8) 1%, rgba(0, 184, 212, 0) 99%, rgba(0, 184, 212, 0) 100%);background:linear-gradient(to left, rgba(0, 184, 212, 0.5) 0%, rgba(0, 184, 212, 0.8) 1%, rgba(0, 184, 212, 0) 99%, rgba(0, 184, 212, 0) 100%);}
.wphtsp-history-design-7 .wphtsp-timeline-date{font-size: 18px !important;color: #222 !important;border: 1px solid #00B8D4;background: #fff;position: absolute;left: 0;width: 100px;text-align: center;font-weight: 700;text-transform: uppercase;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;right: 0;margin: 0 auto;}
.wphtsp-history-design-7 .wphtsp-timeline-date .wphtsp-date{width: 100%;float: left;height: 65px;}
.wphtsp-history-design-7 .wphtsp-timeline-date .wphtsp-date .fa{position:relative;z-index: 1; }
.wphtsp-history-design-7 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp{position: relative;padding: 10px;display: inline-block;line-height: normal;width: 100%;float: left;height: 100%;}
.wphtsp-history-design-7 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp a {top: 0;bottom: 0;height: 100%;width: 100%;float: left;}
.wphtsp-history-design-7 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp img{width: auto;height: 100% !important;}
.wphtsp-history-design-7 .wphtsp-timeline-img{width: calc(50% - 60px);float: right;text-align: left;position: relative;top: 80px;}
.wphtsp-history-design-7 .wphtsp-timeline-img{display: inline-block;width: 100px;height: 100px;border-radius: 50%;border: 5px solid #00B8D4;background: #c2c2c2;}
.wphtsp-history-design-7 .wphtsp-timeline-img img{height: 100% !important;width: 100%;border-radius: 50% !important;object-fit: cover;object-position: top center;}
.wphtsp-history-design-7 .wphtsp-post-details{width:45%; width: calc(50% - 60px);margin-top: 80px;padding-bottom: 30px;position: relative;}
.wphtsp-history-design-7 .wphtsp-post-details{padding: 16px;border: 1px solid #00B8D4;}
.wphtsp-history-design-7 .wphtsp-content{display: inline-block;width: 100%;float: left;}
.wphtsp-history-design-7 .wphtsp-post-details-wraper{width: 100%;float: left;}
.wphtsp-history-design-7 .wphtsp-read-more{border: 1px solid #00B8D4;padding: 5px 10px;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;background: #fff;display: inline-block; margin:15px 0 0 0;}
.wphtsp-history-design-7 .wphtsp-read-more:hover{background: #00B8D4;color: #fff !important;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-details .wphtsp-content-title{text-align:right;padding-left: 50px !important;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(even) .wphtsp-post-details .wphtsp-content-title{text-align:left;padding-right: 50px !important;}
.wphtsp-history-design-7 .wphtsp-timeline-img-wrapper{width:45%; width: calc(50% - 60px);float: right;text-align: left;position: relative;top: 15px;}
.wphtsp-history-design-7 .wphtsp-timeline-date .wphtsp-date .fa{color: #00B8D4;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-img-wrapper{float: left;text-align: right;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-img-wrapper{float: right;text-align: left;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(even):before {position: absolute;top: 100px;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd):before {position: absolute;top: 145px;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(even):after {position: absolute;top: 145px;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd):after {position: absolute;top: 100px;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-img{float: left !important;text-align: right !important;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-timeline-img{float: right !important;text-align: left !important;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd) .wphtsp-content-wraper{text-align: right !important;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-post-details{float: left;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-post-details{float: right;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-read-more{float: right;color: #00B8D4;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-read-more{float: left;color: #00B8D4;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-post-date{text-align: left !important;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-date{text-align: right !important;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(even) .wphtsp-post-details:before{content: "";display: block;position: absolute;border-bottom: 60px solid transparent;border-left: 60px solid #00B8D4;-webkit-transform: rotate(90deg);transform: rotate(90deg);top: 5px;right: 5px;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd)  .wphtsp-post-details:before{content: "";display: block;position: absolute;border-bottom: 60px solid transparent;border-left: 60px solid #00B8D4;-webkit-transform: rotate(0deg);transform: rotate(0deg);top: 5px;left: 5px;}
.wphtsp-history-design-7 .wphtsp-timeline-block .wphtsp-post-details .wphtsp-content-title a,
.wphtsp-history-design-7 .wphtsp-post-date,
.wphtsp-history-design-7 .wphtsp-post-date .fa,
.wphtsp-history-design-7 .wphtsp-content-wraper{color: #222;}

@media only screen and (max-width:500px){
.wphtsp-history-design-7 .wphtsp-post-details{width: auto;box-sizing: border-box;}
.wphtsp-history-design-7 .wphtsp-timeline-content:before{display: none;}
.wphtsp-history-design-7 .wphtsp-date{display: block;}
.wphtsp-history-design-7 .wphtsp-timeline-block:before{display: none;}
.wphtsp-history-design-7 .wphtsp-timeline-block:after{display: none;}
.wphtsp-history-design-7 .wphtsp-timeline-img{width: 20%;}
.wphtsp-history-design-7 .wphtsp-timeline-img{width: 80px;height: 80px;}
.wphtsp-history-design-7 .wphtsp-post-details{width: 75%;}
.wphtsp-history-design-7 .wphtsp-mid-border:before{display: none;}
.wphtsp-history-design-7 .wphtsp-timeline-date{display: block;text-align: center;}
.wphtsp-history-design-7 .wphtsp-timeline-img-wrapper{width: 20%;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd) .wphtsp-content-wraper{text-align: left !important;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-read-more{float: left !important;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-date{text-align: left !important;}
}

@media only screen and (max-width:64em){
.wphtsp-history-design-7 .wphtsp-timeline-img{width: 50px;height: 50px;}
.wphtsp-history-design-7 .wphtsp-timeline-block:before{display: none;}
.wphtsp-history-design-7 .wphtsp-timeline-block:after{display: none;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-post-details{text-align:left;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd)  .wphtsp-post-details:before{right:5px;left:auto;-webkit-transform: rotateZ(90deg);transform: rotateZ(90deg);}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-details .wphtsp-content-title{text-align:left;padding:0 50px 0 0 !important;}
.wphtsp-history-design-7 .wphtsp-post-details{float: right !important;width: 80%;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-img-wrapper,
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-timeline-img{float:left;}
.wphtsp-history-design-7 .wphtsp-timeline:before{left: 25px;}
.wphtsp-history-design-7 .wphtsp-timeline-img-wrapper{width: auto;position: static;}
.wphtsp-history-design-7 .wphtsp-timeline-block:nth-child(odd) .wphtsp-content-wraper{text-align: left !important;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-read-more{float: left !important;}
.wphtsp-history-design-7 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-date{text-align: left !important;}
}

/**********
	Design-8
**********/
.wphtsp-history-design-8 .wphtsp-mid-border{position: relative;width: 100%;float: left;}
.wphtsp-history-design-8 .wphtsp-timeline-content{width: 100%;float: left;}
.wphtsp-history-design-8 .wphtsp-timeline{width:100%;float:left;position:relative;}
.wphtsp-history-design-8 .wphtsp-timeline:before {content: "";height: 100%;width: 1px;background-color: #fff;opacity: 0.5;position: absolute;left: 50%;background: red;}
.wphtsp-history-design-8 .wphtsp-timeline-block{position: relative;margin-bottom: 50px;width: 100%;float: left;}
.wphtsp-history-design-8 .wphtsp-timeline-block:before{content: "";position: absolute;top: 54px;left: 50%;width: 46px;height: 1px;margin-left: 1px;}
.wphtsp-history-design-8 .wphtsp-timeline-block:after{content: "";position: absolute;top: 90px;left: 50%;width: 46px;height: 1px;margin-left: -46px;}
.wphtsp-history-design-8 .wphtsp-timeline-date{font-size: 18px !important;color: #222 !important;border: 1px solid #fff;border-radius: 100%; background: #f5f5f5;position: absolute;left: 0;width: 70px;height: 70px; text-align: center;font-weight: 700;text-transform: uppercase;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;right: 0;margin: 0 auto;}
.wphtsp-history-design-8 .wphtsp-timeline-date .wphtsp-date{width: 100%;float: left;height: 68px;}
.wphtsp-history-design-8 .wphtsp-timeline-date .wphtsp-date .fa{position:relative;z-index: 1; }
.wphtsp-history-design-8 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp{position: relative;padding: 10px;display: inline-block;line-height: normal;width: 100%;float: left;height: 100%;}
.wphtsp-history-design-8 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp a {top: 0;bottom: 0;height: 100%;width: 100%;float: left;border: 1px solid red; border-radius: 100%;}
.wphtsp-history-design-8 .wphtsp-timeline-date .wphtsp-date .wphtsp-icon-wrp img{width: auto;height: 100% !important; padding: 10px;}
.wphtsp-history-design-8 .wphtsp-timeline-img{max-width: 350px;text-align: left;position: relative;top: 80px;}
.wphtsp-history-design-8 .wphtsp-timeline-img{display: inline-block;}
.wphtsp-history-design-8 .wphtsp-timeline-img img{object-fit: cover;object-position: top center;}
.wphtsp-history-design-8 .wphtsp-post-details{width:45%; width: calc(50% - 60px);margin-top: 80px;padding-bottom: 30px;position: relative;}
.wphtsp-history-design-8 .wphtsp-post-details{padding: 16px;}
.wphtsp-history-design-8 .wphtsp-content{display: inline-block;width: 100%;float: left;}
.wphtsp-history-design-8 .wphtsp-post-details-wraper{width: 100%;float: left;}
.wphtsp-history-design-8 .wphtsp-read-more{border: 1px solid red;padding: 5px 10px;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;background: #fff;display: inline-block; margin:15px 0 0 0;}
.wphtsp-history-design-8 .wphtsp-read-more:hover{background: #fff;color: red !important;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-details .wphtsp-content-title{text-align:center;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(even) .wphtsp-post-details .wphtsp-content-title{text-align:center;}
.wphtsp-history-design-8 .wphtsp-timeline-img-wrapper{width:45%; width: calc(50% - 60px);float: right;text-align: left;position: relative;top: 15px;}
.wphtsp-history-design-8 .wphtsp-timeline-date .wphtsp-date .fa{color: red; font-size: 25px;padding:10px 0; }
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(even) .wphtsp-timeline-img-wrapper{float: left;text-align: center;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-img-wrapper{float: right;text-align: center;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(even):before {position: absolute;top: 100px;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd):before {position: absolute;top: 145px;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(even):after {position: absolute;top: 145px;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd):after {position: absolute;top: 100px;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-timeline-img{text-align: right !important;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-timeline-img{text-align: left !important;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd) .wphtsp-content-wraper{text-align: left !important;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-post-details{float: left;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-post-details{float: right;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-read-more{float: none;color: red;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-read-more{float: none;color: red;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(even) .wphtsp-post-date{text-align: center !important;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-date{text-align: center !important;}

.wphtsp-history-design-8 .wphtsp-timeline-block .wphtsp-post-details .wphtsp-content-title a,
.wphtsp-history-design-8 .wphtsp-post-date,
.wphtsp-history-design-8 .wphtsp-post-date .fa,
.wphtsp-history-design-8 .wphtsp-content-wraper{color: #222;}


@media only screen and (max-width:500px){
.wphtsp-history-design-8 .wphtsp-post-details{width: auto;box-sizing: border-box;}
.wphtsp-history-design-8 .wphtsp-timeline-content:before{display: none;}
.wphtsp-history-design-8 .wphtsp-date{display: block;}
.wphtsp-history-design-8 .wphtsp-timeline-block:before{display: none;}
.wphtsp-history-design-8 .wphtsp-timeline-block:after{display: none;}
.wphtsp-history-design-8 .wphtsp-timeline-img{width: 20%;}
.wphtsp-history-design-8 .wphtsp-timeline-img{width: 80px;height: 80px;}
.wphtsp-history-design-8 .wphtsp-post-details{width: 75%;}
.wphtsp-history-design-8 .wphtsp-mid-border:before{display: none;}
.wphtsp-history-design-8 .wphtsp-timeline-date{display: block;text-align: center;}
.wphtsp-history-design-8 .wphtsp-timeline-img-wrapper{width: 20%;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd) .wphtsp-content-wraper{text-align: left !important;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-read-more{float: left !important;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-date{text-align: left !important;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(2n) .wphtsp-post-details .wphtsp-content-title{text-align: left;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(2n) .wphtsp-post-date{text-align: left !important;}
}

@media only screen and (max-width:64em){
.wphtsp-history-design-8 .wphtsp-timeline-img{width: 50px;height: 50px;}
.wphtsp-history-design-8 .wphtsp-timeline-block:before{display: none;}
.wphtsp-history-design-8 .wphtsp-timeline-block:after{display: none;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(2n+1) .wphtsp-post-details{text-align:left;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd)  .wphtsp-post-details:before{right:5px;left:auto;-webkit-transform: rotateZ(90deg);transform: rotateZ(90deg);}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-details .wphtsp-content-title{text-align:left;padding:0 50px 0 0 !important;}
.wphtsp-history-design-8 .wphtsp-post-details{float: right !important;width: 80%;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd) .wphtsp-timeline-img-wrapper,
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(2n+2) .wphtsp-timeline-img{float:left;}
.wphtsp-history-design-8 .wphtsp-timeline:before{left: 25px;}
.wphtsp-history-design-8 .wphtsp-timeline-img-wrapper{width: auto;position: static;}
.wphtsp-history-design-8 .wphtsp-timeline-block:nth-child(odd) .wphtsp-content-wraper{text-align: left !important;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-read-more{float: left !important;}
.wphtsp-history-design-8 .wphtsp-timeline .wphtsp-timeline-block:nth-child(odd) .wphtsp-post-date{text-align: left !important;}
}



/* bounce-in Animation */
.wphtsp-timeline-img.wphtsp-is-hidden {visibility: hidden;}
.wphtsp-timeline-img.bounce-in {visibility: visible;-webkit-animation: cd-bounce-1 0.6s;-moz-animation: cd-bounce-1 0.6s;animation: cd-bounce-1 0.6s;}}
@-webkit-keyframes cd-bounce-1 {
0% {opacity: 0;-webkit-transform: scale(0.5);}
60% {opacity: 1;-webkit-transform: scale(1.2);}
100% {-webkit-transform: scale(1)}
}
@-moz-keyframes cd-bounce-1 {
0% {opacity: 0;-moz-transform: scale(0.5);}
60% {opacity: 1;-moz-transform: scale(1.2);}
100% {-moz-transform: scale(1);}
}
@keyframes cd-bounce-1 {
0% {opacity: 0;-webkit-transform: scale(0.5);-moz-transform: scale(0.5);-ms-transform: scale(0.5);-o-transform: scale(0.5);transform: scale(0.5);}
60% {opacity: 1;-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
100% {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
}
.wphtsp-timeline-content.wphtsp-is-hidden {visibility: hidden;}
.wphtsp-timeline-content.bounce-in {visibility: visible;-webkit-animation: cd-bounce-2 0.6s;-moz-animation: cd-bounce-2 0.6s;animation: cd-bounce-2 0.6s;}
@-webkit-keyframes cd-bounce-2 {
0% {opacity: 0;-webkit-transform: translateX(-100px);}
60% {opacity: 1;-webkit-transform: translateX(20px);}
100% {-webkit-transform: translateX(0);}
}
@-moz-keyframes cd-bounce-2 {
0% {opacity: 0;-moz-transform: translateX(-100px);}
60% {opacity: 1;-moz-transform: translateX(20px);}
100% {-moz-transform: translateX(0);}
}
@keyframes cd-bounce-2 {
0% {opacity: 0;-webkit-transform: translateX(-100px);-moz-transform: translateX(-100px);-ms-transform: translateX(-100px);-o-transform: translateX(-100px);transform: translateX(-100px);}
60% {opacity: 1;-webkit-transform: translateX(20px);-moz-transform: translateX(20px);-ms-transform: translateX(20px);-o-transform: translateX(20px);transform: translateX(20px);}
100% {-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {opacity: 0;-webkit-transform: translateX(100px);}
60% {opacity: 1;-webkit-transform: translateX(-20px);}
100% {-webkit-transform: translateX(0);}
}

/* bounceInUp Animation */
.wphtsp-timeline-content.bounceInUp  {
  visibility: visible;-webkit-animation: bounceIn-Up 0.9s;-moz-animation: bounceIn-Up 0.9s;animation: bounceIn-Up 0.9s;
}
.wphtsp-timeline-img.bounceInUp {
  visibility: visible;-webkit-animation: bounceIn-Up 0.9s;-moz-animation: bounceIn-Up 0.9s;animation: bounceIn-Up 0.9s;
}
@keyframes bounceIn-Up {
from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
from {opacity: 0;-webkit-transform: translate3d(0, 3000px, 0);transform: translate3d(0, 3000px, 0);}
60% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}
75% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}
90% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}
to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}

/* bounceInUp Animation */
.wphtsp-timeline-content.bounceInDown  {visibility: visible;-webkit-animation: bounceInDown 0.9s;-moz-animation: bounceInDown 0.9s;animation: bounceInDown 0.9s;}
.wphtsp-timeline-img.bounceInDown {visibility: visible;-webkit-animation: bounceInDown 0.9s;-moz-animation: bounceInDown 0.9s;animation: bounceInDown 0.9s;}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0);transform: translate3d(0, -3000px, 0);}
60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0);transform: translate3d(0, 25px, 0);}
75% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}
90% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);}
to {-webkit-transform: none;transform: none;}
}

@keyframes bounceInDown {
from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0);transform: translate3d(0, -3000px, 0);}
60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0);transform: translate3d(0, 25px, 0);}
75% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}
90% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);}
to {-webkit-transform: none;transform: none;}
}

/* fadeInDown Animation */
.wphtsp-timeline-content.fadeInDown  {visibility: visible;-webkit-animation: fadeInDown 0.9s;-moz-animation: fadeInDown 0.9s;animation: fadeInDown 0.9s;}
.wphtsp-timeline-img.fadeInDown {visibility: visible;-webkit-animation: fadeInDown 0.9s;-moz-animation: fadeInDown 0.9s;animation: fadeInDown 0.9s;}

@-webkit-keyframes fadeInDown {
from {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInDown {
from {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}

/* fadeInUp Animation */
.wphtsp-timeline-content.fadeInUp  {visibility: visible;-webkit-animation: fadeInUp 0.9s;-moz-animation: fadeInUp 0.9s;animation: fadeInUp 0.9s;}
.wphtsp-timeline-img.fadeInUp {visibility: visible;-webkit-animation: fadeInUp 0.9s;-moz-animation: fadeInUp 0.9s;animation: fadeInUp 0.9s;}

@-webkit-keyframes fadeInUp {
from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}

@keyframes fadeInUp {
from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}

/* flipInX Animation */
.wphtsp-timeline-content.flipInX  {-webkit-backface-visibility: visible;backface-visibility: visible;-webkit-animation: flipInX 1s;-moz-animation: flipInX 1s;animation: flipInX 1s;}
.wphtsp-timeline-img.flipInX {-webkit-backface-visibility: visible;backface-visibility: visible;;-webkit-animation: flipInX 1s;-moz-animation: flipInX 1s;animation: flipInX 1s;}

@-webkit-keyframes flipInX {
from {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}
80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
to {-webkit-transform: perspective(400px);transform: perspective(400px);}
}

@keyframes flipInX {
from {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}
80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
to {-webkit-transform: perspective(400px);transform: perspective(400px);}
}

/* flipInY Animation */
.wphtsp-timeline-content.flipInY  {-webkit-backface-visibility: visible;backface-visibility: visible;-webkit-animation: flipInY 1s;-moz-animation: flipInY 1s;animation: flipInY 1s;}
.wphtsp-timeline-img.flipInY {-webkit-backface-visibility: visible;backface-visibility: visible;;-webkit-animation: flipInY 1s;-moz-animation: flipInY 1s;animation: flipInY 1s;}

@-webkit-keyframes flipInY {
from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}
80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
to {-webkit-transform: perspective(400px);transform: perspective(400px);}
}

@keyframes flipInY {
from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}
80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
to {-webkit-transform: perspective(400px);transform: perspective(400px);}
}

/* zoomIn Animation */
.wphtsp-timeline-content.zoomIn  {-webkit-backface-visibility: visible;backface-visibility: visible;-webkit-animation: zoomIn 1s;-moz-animation: zoomIn 1s;animation: zoomIn 1s;}
.wphtsp-timeline-img.zoomIn {-webkit-backface-visibility: visible;backface-visibility: visible;;-webkit-animation: zoomIn 1s;-moz-animation: zoomIn 1s;animation: zoomIn 1s;}

@-webkit-keyframes zoomIn {
from {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
50% {opacity: 1;}
}
@keyframes zoomIn {
from {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
50% {opacity: 1;}
}

button,
		.button {
			cursor: pointer
		}

.wphtsp-timeline-img {
    display: none;
}
.wphtsp-post-date {
    display: none;
}
.wphtsp-slider-nav-title.slick-current .wphtsp-main-title button {
	background: #e01f2a !important;
}
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-slide.slick-current.slick-active.slick-center .wphtsp-main-title button {
	width: 110px !important;
	height: 110px !important;
	transition: 1s;
	border-radius: 50%;
}
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-slide.slick-active .wphtsp-main-title button {
	width: 30px;
	height: 30px;
	padding:0px;margin:0px;border:2px solid #e01f2a;
	border-radius: 50% !important;
}

.wphtsp-slider-design-2 .wphtsp-slider-nav-title.slick-current .wphtsp-main-title {line-height:0px !important; }
.wphtsp-slider-design-2 .wphtsp-slider-nav-title.slick-current .wphtsp-title {font-size: 22px;}
.wphtsp-slick-slider .slick-dots {
    display: none !important;
}
button.slick-prev.pull-left.slick-arrow img {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px !important;
    top: 6px;
    left: 5px;
}
button.slick-next.pull-right.slick-arrow img {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px !important;
    top: 6px;
    right: 6px;
}
button.slick-next.pull-right.slick-arrow, button.slick-prev.pull-left.slick-arrow  {
    background: #e01f2a !important;
    border: 1px solid #e01f2a !important;
}

.wphtsp-slider-nav-title.slick-slide.slick-current.slick-active.slick-center+.wphtsp-slider-nav-title.slick-slide.slick-active .wphtsp-main-title button {
	width: 70px !important;
	height: 70px !important;
	transition: 1s;
	border-radius: 50%;
}
.wphtsp-slider-nav-title.slick-slide.slick-active:has(+ .wphtsp-slider-nav-title.slick-slide.slick-current.slick-active.slick-center ) .wphtsp-main-title button{
   width: 70px !important;
    height: 70px !important;
	transition: 1s;
	border-radius: 50%;
}
.wphtsp-title {
    display: none;
}
.wphtsp-slider-nav-title.slick-slide.slick-active.slick-current .wphtsp-title {
    display: block;
}
.wphtsp-slider-nav-title.slick-slide.slick-active.slick-current+.slick-active .wphtsp-title {
    display: block;
}
.wphtsp-slider-nav-title.slick-slide.slick-active:has(+ .wphtsp-slider-nav-title.slick-slide.slick-current.slick-active.slick-center ) .wphtsp-title {
   display: block;
}
.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title .wphtsp-main-title button {
    background: transparent;
	border: 2px solid transparent;
}
