/*
Theme Name: Divi Child Theme
Theme URI: http://yourwebsite.com
Description: Child Theme For Divi
Author: Your Name
Author URI: http://yourwebsite.com
Version: 1.0.0
Template: Divi
*/


.work-sec1 .tab-content .item-list li.video_play a {
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
}
.work-sec1 .tab-content .item-list li.video_play a .work-play {
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(50% - 40px);
  transform: translateY(-50%);
  width: 2.875rem;
  height: 2.875rem;
  z-index: 2;
}

.work-sec1 .tab-content .item-list li.video_play.vid a .work-play {
  top: calc(50% - 25px);
}

.work-sec1 .tab-content .item-list li.video_play a .image video {
	    height: 100%;
    display: block;
    object-fit: cover;
}
.cd-sec1{
  position: relative;
}
.cd-sec1 .owl-theme .owl-nav button img{
  height: 40px;
}
.cd-sec1 .owl-theme .owl-nav button:hover{
  background: transparent;
  border: 0px;
}
.cd-sec1 .owl-theme .owl-nav button:focus{
  background: transparent;
  border: 0px;
}
.cd-sec1 .owl-theme .owl-nav{
  text-align: right;
  padding-right: 3rem;
}

p a {
    color: #000;
    font-weight: bold !important;
}
.Client-sec-font h3 {
    font-size: 30px;
    font-family: 'kepler-std-display - 400', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 400;
}
.Client-sec-font h3 strong, .Client-sec-font h4 strong, .Client-sec-font h3 b, .Client-sec-font h4 b {
    font-weight: 400;
}
.Client-sec-font h4 {
    font-size: 30px;
    margin: 15px 0 0;
	font-weight: 400;
  font-family: 'kepler-std-display - 400', Helvetica, Arial, Lucida, sans-serif !important;
}
.Client-sec-font p{
		padding-bottom:16px !important;
	}
.Client-sec-font h5 {
  font-size: 14px;
    margin-top: 0;
    line-height: 23px;
}
.Client-sec-font .ul-class {
    padding: 0 !important;
    padding-left: 16px !important;
}.Client-sec-font ul{
	line-height: 23px;
}
@media(max-width:767px){
  .cd-sec1 .owl-theme .owl-nav{
    text-align: center;
    padding-right: 0;
  }
	.Client-sec-font h3, .Client-sec-font h4 {
    font-size: 22px;
}
	.Client-sec-font p{
		margin-bottom:20px;
	}
}
.work-sec1 .tab-content .item-list li a h6{
  font-family: 'Century Gothic',Helvetica,Arial,Lucida,sans-serif !important;
}

.work-sec1 .tabs li:last-child a:before{
  content: none;
}



