/*
Theme Name: Divi theme child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.17.4.1654490536
Updated: 2022-06-06 10:12:16

*/
/*  */
ol li {
	color: #000;
    list-style-type: disclosure-closed;
}
.apli-link li {
	color: #000;
    list-style-type: disclosure-closed;
}
.pro-menu ul li {
    width: 100%;
    line-height: 23px;
    border-bottom: 3px solid #FFF;
}
.clien-logo span.et_overlay {
    top: 5%;
    height: 90%;
    width: 90%;
    background: #c6090987;
    /* color: red; */
    left: 5%;
}
/*  */
.produ .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
.produ h4 {
    padding: 8px 19px;
    background: #ddd;
}
.back{
	background-attachment:fixed;
}
.vedio_style_ro{
	overflow:hidden;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa4515;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa4515;
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button-two {
    position: relative;
    z-index: 10;
    top: 50%;
    margin-bottom: -25px;
}
.video-play-button-two:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    background: #fa4515;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button-two:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fa4515;
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-button i.fa-play {
 color: #fff;
 position: absolute;
 z-index: 9;
 font-size: 30px;
 left: 87px;
 top: 50%;
 transform: translateY(-50%);
 right: 0;
 margin: auto;
}
.video-play-button-two i.fa-play {
    color: #fff;
    position: absolute;
    z-index: 9;
    font-size: 30px;
    margin-top: -13px;
    left: -5px;
}

.top_head {
    background: linear-gradient(45deg,#c60909 74.5%,#fff 0px,#fff 74.9%,#000 75%)!important;
}

.footr-link ul li {
    list-style: none;
    color: #fff;
    padding-bottom: 6px;
    font-size: 15px;
    font-family: poppins;
    list-style-type: disclosure-closed;
}

.footr-link li a {
    color: #fff;
}

.footer_logo img {
    background: #fff;
    width: 25px;
    position: absolute;
    margin-left: 4px;
}

span.et_pb_contact_field_radio {
    width: 45%;
    float: left;
}

.et_pb_contact_right {
    margin-top: 5%;
}

/* span.et_pb_contact_field_options_title {
    color: #fff;
} */


.sticky-wht-wrp {
position: fixed;
bottom: 0;
z-index: 99999;
width:4%;
left:15px;
}
.sticky-wht-wrp a{
display:block;
margin-bottom:5px;
position:relative;
}
.sticky-wht-wrp a img {
width: 100%;
background-color: #fff;
border-radius: 50%;
padding: 1px;
}
.sticky-wht-wrp a span {
position: absolute;
width: 127px;
background-color: #359935;
color: #fff;
font-weight: bold;
padding: 5px;
text-align: center;
border-radius: 20px;
top: 10px;
left: 60px;
border: 1px solid #fff;
display:none;
}
.sticky-wht-wrp a:hover span{
display:block;
}
.sticky-wht-wrp a span:before {
content: '\f0d9';
position: absolute;
left: -5px;
font-family: 'FontAwesome';
color: #359935;
top: 5px;
}
/*  */
/*  */
.resume_btn{
    color: #444;
    background: transparent;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    width: 80%;
    padding:5px 12px;
    text-transform: uppercase;
    margin-top: 15px;
    border: 2px solid #ccc;
    border-radius: 0;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease 0s;
    }

.resume_btn:hover{
    color: #c80806;
    background: transparent;
    border-color: #c80806;
    animation: box 3s infinite;
}
.resume_btn:before,
.resume_btn:after{
    content: '';
    background-color: #c80806;
    height: 4px;
    width: 10px;
    position: absolute;
    top: -3px;
    right: 10px;
    transition: all 0.5s ease 0s;
}
.resume_btn:after{
    top: auto;
    bottom: -3px;
    right: auto;
    left: 10px;
}
.resume_btn:hover:before{
    right: 85%;
    animation: move 1s infinite;
}
.resume_btn:hover:after{
    left: 80%;
    animation: move 1s infinite;
}
@keyframes move{
    0%{ transform: translateX(0); }
    50%{ transform: translateX(5px); }
    100%{ transform: translateX(0); }
}
@keyframes box{
    0%{ box-shadow: none; }
    50%{ box-shadow: 0 0 3px #c80806; }
    100%{ box-shadow: none; }
}

.resume_btn a{color: #ab1703;
             }

/*  */

