.filmudio-benefits ul {
  list-style: outside none none;
  margin: 29px 0 0;
  padding: 0;
}
.filmudio-benefits ul li {
  color: #666666;
  font-size: 14px;
  margin-top: 9px;
}
.filmudio-benefits ul li i {
  color: #666666;
  font-size: 16px;
  padding-right: 14px;
}
/*Custome Header*/
.container-fluid.cust_width {
    padding-right: 150px;
    padding-left: 150px;
}
/*Slider Area*/
.slider-area {
  display: block;
  position: relative;
}
.slide-table {
  display: table;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.slide-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.slide-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 13px;
    animation-delay: 0.8s;
    text-transform: capitalize;
}
.slide-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin: 0px;
  animation-delay: 1.2s;
  text-transform: uppercase;
}
.slide-content p{
    animation-delay: 1.3s;
    margin-top: 30px;
    color: #fff;
}
.slide-content h2  span,.slide-content h1  span{color:#e2a750;}

.slide-btn a {
    background: #e2a750 none repeat scroll 0 0;
    box-shadow: 0 0 1px transparent;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0px);
    transform-origin: 0 100% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    animation-delay: 1.6s;
    transition: .3s;
    margin-top: 30px;
    font-size: 14px;
    padding: 0 25px;
    font-weight: 500;
    letter-spacing: 1px;
}
.slide-btn a:hover{
-webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  background:#000;
  color:#fff;
}
.slide-btn .read-more {
     margin-top: 30px;
}
.slide-btn a img {
    width: auto!important;
    display: inline-block!important;
    margin-left: 14px;
    position: relative;
    top: -2px;
}
.slide-btn a i{
    margin-left: 10px;
}

/* Slider Dot Css */
.slider-area .owl-dots {
    bottom: 50px;
    margin-top: 0;
    position: absolute;
    text-align: left;
    display: inline-block;
    right: 120px;
    max-width: 100%;
    padding: 0 15px;
}
.slider-item {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.slider-area .owl-dots .owl-dot{
    display: inline-block;
    margin-right: 10px;
    color: #e2a750;
    font-size: 25px;
}
.slider-area .owl-dots .owl-dot.active{
    font-size: 35px;
}

.slider-area .owl-dots::after {
    bottom: 10px;
    content: "";
    height:auto;
    left: 6px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: calc(100% - 24px);
    border-bottom: 1px solid transparent;
}

@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.spinner {
    animation: anim-rotate 2s infinite linear;
}
.active .spinner{
    display: inline-block;
}
.spinner--steps {
    animation: anim-rotate 1s infinite steps(8);
}
.spinner--steps2 {
    animation: anim-rotate 1s infinite steps(12);
}

.slider-area .owl-dots .owl-dot img.dot_activ,.slider-area .owl-dots .owl-dot.active img{
    display: none;
}
.slider-area .owl-dots .owl-dot.active img.dot_activ {
    display: block;
    bottom: -6px;
    position: relative;
}

/* Slider Animation Css */
.slide-content > *{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards ;
  animation-fill-mode: backwards ;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
.active .slide-content h2{
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn; 
}
.active .slide-content h1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
}
.active .slide-content .slide-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
  animation-delay: 1.5s;
}
.active .slide-content p{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; 
}

.active .slide-content span.filmudio-shap-bottom,.active .slide-content span.filmudio-shap {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: -39px;
    z-index: 2;
    width: 50px;
    color: #000;
    height: 50px;
    background: transparent;
    text-align: center;
    line-height: 50px;
    font-size: 42px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.owl-carousel:hover .owl-nav div{
    opacity: 1;
} 
.owl-nav div:hover{
    color: #e2a750;
}
.owl-nav div.owl-next{
    left: auto;
    right: -39px;
}
.slider-area:hover .owl-nav div{
left: 0;
}
.slider-area:hover .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
/*CoundDown Style*/
.slider_countdown_wapper {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}
.active .slider_countdown_wapper{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; 
}

.sldr_cnt_box {
    background: rgba(0,0,0,0.5);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 33px 0;
}
.sldr_cnt_box + .sldr_cnt_box{
    margin-left: 20px;
}
.sldr_cnt_box span {
    display: block;
    font-size: 60px;
    color: #e2a750;
    line-height: 1;
    font-weight: bold;
    font-family: "Roboto",sans-serif;
}
.sldr_counter_content h2 {
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin-bottom: 40px;
}
.sldr_counter_content h2 span.sld_border_shap:before,.cam_sldr_left h2:before {
    content: "";
    border-left: 58px solid #e2a750;
    right: 100%;
    width: 75px;
    top: 10px;
    position: absolute;
    width: auto;
    height: 1px;
    margin-right: 10px;
}
.slide-content.sldr_counter_content{
    text-align: right!important;
    position: relative;
}
.sldr_counter_content h1 {
    font-size: 30px;
    font-family: Roboto;
    letter-spacing: 3px;
}
.sldr_counter_content h2 span.sld_border_shap{
    color: #fff;
    position: relative;
}
.cam_sldr_left h1{
    font-size: 65px;
}
.cam_sldr_left h2 {
    padding-left: 70px;
    position: relative;
}
.cam_sldr_left h2:before{
    left: 0;
    right: auto;
}

/*social slider*/
.slider-social-production {
    bottom: 134px;
    position: absolute;
    right: 116px;
    z-index: 9;
    padding-left: 15px;
    max-width: 100%;
    margin: auto;
    left: 0;
    text-align: right;
    padding-right: 10px;
}
.pro-slide-pop {
    bottom: 88px;
    left: 131px;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
}
.pro-slide-pop a.popup-youtube {
    margin-left: 0;
    position: static;
    display: inline-block;
    transform: translate(0);
    margin-right: 15px;
}
.pro-slide-pop p{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    margin-left: 0px;
}
.slider-social-production-list {
    position: absolute;
    right: 30px;
    top: 0;
    margin: 0;
}
.slider-social-production-list li{
    display: inline-block;
}
.slider-social-production-list li a {
  color: #fff;
  font-size: 14px;

}
.slider-social-production li:not(:last-child) a{
    margin-right: 30px;
}
.slider-social-production li a:hover{color:#e2a750;}
/* Social Icon */
.slider-social {
  display: block;
  position: relative;
  padding-left: 0;
  margin-top: 30px;
}
.slider-social li:first-child::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: -60px;
  position: absolute;
  width: 40px;
}
.slider-social li:first-child {
  margin-left: 60px;
  position: relative;
}
.slider-social li {
  margin-right: 20px;
  display: inline-block;
}
.slider-social li a {
  color: #fff;
  font-size: 16px;
}
.slider-social li a:hover {
  color: #e2a750;
}
.active .slide-content .slider-social {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
.active .slide-content p {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}
.slider-active .owl-nav div span {
    position: absolute;
    right: 62px;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    color: #e2a750;
    font-size: 12px;
    font-weight: 600;
}
.arrow_hover .slider-active .owl-nav div:hover span{
    opacity: 1;
    visibility: visible;
}
.slider-active .owl-nav div.owl-prev span{
    right: auto;
    left: 62px;
}
/* Youtube Video Background */
.background-video-holder {
    position: relative;
}
.youtube-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  z-index: -1; }

.youtube-bg {
  display: block;
  height: 100vh!important;
  background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    width: 100%!important; 
}
.fullscreen {
    height: 100%;
    width: 100%;
}
.background-video-holder::before,.slider-item::before {
    content: "";
    background: rgba(0,0,0,0.5);
    height: 100vh;
    width: 100%;
    z-index: 0;
    position: absolute;
}

/* ============= 4. Section Titel Css ============= */
.section-titel h3 {
    display: block;
    position: relative;
    margin: 0 0 13px;
    font-size: 30px;
    text-transform: uppercase;
}
.section-titel h3 span{
    color: #e2a750;
}
.section-titel {
    margin-bottom: 45px;
    margin-top: 90px;
}
.section-titel.dotborder h3::after,.title-style-three span:after,.title-style-three span:before {
  border-bottom: 2px solid #e2a750;
  bottom: 10px;
  content: "";
  height: auto;
  position: absolute;
  right: -100px;
  width: 70px;
}
.section-titel p {font-size: 16px;margin-bottom: 0;}
.section-titel.dotborder.text-right {margin-right: 100px;}
.section-titel.dotborder.text-right h3::after {right: -100px;}

.section-titel.dotborder.text-left {margin-left: 100px;}
.section-titel.dotborder.text-left h3::after {left: -100px;}

.section-titel.dotborder.text-center h3::after {
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
}
.section-titel.dotborder.text-center h3{
    margin-bottom: 23px;
}
.title-style-three span {
    position: relative;
    display: inline-block;
    padding: 0 3px;
}
.title-style-three span i {
    display: block;
    font-size: 20px;
}
.title-style-three span::after{
    left: 100%;
    bottom: 50%;
    transform: translateY(50%);
}
.title-style-three span::before {
    right: 100%;
    bottom: 50%;
    transform: translateY(50%);
}

.title-style-four::after, .title-style-six h3 span:after,.title-style-five h3:before {
    bottom: -50px;
    content: "";
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
    border:1px solid #000;
}
.title-style-six h3 span,.title-style-five h3{
    position: relative;
}
.title-style-six h3 span:after,.title-style-five h3:before{
    bottom: 9px;
    height: auto;
    left: 100%;
    margin: 0 13px auto;
    width: 1px;
    border:1px solid #e2a750;
    border-right: 40px solid #e2a750;
}
.title-style-five h3:before{
    left: 0;
    margin: 0;
}
/* ============= Service Area ============= */
.service-single {
    padding: 38px 25px 35px;transition:.4s;
    text-align: center;
    position: relative;
}
.service-single:hover {background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;}
.servce-icon i {color: #cccccc;font-size: 48px;

transition: all 0.3s ease-in-out;
}
.servce-icon img {
    width: auto!important;
    display: inline-block!important;
}
.service-details h4 {
    color: #333;
    font-weight: 500;
    margin: 20px 0 18px;
    text-transform: uppercase;
    font-size: 18px;
}
.service-details > p {color: #cccccc;margin: 0;transition:  all 0.3s ease-in-out}
.service-area.indicator-style .owl-theme .owl-nav [class*="owl-"] {color: #fff;}
/*Service page*/
.others_service_active .service-details h4,.others_service_active .service-details p{
    color: #555;
}
.others_service_active .service-single {
    text-align: left;
    padding: 0;
}
.service-details-content h3 {
    margin: 0 0 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    font-size: 30px;
}
.others-post h3 {
    font-size: 24px;
    margin: 0 0 17px;
}
.others-post > p {
    font-size: 16px;
    margin-bottom: 44px;
    max-width: 556px;
}
.others-post {
    margin-top: 40px;
}
.others-post .owl-nav div{
    display: none;
}
.others-post .show_button .owl-nav div {
    top: -83px;
    left: auto;
    color: #555;
    background: transparent;
    font-size: 31px;
    transform: translateY(0%);
    right: 35px;
    display: block;
}
.others-post .owl-nav div:hover{
    color: #e2a750;
}
.others-post .owl-nav div.owl-next {
    right: 0;
}
.others-post .owl-nav div.owl-next::after {
    color: #555555;
    content: "/";
    font-size: 25px;
    left: 3px;
    position: absolute;
    top: 0px;
}
.back-content {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  backface-visibility: hidden;
  transform: scale(0);
  transform-style: preserve-3d;
  transition: all 0.8s ease 0s;
}
.service-single:hover .back-content{opacity:1;visibility:visible;transform: scale(1);backface-visibility: visible;}
.service-single:hover .service-details h4 ,.service-single:hover .servce-icon i{
  color: #fff;
}
.hover_description {
  padding: 62px 0;
  position: relative;
  z-index: 9
}
.back-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5);
}

/*Gallery*/
.ft_item_image {
  display: block;
  position: relative;
  z-index: 2;
}
.ft_item_image::before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.ft_item_image img{
    width: 100%;
}
.grid-item:hover .ft_item_image::before {
  background: rgba(0,0,0,0.8);
}
.grid-item:hover .ft_item_image a.icon_link {
  opacity: 1;
  top: 50%;
}
.ft_item_image a.icon_link {
    background-color: #e2a750;
    border-radius: 50%;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    margin: auto;
    right: 0;
    text-align: center;
    width: 44px;
    z-index: 9;
    top: 60%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}
.filter-menu-list {
    text-align: center;
    margin-bottom: 45px;
}
.filter-menu-list button {
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;
    background: transparent;
    padding: 0;
    height: auto;
    line-height: 1;
}
.filter-menu-list button+button{
    margin-left: 30px;
}
.filter-menu-list  button.is-checked,.filter-menu-list  button:hover{color:#e2a750;}
.gallery-active.indicator-style-two .slick-arrow{
    right: 50%;
    transform: translateX(585px);
}
.gallery-active.indicator-style-two .slick-arrow.btn-prev {
    transform: translateX(541px);
}
/* =============  Testimonial Area ============= */
.testimonial-image {margin-bottom: 22px;}
.testimonial-content > h6 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
  position: relative;
}
.testimonial-content > span {color: #555;font-size: 14px;}
.testimonial-image {margin-bottom: 18px;}
.testimonial-image > img {display: inline-block !important;width: auto !important;}
.testimonial-content > p {
    padding: 0 200px;
    margin-bottom: 20px;
}
/*Testimonial Style 2*/
.clientsay-single {
    display: flex;
}
.testimonial-content > h6 {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px;
}
.testimonial-content > span {color: #666666;font-size: 12px;}
.testi-img {margin-bottom: 18px;}
.testi-img > img {display: inline-block !important;width: auto !important;}
 .testimonial-content > p {padding: 0 200px;}
.client-feedback {
  position: relative;
  max-width: 50%;
}
.client-feedback::after {
  bottom: -50px;
  content: "";
  height: 35px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
  border:1px solid #e2a750;
}
.client-feedback > h3 {
    color: #555;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 60px;
}
.client-feedback > h3 span{
  color: #e2a750;
}
.clientsay-content {
  flex-basis: 50%;
}
.client-img {
  margin-left: 35px;
  margin-top: -125px;
}
.clientsay-content h6 {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 0;
}
.clientsay-area {
  position: relative;
}
.indicator3 .owl-nav {
    bottom: 58px;
    left: 26%;
    margin: 0;
    opacity: 1;
    position: absolute;
    text-align: left;
    transition: all 0.4s ease 0s;
    width: auto;
}
.indicator3 .owl-nav [class*="owl-"] {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  font-size: 34px;
  margin: 0 -3px;
  padding: 0;
  transition:.4s;
  opacity: 1;
}
.indicator3 .owl-nav [class*="owl-"]:hover{color:#e2a750 }
.indicator3 .owl-nav .owl-prev::after {
    color: #555555;
    content: "/";
    font-size: 20px;
    left: 38px;
    position: absolute;
    top: 0px;
}
.cr-border-bottom {
  border-bottom: 1px solid #dddddd;
}
.testimonial-content > h6::after {
    top: -50px;
    content: "";
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
    border-left: 1px solid transparent;
}
.testimonial-wrap.testimonial-style.testimonial-slider-active, .testimonial-wrap.testimonial-style.sidemenu-wrapper-testimonial-slider-active {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 70px; }
.testimonial-wrap.testimonial-style .testimonial {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 0; }
.testimonial-wrap.testimonial-style .testimonial-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0px 90px;
background: #eee; }
  .testimonial-wrap.testimonial-style .testimonial-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #777777; }
 .testimonial-content i{
  font-size: 65px;
  color: #e2a750;
  margin-bottom: 30px;
 }  
  .testimonial-wrap.testimonial-style .testimonial-content h6 {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif; }
  .testimonial-wrap.testimonial-style .testimonial-content p {
    display: block;
    color: #777777;
    font-size: 13px;
    line-height: 24px; }
.testimonial-wrap.testimonial-style .testimonial-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .testimonial-wrap.testimonial-style .testimonial-image img {
    width: 100%!important; }

/* Active state and Effect */
.testimonial-wrap.testimonial-style .testimonial-content {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s; }
.testimonial-wrap.testimonial-style .testimonial-image {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  margin-bottom: 0; }
.testimonial-wrap.testimonial-style .testimonial:focus, .testimonial-wrap.testimonial-style .testimonial:active {
  outline: none; }
.testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-content, .testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-content {
  -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both; }
  .testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-content i, 
  .testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-content i {
    -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    animation-delay: 0.6s; }
  .testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-content p,
  .testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-content h6, .testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-content p,
  .testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-content h6 {
    -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    animation-delay: 0.6s; }
.testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-image, .testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-image {
  -webkit-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrap.testimonial-style .testimonial-content {
    padding: 30px 45px; }
  .testimonial-wrap.testimonial-style .testimonial-content-author {
    margin-top: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrap.testimonial-style .testimonial {
    margin: 0 0 0 0px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .testimonial-wrap.testimonial-style .testimonial-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; 
  padding-top:30px;
  padding-bottom: 30px;
  }
  .testimonial-wrap.testimonial-style .testimonial-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .testimonial-wrap.testimonial-style .testimonial:focus, .testimonial-wrap.testimonial-style .testimonial:active {
    outline: none; }
  .testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-image, .testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-image {
    -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both; } }
@media only screen and (max-width: 767px) {
  .testimonial-wrap.testimonial-style .testimonial {
    margin: 0 0px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .testimonial-wrap.testimonial-style .testimonial-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 30px; }
  .testimonial-wrap.testimonial-style .testimonial-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .testimonial-wrap.testimonial-style .testimonial:focus, .testimonial-wrap.testimonial-style .testimonial:active {
    outline: none; }
  .testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-image, .testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-image {
    -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both; }
  .testimonial-wrap.testimonial-style .testimonial-content-author {
    margin-top: 25px; } }
@media only screen and (max-width: 575px) {
  .testimonial-wrap.testimonial-style .testimonial {
    margin: 0; }
  .testimonial-wrap.testimonial-style .testimonial-content {
    padding-top: 30px; }
     } 

 /* Slider Dots Styles */
.cr-slider-dots-1 {
  position: relative; }
  .cr-slider-dots-1.slick-dotted.slick-slider {
    margin-bottom: 45px; }
  .cr-slider-dots-1 ul.slick-dots {
    font-size: 0;
    left: 0px;
    bottom: -80px; }
.cr-slider-dots-1 ul.slick-dots li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  height: auto;
  width: auto;
  line-height: 15px; }
  .cr-slider-dots-1 ul.slick-dots li:first-child {
  margin-left: 0; }
  .cr-slider-dots-1 ul.slick-dots li:last-child {
  margin-right: 0; }
  .cr-slider-dots-1 ul.slick-dots li button {
  height: 10px;
  width: 10px;
  content: "";
  background: #c9c9c9;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle; }
  .cr-slider-dots-1 ul.slick-dots li button::before {
    display: none; }
  .cr-slider-dots-1 ul.slick-dots li.slick-active button,
   .cr-slider-dots-1 ul.slick-dots li:hover button {
  background: #e2a750;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }
  .wpcf7 input:not([type="submit"]){
    width: 100%;
    padding:0 15px;
  }   
  .wpcf7 input[type="submit"]{
    background: #fff;
    color: #333;
    font-weight: 600;
  }
  .wpcf7 label {
    width: 100%;
    color: #fff;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: red;
}