/*=======Theme Style==========*/

body{
    font-family: "Noto Sans", sans-serif";
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6{font-family: "OptimaLTPro-Roman"; text-transform: uppercase;}
h1{
    font-size: 90px;
    font-weight:500;
}
h2{
     font-size: 40px;
    /* font-weight:bold; */
     margin-bottom: 10px;
}
h3{
    font-size: 38px;
     font-weight:normal;
     font-family: "OptimaLTPro-Roman";
 }
h4{font-size: 20px; font-weight:600;}
h5{font-size: 15px; font-weight:600;}
h6{font-size: 16px; font-weight:600;}
p, ul li{font-size:16px;line-height: 24px;}
a, a:hover, a:focus{
	color: #212529;
	text-decoration: none;
}
/*font-family: 'Poppins', sans-serif;*/
img{
    max-width: 100%;
}
.mg-0{
	margin:0;
}
.mg-top-80{
    margin-top:80px;
}
.mg-top-40{
    margin-top:40px;
}
.mg-top-20{
    margin-top:20px;
}
.mg-top-30{
    margin-top:30px;
}
.mg-top-60{
    margin-top:60px;
}
.mg-btm-16{
    margin-bottom: 16px;
}
.mg-btm-20{
    margin-bottom: 20px;
}
.mg-btm-40{
    margin-bottom: 40px;
}
.pd-RL-15{
    padding: 0 15%;
}
.text-left{
    text-align: left;
}
.theme-btn1{
	font-weight: 700;
}
.web-hide{
	display: none;
}
.border-bottom{
	border-bottom: 1px soild #222;
	padding-bottom: 15px !important;
}
a.theme-btn {
    background: #000;
    text-align: center;
    text-decoration: none;
    padding: 12px 15px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.contact_info_page h4{
    font-weight: bold;
    margin-bottom: 12px;
}
/*=======Header=========*/
.navbar-nav .dropdown-menu{background: #000; }
.navbar-nav .dropdown-menu .dropdown-item{color: #fff; font-size: 14px;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #1e2021;
}
.navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-size:16px;

}
.navbar-collapse {
    justify-content: flex-end;
}
.navbar-nav .nav-item{
   /* margin-left: 22px;  */
    font-size: 14px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{
    color: #fff;
    border-bottom: 2px solid #fff;
}
/*.navbar-nav .nav-link {
    padding-right: 40px;
    font-size: 14px;
    padding-left: 0px ;
}
*/
/*.navbar-nav .nav-link:last-child {
    padding-right: 0px !important;
}*/
.navbar-nav .nav-link{
    line-height: 50px;
}
.navbar-expand-lg .navbar-nav{
    gap: 22px;
}
.navbar.navbar-expand-lg{
    padding: 0;
}
header{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 1);
}
.navbar-brand{
    font-family: "OptimaLTPro-Roman";
    font-size:36px;
    text-transform: uppercase;
    width: 210px;
}

.navbar-toggler {
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	transition: 0.3s ease-in-out;
	flex-shrink: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}

@media screen and (max-width: 991px) {
	.navbar.navbar-expand-lg{
		height: 60px;
	}
	.navbar-expand-lg .navbar-nav{
		gap:0;
	}
	.navbar-collapse.collapse:not(.show) {
		display: block;
		transform: translateX(-100%);
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		background: #000;
		width: 320px;
		height: 100%;
		z-index: 9999;
		padding: 25px;
		transform: translateX(-215px);
		transition: 0.5s ease-in-out;
		display: block;
	}

	.navbar-collapse.show {
		transform: translateX(0px);
	}

	.nav-overlay {
		position: absolute;
		background: #0000007d;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 2;
		transform: translateX(-100vw);
		transition: 0.5s ease-in-out;
		display: block;
	}

	.nav-overlay.active {
		transform: translateX(0);
	}
}

/*=======Carousel=========*/
.dropdown-item:active{background: #000;}
#carouselExampleCaptions .carousel-item img, #carouselExampleCaptions .carousel-item video {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 100vh;
}
/* .main-slider .carousel-item img {
    height: 800px;
    object-fit: cover;
} */

.main-slider1 .carousel-inner::before, .overlay-slider1 .carousel-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}
.main-slider .carousel-item {
    transition: all 1.5s!important;
}
.main-slider.carousel.slide .carousel-caption{
    /* top: 35%; */
    z-index: 3;
}
.main-slider.carousel.slide .carousel-caption h5{
    font-size: 35px;
    line-height:45px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'OptimaLTPro-Roman';
    text-shadow: 2px 2px 5px #666;
    
}
.main-slider.carousel.slide .carousel-caption p{
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    font-family: '"Noto Sans", sans-serif';
    color:#eee;
    
}
.main-slider.carousel.slide .carousel-caption{
   /* right: 10%;
    left: 10%; */
    left:8%;
   /* width:60%;*/
    right: 0;
    text-align: left;
    bottom: 20%;
}


/*=======counter=========*/
.counter-section {
    text-align: center;
    background: #000;
    padding: 16px 0;
   /* background: url(../images/homepagestrip.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
}
.counter-section h6 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
    padding: 0;;
}
.counter-section p {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    margin: 0;
    line-height: 28px;
    font-weight: 600;
}

/*=======About=========*/
.about-img img{width: 100%}
.container_wrapper {
    max-width: 1100px;
}
.brand-img {
    margin-bottom: 20px;
}
/*.about-content {
    padding-left: 16px;
}
.brands h2, .about_us h2, .latest_news h2{
    margin-bottom: 30px;
}*/
.other_banner{
    /* top: 55% !important;
    z-index: 3;
    transform: translate(-50%, -50%) !important;
    width: 90%;
    left: 50% !important; */
    left: 8%;
    width: 60%;
    right: 0;
    text-align: left;
    transform: translateZ(0);
    bottom: 16%;
}
.overlay-slider img{
	height: 100vh;
	object-fit: cover;
}
/* .overlay-slider .carousel-caption{
    bottom: initial;
}
.media_slider .other_banner{
    bottom: -12rem;
} */
.other_banner p {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    font-family: '"Noto Sans", sans-serif';
    color: #eee;
}
.other_banner h5 {
    font-size: 35px;
    line-height: 45px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'OptimaLTPro-Roman';
    text-shadow: 2px 2px 5px #666;
    
}
.our-vision h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.team-section .card{
    background: transparent;
    border: none;
}

/*======Brands=======*/
.brand-img{
    overflow:hidden;
} 
.latest_news .card-img-top{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.brand-img:hover .brand-bg {
    scale: 1.2;
    transition: all 1s;
}
.brand-img {
    position: relative;
    
}
img.logo-of-b {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
}
.brand-img:before {
    content: "";
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}
/*=======Latest News=========*/
.card-home {
    margin-bottom: 40px;
}
.latest_news .card-title {
    text-transform: capitalize;
    display: -webkit-box;
    max-width: 100%;
    height:75px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest_news .card-title {
    text-transform: capitalize;
}
.latest_news{
    margin-bottom: 140px;
}
.latest_news .card{
    border:none;
    padding:0;
}
.latest_news .card-body{
    padding:48px 0 0 0;
}
.latest_news h4{
    font-weight: bold;
}
.latest_news .card-text {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 66px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest_news .theme-btn{
    margin-top:40px;
}

/*======Footer============*/
.overlay-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
footer{background: #111; padding: 40px 0 0 0; position: relative;}
footer h6{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
.brand-name {
    color: #fff;
}
.brand-name p {
    margin-top: 0;
    font-size: 14px;
}
.foot-follow-us {
   margin: 0;
   padding:0;
   text-align: left;
}
.foot-follow-us li{
    list-style:none;
    display: inline-block;
}
.foot-follow-us li img{
    width: 45px;
    filter: invert(1);
    margin-bottom: 15px;
}
.Sitemap ul{
    padding: 0 0 0 10px;
    margin: 0;
}
.Sitemap ul li {
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.contact-info {
    padding-left: 0;
}
.contact-info ul{
    padding: 0;
}
.contact-info ul li{
    font-size: 16px;
    list-style-type: none;
    font-weight: 500;
    line-height:24px;
   /* margin-bottom: 35px; */
    color: #fff;
}
.copy {
    background: #222;
    text-align: center;
    margin-top:30px;
}
.copy p {
    margin: 0;
    color: #fff;
    padding: 8px 0;
    font-size:12px;
}
.border-line {
    border-right: 1px solid #999;
}
/* .border-line:nth-last-child(1){
   border: none;
} */
.footer-menu ul {
    float: left;
    padding: 0px 0 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #222;
}
.footer-connect ul {
    float: left;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   /* gap: 15px; */
    border-bottom: 1px solid #222;
}
.footer-menu ul li, .footer-connect ul li{
	list-style: none;
}
.footer-menu ul li a , .footer-connect ul li, .footer-connect ul li a{
    color: #fff;
    text-decoration: none;
}
.footer-connect img{
	width: 25px;
	filter: invert(1);
}
.footer-connect{
	text-align: center;
	margin-top:10px;
}
.footer-connect.bottom-foot ul{
	border-bottom: none;
}
.footer-connect.bottom-foot ul li, .footer-connect.bottom-foot ul li a{
	font-size:12px;
	padding-right: 10px;
}
.footer-connect.bottom-foot p{
	color: #fff;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
@media (max-width: 991px){
	.footer-menu ul, .footer-connect ul{
		justify-content: center;
		flex-wrap: wrap;
	}
}
/*============About Us Page==============*/
.gallery-grid ul li {
    padding: 11px;
}
.about_info{
    margin-bottom: 30px;
}
.our-vision img{
width: 100%;
}
.our-vision, .our-mission{
    text-align: center;
}
.our-vision img, .our-mission img{
    margin-bottom: 30px;
}
.about_info .container:first-child{
    margin-bottom: 30px;
}
.partner-section{
    margin-bottom: 40px;
}
.partner-section .card{
    border: none;
    margin:0;
    padding:0;
}
.partner-section .card img{
    min-width: 45px;
    width: 45px;
    padding:10px;
}
.partner-section .card-body{
    padding:0;
}
.partner-section .card-body h4{
    font-weight: 500;
}
.partner-section .card-body p{
    color: #000 !important;
}
.align-items-start {
    align-items: flex-start;
}

/*===========Value Page==========*/
.valueable{
    margin-bottom: 0px;
}
.education_info {
    background: #fff;
}
.education_info_wrapper{
    padding: 0;
}
.education_info_wrapper img{
    width: 100%;
}
.gallery-grid{
    padding:0px 0px 40px 0px;
}
.gallery-grid{
     display: flex;
     justify-content: center;
}
.gallery-grid ul{
    padding: 0;
    margin: 0;
}
.gallery-grid ul li{
   list-style-type: none;
}
/* .carousel-dark .carousel-control-prev{
    left: -100px;
}
.carousel-dark .carousel-control-next{
    right: -100px;
} */

.carousel-dark .carousel-inner::before{
    background: transparent;
}
/* .carousel-dark .carousel-item{
    padding: 0 100px;
}  */
.hover-overtext{
    position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.textoverlay {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.hover-overtext:hover .overlay {
  opacity: 1;
}
.white-color:hover{
    background:#000!important;
    color: #fff!important;
}
.white-color{
    background:#fff!important;
    color: #000!important;
}
.flexbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.flex-img{
    flex: 0 0 100%;
    width: 100%;
    position: relative;
}
.education_info_wrapper .carousel-item h2, .education_info_wrapper .carousel-item p {
   /* position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    color: #fff;
}
.education_info_wrapper .carousel-item .flex-txt {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;	
}
.education_info_wrapper .carousel-item .flexbox .flex-img img{
	height: 500px;
        object-fit: cover;
}
.education_info_wrapper .carousel-item .flexbox .flex-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}


/*=======Media Page========*/
.education_info {
    height: auto;
}
.media_info .card{
    border: none;
    margin-bottom: 30px !important;
	display: none;
}
.media_info{
    margin-bottom: 80pxs;
}
.media_info h4{
    font-weight: bold;
    text-transform: capitalize;
}
/*=========Awards Page==========*/
.awards_record .tab-pane h5{margin-bottom: 10px; font-size:22px;margin-top: 20px;}
.awards_record .tab-pane p{font-weight: 400; font-size: 14px; margin: 0;}
.tab-con{margin-bottom: 24px;}
.value_info{
   /* background-image: url('../images/awards.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 360px; */
}
.value_info .container_wrapper1{
	position: relative;
}
.award-img-box{
	padding: 0;
}
.award-txt-box
{
	position: absolute;
    width: 600px;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}
.awards_record .nav-pills button{
    background-color: #000;
    color: #fff;
}
.awards_record .nav-pills .nav-link.active{
     background-color: rgba(0, 0, 0, 0.5);
}

.awards_record .nav-pills button{
    background-color: #000;
    padding: 4px 20px;
}
.awards_record .nav-item {
    margin: 0px 7px;
}
.awards_record #pills-tab {
    overflow-x: scroll;
    padding: 12px 0;
}

.awards_record .nav{
    flex-wrap: nowrap;
}

.awards_record .tab-content>.tab-pane{
    background: #F2F2F2;
    padding: 20px 40px;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
}
.awards_record{
    margin-bottom: 80px;
}

/* width */
.awards_record #pills-tab::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.awards_record #pills-tab::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.awards_record #pills-tab::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.awards_record #pills-tab::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
@media (max-width: 767px){
	.award-img-box{
		display: none;
	}
	.award-txt-box{
		position: initial;
		width: 100%;
		transform: translate(0, 0);
		margin-top: 30px;
	}
}

/*========Career=======*/
.upload_file{
    border:1px solid #aaa;
    padding: 10px;
}
.join_info{
    margin-bottom: 20px;
}
.join_info .form-select, .join_info input{
    margin-bottom: 22px;
}
.join_info input[type="file"]{
    margin-bottom: 0px;
    width: 100%;
}
.strength_info ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.strength_info ul li {
    list-style: none;
    margin: 0 80px;
}
.strength_info ul li img{
    margin-bottom: 12px;
}

@media (max-width: 767px){
	.strength_info ul
	{
		flex-direction: column;
	}
}

/*=======nyr Page======*/
.btn-align .theme-btn {
    padding: 16px 75px;
}
.btn-align {
    justify-content: space-around;
    display: flex;
}
.copy_info, .copy_info center{margin-top:40px;}
.copy-content img{margin-bottom: 25px}
.copy-content p{text-align: center;}
.title-wrapper h2{font-size: 30px;}
.copy_info a{margin-bottom: 20px;color: #000;text-decoration:none;}
.copy_info small{font-size: 10px; font-weight: bold;}
.video_info a{text-decoration: none; color: #000;}
.video_info a{font-size: 18px; font-weight:bold; margin:13px 0 16px 0; display: block;}

.available-logo{
    text-align: center;
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.available-logo h2{
    margin-bottom: 10px;
}
.available-logo li{
    list-style: none;
    display: inline-block;
    padding: 25px 20px;
    background: #eee;
    width: 145px;
}
.available-logo li a{
    display: block;
    margin: 0;
}
.available-logo li img{
    height: 25px;
}


.follow-us ul{
    text-align: center;
    padding: 0;
}
.follow-us h2{
    margin-bottom: 10px;
}
.follow-us ul li{
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
.follow-us ul li a{
    display: block;
}
.follow-us ul li img{
    width: 40px;
}
.slick-slide{
    margin:0 5px;
}
.slick-list{
    margin:0 -5px;
}
.slick-prev:before, .slick-next:before{
    color: #000 !important;
    opacity: 1 !important;
    font-size: 28px !important;
}
.slick-prev{
   left: 0 !important;
   z-index: 1 !important;
}
.slick-next{
   right: 2.6% !important;
   z-index: 1 !important;
}
.slick-slide .team-image a{
    position: relative;
    display: flex;
}
.slick-slide .team-image a img{
	flex: 1;
}
.slick-slide .team-image a:after
{
    content: '';
    background: url(../images/play-icon.png);
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
}


/*==========Contact us=============*/
/*.location-filter select {*/
/*    margin-bottom: 20px;*/
/*}*/
/*.location-filter {
    padding-right: 40px;
}*/
.location-filter select {
    /*margin-bottom: 20px;*/
    background: #BCBCBC;
    border-radius: 0;
}
.location-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.location-filter img {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
}
.location-filter {
    position: relative;
}
.location-filter + a {
    margin-top: 34px;
}
.contact-map{
    margin-bottom: 38px;
}
.contact_info_page{
    margin-bottom: 70px;
}
.Sitemap a {
    color: #fff;
    text-decoration: none;
    font-size:16px;
    line-height:24px;
}


/*=========404 page=========*/
.heading {
  text-align: center;
  font-size: 9em;
  line-height: 1.3em;
  margin: 2rem 0 0.5rem 0;
  padding: 0;
  color: #fff;
  text-shadow: 0 0 1rem #fefefe;
}
.subheading {
    color: #fff;
  text-align: center;
  max-width: 480px;
  font-size: 1.5em;
  line-height: 1.15em;
  padding: 0 1rem;
  margin: 0 auto;
}
.error-page{
    color: #fff;
}
section.error-page {
    background: #0a0909;
    top: 0;
    left: 0;
    width: 100%;
    padding: 100px 0;
    /* height: 700px; */
}
.error-page a{
    margin-top:40px;
}

/*============Responsive Query================*/
@media (max-width: 575.98px) { 
	.counter-section{
	    padding: 20px 0;
	}
	.counter-section h6{
	    font-size: 20px;
	    line-height: 24px;
	}
	.counter-section p{
	    font-size: 16px;
	    line-height: 20px;
	}
	.about_us {
	    text-align: center;
	    margin-top: 40px;
	}
	.about-img{margin-bottom: 20px}
	.latest_news .card{
	    margin-bottom: 24px;
	}
	.media_info{
	    text-align: center;
	}
	.location__wrapper{
	    margin-bottom:30px;
	}
	.brand-name p{
	    margin-top: 0px;
	}
	.navbar-light .navbar-brand {
	    color: rgba(0,0,0,.9);
	    padding: 0;
	}
	.carousel.slide .carousel-caption h5{
	    font-size: 50px;
	  /*  display: none; */
	}
	.carousel.slide .carousel-caption p{
	    font-size: 15px;
	}
	.brands {
	    text-align: center;
	}
	.btn-align{
	    display: block;
	}
	.carousel-item img {
	    height: 400px;
	    object-fit: cover;
	}
	#carouselExampleCaptions .carousel-caption {
	    /* top: 25%; */
	    top: initial;
        bottom: 0;
        bottom: 9%;
        left: 2%;
	}
	#carouselExampleCaptions .carousel-caption h5{
		font-size: 20px;
    	line-height: 24px;
    	
	}
	.other_banner {
	   /* top: 40% !important; */
	    padding: 10px;
	    bottom: 16%;
	    width: 100%;
        left: 0;
	}
	.g-5, .gx-5 {
	    --bs-gutter-x: 0;
	}
	.copy-content {
	    text-align: center;
	}
	.copy-img {
	    text-align: center;
	}
	.latest_news_home .card-home{
	    margin-bottom: 20px;
	}
	.latest_news .theme-btn {
	    margin-top: 20px;
	}

	.gallery-grid {
	    display: block;
	    justify-content: center;
	}
	.gallery-grid ul li .hover-overtext img{
	    width: 100%;
	}
	#carouselExampleCaptions .carousel-item img, #carouselExampleCaptions .carousel-item video {
	       height: 400px;
	    object-fit: cover;
	}
	.navbar-light .navbar-toggler-icon{
	     filter: invert(1);
	}
}

@media (max-width: 768px) { 
	header{
	    position: relative;
	}
	header .container{
	    max-width: 100%;
	}
	/*.brands img{
	    width: 100%;
	}*/

	img.brand-bg {
	    width: 100%;
	}

	.navbar-light .navbar-nav .nav-link, 
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-nav .nav-link:hover{
	    /* color: #030202 !important; */
	    line-height: 20px;
	    border-bottom: none;
	    font-family: "OptimaLTPro-Roman";
	}
	.navbar-nav .nav-item{
	    margin-left: 0px;
	    font-family: "OptimaLTPro-Roman";
	}
	.education_info {
	    height: auto;
	}
	.carousel-dark .carousel-control-next {
	    right: 0;
	}
	.carousel-dark .carousel-control-prev {
	    left: 0;
	}
	 .carousel-dark .carousel-item {
	   /* padding: 0 48px; */
	    padding: 0 ;
	} 
	.flex-direction{
	    flex-direction: column;
	}
/*	.education_info_wrapper .carousel-item img{
	    height: auto;
	} */
	.value_info{
	    background-image: none;
	    padding-bottom: 0;
	}
	.carousel.slide .carousel-caption h5 {
	    font-size: 18px;
	    line-height: 24px;
	}
	.carousel.slide .carousel-caption p {
	    font-size: 16px;
	    display: none;
	}
	.navbar-light .navbar-brand{
	    color: #000;
	    width: 160px;
	}
	.partner-section .card-body{
	    align-items: flex-start !important
	}
	.partner-section .card img{
	    width: 180px;	
	}
	.team-section .card{
        margin-bottom: 0;
    }
    .team-section .card figcaption{
        padding: 10px 0 !important;
    }
    
}
@media (min-width: 769px) and (max-width: 1024px) { 
 .row.gx-5 {
    margin-right: 0;
    margin-left: 0;
    }
.navbar-collapse{
    background-color: #000;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff !important;
    padding: 10px;
}


}
@media (min-width: 992px) and (max-width: 1024px) { 
.navbar-nav .nav-item {
    margin-left: 16px;
    font-size: 14px;
}
.navbar-collapse{
    background:transparent;
}
}


@media (min-width: 1440px){ 
/*.value_info {
    padding-bottom: 852px;
}
/*.carousel.slide .carousel-caption h5 {
    font-size: 130px;
}
.carousel.slide .carousel-caption p {
    font-size: 40px;
}*/
}



/*contact page css*/
.card{
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.card-img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.card-img img {
    width: 30%;
    /*padding: 40px;*/
    border-radius: 3px;
    margin-bottom:15px;
}
.card-details {
	display: flex;
	flex-direction: column;
}
.card-details h3{
	font-size: 18px;
	font-weight: bold;
}
.card-btn {
	display: flex;
	justify-content: space-between;
}
.card-btn a {
	padding: 10px 15px;
	border: 1px solid #ccc;
	margin: 10px 0;
	border-radius: 3px;
	text-decoration: none;
	color: #000;
}
.card-btn a.direction {
	background: black;
	color: #fff;
}
.phone{
	position: relative;
	padding-left: 25px;
	margin-bottom:15px;
	font-weight: bold;
}
.phone:after{
	content:"\f095";
	position: absolute;
	font-family: FontAwesome;
	left: 0;
	
}
.direction{
    display:none;
}
.address{
	position: relative;
	padding-left: 25px;
}
.address:after{
	content:"\f041";
	position: absolute;
	font-family: FontAwesome;
	left: 0;
	top:0;
}




.latest_news_home{
    padding-top: 100px;
    /* background: #eee; */
    padding-bottom: 20px;
    position: relative;
}
.latest_news_home:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #f78c321a;
    position: absolute;
    z-index: -1;
    top: 0;
}
.news-title{
    padding-right: 0;
}
.news-slider .carousel-item .col-md-3 {
    padding: 0 10px;
}

.news-slider .card {
    padding: 0;
    position: relative;
}

.news-slider .carousel-item .col-md-3 img {
    height: 320px;
    object-fit: cover;
}

.news-slider .carousel-item .col-md-3 h4 {
    position: absolute;
    bottom: 0px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 14%, rgba(0, 0, 0, 0.5) 63%, rgba(0, 0, 0, 0) 98%);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #fff;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    padding: 5px;
    margin: 0;
    font-family: ""Noto Sans", sans-serif";
}

.news-slider .carousel-nav {
    position: absolute;
    top: -50px;
    right: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    justify-content: space-between;
}

.news-slider .carousel-control-next,
.news-slider .carousel-control-prev {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 7px;
    color: #000;
    text-align: center;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    background: #666;
    border-radius: 100px;
}

.news-slider .carousel-control-next-icon,
.news-slider .carousel-control-prev-icon {
    width: 22px;
    height: 22px;
}
.news-heading{
    background: #000;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    text-align: right;
    padding: 20px 15px;
    height: 320px;
   // margin-top: -47px;
   justify-content: center;
}
.news-heading h3{
    font-size: 28px;
    color: #fff;
}
.news-heading p{
    color: #fff;
}
.news-heading a{
    color: #000;
    background: #fff;
    width: auto;
    text-align: center;
    padding: 8px 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 768px) {
	.mSite-hide{
		display: none;
	}
	.web-hide{
		display: block;
	}
    .news-slider .carousel-inner .carousel-item>div {
        display: none;
    }

    .news-slider .carousel-inner .carousel-item>div:first-child {
        display: block;
        width: 100%;
    }
    .news-slider .carousel-item .col-md-3 img{
    	height: 100%;
    }
    .latest_news_home{
        padding-top: 40px;
    }
    .news-title{
        padding: 0 20px;
    }
    .news-heading {
        text-align: center;
        align-items: center;
        margin-top: 0;
        height: auto;
        align-content: center;
        background: transparent;
        padding: 0;
    }
    .news-heading h3{
        color: #000;
        font-family: "OptimaLTPro-Roman";
    }
    .news-heading a{
        padding: 10px 35px;
    }
    .news-slider .carousel-nav{
        width: 100%;
        right: 0;
        top: 50%;
        z-index: 0;
    }
    .latest_news_home:before{
        height: 100%;
    }
}

.news-slider .carousel-inner .carousel-item.active,
.news-slider .carousel-inner .carousel-item-start,
.news-slider .carousel-inner .carousel-item-next,
.news-slider .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {

    .news-slider .carousel-inner .carousel-item-right.active,f
    .news-slider .carousel-inner .carousel-item-next,
    .news-slider .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .news-slider .carousel-inner .carousel-item-left.active,
    .news-slider .carousel-item-prev:not(.carousel-item-end),
    .news-slider .active.carousel-item-start,
    .news-slider .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .news-slider .carousel-item-next.carousel-item-start,
    .news-slider .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .news-slider .carousel-inner .carousel-item-prev,
    .news-slider .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
    
}

/* timeline slider */
.slick-initialized .slick-slide {
    position: relative;
}

.slick-initialized .slick-slide:hover .wphtsp-title {
    color: #fff;
}

.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: 26px;
    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 **********/

/*Design 2*/
.wphtsp-slider-design-2 .wphtsp-slick-slider .slick-arrow {
    top: 45% !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-slick-slider .slick-next:after {
    content: '';
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
}
.wphtsp-slider-design-2 .wphtsp-slick-slider .slick-prev:after{
    content: '';
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
}

.wphtsp-slider-design-2 .wphtsp-slider-nav .slick-list.draggable::before {
    height: 1px;
    content: '';
    width: calc(100% - 180px);
    background: #d8dde7;
    position: absolute;
    top: 45%;
    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: 1100px;
    display: table;
    background: #f78c321a;
    padding: 20px;
}

.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-content-wrapper {
    width: 50%;
    float: left;
    color: #424242;
    padding: 0 15px;
    text-align: left;
}

.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: left;
}

.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: left;
}

.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-wrapper .wphtsp-content .wphtsp-tl-content {
    color: #424242;
    margin-bottom: 0;
    text-align: left;
}

.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;
}

.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 {
    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 .wphtsp-main-title button {
    padding: 0px;
    margin: 0px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-content-title {
    text-align: left;
    line-height: normal;
    margin-bottom: 10px !important;
}

.wphtsp-slider-design-2 .wphtsp-slider-for .wphtsp-slider-nav-content .wphtsp-post-date {
    text-align: left;
    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: #f78c32;
    border: 2px solid #f78c32;
}

.wphtsp-slider-design-2 .wphtsp-slider-nav .wphtsp-slider-nav-title.slick-current .wphtsp-title {
    color: #fff;
    font-weight: 700;
}

.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: 1100px;
    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;
}

.wphtsp-slider-design-2 .wphtsp-slider-nav-title .wphtsp-main-title {
    line-height: 0px !important;
    top: 0px;
}

.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;
    position: absolute;
    z-index: 4;
    top: 45%;
    left: 50%;
    Transform: translate(-50%, -50%);
}

@media only screen and (max-width:40em) {
    .wphtsp-slider-wrp{
        padding: 0 15px;
    }
    .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: left;
    }

    .wphtsp-slider-design-2 .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;
}



/* 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
}


.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 10px;
    text-decoration: none;
    color: #000000;
    background-color: #eee;
    font-size: 20px;
    padding: 0;
    display: none;
    z-index: 1;
    height: 32px;
    width: 32px;
    border-radius: 100px;
    text-align: center;
}

.back-to-top:hover {    
    background-color: #fff;
}
