/*slideshow*/
.title {
    font-weight: 900;
    text-transform: uppercase;
}
.subtitle {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}
@media(max-width:991px){
.subtitle {
    font-size: 12px;
}}
.slick-track a {
  	background: #fff;
  	border-radius: 0px;
  	transform: skewX(-10deg);
  	font-size: 16px;
  	padding: 12px 18px;
  	transition:0.5s;
  	color:#000;
}
.slick-track a:hover { 
  	background: #072000;
  	transform: skewX(0deg); 
  	transform:scale(0.9);	 
} 
.slick-track a:hover:after, .slick-track a:focus:after {
    display: none;
}
.slick-next {
    right: 22px;
}
.slick-prev {
    left: 0px;
    z-index: 999;
}
.slick-next:before {
    content: '>';
    background: #00000040;
    padding: 0px 10px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    opacity: 0.3;
    transition: 0.3s;
}
.slick-prev:before {
    content: '<';
    background: #00000040;
    border: 2px solid #ffffff;
    padding: 0px 10px;
    color: #ffffff;
    font-weight: 900;
    font-size: 30px;
    opacity: 0.3;
    transition: 0.3s;
}
.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1;
}
@media(max-width:991px){
    .slick-next:before {
    font-weight: 400;
    font-size: 30px;
    padding: 0px 5px;
}
.slick-prev:before {
    font-weight: 600;
    font-size: 30px;
    padding: 0px 5px;
}
.slick-next {
    right: 10px;
}
}

/*icon-style-001*/
.icon-style-001 img {
    width: 100px;
    transition:0.3s
}
.icon-style-001:hover img{
   transform: scale(1.1);
}

/*border-style-001*/
.border-style-001 {
    position: relative;
}
/*.border-style-001:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
    top: -22px;
    background: #232323;
    z-index: 3;
    transition: 0.3s;
}*/

/*accordion-001*/
.accordion-style-001 span.sppb-panel-title {
    font-size: 18px;
}
.border-style-001:hover:before {
    top: 0px;
    background: transparent;
}
.border-style-001 .title-subtitle-center-center .overlay-image-title {
    justify-content: flex-end;
    height: 105%;
}
@media(max-width:991px){
.border-style-001 .title-subtitle-center-center .overlay-image-title {
    justify-content: flex-end;
    height: 85%;
}}
.border-style-001 .overlay-image-title h2 a {
    background: #00000090;
    padding: 15px 30px;
    font-size: 20px;
}
@media(max-width:1220px){
.border-style-001 .overlay-image-title h2 a {
    padding: 10px;
    font-size: 16px;
}}
.border-style-001  .title-subtitle-center-center .sppb-addon-title {
    position: absolute;
    top: -22px;
}
.sppb-addon-overlay-image:hover .title-subtitle-center-center .sppb-addon-subtitle, .sppb-addon-overlay-image:hover .title-subtitle-center-center .sppb-addon-title {
    transform: translate3d(0,30px,0);
}

/*icon-style-002*/
.icon-style-002 img {
    width: 49px;height: auto;
    transition:0.3s
    }
.icon-style-002:hover img {
    transform: rotate(4deg);
}

/*title-style-001*/
.title-style-001 h2 {
    position: relative;
}
.title-style-001 h2:before {
  content: "";
  position: absolute;
  background: #3b3a3a;
  width: 200px;
  height: 3px;
  transition: 0.3s;
}
.title-style-001:hover h2:before {
  content: "";
  position: absolute;
  background: #3b3a3a;
  width: 180px;
  height: 3px;
}
.title-style-001.sppb-text-left h2:before {
  left: 0;
  bottom: -20px;
}
.title-style-001.sppb-text-center h2:before {
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.title-style-001.sppb-text-center h2:before {
  right: 0;
  bottom: -20px;
}
@media(max-width:991px){
.title-style-001 h2:before {
  width: 100px;
  height: 4px;
}
.title-style-001.sppb-text-left h2:before {
  bottom: -10px;
}
.title-style-001.sppb-text-center h2:before {
  bottom: -10px;
}
.title-style-001.sppb-text-center h2:before {
  bottom: -10px;
}}

/*title-style-002*/
.title-style-002 {
    position: relative;
}
.title-style-002:before {
  content: "";
  position: absolute;
  background: #3b3a3a;
  width: 130px;
  height: 4px;
  transition: 0.3s;
  bottom: -35px;
}
.title-style-002:hover:before {
  content: "";
  position: absolute;
  background: #3b3a3a;
  width: 145px;
  height: 4px;
}

/*chart-style-001*/
.chart-style-001 {
    background: #232323;
    color: #fff;
    padding: 30px;
    transition: 0.3s;
}
@media(min-width:992px){
.chart-style-001:hover {
    transform: translateY(-10px);
  }}

/*chart-style-002*/
.chart-style-002 {
    background: #3b3a3a;
    color: #fff;
    padding: 20px 15px;
    transition: 0.3s;
    min-height: 130px;
}
@media(min-width:992px){
.chart-style-002:hover {
    transform: translateY(-10px);
}}
@media(max-width:991px){
.chart-style-002 {
    min-height: unset;
}}
.chart-style-002 h4 {
    font-size: 18px;
}
.chart-style-002 .sppb-addon-content {
    font-size: 14px !important;
    font-style: oblique;
}

/*tab-style-001*/
.tab-style-001 .sppb-nav-tabs>li>a {
    color: #353535 !important; 
}

/*tab-style-002*/
.title-style-002 h3 {
    position: relative;
}
.title-style-002 h3:before {
    content: "";
    position: absolute;
    background: #3b3a3a;
    width: 200px;
    bottom: -15px;
    height: 4px;
    transition: 0.3s;
}

/*accordion*/
.accordian-style-001 span.text {
    position: absolute;
    top: -30px;
    font-size: 12px !important;
    line-height: 1.2;
    left: 0;
    right: 0;
    text-align: center !Important;
    margin: 0px !Important;
    color: #000;
    min-height: 39px;
    background: #ececec;
    margin: 2px !important;
    padding: 5px;
    transition: 0.3s;
}
.accordian-style-001 span.text:hover {
    color: #00000070 !important;
}
.accordian-style-001 .sppb-panel-body {
    padding: 50px 10px 0px 10px;
}
@media(max-width:991px){
.accordian-style-001 .sppb-panel-body {
    padding: 40px 10px 0px 10px !important;
}
.accordian-style-001 span.text {
    position: absolute;
    top: -30px;
    font-size: 10px !important;
}
.accordion-image .sppb-panel-body .clearfix {
    margin-top: 10px !important;
}
.accordion-image .sppb-panel-body {
    padding: 15px 15px 40px 15px;
}
}