/*--------------------- Copyright (c) 2019 -----------------------
[Master Stylesheet]
Project: MOTO Theme V4
Version: 1.0.0
Author: MOTO Team
 ------------------------------------------------------------------- [Table of contents]*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  counter-reset: my-sec-counter;
  overflow-x: hidden;
}
/*====Typography Css Start====*/
a {
  color: #5575e3;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
p {
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  color: #222222;
  font-weight: 600;
}
/*h2{
	font-size: 32px;
} */
ul {
  margin-left: 0;
}
img {
  max-width: 100%;
}
input,
textarea,
select,
button {
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #6caae7;
}
input:focus {
  outline: none;
}
.no_padder {
  padding: 0px;
}
.bottom_spacer25 {
  margin-bottom: 25px;
}
.bottom_spacer80 {
  margin-bottom: 80px;
}
.bottom_spacer100 {
  margin-bottom: 100px;
}
.top_spacer60 {
  margin-top: 60px;
}
.top_spacer100 {
  margin-top: 100px;
}
.motov4_border_left h1,
.motov4_border_left h2,
motov4_border_left h3,
.motov4_border_left h4,
.motov4_border_left h5,
.motov4_border_left h6,
.motov4_border_left span.motov4_sub_head {
  margin-left: 15px;
}
/************Bootstrape Classes*******/
@media (min-width: 768px) {
  .container {
    width: 750px;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 1200px;
  }
}
/******** side css *********/
.motov4_grey_bg {
  padding: 80px 0px;
  background: #f5f5f5;
}
/******* first template *********/
.motov4_top_banner {
  background: url(../images/top_banner.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0px 50px;
}
.motov4_newsletter form {
  width: 100%;
  margin: 80px auto 0px;
}
.motov4_newsletter .header {
  font-size: 30px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 25px;
}
.motov4_newsletter .description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}
.motov4_newsletter .input {
  display: flex;
  align-items: center;
}
.motov4_newsletter .button {
  height: 44px;
  border: none;
}
.motov4_newsletter input[type="text"] {
  width: 55%;
  background: transparent;
  font-family: inherit;
  color: #ffffff;
  text-indent: 5%;
  border-radius: 10px 0 0 10px;
  height: 50px;
  border: 1px solid #6a71b6;
  font-size: 14px;
}
.motov4_newsletter .motov4_button {
  width: 200px;
  height: 50px;
  background: #ff9b00;
  font-family: inherit;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  border: none;
}
.motov4_newsletter .motov4_button:hover {
  opacity: 0.9;
}
.motov4_newsletter ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6a71b6;
  opacity: 1; /* Firefox */
}
.motov4_newsletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6a71b6;
}
.motov4_newsletter ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6a71b6;
}
.motov4_banner_text {
  padding: 80px 0px 50px 0px;
  color: #fff;
}
.motov4_banner_text h2 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}
/**/
.motov4_second_section {
  background: url(../images/second_section.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0px;
}
.motov4_third_section {
  background: #f7f7f7;
  padding: 80px 0px;
}
.motov4_features_box {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
  padding: 60px 35px;
  position: relative;
  margin-bottom: 30px;
}
.motov4_features_box .motov4_icon_box {
  text-align: center;
  overflow: hidden;
  z-index: 40;
}
.motov4_features_box.motov4_no_shadow {
  box-shadow: none;
  background: transparent;
  padding: 0px;
}
.motov4_featu#cccccc_#cccccc {
  color: rgb(255, 42, 42);
  border-color: rgb(255, 42, 42);
}
.motov4_featu#cccccc_blue {
  color: #2a7aff;
  border-color: #2a7aff;
}
.motov4_featu#cccccc_pink {
  color: #ff2a70;
  border-color: #ff2a70;
}
.motov4_features_box .motov4_icon_box i {
  font-size: 35px;
}
.motov4_features_box.motov4_no_shadow .motov4_icon_box {
  background: #ffc26b;
  border-radius: 100%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  width: 170px;
  height: 170px;
  left: auto;
  position: relative;
  top: auto;
  margin: auto;
  line-height: 137px;
  padding: 15px;
  background-clip: content-box;
  border: 1px dashed #ffc26b;
}
.motov4_feature_data a {
  padding-top: 10px;
  display: block;
}
.motov4_features_box h3 {
  font-size: 22px;
  margin: 20px 0px;
  font-weight: 500;
}
.motov4_features_box.motov4_no_shadow .motov4_icon_box i,
.motov4_features_box.motov4_no_shadow .motov4_icon_box img {
  width: auto;
  height: auto;
  line-height: 137px;
  display: inline-block;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.motov4_feature_data i.fa.fa-long-arrow-right {
  position: relative;
  top: 2px;
  left: 3px;
}
/*Style1*/
.motov4_features_box_style1 {
  border-radius: 20px;
  background-color: transparent !important;
  box-shadow: none;
  padding: 0px;
  position: relative;
  margin-bottom: 30px;
}
.motov4_features_box_style1 .motov4_feature_data {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
  padding: 60px 35px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_features_box_style1 .motov4_feature_data:hover {
  box-shadow: 0px 2px 21px 0px #d6d6d6;
}
.motov4_features_box_style1 .motov4_feature_data h3 {
  margin: 25px 0px;
}
.motov4_features_box_style1 .motov4_icon_box {
  position: relative;
  width: 73px;
  line-height: 73px;
  height: 73px;
  border-style: solid;
  border-width: 1px;
  background-color: rgb(255, 255, 255);
  top: 36px;
  border-radius: 10px;
  left: 50%;
  margin-left: -36px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.motov4_features_box.motov4_features_box_style1 .motov4_icon_box i {
  font-size: 35px;
  margin-right: 0;
  width: 73px;
  height: 73px;
  display: block;
  line-height: 78px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.motov4_features_box.motov4_features_box_style1 .motov4_icon_box img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
/**/
.motov4_features_box_style3 {
  border-radius: 20px;
  background-color: transparent !important;
  box-shadow: none;
  padding: 0px;
}
.motov4_features_box_style3 .motov4_icon_box {
  position: relative;
  left: 50%;
  border-style: none;
  background-color: #fff;
  width: 140px;
  line-height: 140px;
  height: 140px;
  top: 60px;
  margin-left: -70px;
  border-radius: 100%;
  box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.1);
}
.motov4_features_box_style3 .motov4_feature_data {
  border-radius: 20px;
  background-color: #81d742;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
  padding: 61px 35px 35px 35px;
  position: relative;
}
.motov4_features_box_style3 .motov4_icon_box i {
  width: auto;
  height: auto;
  display: inline-block;
  /* transform: none; */
  line-height: 140px;
}
.motov4_features_box.motov4_features_box_style3 h3 {
  padding-top: 15px;
}
.motov4_features_box.motov4_features_box_style3 .motov4_icon_box img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}
/**/
.motov4_features_box.motov4_features_box_style4 {
  margin-top: 0px;
  padding: 40px 20px;
  border-radius: 15px;
  border: 1px solid #cbd1da;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.motov4_features_box_style4 .motov4_icon_box {
  position: relative;
}
/*****/
.motov4_features_box_style5 {
  border-radius: 0;
  box-shadow: none;
  padding: 35px 30px;
  position: relative;
  margin-top: 0;
  border: 1px solid #e4e4e4;
  text-align: center;
}
.motov4_features_box_style5 .motov4_icon_box {
  border-style: none;
  border-width: 0;
  position: relative;
  width: auto;
  line-height: 1;
  height: auto;
  top: 0;
  border-radius: 0;
  left: 0;
  /* transform: none; */
  margin-left: 0px;
  display: inline-block;
  background-color: transparent;
}
.motov4_features_box_style5 h3 {
  margin: 20px 0px 15px 0px;
}
.motov4_features_box_style5 .motov4_icon_box i,
.motov4_features_box_style5 .motov4_icon_box img {
  font-size: 35px;
}
.motov4_features_box_style5 .feature_counter {
  position: absolute;
  left: 0;
  font-size: 42px;
  font-weight: 600;
  color: #485177;
  opacity: 0.1;
  left: 30px;
}
/****/
.motov4_features_box_style6 {
  box-shadow: 0px 11px 21px 0px rgba(59, 110, 255, 0.1);
  border: 2px dashed #b5b5b5;
}
/************* heading css  ******************/

.motov4_fancy_heading {
  position: relative;
}
.motov4_fancy_heading.border_bottom h1:after,
.motov4_fancy_heading.border_bottom h2:after,
.motov4_fancy_heading.border_bottom h3:after,
.motov4_fancy_heading.border_bottom h4:after,
.motov4_fancy_heading.border_bottom h5:after,
.motov4_fancy_heading.border_bottom h6:after {
  content: "";
  display: block;
  border-bottom: 1px solid #cccccc;
  width: 25%;
  margin: 10px auto 5px 0px;
}
.motov4_fancy_heading.text-center.border_bottom h1:after,
.motov4_fancy_heading.text-center.border_bottom h2:after,
.motov4_fancy_heading.text-center.border_bottom h3:after,
.motov4_fancy_heading.text-center.border_bottom h4:after,
.motov4_fancy_heading.text-center.border_bottom h5:after,
.motov4_fancy_heading.text-center.border_bottom h6:after {
  margin: 10px auto 5px;
}
.motov4_fancy_heading.text-right.border_bottom h1:after,
.motov4_fancy_heading.text-right.border_bottom h2:after,
.motov4_fancy_heading.text-right.border_bottom h3:after,
.motov4_fancy_heading.text-right.border_bottom h4:after,
.motov4_fancy_heading.text-right.border_bottom h5:after,
.motov4_fancy_heading.text-right.border_bottom h6:after {
  margin: 10px 0px 5px auto;
}
.motov4_fancy_heading.text-left.border_bottom:after {
  margin-left: 0px;
}
.motov4_fancy_heading.text-right.border_bottom:after {
  margin-right: 0px;
}
.motov4_fancy_heading h1,
.motov4_fancy_heading h2,
.motov4_fancy_heading h3,
.motov4_fancy_heading h4,
.motov4_fancy_heading h5,
.motov4_fancy_heading h6 {
  display: inline-block;
  position: relative;
}
.motov4_fancy_heading.border_left,
.motov4_fancy_heading.border_left,
.motov4_fancy_heading.border_left,
.motov4_fancy_heading.border_left,
.motov4_fancy_heading.border_left,
.motov4_fancy_heading.border_left {
  border-left: 1px solid #cccccc;
  padding-left: 10px;
}
.motov4_sub_head {
  font-size: inherit;
  font-family: inherit;
  display: block;
}
.motov4_fancy_heading.text-center .motov4_sub_head {
  width: 565px;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 26px;
  max-width: 100%;
}
.motov4_both_border h1,
.motov4_both_border h2,
.motov4_both_border h3,
.motov4_both_border h4,
.motov4_both_border h5,
.motov4_both_border h6 {
  text-align: center;
}
.motov4_both_border h1,
.motov4_both_border h2,
.motov4_both_border h3,
.motov4_both_border h4,
.motov4_both_border h5,
.motov4_both_border h6 {
  display: inline-block;
  position: relative;
}
.motov4_both_border h1:before,
.motov4_both_border h1:after,
.motov4_both_border h2:before,
.motov4_both_border h2:after,
.motov4_both_border h3:before,
.motov4_both_border h3:after,
.motov4_both_border h4:before,
.motov4_both_border h4:after,
.motov4_both_border h5:before,
.motov4_both_border h5:after,
.motov4_both_border h6:before,
.motov4_both_border h6:after {
  content: "";
  background: #00a99d;
  width: 40px;
  margin: 0 0.5em;
  position: absolute;
  top: 50%;
}
.motov4_both_border h2:before,
.motov4_both_border h1:before,
.motov4_both_border h3:before,
.motov4_both_border h4:before,
.motov4_both_border h5:before,
.motov4_both_border h6:before {
  right: 100%;
}
.motov4_both_border h1:after,
.motov4_both_border h2:after,
.motov4_both_border h3:after,
.motov4_both_border h4:after,
.motov4_both_border h5:after,
.motov4_both_border h6:after {
  left: 100%;
}
.motov4_center_right_border h1,
.motov4_center_right_border h2,
.motov4_center_right_border h3,
.motov4_center_right_border h4,
.motov4_center_right_border h5,
.motov4_center_right_border h6 {
  width: auto;
  padding-right: 50px;
}
.motov4_center_right_border h1:after,
.motov4_center_right_border h2:after,
.motov4_center_right_border h3:after,
.motov4_center_right_border h4:after,
.motov4_center_right_border h5:after,
.motov4_center_right_border h6:after {
  display: inline-block;
  content: "";
  height: 2px;
  background: #999;
  width: 40px;
  position: absolute;
  top: 50%;
  right: 0px;
}
.motov4_center_left_border h1:before,
.motov4_center_left_border h2:before,
.motov4_center_left_border h3:before,
.motov4_center_left_border h4:before,
.motov4_center_left_border h5:before,
.motov4_center_left_border h6:before {
  display: inline-block;
  content: "";
  height: 1px;
  background: #999;
  margin: auto 0px;
  width: 40px;
  display: -webkit-inline-box;
  bottom: 0.4em;
  position: absolute;
  right: 100%;
  top: 25%;
  left: 0px;
}
.motov4_center_left_border h1,
.motov4_center_left_border h2,
.motov4_center_left_border h3,
.motov4_center_left_border h4,
.motov4_center_left_border h5,
.motov4_center_left_border h6 {
  padding-left: 50px;
}
.motov4_fancy_heading.motov4_vertical h2,
.motov4_fancy_heading.motov4_vertical h3,
.motov4_fancy_heading.motov4_vertical h4,
.motov4_fancy_heading.motov4_vertical h5,
.motov4_fancy_heading.motov4_vertical h6,
.motov4_fancy_heading.motov4_vertical h1 {
  transform: rotateZ(-90deg);
}
/************* buttons css *****************/
.motov4_button {
  display: inline-table;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 15px 30px;
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
  background-color: #319bff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.motov4_button.motov4_button_margin {
  margin: 0px 12px;
}
.motov4_btn_icon {
  padding-left: 15px;
}
.motov4_btn_icon.btn_icn_left {
  padding-right: 15px;
  padding-left: 0px;
}
.motov4_button:hover,
.motov4_button:focus,
.motov4_button:active {
  outline: none;
  color: #fff;
}
.motov4_button_mini {
  padding: 0 14px;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
}
.motov4_button_small {
  padding: 0 17px;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
.motov4_button_large {
  padding: 0 26px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}
.motov4_button_xlarge {
  padding: 0 32px;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
}
.motov4_button_shadow {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  outline: none;
}

.motov4_button_shadow:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
}
.motov4_button_border {
  border: 1px solid #cccccc;
  color: #cccccc;
}
/***** about section ********/
.motov4_what_section {
  position: relative;
  width: 100%;
}
.motov4_what_box {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.motov4_what_box h2 {
  font-weight: bold;
}
.motov4_what_box .motov4_fancy_heading {
  margin: 0px 30px 30px;
}
.motov4_about_wrap {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
  margin-left: -70px;
}
.motov4_what_text {
  z-index: 10;
  border: 1px solid #1e73be;
  padding: 35px;
}
.motov4_what_text p {
  margin-bottom: 20px;
  line-height: 26px;
}
.motov4_what_text a {
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.motov4_what_text a:after {
  position: absolute;
  left: 50%;
  background-color: #319bff;
  width: 50px;
  height: 1px;
  bottom: 0px;
  content: "";
  margin-left: -25px;
}
/****** increment service css ******/
.motov4_incre_service h3::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
}
.motov4_incre_service.text-left p,
.motov4_incre_service.text-left a {
  padding-left: 15px;
}
.motov4_incre_service h1,
.motov4_incre_service h2,
.motov4_incre_service h3,
.motov4_incre_service h4,
.motov4_incre_service h5,
.motov4_incre_service h6 {
  position: relative;
}
.motov4_incre_service h3:after {
  background: #cccccc;
  height: 2px;
  width: 25%;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20px;
}
/************Testimonial Slider 2**************/
.motov4_testimonial_slider2 .motov4_testimonials {
  padding-top: 0px;
}
.motov4_testimonial_slider2 .motov4_testimonials img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.82, 0.96);
  margin: 15px 0px;
  border: 2px solid transparent;
}
.motov4_testimonial_slider2 .slick-slider {
  width: auto;
  margin: 0 auto;
}
.motov4_testimonial_slider2 .slick-slide {
  text-align: center;
}
.slick_cls {
  display: none;
}
.motov4_testimonial_slider2 .motov4_testimonials .slick-center img {
  width: 80px;
  height: 80px;
  margin: 0px;
  border-color: #37cea8;
}
.motov4_testimonial_slider2 .slick_contents {
  margin-top: 25px;
  position: relative;
}
.motov4_testimonial_slider2 .slick_contents:after {
  position: absolute;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  width: 208px;
  height: 158px;
  left: 50%;
  top: -10px;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_testimonial_slider2 .slick_contents p {
  line-height: 26px;
  color: #707070;
  font-size: 16px;
  margin: 0px 40px;
}
.motov4_testimonial_slider2 .slick_contents h3 {
  font-size: 18px;
  font-weight: bold;
  color: #495060;
  margin-top: 15px;
  text-transform: capitalize;
}
.motov4_testimonial_slider2 .slick_contents h3 span {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}
.motov4_testimonial_slider2 {
  padding: 100px 0px;
}
.motov4_testimonial_slider2 .slick-prev,
.motov4_testimonial_slider2 .slick-next {
  background: transparent;
}
.motov4_testimonial_slider2 .slick-prev:before {
  content: url(../images/left_arrow.png);
  width: 13px;
  height: 26px;
}
.motov4_testimonial_slider2 .slick-next:before {
  content: url(../images/right_arrow.png);
  width: 13px;
  height: 26px;
}
.motov4_testimonial_slider2 .motov4_heading h1 {
  font-size: 26px;
  font-weight: bold;
  color: #495060;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 15px;
}
.motov4_testimonial_slider2 .motov4_heading h1:after {
  width: 16px;
  height: 1px;
  background-color: #37cea8;
  position: absolute;
  right: -15px;
  content: "";
  top: 50%;
}
.motov4_testimonial_slider2 .motov4_heading p {
  line-height: 26px;
}
.motov4_testimonial_slider2 .motov4_heading {
  margin-top: 75px;
}
/*********** Services *************/
.motov4_services {
  position: relative;
  z-index: 1;
}
.motov4_services:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  transform: scale(0);
  z-index: -1;
}
.motov4_services:hover:after {
  transform: scale(1);
}
.motov4_services a {
  margin: 10px 0px 10px;
  display: inline-block;
}
.motov4_service_divider {
  clear: both;
  display: block;
  width: 50%;
  height: 1px;
  background: #cccccc;
  margin: 15px auto;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.motov4_border_section.motov4_services h3 {
  padding: 15px 0px 0px;
  margin-bottom: 15px;
}
.motov4_border_circle {
  position: relative;
}
.motov4_border_circle:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #bbb;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.motov4_border_section {
  border: 1px solid #7af3b8;
  border-radius: 20px;
  padding: 50px 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.motov4_border_section:hover {
  box-shadow: 0px 8px 20px 0px rgba(17, 207, 244, 0.2);
}
.motov4_service_image {
  display: inline-block;
  margin-bottom: 15px;
}
.motov4_service_border {
  border: 2px dashed #e8563c;
  border-radius: 20px 0px 20px 0px;
  margin-bottom: 15px;
  padding: 43px 43px;
}
.motov4_services .fa {
  font-size: 40px;
}
.motov4_service_link i.fa {
  font-size: 19px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.motov4_service_round img {
  border-radius: 10px;
}
.motov4_service_circle img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
}
.motov4_service_image.motov4_over_image {
  position: relative;
  width: 100%;
}
.motov4_service_image.motov4_over_image img {
  width: 100%;
}
.motov4_radimotov4_service {
  width: 100%;
  padding: 35px 15px;
  background: #222222;
  border-radius: 0px 20px 0px 0px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.motov4_services.motov4_radimotov4_service:after {
  display: none;
}
.motov4_radimotov4_service:hover {
  background: green;
}
.motov4_radimotov4_service h6 {
  color: #ffffff;
  position: relative;
  padding: 0px;
  margin: 0px;
}
.motov4_overlay_text.text-center {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  padding: 30px 10px;
  top: 20px;
  left: 20px;
  vertical-align: middle;
  right: 20px;
  bottom: 20px;
}
.motov4_overlay_text.text-center .motov4_service_data {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0px 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.motov4_overlay_text.text-center .motov4_service_data h3 {
  font-size: 23px;
}
.motov4_service_hover .motov4_overlay_text.text-center {
  position: absolute;
  background: #ffffff;
  width: 100%;
  padding: 30px 50px;
  height: 100%;
  top: 0px;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.motov4_service_hover .motov4_overlay_text.text-center:hover {
  top: -100%;
}
.motov4_service_hover {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #d5d5d5;
}
.motov4_ser_hover_ovrly {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.motov4_service_hover h3 {
  padding-top: 0px;
  margin: 0px;
}
.motov4_ser_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  padding: 30px 50px;
}
.motov4_services:hover .motov4_ser_hover_ovrly {
  top: -100%;
}
.motov4_service_hover:hover .motov4_ser_text h3 {
  color: #ffffff;
}
.motov4_ser_bg {
  background: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 0px;
}
.motov4_services.text-center.motov4_ser_spacer {
  padding: 0px 15px;
  margin-bottom: 50px;
}
.motov4_after_border {
  position: relative;
}
.motov4_after_border:after {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background: #d5d5d5;
  position: absolute;
  right: 0px;
  left: auto;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.motov4_ser_spacer.motov4_after_border:hover:after {
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.motov4_services h3 {
  padding: 15px 0px 20px;
}
.motov4_services.motov4_after_border:after {
  right: -15px;
}
/********* Team css ************/
.motov4_team_section {
  position: relative;
  border: 1px solid #d5d5d5;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  margin-bottom: 30px;
}
.motov4_team_text {
  position: absolute;
  bottom: 20px;
  background: #d5d5d5;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.motov4_team_text h3 {
  color: inherit;
  font-size: 18px;
  padding-bottom: 8px;
}
.motov4_team_text h4 {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
}
.motov4_team_section:hover .motov4_team_text {
  background: #37cea8;
  bottom: 0;
}
.motov4_team_section:hover .motov4_team_text h3,
.motov4_team_section:hover .motov4_team_text h4 {
  color: inherit;
}
.motov4_team_overlay {
  overflow: hidden;
}
.motov4_team_overlay .motov4_team_text {
  bottom: 0px;
  background: transparent;
}
.motov4_team_overlay:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000075;
  top: 0px;
  left: 0px;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}
.motov4_team_overlay:hover:after {
  opacity: 1;
}
.motov4_team_overlay .motov4_team_text {
  background: transparent;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.motov4_team_overlay .motov4_team_text a.motov4_anchor {
  display: inline-block;
  background: #ffffff;
  padding: 10px 30px;
  border-radius: 50px;
  color: #cccccc;
  margin: 15px 0px;
  transform: scale(0);
}
.motov4_team_overlay .motov4_team_text ul.motov4_team_icon {
  margin-bottom: 20px;
  transform: scale(0);
  padding: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.motov4_team_overlay .motov4_team_text ul.motov4_team_icon li {
  display: inline;
  margin-right: 5px;
}
.motov4_team_overlay .motov4_team_text ul.motov4_team_icon li:last-child {
  margin-right: 0px;
}
.motov4_team_overlay .motov4_team_text ul.motov4_team_icon li a {
  font-size: 18px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #000;
}
.motov4_team_overlay .motov4_team_text ul.motov4_team_icon li a:hover {
  color: #e5a221;
  border-color: #e5a221;
}
.motov4_team_overlay .motov4_team_text h3.motov4_tem_mem {
  position: relative;
  font-size: 26px;
  padding-bottom: 30px;
  display: block;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.motov4_team_overlay .motov4_team_text h3.motov4_tem_mem:after {
  position: absolute;
  content: "";
  width: 25%;
  display: inline-block;
  height: 2px;
  background: #e5a221;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  margin: 10px 0px;
  bottom: 2px;
}
.motov4_team_overlay .motov4_team_text h4.motov4_tem_desig {
  margin: 0px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.motov4_team_overlay .motov4_team_text:hover,
.motov4_team_section.motov4_team_overlay:hover .motov4_team_text {
  background: inherit;
}
.motov4_team_section.motov4_team_overlay:hover a.motov4_anchor,
.motov4_team_section.motov4_team_overlay:hover
  .motov4_team_text
  h4.motov4_tem_desig,
.motov4_team_section.motov4_team_overlay:hover ul.motov4_team_icon,
.motov4_team_section.motov4_team_overlay:hover
  .motov4_team_text
  h3.motov4_tem_mem {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.motov4_vertical_center {
  vertical-align: middle;
  display: table-cell;
}
.motov4_team_section.motov4_bottom_team {
  border: none;
  background: url(../images/team_bg.jpg) bottom center no-repeat;
}
.motov4_team_section.motov4_bottom_team .motov4_team_img {
  text-align: center;
}
.motov4_bottom_team .motov4_team_text {
  background: #222222;
  border-top-right-radius: 20px;
  bottom: 0px;
  padding: 15px 30px;
}
.motov4_bottom_team .motov4_team_text .motov4_tm_left {
  width: 75%;
  border-right: 1px solid;
  text-align: left;
  display: inline-block;
}
.motov4_team_section:hover .motov4_team_text .motov4_tm_left {
  border-color: #ffffff;
}
.motov4_bottom_team .motov4_team_text .motov4_tm_left h3 {
  font-weight: bold;
  font-size: 22px;
  text-transform: capitalize;
}
.motov4_bottom_team .motov4_team_text ul {
  width: 17%;
  display: inline-block;
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.motov4_bottom_team .motov4_team_text ul li a {
  color: inherit;
}
.motov4_team_section.motov4_ver_team {
  overflow: hidden;
  border: none;
}
.motov4_team_section.motov4_ver_team h3.motov4_tem_mem {
  padding-bottom: 0px;
}
.motov4-list-container {
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  background: #d5d5d5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
  -ms-transform: perspective(400px) rotateY(90deg);
  -o-transform: perspective(400px) rotateY(90deg);
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.motov4-list-container .btn-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.motov4-list-container .btn-list li .fa {
  color: inherit;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_team_section.motov4_ver_team:hover .motov4-list-container {
  -webkit-transform: perspective(400px) rotateY(0deg);
  -moz-transform: perspective(400px) rotateY(0deg);
  -ms-transform: perspective(400px) rotateY(0deg);
  -o-transform: perspective(400px) rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
}
.motov4_team_section.motov4_ver_team:hover {
  border-color: inherit;
}
.motov4_ver_team .motov4_team_text {
  bottom: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.motov4_ver_team:hover .motov4_team_text {
  bottom: -50%;
}
/*--- team style 4 -------*/
/*---------- team css -------*/
.motov4_team_section.motov4_team_fulloverlay {
  border: none;
  margin-bottom: 70px;
}
.motov4_team_section.motov4_team_fulloverlay .motov4_team_text {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -37px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 1;
}
.motov4_team_section.motov4_team_fulloverlay
  .motov4_team_text
  h3.motov4_tem_mem {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
}
.motov4_team_section.motov4_team_fulloverlay:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000075;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.motov4_team_section.motov4_team_fulloverlay .motov4_overlaydiv {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.motov4_team_section.motov4_team_fulloverlay .motov4_overlaydiv h3 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 32px;
}
.motov4_team_section.motov4_team_fulloverlay .motov4_overlaydiv p {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}
.motov4_team_section.motov4_team_fulloverlay .motov4_overlaydiv p:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  bottom: 0;
  padding: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.motov4_team_section.motov4_team_fulloverlay .motov4_overlaydiv ul {
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  padding: 0px;
}
.motov4_team_section.motov4_team_fulloverlay .motov4_overlaydiv ul li {
  display: inline-block;
  list-style: none;
}
.motov4_team_section.motov4_team_fulloverlay .motov4_overlaydiv ul li a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 15px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.motov4_team_section.motov4_team_fulloverlay:hover:after {
  opacity: 1;
}
.motov4_team_section.motov4_team_fulloverlay:hover .motov4_team_text {
  opacity: 0;
  background: inherit;
}
.motov4_team_section.motov4_team_fulloverlay:hover .motov4_overlaydiv {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
}
.motov4_team_slider .motov4_team_section.motov4_team_fulloverlay {
  margin-bottom: 50px;
}
.motov4_team_slider .motov4_team_section .motov4_team_img img {
  display: inline-block;
}
.motov4_team_section.motov4_team_fulloverlay .motov4_overlaydiv .motov4_anchor {
  display: inline-block;
  background: #ffffff;
  padding: 10px 30px;
  border-radius: 50px;
  color: #cccccc;
  margin: 15px 0px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.motov4_team_section.motov4_team_fulloverlay:hover
  .motov4_overlaydiv
  .motov4_anchor {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/*---------- team css end -------*/
/******** Event Section ********/
.motov4_event_section {
  margin: 50px 0px;
}
.padder_left0 {
  padding-left: 0px;
}
.padder_right0 {
  padding-right: 0px;
}
.motov4_border_right {
  border-right: 10px solid #1276ff;
  margin-right: -60px;
}
.motov4_border_left {
  border-left: 10px solid #1276ff;
}
.motov4_border_left h1,
.motov4_border_left h2,
.motov4_border_left h3,
.motov4_border_left h4,
.motov4_border_left h5,
.motov4_border_left h6,
.motov4_border_left span.motov4_sub_head {
  padding-left: 10px;
}
.motov4_border_right h1,
.motov4_border_right h2,
.motov4_border_right h3,
.motov4_border_right h4,
.motov4_border_right h5,
.motov4_border_right h6,
.motov4_border_right span.motov4_sub_head {
  padding-right: 10px;
}
.motov4_event_text {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-top: 40px;
  z-index: 10;
  position: relative;
}
.motov4_event_text.motov4_border_left {
  margin-left: -60px;
}
.motov4_event_text h2 {
  font-size: 26px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0px 0px 10px;
  padding-left: 0px;
}
.motov4_event_text ul {
  margin-bottom: 10px;
  padding-left: 0px;
}
.motov4_event_text ul li {
  display: inline-block;
  font-size: 14px;
  color: #707070;
  margin-right: 15px;
}
.motov4_event_text ul li i {
  color: #1276ff;
  margin-right: 10px;
}
.motov4_event_text p {
  margin-bottom: 15px;
}
ul.motov4_events {
  border: none;
  text-align: center;
  display: flex;
  margin: auto;
  justify-content: center;
}
ul.motov4_events li {
  display: inline-block;
  text-align: center;
  margin: 0px 30px;
}
ul.motov4_events li a {
  width: 115px;
  border: 1px solid #e9e9e9 !important;
  border-radius: 30px !important;
  height: 115px;
  padding: 0px;
  font-weight: bold;
}
ul.motov4_events li a .motov4_number {
  font-size: 32px;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 24px 0px;
  background: #fff;
  color: #222222;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
ul.motov4_events li a.active .motov4_desc_count {
  background: #1276ff;
  color: #ffffff;
}
ul.motov4_events li a.active .motov4_number {
  color: #1276ff;
}
ul.motov4_events li a .motov4_desc_count {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 0px;
  font-weight: bold;
  color: #222222;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #e9e9e9;
}
/************* image design ***************/
.motov4_img_design {
  position: relative;
  display: inline-block;
}
.motov4_img_design img {
  position: relative;
  z-index: 1;
}
.motov4_img_design .motov4_img_overlay {
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.7;
}
.motov4_img_design:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  /* top: -25px; */
  /* left: -25px; */
}
.motov4_img_design.motov4_top_left:after {
  top: -5%;
  left: -4.25%;
}
.motov4_img_design.motov4_top_right:after {
  top: -6%;
  right: -5%;
  left: auto;
}
.motov4_img_design.motov4_bottom_right:after {
  bottom: -5%;
  right: -5%;
  left: auto;
  top: auto;
}
.motov4_img_design.motov4_bottom_left:after {
  bottom: -5%;
  left: -5%;
  top: auto;
}
.motov4_img_design.motov4_bg_tranparent:after {
  background: transparent !important;
}
.motov4_img_design.motov4_bg_opacity:after {
  opacity: 0.7;
}
.motov4_image_inner {
  position: relative;
  float: right;
  max-width: 100%;
}
.motov4_image_outer {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
.motov4_image_outer .motov4_image {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.motov4_image_outer .motov4_image,
.motov4_image_outer .motov4_image img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  margin: 0px;
}
.motov4_image_outer .motov4_bg_image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.motov4_img_2side,
.motov4_img_2side:after {
  border-radius: 999px 0px 0px 999px;
}
.motov4_img_3side,
.motov4_img_3side:after {
  border-radius: 0px 999px 999px 999px;
}
.motov4_img_3side img,
.motov4_img_2side img,
.motov4_img_4side img {
  border-radius: inherit;
}
.motov4_img_4side,
.motov4_img_4side:after {
  border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}
.motov4_shaped_img {
  position: relative;
  display: inline-block;
}
.motov4_shaped_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.motov4_call_action {
  width: 100%;
  height: 100%;
  background: #34d1ff;
  position: relative;
  z-index: 10;
  padding: 20px 35px 20px 80px;
  color: #ffffff;
  vertical-align: middle;
  display: table;
}
.motov4_call_display {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.motov4_call_action:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #34d1ff;
  transform-origin: bottom left;
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}
.motov4_call_action h3,
.motov4_call_action h2,
.motov4_call_action p {
  padding: 0px 0px 10px;
  color: #ffffff;
}
.motov4_call_action h2 {
  font-size: 42px;
}
.motov4_call_action_img {
  position: relative;
}
.motov4_call_action_img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.motov4_call_action_img img {
  width: 100%;
  height: 100%;
}
.motov4_call_action_btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  background: transparent;
  padding: 15px 50px;
  line-height: 17px;
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 15px 0px 0;
}
.motov4_action_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
}
.motov4_action_content p,
.motov4_action_content h2,
.motov4_action_content h3 {
  color: #ffffff;
  margin: 15px 0px;
  line-height: 1.6em;
}
.motov4_action_content p {
  margin-bottom: 0;
}
.motov4_action_content .play_icon.play_icon_large {
  margin-bottom: 25px;
}
/****************/
.motov4_process_content {
  background: #131925;
  padding: 50px;
}
.motov4_process_box {
  padding: 0px 15px;
  border-right: 1px solid #2b303b;
}
.motov4_process_box span.fa {
  font-size: 70px;
}
.motov4_process_box,
.motov4_process_box h5 {
  color: #ffffff;
}
.motov4_process_box h5 a,
.motov4_process_box h5 {
  margin-bottom: 15px;
  color: #ffffff;
  display: block;
}
.motov4_process_box img,
.motov4_process_box span.fa {
  margin-bottom: 15px;
}
.motov4_process_box.border_none {
  border-right: none !important;
}
/*********** steps css ************/
.motov4_portfolio {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.motov4_portfolio_wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.motov4_image_wrapper {
  width: 100%;
  height: 100%;
}
.motov4_portfolio_grid {
  float: none;
  width: 100%;
  padding: 0px;
  margin: 0;
  display: inline-block;
}
.motov4_portfolio_grid li {
  list-style: none;
  margin-left: 20px;
  float: none;
  position: relative;
  width: 180px;
  height: 180px;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  margin: 30px;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 25px;
  text-align: center;
}
.motov4_portfolio_grid li:nth-child(n + 4) {
  margin-top: -40px;
}
.motov4_portfolio_grid li:nth-child(4) {
  margin-left: 150px;
}
.motov4_portfolio_grid li:nth-child(4):after,
ul.motov4_portfolio_grid li:after {
  content: "";
  clear: both;
  float: right;
}
.motov4_portfolio_grid li:nth-child(4):before,
ul.motov4_portfolio_grid li:before {
  content: "";
  clear: both;
}
.motov4_portfolio_grid li:last-child .motov4_image_wrapper:after {
  display: none;
}
.motov4_portfolio_content {
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
}
.motov4_portfolio_content h4 {
  font-size: 18px;
  margin: 15px 0px;
}
/************Noushine's CSS Strat****************/
body {
  background: #fff;
}
.nwsltr_main {
  width: 50%;
  margin: 0 auto;
}
.header p {
  color: #222;
}
.margin_top80 {
  margin-top: 80px;
}
.slick-dots li button:before {
  color: #666;
}
.slick-dots li button:hover:before {
  opacity: 0.25;
}
.slick-dots li.slick-active button:hover:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #666;
  opacity: 1;
}
/**----Style1----**/
/*========================Custom Newsletter======================*/
.motov4_form_render .row {
  align-items: flex-end;
}
/*========================Custom Newsletter======================*/
.motov4_newsletter form {
  width: 100%;
  margin: 0px;
}
.motov4_newsletter .header {
  font-size: 30px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 25px;
}
.motov4_newsletter .description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}
.motov4_newsletter .input {
  display: flex;
  align-items: center;
}
.motov4_newsletter .button {
  height: 44px;
  border: none;
}
.motov4_newsletter input[type="text"] {
  width: 100%;
  background: transparent;
  font-family: inherit;
  color: #ffffff;
  text-indent: 5%;
  border-radius: 10px 0 0 10px;
  height: 50px;
  border: 1px solid #6a71b6;
  font-size: 14px;
}
.motov4_newsletter .motov4_button {
  width: 200px;
  height: 50px;
  background: #ff9b00;
  font-family: inherit;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  border: none;
}
.motov4_newsletter .motov4_button:hover {
  opacity: 0.9;
}
.motov4_newsletter ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6a71b6;
  opacity: 1; /* Firefox */
}
.motov4_newsletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6a71b6;
}
.motov4_newsletter ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6a71b6;
}
/*----Style2----*/
.nwsltr_style1 .motov4_newsletter input[type="text"] {
  color: #707070;
  border-radius: 22px;
  height: 50px;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  padding: 0px 15px;
}
.nwsltr_style1 .motov4_newsletter .motov4_button {
  width: auto;
  height: 50px;
  background: #37cea8;
  border-radius: 22px;
  margin-left: -45px;
}
.nwsltr_style1 .motov4_newsletter ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #707070;
}
.nwsltr_style1 .motov4_newsletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}
.nwsltr_style1 .motov4_newsletter ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #707070;
}
/*----Style3----*/
.bg_color1 {
  background-color: #fdfdfd;
  width: 100%;
}
.nwsltr_style2 .motov4_newsletter {
  background-color: #ffffff;
  padding: 40px 60px;
  border: 1px solid #f1f1f1;
}
.nwsltr_style2 .motov4_newsletter input[type="text"] {
  color: #333;
  border-radius: 8px;
  height: 50px;
  border: 1px solid #dedede;
  font-size: 16px;
}
.nwsltr_style2 .motov4_newsletter .motov4_button {
  width: auto;
  height: 50px;
  background: #1bbc9b;
  border-radius: 8px;
  font-size: 16px;
}
.nwsltr_style2 .motov4_newsletter ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #707070;
}
.nwsltr_style2 .motov4_newsletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}
.nwsltr_style2 .motov4_newsletter ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #707070;
}
/*=======Full Form Css========*/
.motov4_form_render label {
  color: #222;
}
.motov4_form_render .form-control {
  padding: 0px 20px;
  height: 50px;
  background-clip: inherit;
}
/* .motov4_form_render .form-group input[type="date"], .motov4_form_render .form-group select{ */
/* color: #666; */
/* border: 1px solid #bbbbbb; */
/* border-radius:0px; */
/* height:50px; */
/* padding:0px 20px; */
/* } */
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
.motov4_form_render label.motov4_label {
  margin-right: 15px;
}
.motov4_form_render .form-group input[type="file"] {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.motov4_form_render .form-group textarea {
  height: 120px;
  resize: none;
  border-radius: 0px;
  padding-top: 15px;
}
.motov4_form_render .form-group button {
  height: auto;
  background: #1bbc9b;
  font-size: 16px;
  padding: 17px 20px 15px 20px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  text-align: center !important;
  border: 1px solid #1bbc9b;
}
.motov4_form_render .form-control:focus {
  outline: none;
  border: 1px solid #bbb;
}
.motov4_form_render .radio label.radio_optn,
.motov4_form_render .checkbox label.check_optn {
  margin-right: 20px;
}
.motov4_form_render .radio label.radio_optn input[type="radio"],
.motov4_form_render .checkbox label.check_optn input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: middle;
}
.motov4_button_default_size {
  width: 100%;
}
/*=====Full Form Type2=====*/
.motov4_form_render.motov4_form_Style2 .form-group input[type="text"],
.motov4_form_render.motov4_form_Style2 .form-group input[type="email"],
.motov4_form_render.motov4_form_Style2 .form-group input[type="password"],
.motov4_form_render.motov4_form_Style2 .form-group input[type="search"],
.motov4_form_render.motov4_form_Style2 .form-group input[type="number"],
.motov4_form_render.motov4_form_Style2 .form-group input[type="date"],
.motov4_form_render.motov4_form_Style2 .form-group select {
  border-radius: 8px;
}
.motov4_form_render.motov4_form_Style2 .form-group textarea {
  border-radius: 8px;
}
.motov4_form_render.motov4_form_Style2 .form-group button {
  border-radius: 8px;
}
/*=====Full Form Type3=====*/
.motov4_form_render.motov4_form_Style3 .form-group input[type="text"],
.motov4_form_render.motov4_form_Style3 .form-group input[type="email"],
.motov4_form_render.motov4_form_Style3 .form-group input[type="password"],
.motov4_form_render.motov4_form_Style3 .form-group input[type="search"],
.motov4_form_render.motov4_form_Style3 .form-group input[type="number"],
.motov4_form_render.motov4_form_Style3 .form-group input[type="date"],
.motov4_form_render.motov4_form_Style3 .form-group select {
  border-radius: 22px;
}
.motov4_form_render.motov4_form_Style3 .form-group textarea {
  border-radius: 22px;
}
.motov4_form_render.motov4_form_Style3 .form-group button {
  border-radius: 22px;
}
.motov4_form_render .form-control.motov4_empty_error {
  border-color: #ff0000 !important;
}
/*======Counter Css Start====*/
.ce-col {
  text-align: center;
  margin-right: 45px;
  display: inline-block;
  margin-bottom: 20px;
}
.ce-countdown .ce-col:last-child {
  margin-right: 0px;
}
.ce-days {
  display: block;
}
.ce-seconds.all4_countdown:after {
  display: none;
}
.all4_countdown {
  width: 100px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border: 1px solid #d5d5d5;
  color: #222;
  font-size: 32px;
  font-weight: bold;
  border-radius: 20px;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.all4_countdown:after {
  position: absolute;
  content: ":";
  top: -1px;
  right: -27px;
  color: #222;
  font-size: 22px;
}
/*======Counter Style2 Css Start====*/
.motov4_countdown_style1 .all4_countdown {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 2px solid;
  font-size: 42px;
  font-weight: bold;
  border-radius: 30px 0px 30px 30px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  font-style: italic;
}
.motov4_countdown_style1 .all4_countdown:after {
  position: absolute;
  content: ":";
  top: -1px;
  right: -26px;
  color: #ffffff;
  font-size: 22px;
  font-style: italic;
}
.motov4_countdown_style1 .ce-days-label,
.motov4_countdown_style1 .ce-hours-label,
.motov4_countdown_style1 .ce-minutes-label,
.motov4_countdown_style1 .ce-seconds-label {
  font-size: 22px;
  font-style: italic;
}
/*======Counter Style3 Css Start====*/
.motov4_countdown_style2 .all4_countdown {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border: none;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  border-radius: 16px 0px 16px 0px;
  position: relative;
  background: #ffa28d;
  margin-bottom: 25px;
}
.motov4_countdown_style2 .all4_countdown:before {
  position: absolute;
  border: 10px solid rgba(255, 162, 141, 0.21);
  top: -10px;
  left: -10px;
  bottom: 0;
  right: -10px;
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 25px 0px 25px 0px;
}
.motov4_countdown_style2 .ce-col {
  margin-right: 90px;
}
.motov4_countdown_style2 .all4_countdown:after {
  position: absolute;
  content: ":";
  top: -1px;
  right: -53px;
  color: #222;
  font-size: 62px;
}
.motov4_countdown_style2 .ce-days-label,
.motov4_countdown_style2 .ce-hours-label,
.motov4_countdown_style2 .ce-minutes-label,
.motov4_countdown_style2 .ce-seconds-label {
  font-size: 28px;
  color: #222;
  font-weight: bold;
}
/*======Counter Style4 Css Start====*/
.motov4_countdown_style3 .all4_countdown {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: none;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  background: #1bbc9b;
}
.motov4_countdown_style3 .all4_countdown:before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 0;
  right: -10px;
  content: "";
  width: 95px;
  height: 95px;
  border-radius: 0px;
  background: #3f4846;
  z-index: -1;
}
.motov4_countdown_style3 .ce-days-label,
.motov4_countdown_style3 .ce-hours-label,
.motov4_countdown_style3 .ce-minutes-label,
.motov4_countdown_style3 .ce-seconds-label {
  font-size: 15px;
  color: #222;
  font-weight: bold;
}
.motov4_countdown_style3 .ce-col .ce-days:after,
.motov4_countdown_style3 .ce-col .ce-hours:after,
.motov4_countdown_style3 .ce-col .ce-minutes:after {
  right: -21px;
}
/*======Counter Style5 css start=======*/
.motov4_countdown_wrapper.motov4_countdown_style4 .ce-col {
  width: 220px;
}
.motov4_countdown_style4 .ce-col .ce-days,
.motov4_countdown_style4 .ce-col .ce-hours,
.motov4_countdown_style4 .ce-col .ce-minutes,
.motov4_countdown_style4 .ce-col .ce-seconds {
  width: 100%;
  line-height: 140px;
  border: none;
  font-size: 75px;
}
.motov4_countdown_style4 .ce-days-digit,
.motov4_countdown_style4 .ce-hours-digit,
.motov4_countdown_style4 .ce-minutes-digit,
.motov4_countdown_style4 .ce-seconds-digit {
  background-color: #fff;
  padding: 20px 26px;
  margin: 0px 2px;
  border-radius: 6px;
  box-shadow: 0px 11px 25px 0px rgba(36, 35, 35, 0.06);
}
.motov4_countdown_style4 .ce-days-label,
.motov4_countdown_style4 .ce-hours-label,
.motov4_countdown_style4 .ce-minutes-label,
.motov4_countdown_style4 .ce-seconds-label {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}
.motov4_countdown_style4 .ce-col .ce-days:after,
.motov4_countdown_style4 .ce-col .ce-hours:after,
.motov4_countdown_style4 .ce-col .ce-minutes:after {
  display: none;
}
.motov4_countdown_style4 .ce-col {
  margin-right: 10px;
}
/*********Inline Newsletter Start**********/
.motov4_newsletter_wrapper .motov4_button_inside {
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
}
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-1.col-lg-1:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-2.col-lg-2:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-3.col-lg-3:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-4.col-lg-4:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-5.col-lg-5:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-6.col-lg-6:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-7.col-lg-7:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-8.col-lg-8:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-9.col-lg-9:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-10.col-lg-10:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-11.col-lg-11:last-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-12.col-lg-12:last-child {
  padding-right: 15px;
  padding-left: 0;
}
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-1.col-lg-1:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-2.col-lg-2:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-3.col-lg-3:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-4.col-lg-4:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-5.col-lg-5:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-6.col-lg-6:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-7.col-lg-7:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-8.col-lg-8:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-9.col-lg-9:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-10.col-lg-10:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-11.col-lg-11:first-child,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-12.col-lg-12:first-child {
  padding-left: 15px;
}
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-1.col-lg-1,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-2.col-lg-2,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-3.col-lg-3,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-4.col-lg-4,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-5.col-lg-5,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-6.col-lg-6,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-7.col-lg-7,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-8.col-lg-8,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-9.col-lg-9,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-10.col-lg-10,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-11.col-lg-11,
.motov4_newsletter_wrapper.motov4_button_inside_wrap
  .row
  .col-xs-12.col-md-12.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.motov4_newsletter_wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.motov4_newsletter_wrapper .row {
  width: 100%;
}
.motov4_newsletter_wrapper .row .form-group {
  margin-bottom: 15px;
}
/* .motov4_form_render label.motov4_label { */
/* flex-basis: 120px; */
/* line-height:50px; */
/* } */
/*******************Custom Slider***************************/
/****Custom Dots******/
.test_slider .slick-dots {
  bottom: 12px;
}
.test_slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 3px;
}
.test_slider .slick-dots li button {
  width: 12px;
  height: 12px;
}
.test_slider .slick-dots li button:before {
  font-size: 12px;
  width: 12px;
  height: 12px;
  opacity: 0.5;
}
.test_slider .slick-dots li button:hover:before,
.test_slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.test_slider .slick-arrow svg path {
  transition: all 0.3s cubic-bezier(0.42, 0, 0.46, 0.74);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.46, 0.74);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.46, 0.74);
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.46, 0.74);
}
.motov4_slide_foo_img {
  display: inline-block;
}
/****My Slider Stye1****/
.motov4_slider_main_wrapper {
  padding: 100px 0px;
  background-color: #ccc;
}
.motov4_slider_style1 .test_slider .motov4_slide_box {
  padding: 35px 100px 0px 100px;
  text-align: center;
  color: #fff;
  background-color: #319bff;
}
.slick-slide:focus {
  outline: none;
}
.motov4_slider_style1 .test_slider .motov4_slide_box p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
.motov4_slider_style1 .test_slider .motov4_slide_footer {
  background-color: #fff;
  width: 275px;
  max-width: 100%;
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0px 4px 8.04px 3.96px rgba(0, 0, 0, 0.06);
  transform: translateY(47px);
  -webkit-transform: translateY(47px);
  -moz-transform: translateY(47px);
  -ms-transform: translateY(47px);
}
.motov4_slider_style1 .test_slider .slick-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  font-size: 21px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
}
.motov4_slider_style1 .test_slider .motov4_prev_arrow.slick-arrow {
  left: 25px;
  top: 36%;
  color: #fff;
}
.motov4_slider_style1 .test_slider .motov4_next_arrow.slick-arrow {
  right: 25px;
  top: 36%;
  color: #fff;
}
.motov4_slider_style1 .test_slider .motov4_slide_foo_img {
  width: 65px;
  float: left;
}
.motov4_slider_style1 .test_slider .motov4_slide_foo_img img {
  border-radius: 100%;
}
.motov4_slider_style1 .test_slider .motov4_slide_foo_text {
  width: calc(100% - 65px);
  float: left;
  text-align: left;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.motov4_slider_style1 .test_slider .motov4_slide_foo_text:before {
  position: absolute;
  background-color: #e5e5e5;
  width: 1px;
  height: 45px;
  left: 15px;
  content: "";
}
.motov4_slider_style1 .test_slider .motov4_slide_foo_text h1 {
  font-size: 18px;
  font-weight: bold;
  color: #5281eb;
  padding-bottom: 5px;
  word-break: break-all;
}
.motov4_slider_style1 .test_slider .motov4_slide_foo_text span {
  color: #707070;
  font-size: 16px;
}
.motov4_slider_style1 .test_slider .test_slider_inner.slick-slide {
  padding-bottom: 55px;
}
.motov4_slider_style1 .test_slider .slick-dots {
  bottom: -25px;
}
/****My Slider Stye2****/
.motov4_slider_style2 .test_slider {
  background-color: #fff;
  display: block;
  padding: 20px;
  box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
  position: relative;
}
.motov4_slider_style2 .test_slider:before {
  position: absolute;
  border: 1px solid #c39b60;
  content: "";
  bottom: 20px;
  top: 20px;
  left: 20px;
  right: 20px;
}
.motov4_slider_style2 .motov4_slide_box {
  padding: 40px 80px 75px;
  text-align: center;
  position: relative;
}
.motov4_slider_style2 .motov4_slide_box h3 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
}
.motov4_slider_style2 .motov4_slide_box p:after {
  position: absolute;
  width: 126px;
  height: 90px;
  content: "";
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_slider_style2 .motov4_slide_box p {
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.slick-slide {
  height: auto;
}
.motov4_slider_style2 .motov4_slide_foo_text h1 {
  font-size: 22px;
  color: #222;
  font-weight: 700;
}
.motov4_slider_style2 .test_slider .slick-dots {
  position: absolute;
  bottom: 60px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_slider_style2 .test_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.motov4_slider_style2 .test_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #c39b60;
  border-radius: 100%;
}
.motov4_slider_style2 .test_slider .slick-dots li button:before {
  font-size: 10px;
  line-height: 10px;
  width: 11px;
  height: 11px;
  content: "";
  text-align: center;
  opacity: 1;
  color: transparent;
  background: transparent;
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.motov4_slider_style2 .test_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #c39b60;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.motov4_slider_style2 .motov4_slide_foo_img {
  margin-top: 15px;
}
.motov4_slider_style2 .motov4_slide_foo_img img {
  border-radius: 100%;
}
/****My Slider Stye3****/

.motov4_slider_style3 .test_slider {
  border: 6px solid #f2f2f2;
  text-align: center;
  border-radius: 147px;
  padding: 35px 0px 30px;
}
.motov4_slider_style3 .motov4_slide_foo_img {
  margin-bottom: 10px;
}
.motov4_slider_style3 .motov4_slide_foo_img img {
  display: inline-block;
  border-radius: 100%;
}
.motov4_slider_style3 .motov4_slide_box p {
  font-size: 18px;
  color: #222;
  font-style: italic;
  line-height: 26px;
  width: 80%;
  margin: 0 auto;
}
.motov4_slider_style3 .motov4_slide_foo_text h3 {
  font-size: 22px;
  color: #353c55;
  font-weight: bold;
  padding-top: 15px;
  text-transform: capitalize;
}
.motov4_slider_style3 .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #f2f2f2;
  border-radius: 100%;
  line-height: 25px;
  cursor: pointer;
  color: #535353;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.68, 0.97);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.68, 0.97);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.68, 0.97);
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.68, 0.97);
}
.motov4_slider_style3 .motov4_prev_arrow.slick-arrow {
  left: 37%;
  top: 21%;
}
.motov4_slider_style3 .motov4_next_arrow.slick-arrow {
  right: 37%;
  top: 21%;
}
.motov4_slider_style3 .slick-arrow:hover {
  background-color: #ea3c29;
  color: #fff;
  border-color: #ea3c29;
}
.motov4_slider_style3 .slick-arrow:hover svg path {
  fill: #fff;
}
/*******My Slider Style4********/
.motov4_slider_style4 .motov4_slide_box {
  text-align: center;
  background-color: #b59e00;
  padding: 50px 50px 35px 50px;
  color: #fff;
}
.motov4_slider_style4 .motov4_slide_box p {
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  padding-top: 10px;
}
.motov4_slider_style4 .motov4_slide_foo_img {
  display: inline-block;
  position: absolute;
  top: 5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_slider_style4 .motov4_slide_foo_img img {
  border-radius: 100%;
  border: 6px solid;
}
.motov4_slider_style4 .test_slider_inner.slick-slide.slick-cloned {
  padding-top: 50px;
}
.motov4_slider_style4 .motov4_slide_foo_text h3 {
  font-size: 22px;
  color: #fff;
  padding-top: 15px;
  text-transform: capitalize;
}
.motov4_slider_style4 .test_slider_inner.slick-slide {
  padding-top: 50px;
}
.motov4_slider_style4 .slick-dots li button:before {
  color: #fff;
}
.motov4_slider_style4 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
.slick-arrow {
  z-index: 1;
}
/*************My Slider Style5***************/
.motov4_slider_style5 .motov4_test_box img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.82, 0.96);
  margin: 15px 0px;
  border: 2px solid transparent;
}
.motov4_slider_style5 .slick-image {
  width: 40%;
  margin: 0 auto;
}
.motov4_slider_style5 .slick-slide {
  text-align: center;
}
.slick_cls {
  display: none;
}
.motov4_slider_style5 .slick-center img {
  width: 80px;
  height: 80px;
  margin: 0px;
  border-color: #37cea8;
}
.motov4_slider_style5 .slick_contents {
  margin-top: 25px;
  position: relative;
}
.motov4_slider_style5 .slick_contents:after {
  position: absolute;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  width: 208px;
  height: 158px;
  left: 50%;
  top: -10px;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_slider_style5 .slick_contents p {
  line-height: 26px;
  font-size: 16px;
  margin: 0px 40px;
}
.motov4_slider_style5 .slick_contents h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: capitalize;
}
.motov4_slider_style5 .slick_contents h3 span {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}
.motov4_fourth_section.motov4_testimonial_slider2 {
  padding: 100px 0px;
}
.motov4_slider_style5 .slick-prev,
.motov4_slider_style5 .slick-next {
  background: transparent;
}
.motov4_slider_style5 .slick-arrow {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 49px;
  border-radius: 100%;
}
.motov4_slider_style5 .motov4_prev_arrow.slick-arrow {
  right: -20px;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_slider_style5 .motov4_next_arrow.slick-arrow {
  top: 52%;
  left: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_slider_style5 .test_slider .slick-dots {
  bottom: -22px;
}
/**************My Slider Style6**************/
.motov4_slider_style6 .motov4_slide_box {
  background-color: #fff;
  color: #707070;
  display: flex;
  padding: 50px 30px;
  align-items: center;
  border: 1px solid #efefef;
  /* box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1); */
}
.motov4_slider_style6 .motov4_slide_foo_img {
  width: 130px;
}
.motov4_slider_style6 .motov4_slide_data {
  padding-left: 100px;
  position: relative;
}
.motov4_slider_style6 .motov4_slide_data:after {
  width: 1px;
  height: 135px;
  background-color: #e9e9e9;
  position: absolute;
  left: 50px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_slider_style6 .motov4_slide_data p {
  font-size: 16px;
  line-height: 26px;
}
.motov4_slider_style6 .slick-slide img {
  max-width: initial;
  border-radius: 100%;
  width: 130px;
}
.motov4_slider_style6 .motov4_slide_foo_text {
  display: flex;
}
.motov4_slider_style6 .motov4_slide_foo_text span {
  margin-top: 3px;
}
.motov4_slider_style6 .motov4_slide_foo_text h3 {
  font-size: 22px;
  color: inherit;
  text-transform: capitalize;
}
.motov4_slider_style6 .motov4_slide_footer {
  padding-top: 15px;
}
.motov4_slider_style6 .motov4_prev_arrow.slick-arrow {
  left: -50px;
}
.motov4_slider_style6 .motov4_next_arrow.slick-arrow {
  right: -50px;
}
.motov4_slider_style6 .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
.motov4_slider_style6 .test_slider .slick-dots {
  bottom: -15px;
}
/*************My Slider Style7**************/
.motov4_slider_style7 .test_slider .motov4_slide_box {
  text-align: center;
  color: #707070;
  padding: 20px 0px;
}
.motov4_slider_style7 .motov4_slide_foo_img img {
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ccc;
  width: 120px;
}
.motov4_slider_style7 .motov4_slide_data {
  color: inherit;
  text-align: center;
  position: relative;
  padding-top: 15px;
}
.motov4_slider_style7 .motov4_slide_data p {
  line-height: 26px;
  padding: 0px 50px;
  font-style: italic;
}
.motov4_slider_style7 .test_slider .slick-dots {
  bottom: -25px;
}
.motov4_slider_style7 .motov4_slide_foo_text {
  padding-top: 15px;
}
.motov4_slider_style7 .slick-arrow {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px 8px 8px 8px;
  top: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_slider_style7 .motov4_prev_arrow.slick-arrow {
  left: -15px;
}
.motov4_slider_style7 .motov4_next_arrow.slick-arrow {
  right: -15px;
}
/*************My Slider Style8**************/
.motov4_slider8_main_wrapper {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  padding: 300px 0px 100px;
}
.motov4_slider_style8 .motov4_slide_box {
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.motov4_slider_style8 .motov4_slide_data {
  padding-left: 50px;
}
.motov4_slider_style8 .motov4_slide_data h1 {
  font-size: 32px;
  color: inherit;
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  padding-right: 52px;
  font-weight: 500;
}
.motov4_slider_style8 .motov4_slide_data h1:after {
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #fff;
  right: 0;
  content: "";
  top: 50%;
}
.motov4_slider_style8 .motov4_slide_data p {
  line-height: 26px;
}
.motov4_slider_style8 .motov4_slide_foo_text {
  display: flex;
  padding-top: 10px;
  align-items: center;
}
.motov4_slider_style8 .motov4_slide_foo_img img {
  max-width: initial;
  border: 15px solid;
  border-radius: 100%;
}
.motov4_slider_style8 .motov4_slide_foo_text h3 {
  color: inherit;
  text-transform: capitalize;
  font-size: 22px;
  margin-right: 5px;
  font-weight: 400;
  margin-bottom: 0px;
}
.motov4_slide_foo_img {
  position: relative;
}
.motov4_slider_style8 .motov4_slide_foo_img:before {
  position: absolute;
  content: "";
  left: -15px;
  top: -57px;
  width: 70px;
  height: 70px;
  z-index: 1;
  display: block;
}
.motov4_slider_style8 .slick-slide {
  padding-top: 65px;
}
.motov4_slider_style8 .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 63px;
  right: 0;
  width: 80px;
  height: 41px;
  text-align: center;
  line-height: 42px;
  border: 1px solid;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  background-color: #18499e;
}
.motov4_slider_style8 .slick-arrow i {
  line-height: 40px;
}
.motov4_slider_style8 span.motov4_prev_arrow.slick-arrow {
  right: 100px;
}
.motov4_slider_style8 span.motov4_next_arrow.slick-arrow {
  right: 0;
}
.motov4_slider_style8 .slick-arrow:hover {
  background-color: #ffffff;
  color: #18499e;
}
.motov4_slider_style8 .test_slider .slick-dots {
  bottom: -25px;
}
/**************My Slider Style9******************/
.motov4_slider_style9 .motov4_slide_box {
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  position: relative;
}
.motov4_slider_style9 .motov4_slide_box:after {
  position: absolute;
  width: ;
}
.motov4_slider_style9 .motov4_slide_box img {
  max-width: initial;
}
.motov4_slider_style9 .motov4_slide_foo_img {
  position: absolute;
  border: 1px solid #ccc;
  padding: 10px;
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  background-color: #fff;
}
.motov4_slider_style9 .test_slider_inner.slick-slide {
  margin-left: 110px;
}
.motov4_slider_style9 .motov4_slide_data {
  padding: 50px 50px 50px 100px;
}
.motov4_slider_style9 .motov4_slide_data p {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
.motov4_slider_style9 .motov4_slide_data .motov4_slide_foo_text {
  display: flex;
  align-items: center;
}
.motov4_slider_style9 .motov4_slide_data .motov4_slide_foo_text span {
  padding-top: 10px;
  font-size: 15px;
}
.motov4_slider_style9 .motov4_slide_foo_text h3 {
  font-size: 16px;
  padding-top: 10px;
  text-transform: capitalize;
  font-weight: bold;
}
.motov4_slider_style9 .slick-arrow {
  position: absolute;
  right: -25px;
  width: 50px;
  height: 50px;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 57px;
  background-color: #fff;
  cursor: pointer;
}
.motov4_slider_style9 .motov4_next_arrow.slick-arrow {
  top: 50%;
}

.motov4_slider_style9 .motov4_prev_arrow.slick-arrow {
  top: 27%;
}
/**********My Slider Style10*********/
.motov4_slider_style10 .motov4_slide_box {
  text-align: center;
  color: #fff;
}
.motov4_slider_style10 .motov4_slide_foo_img {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.motov4_slider_style10 .motov4_slide_foo_img:before,
.motov4_slider_style10 .motov4_slide_foo_img:after {
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #319bff;
  content: "";
  left: -110px;
  top: 50%;
}
.motov4_slider_style10 .motov4_slide_foo_img:after {
  right: -110px;
  left: auto;
}
.motov4_slider_style10 .motov4_slide_foo_img img {
  display: inline-block;
  border-radius: 100%;
}

.motov4_slider_style10 .motov4_slide_box p {
  padding: 0px 40px;
  line-height: 26px;
}
.motov4_slider_style10 .motov4_slide_foo_text h3 {
  color: inherit;
  font-size: 22px;
  padding-top: 13px;
  text-transform: capitalize;
}
.motov4_slider_style10 .test_slider .slick-dots {
  bottom: -20px;
}
.motov4_slider_style10 .motov4_slide_box span {
  font-size: 14px;
}
/***********My Slider Style11*******/
.motov4_slider_style11 {
  border: 4px solid #e3e3e3;
  position: relative;
  margin: 0px 30px;
}
.motov4_slider_style11 .motov4_slide_box {
  text-align: center;
  color: #707070;
  position: relative;
  padding: 60px 50px 30px 50px;
}
.motov4_slider_style11 .motov4_slide_foo_img img {
  display: inline-block;
}
.motov4_slider_style11 .motov4_slide_foo_img {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 105px;
  border: 4px solid #e3e3e3;
  border-radius: 100%;
  position: absolute;
  top: -45px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_slider_style11 .motov4_slide_foo_text h3 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
  text-transform: capitalize;
}
.motov4_slider_style11 .motov4_slide_foo_text span {
  font-size: 15px;
}
.motov4_slider_style11 .slick-prev,
.motov4_slider_style11 .slick-next {
  width: 50px;
  height: 50px;
  color: #4c4c4c;
  background: #fff;
  border: 4px solid #e3e3e3;
}
.motov4_slider_style11 .slick-prev:before,
.motov4_slider_style11 .slick-next:before {
  font-size: 23px;
  opacity: 1;
  color: #4c4c4c;
}
.motov4_slider_style11 .slick-prev:hover,
.motov4_slider_style11 .slick-next:hover {
  background-color: #fff;
}
.motov4_slider_style11 .slick-prev:hover:before,
.motov4_slider_style11 .slick-next:hover:before {
  color: #ff8e20;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.motov4_slider_style11 .motov4_slide_foo_img svg path {
  fill: #222;
}
/************My Style Slider12***********/
.motov4_slider_style12 .motov4_slide_box {
  display: flex;
  background-color: #319bff;
  color: #fff;
  padding: 30px 70px 30px 30px;
  justify-content: center;
  align-items: center;
}
.motov4_slider_style12 .motov4_slide_foo_img img {
  max-width: initial;
  border-radius: 100%;
}
.motov4_slider_style12 .motov4_slide_data {
  text-align: left;
  padding-left: 30px;
}
.motov4_slider_style12 .motov4_slide_data:after {
  position: absolute;
  width: 148px;
  height: 111px;
  content: "";
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_slider_style12 .motov4_slide_data p {
  line-height: 26px;
  margin-bottom: 20px;
}
.motov4_slider_style12 .motov4_slide_foo_text h3 {
  color: inherit;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
  line-height: 25px;
}
.motov4_slider_style12 .motov4_slide_foo_text span {
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 10px;
}
.motov4_slider_style12 .motov4_slide_foo_text {
  display: flex;
}
.motov4_slider_style12 .slick-arrow {
  z-index: 1;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #222;
  text-align: center;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
}
.motov4_slider_style12 .slick-slide {
  padding-top: 17px;
}
.motov4_slider_style12 .motov4_prev_arrow.slick-arrow {
  right: 45px;
}
.motov4_slider_style12 .motov4_next_arrow.slick-arrow {
  top: 0;
}
.motov4_box_shadow {
  box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
}
/***************My Style Slider 13*****************/
.slick-arrow {
  z-index: 1;
  position: absolute;
  cursor: pointer;
}
.motov4_slider_style13 .motov4_slide_box {
  border: 1px solid #d5d5d5;
  padding: 65px 100px;
  text-align: center;
}
.motov4_slider_style13 .motov4_slide_foo_img img {
  display: inline-block;
  border-radius: 100%;
}
.motov4_slider_style13 .motov4_slide_data p {
  line-height: 26px;
}
.motov4_slider_style13 .motov4_slide_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.motov4_slider_style13 .motov4_slide_foo_text {
  padding-left: 20px;
  text-align: left;
}
.motov4_slider_style13 .motov4_slide_foo_text h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  text-transform: capitalize;
}
.motov4_slider_style13 .slick-arrow {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 2px;
  border: 1px solid #d5d5d5;
  height: 50px;
  padding: 0px 36px;
  line-height: 50px;
  border-radius: 24px;
  background-color: #fff;
  color: #222;
  font-size: 18px;
}
.motov4_slider_style13 .motov4_next_arrow.slick-arrow {
  right: 60px;
}
.motov4_slider_style13 .motov4_prev_arrow.slick-arrow {
  right: 170px;
}
.motov4_slider_style13 .slick-slide {
  margin-bottom: 25px;
}
.motov4_slider_style13 .motov4_slide_data {
  position: relative;
}
.motov4_slider_style13 .motov4_slide_data:before {
  position: absolute;
  background-image: url(../images/slider/slider_bg.png);
  width: 207px;
  height: 206px;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.motov4_slider_style13 .test_slider .slick-dots {
  bottom: 42px;
}
/*************My Style Slider 14************/
.motov4_slider_style14 .motov4_slide_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.motov4_slider_style14 .motov4_slide_foo_img img {
  max-width: initial;
  margin-right: 50px;
  border-radius: 100%;
  border: 2px solid #ddd;
}
.motov4_slider_style14 .motov4_slide_foo_img:after {
  position: absolute;
  width: 2px;
  height: 175px;
  background-color: #ddd;
  content: "";
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_slider_style14 .motov4_slide_footer {
  display: inline-block;
  border: 2px solid #ddd;
  padding: 11px 15px;
  border-radius: 22px;
  margin-top: 30px;
}
.motov4_slider_style14 .motov4_slide_foo_text {
  display: flex;
  align-items: center;
}
.motov4_slider_style14 .motov4_slide_foo_text h3 {
  font-size: 22px;
  font-weight: 900;
  text-transform: capitalize;
  margin-right: 10px;
}
.motov4_slider_style14 .motov4_next_arrow.slick-arrow {
  right: 60px;
  border-radius: 20px 0px 0px 20px;
}
.motov4_slider_style14 .motov4_prev_arrow.slick-arrow {
  right: 0;
  border-radius: 0px 20px 20px 0px;
}
.motov4_slider_style14 .slick-arrow {
  right: 0;
  bottom: 0;
  height: 50px;
  border: 2px solid #ddd;
  line-height: 50px;
  padding: 0px 20px;
  color: #9a9a9a;
  background-color: #fff;
  font-size: 23px;
}
.motov4_slider_style14 .slick-arrow:hover {
  border-color: #5d74ff;
  color: #5d74ff;
}
/*************My Slider Style15***************/
.motov4_slider_style15 .motov4_test_box img {
  width: 101px;
  height: 101px;
  border-radius: 100%;
  border: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.82, 0.96);
  margin: 20px 0px;
}
.motov4_slider_style15 .slick-image {
  width: 40%;
  margin: 0 auto;
  z-index: 1;
}
.motov4_slider_style15 .slick-slide {
  text-align: center;
}
.slick_cls {
  display: none;
}
.motov4_slider_style15 .slick-center img {
  width: 140px;
  height: 140px;
  margin: 0px;
}
.motov4_slider_style15 .slick_contents {
  margin-top: -70px;
  position: relative;
  border: 1px solid #ececec;
  padding: 85px 100px 30px;
}
.motov4_slider_style15 .slick_contents p {
  line-height: 26px;
  font-size: 16px;
  margin: 0px 40px;
}
.motov4_slider_style15 .slick_contents h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: capitalize;
}
.motov4_slider_style15 .slick_contents h3 span {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}
.motov4_fourth_section.motov4_testimonial_slider2 {
  padding: 100px 0px;
}
.motov4_slider_style15 .test_slider .slick-dots {
  bottom: -16px;
}
/**************style16***********/
.motov4_slider_style16 .motov4_slide_box {
  text-align: center;
}
.motov4_slider_style16 .motov4_slide_foo_img {
  position: relative;
  display: inline-block;
  width: 100px;
  z-index: 1;
}
.motov4_slider_style16 .motov4_slide_foo_img img {
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #319bff;
}
.motov4_slider_style16 .motov4_slide_data {
  border: 1px solid #e7e7e7;
  padding: 80px 60px 30px;
  margin-top: -50px;
  position: relative;
}
.motov4_slider_style16 .motov4_slide_data:after {
  position: absolute;
  background-image: url(../images/new_quote.png);
  width: 127px;
  height: 95px;
  content: "";
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_slider_style16 .motov4_slide_data p {
  font-size: 16px;
  line-height: 26px;
}
.motov4_slider_style16 .motov4_slide_foo_text h3 {
  font-size: 19px;
  text-transform: capitalize;
}
.motov4_slider_style16 .motov4_slide_foo_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.motov4_slider_style16 .motov4_slide_footer {
  margin-top: 15px;
}
.motov4_slider_style16 .slick-arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  border: 1px solid #e7e7e7;
  top: 11%;
  border-radius: 100%;
  background-color: #fff;
  font-size: 20px;
  color: #e7e7e7;
}
.motov4_slider_style16 .motov4_prev_arrow.slick-arrow {
  left: 37%;
}
.motov4_slider_style16 .motov4_next_arrow.slick-arrow {
  right: 37%;
}
/******************Slider Style17*******************/
.motov4_slider_style17 .motov4_slide_box {
  display: flex;
  color: #fff;
  border: 2px solid #e64427;
  padding: 30px 70px 36px 40px;
  align-items: center;
  justify-content: center;
}

.motov4_slider_style17 .motov4_slide_foo_img img {
  max-width: initial;
  border-radius: 30px 0px 30px 30px;
}
.motov4_slider_style17 .motov4_slide_data {
  margin-left: 20px;
}
.motov4_slider_style17 .test_slider_inner.slick-slide {
  padding-left: 65px;
}
.motov4_slider_style17 .motov4_slide_foo_text h3 {
  font-size: 22px;
  color: #e64427;
  text-transform: capitalize;
}
.motov4_slider_style17 .motov4_slide_foo_text {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.motov4_slider_style17 .motov4_slide_foo_img {
  position: relative;
  width: 130px;
  margin-left: -106px;
  margin-right: 20px;
}
.motov4_slider_style17 .slick-arrow {
  width: 50px;
  height: 50px;
  right: 0;
  border: 2px solid #e64427;
  line-height: 52px;
  text-align: center;
  background-color: #130c1b;
}
.motov4_slider_style17 .motov4_next_arrow.slick-arrow {
  right: 50px;
  bottom: -25px;
  border-radius: 0px 15px 15px 15px;
}

.motov4_slider_style17 .motov4_prev_arrow.slick-arrow {
  bottom: -25px;
  right: 120px;
  border-radius: 15px 0px 15px 15px;
}
/***************Slider Style18************/
.motov4_slider_style18 .test_slider.slick_crousel {
  background-color: #fff;
  border: 2px solid #e5a221;
}
.motov4_slider_style18 .motov4_slide_box {
  text-align: center;
  color: #707070;
  padding: 40px 50px;
}
.motov4_slider_style18 .motov4_slide_box p {
  padding: 0px 50px;
  line-height: 26px;
}
.motov4_slider_style18 .motov4_slide_foo_text h3 {
  font-size: 25px;
  margin-top: 10px;
  color: #e5a221;
  text-transform: capitalize;
}
.motov4_slider_style18 .motov4_slide_footer {
  margin-top: 20px;
}
/***************Slider Style19***********/
.motov4_slider_style19 .motov4_slide_data {
  padding: 50px 100px;
  border: 1px solid #319bff;
  text-align: center;
}
.motov4_slider_style19 .motov4_slide_foo_img img {
  border-radius: 100%;
}
.motov4_slider_style19 .motov4_slide_footer {
  display: flex;
  margin-left: 155px;
  align-items: center;
  margin-top: 50px;
}
.motov4_slider_style19 .motov4_slide_foo_text {
  margin-left: 25px;
}
.motov4_slider_style19 .motov4_slide_foo_text h3 {
  font-size: 22px;
}
.motov4_slide_data {
  position: relative;
}
.motov4_slider_style19 .motov4_slide_data:before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  height: 35px;
  width: 35px;
  bottom: -18px;
  left: 179px;
  border-style: solid;
  border-color: #319bff;
  border-width: 0px 1px 1px 0px;
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.motov4_slider_style19 .slick-prev,
.motov4_slider_style19 .slick-next {
  top: 29%;
}
/****************Slider Style 20******************/
.motov4_slider_style20 .test_slider.slick_crousel {
  border: 7px solid #319bff;
  padding: 25px;
}
.motov4_slider_style20 .motov4_slide_box {
  display: flex;
  color: #222;
  align-items: center;
}
.motov4_slider_style20 .motov4_slide_foo_img img {
  max-width: initial;
}
.motov4_slider_style20 .motov4_slide_foo_text h1 {
  font-size: 20px;
}
.motov4_slider_style20 .motov4_slide_data p {
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
}
.motov4_slider_style20 .motov4_slide_foo_img {
  margin-right: 15px;
}
.motov4_slider_style20 .motov4_slide_data {
  margin-left: 15px;
}
.motov4_slider_style20 .motov4_slide_foo_text {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.motov4_slider_style20 {
  position: relative;
}
.motov4_slider_style20 .motov4_slide_foo_text h3 {
  font-size: 20px;
  font-weight: bold;
}
.motov4_slider_style20 .motov4_quote_img {
  position: absolute;
  right: 55px;
  top: -30px;
  background-color: #fff;
  z-index: 1;
  padding: 5px;
}
/****************Slider Style 21*******************/
.motov4_slider_style21 .motov4_slide_box {
  display: flex;
  padding: 30px 35px;
  background-color: #319bff;
  color: #fff;
  align-items: center;
}
.motov4_slider_style21 .motov4_slide_foo_img img {
  max-width: initial;
  border-radius: 100%;
}
.motov4_slider_style21 .motov4_slide_foo_img:after {
  position: absolute;
  width: 1px;
  height: 124px;
  content: "";
  right: -20px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_slider_style21 .motov4_slide_foo_img {
  position: relative;
  margin-right: 40px;
}
.motov4_slider_style21 .motov4_slide_foo_text {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.motov4_slider_style21 .slick-slide {
  margin: 0px 10px;
}
.motov4_slider_style21 .test_slider .slick-dots {
  bottom: -30px;
}
.motov4_slider_style21 .motov4_slide_foo_text h3 {
  font-size: 20px;
  color: inherit;
}
.motov4_slider_style21 .motov4_slide_data p {
  line-height: 26px;
}
.motov4_slider_style21 .motov4_slide_data:after {
  position: absolute;
  background-image: url(../images/slider/quote4.png);
  width: 108px;
  height: 81px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/**************Slider Style 22***************/
.motov4_slider_style22 .motov4_slide_box {
  background-color: #319bff;
  text-align: center;
  padding: 30px 30px 20px;
  color: #fff;
  position: relative;
  min-height: 200px;
}
.motov4_slider_style22 .motov4_slide_foo_img {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.motov4_slider_style22 .motov4_slide_foo_img img {
  display: inline-block;
  border-radius: 100%;
  border: 10px solid #fff;
}
.motov4_slider_style22 .test_slider_inner.slick-slide {
  padding-top: 90px;
}
.motov4_slider_style22 .motov4_slide_data p {
  padding: 15px 30px;
  line-height: 26px;
}
.motov4_slider_style22 .motov4_slide_foo_text h3 {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}
.motov4_slider_style22 .motov4_slide_foo_text h3:before {
  position: absolute;
  width: 33px;
  height: 1px;
  background-color: #b2ca4d;
  left: -50px;
  content: "";
  top: 50%;
}
.motov4_slider_style22 .motov4_slide_foo_text h3:after {
  left: auto;
  right: -50px;
}
.motov4_slider_style22 .motov4_slide_data {
  position: relative;
  margin-top: 0;
}
.motov4_slider_style22 .motov4_slide_data:after {
  position: absolute;
  background-image: url(../images/slider/quote5.png);
  width: 130px;
  height: 93px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
}
.motov4_slider_style22 .slick-arrow {
  right: 50px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 65px;
  background-color: #fff;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.18);
}
.motov4_slider_style22 .motov4_prev_arrow.slick-arrow {
  right: 0px;
}
.motov4_slider_style22 .motov4_next_arrow.slick-arrow {
  background-color: #fff;
}
.motov4_slider_style22 .slick-arrow:hover svg path {
  stroke: #ccc;
}
/***********Slider Style 23**********/
.motov4_slider_style23 .motov4_slide_box {
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.motov4_slider_style23 .motov4_slide_box:before {
  position: absolute;
  width: 299px;
  height: 213px;
  top: 40px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_slider_style23 .motov4_slide_box img {
  display: inline-block;
  border-radius: 100%;
}

.motov4_slider_style23 .motov4_slide_foo_text h3 {
  font-size: 26px;
  color: inherit;
  text-transform: capitalize;
}
.motov4_slider_style23 .motov4_slide_data p {
  padding: 15px 76px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}
.motov4_slider_style23 .slick-arrow {
  top: 50%;
  width: 70px;
  height: 70px;
  background-color: #fff;
  text-align: center;
  line-height: 89px;
  border-radius: 100%;
  transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.motov4_slider_style23 .motov4_prev_arrow.slick-arrow {
  right: -70px;
}
.motov4_slider_style23 .motov4_next_arrow.slick-arrow {
  left: 0px;
}
.motov4_slider_style23 .test_slider .slick-dots {
  bottom: -30px;
}
/************Slider Style 24**********/
.motov4_slider_style24 .motov4_slide_box {
  background-color: #fff;
  color: #707070;
  display: flex;
  align-items: center;
  padding: 20px 25px;
  box-shadow: 1px 0px 10.84px 2.16px rgba(0, 0, 0, 0.1);
  position: relative;
}
.motov4_slider_style24 .motov4_slide_box:before {
  position: absolute;
  background-image: url(../images/slider/slider_bg1.png);
  width: 118px;
  height: 118px;
  content: "";
  top: -25px;
  left: -25px;
  z-index: -1;
}
.motov4_slider_style24 .motov4_slide_box:after {
  position: absolute;
  background-image: url(../images/slider/slider_bg2.png);
  width: 118px;
  height: 118px;
  content: "";
  bottom: -25px;
  right: -25px;
  z-index: -1;
}
.motov4_slider_style24 .motov4_slide_foo_img {
  position: relative;
  margin-right: 30px;
}
.motov4_slider_style24 .motov4_slide_data {
  position: relative;
  margin-left: 30px;
  text-align: center;
  padding-right: 80px;
}
.motov4_slider_style24 .motov4_slide_foo_img img {
  max-width: initial;
}
.motov4_slider_style24 .test_slider_inner {
  padding: 25px;
}
.motov4_slider_style24 .motov4_slide_data p {
  font-size: 18px;
  font-style: italic;
}
.motov4_slider_style24 .motov4_slide_foo_text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.motov4_slider_style24 .test_slider .slick-dots {
  bottom: 0;
}
/***************Slider Style 25**************/
.motov4_slider_style25 .motov4_slide_box {
  display: flex;
  color: #222;
  align-items: center;
}
.motov4_slider_style25 .motov4_slide_foo_img img {
  max-width: inherit;
}
.motov4_slider_style25 .motov4_slide_foo_img {
  margin-right: 20px;
  position: relative;
}
.motov4_slider_style25 .test_slider_inner.slick-slide {
  padding-left: 30px;
  padding-bottom: 30px;
}
.motov4_slider_style25 .motov4_slide_foo_img:before {
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 249px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: -1;
}
.motov4_slider_style25 .motov4_slide_data {
  margin-left: 20px;
}
.motov4_slider_style25 .motov4_slide_data p {
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}
.motov4_slider_style25 .motov4_slide_data h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: capitalize;
}
.motov4_slider_style25 .motov4_slide_foo_text {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.motov4_slider_style25 .motov4_slide_foo_text span {
  font-size: 15px;
}
/***************Slider Style 26**************/
.motov4_slider_style26 .motov4_slide_data {
  position: relative;
  border: 1px solid #319bff;
  padding: 140px 100px 50px;
  text-align: center;
  margin-top: -70px;
  z-index: -1;
}
.motov4_slider_style26 .motov4_slide_data:after {
  position: absolute;
  background-image: url(../images/slider/quote6.png);
  width: 247px;
  height: 186px;
  content: "";
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_slider_style26 .motov4_slide_iframe {
  position: relative;
  text-align: center;
  z-index: 1;
  display: inline-block;
}
.motov4_slider_style26 .test_slider_inner.slick-slide {
  padding-top: 20px;
}
.motov4_slider_style26 .motov4_slide_iframe:before,
.motov4_slider_style26 .motov4_slide_foo_img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #319bff;
  top: -20px;
  left: -20px;
  z-index: -1;
}
.motov4_slider_style26 .motov4_slide_iframe img {
  display: inline-block;
}
.motov4_slider_style26 .motov4_slide_data p {
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
}
.motov4_slider_style26 .motov4_slide_foo_text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: capitalize;
}
.motov4_slider_style26 .motov4_slide_box {
  text-align: center;
}
/*------------------Portfolio Css Start-----------------*/
.motov4_grid .motov4_gal_wrapper {
  width: 100%;
  display: flex;
}
.motov4_grid .element-item {
  width: 33.333%;
  float: left;
}
.motov4_gal_overlay {
  position: absolute;
  background-image: -moz-linear-gradient(
    90deg,
    rgba(168, 224, 99, 0.9) 0%,
    rgba(86, 171, 47, 0.9) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(168, 224, 99, 0.9) 0%,
    rgba(86, 171, 47, 0.9) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(168, 224, 99, 0.9) 0%,
    rgba(86, 171, 47, 0.9) 100%
  );
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.6, 0.99);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.6, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.6, 0.99);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.6, 0.99);
}
.motov4_gal_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.motov4_gal_icon i {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  color: #fff;
  margin: 0px 5px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.motov4_gal_box:hover .motov4_gallery_img .motov4_gal_overlay {
  opacity: 1;
}
.motov4_gal_box:hover .motov4_gallery_img .motov4_gal_icon i {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.motov4_gallery_img {
  position: relative;
  overflow: hidden;
}
/*---------- gallery overlay style2 --------*/
.motov4_gal_box.motov4_only_content .motov4_gal_overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.motov4_gal_box.motov4_only_content .motov4_gal_icon {
  top: auto;
  bottom: 10px;
  right: 10px;
  left: auto;
  transform: none;
  border-bottom: 90px solid #fff;
  border-left: 90px solid transparent;
  z-index: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0;
}
.motov4_gal_box.motov4_only_content .motov4_gal_icon a {
  position: absolute;
  bottom: -67px;
  right: 15px;
  width: 21px;
  height: 15px;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.motov4_gal_box.motov4_only_content .motov4_gal_icon img {
  display: block;
}
.motov4_gal_box.motov4_only_content .motov4_gal_data {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  width: 80%;
  text-align: center;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.motov4_gal_box.motov4_only_content .motov4_gal_data h3 {
  color: #fff;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.motov4_gal_box.motov4_only_content .motov4_gal_data h3 a {
  color: inherit;
}
.motov4_gal_box.motov4_only_content .motov4_gal_data h3:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.motov4_gal_box.motov4_only_content .motov4_gal_data p {
  color: #fff;
}
.motov4_gal_box.motov4_only_content:hover .motov4_gal_data {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.motov4_gal_box.motov4_only_content:hover .motov4_gal_icon,
.motov4_gal_box.motov4_only_content:hover .motov4_gal_icon a {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/*-----portfolio style 3 start----*/
.motov4_gal_box.motov4_inlinestyle {
  display: flex;
  width: 100%;
}
.motov4_gal_box.motov4_inlinestyle .motov4_gallery_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 30%;
  max-width: 30%;
  border-radius: 100%;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}
.motov4_gal_box.motov4_inlinestyle .motov4_gallery_img img {
  border-radius: 100%;
  border: 25px solid #ccc;
}
.motov4_gal_box.motov4_inlinestyle .motov4_gal_data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 70%;
  max-width: 70%;
  padding-top: 20px;
}
.motov4_gal_box.motov4_inlinestyle .motov4_gal_data h3 {
  background: #f1f1f1;
  margin-left: -50px;
  padding: 20px 0 20px 70px;
  border-radius: 0px 50px 50px 0px;
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: capitalize;
}
.motov4_gal_box.motov4_inlinestyle .motov4_gal_data p {
  padding-left: 20px;
}
/*-----portfolio style 3 end----*/
/*------------Portfolio With Filter------------*/
.motov4_filter_menu {
  text-align: center;
  margin-bottom: 50px;
}
.motov4_grid_filter .element-item {
  width: 33.333%;
  float: left;
}
.motov4_filter_menu ul li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d5d5d5;
  padding: 0 30px;
  border-radius: 50px;
  font-size: 16px;
  color: #222;
  text-transform: capitalize;
  margin: 0 10px;
  cursor: pointer;
  background-image: transparent;
}
.motov4_filter_menu ul li:hover,
.motov4_filter_menu ul li.active {
  color: #fff;
  background: #319bff;
}
/*---------------------Gallery With Column-------------------*/
.motov4_btm_marger30 {
  margin-bottom: 30px;
}
.motov4_left_padder {
  padding-left: 0px;
}
.motov4_right_padder {
  padding-right: 0px;
}
.motov4_left_padder_15 {
  padding-left: 15px;
}
.motov4_right_padder_15 {
  padding-right: 15px;
}
.motov4_gallery_img img {
  width: 100%;
}
/***********************Client Slider Start**********************/
.motov4_client_slider {
  padding: 50px 0px;
}
.motov4_client_slider .slick-slide,
.motov4_client_slider1 .slick-slide {
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
}
.motov4_client_slider .motov4_client_box {
  border: 1px solid #d5d5d5;
  text-align: center;
}
.motov4_client_slider .motov4_client_box img {
  display: inline-block;
}
.motov4_client_slider .slick-dots li {
  margin: 0px;
}
.motov4_client_slider .slick-dots {
  bottom: -40px;
}
.motov4_client_slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.motov4_client_slider .slick-dots li button:before {
  font-size: 12px;
  width: 15px;
  height: 15px;
  color: #666;
}
.motov4_client_slider .slick-dots li.slick-active button:before {
  opacity: 0.75;

  color: #666;
}
.motov4_client_slider .slick-arrow {
  top: 50%;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 30px;
  border: 1px solid #666;
  text-align: center;
  background-color: #666;
  color: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_client_slider .slick-arrow i {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.motov4_client_slider .motov4_clnt_next_arrow {
  right: -25px;
}

.motov4_client_slider .motov4_clnt_prev_arrow {
  left: -25px;
}
/*****************Style2********************/
.motov4_client_slider.motov4_client_slider_style2 {
  border: 1px solid #d5d5d5;
  padding: 30px;
  text-align: center;
}
.motov4_client_slider.motov4_client_slider_style2 .motov4_client_box {
  border: none;
}
.motov4_client_slider.motov4_client_slider_style2 .slick-dots {
  bottom: -65px;
}
/*******************Style3*****************/
.motov4_client_slider.motov4_client_slider_style3
  .motov4_next_arrow.slick-arrow {
  right: -20px;
}

.motov4_client_slider.motov4_client_slider_style3
  .motov4_prev_arrow.slick-arrow {
  left: -20px;
}
.motov4_client_slider.motov4_client_slider_style3 .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_client_slider.motov4_client_slider_style3 .motov4_client_box {
  border: 1px solid #d5d5d5;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 0px 16px 0px 16px;
}
/******************Style4********************/
.motov4_client_slider.motov4_client_slider_style4 .slick-arrow {
  top: -50px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #d5d5d5;
  background-color: d5d5d5;
  line-height: 29px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.motov4_client_slider.motov4_client_slider_style4
  .motov4_prev_arrow.slick-arrow {
  right: 55px;
}
.motov4_client_slider.motov4_client_slider_style4 .slick-arrow i {
  line-height: 29px;
}
/********************Style5*******************/
.motov4_client_slider.motov4_client_slider_style5 .motov4_client_box {
  border: none;
}
/**************style6************/
.motov4_client_slider.motov4_client_slider_style6 .motov4_client_box {
  border: 1px solid #d5d5d5;
  text-align: center;
  background-color: #fff;
  padding: 20px 0px;
}
.motov4_client_slider.motov4_client_slider_style6 .slick-arrow {
  top: 50%;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_client_slider.motov4_client_slider_style6
  .motov4_prev_arrow.slick-arrow {
  right: -40px;
}
.motov4_client_slider.motov4_client_slider_style6
  .motov4_next_arrow.slick-arrow {
  left: -40px;
}
.motov4_client_slider.motov4_client_slider_style6 .slick-arrow:hover svg path {
  fill: #dc143c;
}
/******************Grid Style*****************/
.motov4_marger_btm30 {
  margin-bottom: 30px;
}
.motov4_client_grid.motov4_client_slider .motov4_client_box {
  margin-bottom: 30px;
}
.motov4_client_box {
  padding: 40px 0px;
}
/************************List Style Start*******************************/

/***Style1***/
.motov4_list ul li .motov4_list_icon {
  color: #d16e26;
  text-align: center;
  margin-right: 15px;
  font-size: 25px;
}
.motov4_list ul li .motov4_list_desc {
  flex: 1;
}
.motov4_list ul li span.motov4_list_icon i.fa {
  line-height: 1;
  position: relative;
  top: 0px;
}
.motov4_list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.motov4_list ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  /* align-items: center; */
}
.motov4_list ul li a {
  color: inherit;
  display: flex;
  font-size: 18px;
  align-items: center;
}
.motov4_list ul li a:hover {
  color: inherit;
}
.motov4_list ul li.is_list_has_icon {
  margin-bottom: 15px;
}
/**Style2 has border*/
.list_has_border ul li {
  align-items: center;
}
.list_has_border ul li .motov4_list_icon {
  color: #d16e26;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_has_border ul li a .motov4_list_icon {
  text-align: center;
}
.motov4_list_larger ul li .motov4_list_icon {
  width: 60px;
  height: 60px;
  font-size: 36px;
  line-height: 60px;
}
.motov4_list_larger ul li p {
  font-size: 18px;
  font-weight: bold;
}
.motov4_list_larger .is_list_has_icon {
  align-items: center;
}
.motov4_list_larger .is_list_has_icon span.motov4_list_icon {
  line-height: 63px;
}
/**style3 has background***/
.list_has_background ul li {
  padding: 15px 20px;
  border-radius: 10px;
}
.list_has_background ul li .motov4_list_icon {
  margin-right: 25px;
}
.motov4_list.motov4_list_style1 ul li span.motov4_list_icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border: 1px solid #d16e26;
  color: #d16e26;
  border-radius: 100%;
  margin-right: 15px;
  font-size: 20px;
}
.motov4_list ul li.list_right {
  flex-direction: row-reverse;
}
.motov4_list ul li.list_right span.motov4_list_icon {
  margin-left: 15px;
  margin-right: 0px;
}

.motov4_list ul li a.list_right {
  flex-direction: row-reverse;
}
.motov4_list ul li a.list_right span.motov4_list_icon {
  margin-left: 15px;
  margin-right: 0px;
}

.motov4_list.motov4_list_style1 ul li span.motov4_list_icon i.fa {
  line-height: 50px;
}
/**-----Border Style-----**/
/*********************************Counter Css Start***********************************************/
/*-------------------Style1--------------------*/
.motov4_counter_section1 {
  padding: 100px 0px;
  background-color: #222;
}
.counter_block {
  text-align: center;
  color: #fff;
  position: relative;
}
.counter_block .counter_icon {
  font-size: 40px;
}
.counter_block .counter_icon img {
  /* border-radius: 100%; */
}
.counter_text h4.count_no {
  color: #c39b60;
  font-size: 35px;
  padding: 15px 0px 15px 0px;
}
.counter_wraper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.counter_text h5 {
  color: inherit;
  font-size: 16px;
}
/*-------------------Style2--------------------*/
.motov4_counter_section {
  /* background-image:url(../images/count_bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
  position: relative;
  z-index: 1;
}
.motov4_counter_section:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  content: "";
  z-index: -1;
}
.counter_wraper span {
  font-size: 20px;
  margin-left: 5px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.motov4_counter_style1 .counter_text {
  color: #fff;
  padding: 0px 25px;
  position: relative;
}
.motov4_counter_divider {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  right: -15px;
  top: 0;
  content: "";
}
.motov4_counter_style1 .counter_text h4.count_no {
  color: inherit;
  font-weight: 700;
  font-size: 22px;
}
.motov4_counter_style1 .counter_text .counter_wraper {
  color: inherit;
  width: 100px;
  height: 100px;
  font-size: 25px;
  display: flex;
  line-height: 100px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-weight: 500;
  padding: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.motov4_counter_style1 .counter_text h5 {
  color: inherit;
  margin-top: 30px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
}
/*---------------Style3-------------*/
.motov4_counter_section2 .counter_block {
  background-color: #222;
  padding: 30px 10px;
}
/*---------------Style4-------------*/
.motov4_counter_section3 {
  padding: 50px 0;
}
.motov4_counter_section3 .counter_block .counter_wraper h4.count_no {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
}
.motov4_counter_section3 .counter_block .counter_wraper h4 {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
}
.motov4_counter_section3 .counter_block .counter_text h5 {
  font-size: 18px;
  color: #6d6d6d;
  text-transform: capitalize;
  font-weight: 600;
}
.motov4_counter_section3 .counter_block .motov4_counter_divider {
  background-color: #eaeaea;
}
/*-------------------------------Img Slider Css Start-----------------------------------*/
.img_slider .slick-slide {
  height: auto;
}
.img_slider .slick-arrow {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ececec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.img_slider .motov4_next_arrow1.slick-arrow {
  left: -50px;
}
/*--------------------Style1-------------*/
.img_slider.img_slider_style1 .motov4_prev_arrow1.slick-arrow {
  right: -50px;
}
.img_slider.img_slider_style1 .motov4_next_arrow1.slick-arrow {
  right: 0;
  left: auto;
}
/*--------------------Style2-------------*/
.img_slider.img_slider_style2 .motov4_next_arrow1.slick-arrow {
  left: 0;
  bottom: 50px;
}
.img_slider.img_slider_style2 .slick-arrow {
  bottom: 0px;
}
/*----------------------Style3---------------*/
.img_slider.img_slider_style3 .slick-arrow {
  bottom: 0px;
  right: 0;
}
.img_slider.img_slider_style3 .motov4_next_arrow1.slick-arrow {
  right: 0;
  bottom: 50px;
  left: auto;
}
/*----------------------Style4---------------*/
.img_slider.img_slider_style4 .slick-arrow {
  top: -70px;
  right: 0;
}
.img_slider.img_slider_style4 .motov4_next_arrow1.slick-arrow {
  right: 50px;
  left: auto;
}
/*----------------style5-------------*/
.img_slider.img_slider_style5 .slick-arrow {
  bottom: -70px;
  right: 0;
}
.img_slider.img_slider_style5 .motov4_next_arrow1.slick-arrow {
  right: 50px;
  left: auto;
}
/*---------------------------------ZigZag Designs----------------------------------------*/
.motov4_zigzag_box {
  background-color: #ff9c00;
  text-align: center;
  padding: 45px 20px;
  color: #fff;
}
.motov4_zigzag_text h1 {
  color: inherit;
  font-size: 28px;
  font-weight: 600;
}
.motov4_zigzag_text p {
  margin-top: 10px;
}
.motov4_zigzag_icon {
  display: block;
  position: relative;
}
.motov4_zigzag_icon_border {
  width: 50px;
  height: 4px;
  background-color: #fff;
  left: 50%;
  content: "";
  display: inline-block;
  margin: 20px 0px 15px 0px;
}
.motov4_zigzag .motov4_zigzag_common {
  padding: 0px;
}
.motov4_zigzag .motov4_zigzag_common:nth-child(even) {
  padding-top: 20px;
}
.motov4_zigzag .motov4_zigzag_common:nth-child(even) .motov4_zigzag_box {
  background-color: #f39500;
}
/*----Style1----*/
.motov4_zigzag.motov4_zigzag_style1 .motov4_zigzag_common:nth-child(even) {
  padding-top: 0px;
}
.motov4_zigzag.motov4_zigzag_style1 .motov4_zigzag_common:nth-child(odd) {
  padding-top: 20px;
}
.motov4_padder_top20 {
  padding-top: 20px;
}
.motov4_padder_btm20 {
  padding-bottom: 20px;
}
.motov4_padder_top65 {
  padding-top: 65px;
}
.motov4_padder_btm65 {
  padding-bottom: 65px;
}
.motov4_marger_top-20 {
  margin-top: -20px;
}
.motov4_bg_color1 {
  background-color: #f39500;
}
/***----------Style2----------------***/
.motov4_zigzag.motov4_zigzag_style1 .motov4_zigzag_text h1 {
  font-size: 22px;
  padding: 0px;
}
.motov4_zigzag.motov4_zigzag_style1 .motov4_zigzag_text p {
  margin-top: 15px;
  line-height: 26px;
}
.motov4_zigzag_icon i.fa {
  font-size: 70px;
}
/******----------Style3----------*****/
.motov4_zigzag_style2 .motov4_zigzag_common .motov4_zigzag_box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
}
.motov4_zigzag_style2 .motov4_zigzag_text h1 {
  font-size: 20px;
  font-weight: 700;
}
.motov4_zigzag_style2 .motov4_zigzag_common:nth-child(even) {
  padding-top: 0px;
  margin-top: -15px;
}
.motov4_zigzag_style2 .motov4_zigzag_common:nth-child(even) .motov4_zigzag_box {
  padding: 65px 20px;
  box-shadow: none;
}
/*-------Shortcode Css Start---------------*/
.motov4_red_main_wrapper {
  margin: 100px 0px;
}
.motov4_red_bonmotov4_box {
  background-color: #f9fafc;
  position: relative;
  padding: 40px 50px 40px 70px;
}
.motov4_red_bonmotov4_box h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.motov4_red_bonmotov4_title h3 {
  font-size: 20px;
  color: inherit;
  line-height: 45px;
  margin: 0;
}
.motov4_red_bonmotov4_box p {
  margin-top: 15px;
  color: #3d4453;
}
.motov4_red_bonmotov4_title {
  position: absolute;
  left: -20px;
  top: 33px;
  display: block;
  padding: 20px 0px;
  text-align: center;
  width: 45px;
  white-space: nowrap;
  border-radius: 30px;
  background: -moz-linear-gradient(
    45deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
.motov4_red_bonmotov4_box.motov4_red_bonmotov4_box_right {
  padding: 40px 70px 40px 50px;
}
.motov4_red_bonmotov4_box_right .motov4_red_bonmotov4_title {
  right: -20px;
  left: auto;
}
.motov4_red_bonmotov4_box_top {
  padding: 50px 25px 35px 25px;
  text-align: center;
}
.motov4_red_bonmotov4_box_bottom {
  padding: 35px 25px 50px 25px;
  text-align: center;
}
.motov4_red_bonmotov4_box_top .motov4_red_bonmotov4_title,
.motov4_red_bonmotov4_box_bottom .motov4_red_bonmotov4_title {
  left: 50%;
  top: -25px;
  padding: 10px 30px;
  width: auto;
  transform: rotate(0deg) translateX(-50%);
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  -ms-transform: rotate(0deg) translateX(-50%);
  writing-mode: initial;
  -ms-writing-mode: initial;
}
.motov4_red_bonmotov4_box_top .motov4_red_bonmotov4_title h3,
.motov4_red_bonmotov4_box_bottom .motov4_red_bonmotov4_title h3 {
  line-height: 30px;
}
.motov4_red_bonmotov4_box_top p,
.motov4_red_bonmotov4_box_bottom p {
  margin: 0px;
}
.motov4_red_bonmotov4_box_bottom .motov4_red_bonmotov4_title {
  left: 50%;
  top: auto;
  bottom: -25px;
}
/**********2*********/
.motov4_red_main_wrapper.bg {
  margin: 100px 0px;
  background-color: #f5f5f5;
  padding: 50px 230px;
}
.motov4_red_suprt_icon {
  width: 120px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 100%;
  box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_red_suprt_icon img {
  width: 100%;
  border-radius: 100%;
}
.motov4_red_suprt_data {
  padding: 20px 25px 20px 75px;
  margin-left: 59px;
  font-size: 16px;
  line-height: 26px;
  color: inherit;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.motov4_red_support_box {
  position: relative;
}
.motov4_red_support_box.motov4_red_support_box-right .motov4_red_suprt_icon {
  left: auto;
  right: 0px;
}
.motov4_red_support_box.motov4_red_support_box-right .motov4_red_suprt_data {
  padding: 20px 75px 20px 25px;
  text-align: right;
  margin-left: 0px;
  margin-right: 59px;
}
/******************/
.motov4_notice_style2 .motov4_red_suprt_icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 35px;
  top: -75px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}

.motov4_notice_style2 .motov4_red_suprt_data {
  padding: 45px 25px 20px 25px;
  margin-left: 0;
  font-size: 16px;
  line-height: 26px;
  color: inherit;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.motov4_notice_style2 .motov4_red_suprt_icon img {
  border-radius: 10px;
}
.motov4_notice_style2.motov4_red_support_box-right .motov4_red_suprt_icon {
  left: auto;
  right: 35px;
}
.motov4_notice_style2.motov4_red_support_box-right .motov4_red_suprt_data {
  padding: 45px 25px 20px 25px;
  text-align: left;
  margin-left: 0px;
  margin-right: 0;
}
/***********3**********/
.motov4_red_fea_box {
  background-color: #fff;
  min-height: 227px;
  text-align: center;
  padding: 40px 20px;
  border-radius: 15px;
  border: 1px solid #cbd1da;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.motov4_red_fea_box .motov4_red_fea_icon {
  margin-bottom: 15px;
}
.motov4_red_fea_data h3 {
  font-size: 20px;
  color: #3d4453;
  line-height: 30px;
}
/*****************4******************/
.motov4_red_team_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.motov4_red_team_img {
  width: 270px;
}
.motov4_red_team_data {
  flex: 1;
  padding: 25px 30px 15px 35px;
  border: 5px solid #fe4d70;
  margin-left: -20px;
}
.motov4_red_team_data h3 {
  font-size: 20px;
  padding-bottom: 7px;
  word-break: break-all;
}
.motov4_red_team_data ul {
  padding-top: 15px;
  padding-left: 0px;
}
.motov4_red_team_data ul li {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.motov4_red_team_data ul li a {
  color: #3d4453;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.motov4_red_team_data ul li a img {
  margin-right: 15px;
}
.motov4_red_team_data ul li a:hover {
  color: #fe4d70;
}
.motov4_red_team_data ul li a i {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background-color: transparent;
  border-radius: 100%;
  color: #222;
  font-size: 22px;
  margin-right: 10px;
}
.motov4_red_team_data ul li a i.fa.fa-facebook {
  background: #3b5998;
  color: #fff;
}
.motov4_red_team_data ul li a i.fa.fa-skype {
  color: #00aff0;
  font-size: 40px;
}
/*------Team Author Style2--------*/
.motov4_author_style2 .motov4_red_team_img {
  width: 250px;
  z-index: 1;
  position: relative;
}
.motov4_author_style2 .motov4_red_team_img img {
  border-radius: 100%;
}
.motov4_author_style2 .motov4_red_team_data {
  flex: 1;
  padding: 20px 30px 20px 90px;
  margin-left: -69px;
  border-radius: 0px 100px 100px 0px;
}
.motov4_author_style2 .motov4_red_team_data ul {
  display: flex;
}
.motov4_author_style2 .motov4_red_team_data ul li {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}
.motov4_author_style2 .motov4_red_team_data ul li a i {
  width: 30px;
  height: 30px;
  line-height: 33px;
  font-size: 15px;
}
.motov4_author_style2 .motov4_red_team_data ul li a i.fa.fa-skype {
  font-size: 30px;
}
/*-----------------------5-------------------*/
.motov4_sp_package {
  background-color: #f8f8fc;
  padding: 15px;
  display: flex;
  align-items: center;
  border-right: 5px solid #13a8ff;
  border-radius: 10px;
  position: relative;
  min-height: 182px;
}
.motov4_sp_pack_data {
  padding-left: 180px;
}
.motov4_sp_package .motov4_sp_pack_price {
  width: 150px;
  height: 150px;
  padding: 5px;
  text-align: center;
  background-color: #13a8ff;
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  position: absolute;
}
.motov4_sp_package .motov4_sp_pack_price h2 {
  font-size: 30px;
  color: inherit;
  font-weight: bold;
  word-break: break-all;
}
.motov4_sp_package .motov4_sp_pack_price h2 span {
  font-size: 18px;
  display: block;
  margin-top: 5px;
}
.motov4_sp_package .motov4_sp_pack_data p {
  font-size: 20px;
  color: inherit;
}
.motov4_sp_package .motov4_sp_pack_data p span {
  color: #13a8ff;
  font-weight: bold;
}
.motov4_sp_package.motov4_sp_package_right {
  flex-direction: row-reverse;
  border-left: 5px solid #13a8ff;
  border-radius: none;
  border-right: none;
}
.motov4_sp_package.motov4_sp_package_right .motov4_sp_pack_data {
  padding-right: 180px;
  padding-left: 0px;
  text-align: right;
}
/*------------------Circular Box-----------------------*/
.motov4_circular_main_wrapper {
  background-size: cover;
  text-align: center;
}
.motov4_circular_main_wrapper .container-fluid {
  padding: 0px;
}
.motov4_circular_wrap {
  text-align: center;
  padding: 0px;
}
.motov4_circular_box {
  width: 299px;
  height: 288px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 0px 20px;
  background-size: cover;
  z-index: 1;
}
.motov4_circle_no {
  position: absolute;
  font-size: 70px;
  top: 70px;
  left: 50px;
  color: #009cff;
  font-weight: bold;
  z-index: -1;
}
.motov4_circular_box h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  padding: 0px 25px;
}
.motov4_circular_heading {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 13px 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  background: -moz-linear-gradient(
    0deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
  border: 3px solid #fff;
  border-width: 0px 3px 3px 0px;
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
}
.motov4_circular_heading h1 {
  font-size: 30px;
  color: #fff;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
}
div#tab-additional_information h2 {
  margin-bottom: 20px;
}
p.comment-form-author label,
p.comment-form-email label {
  width: 100%;
}
p.comment-form-author input#author,
p.comment-form-email input#email {
  width: 100%;
  height: 40px;
}
.motov4_call_action_section.motov4_full_action {
  background-size: cover;
  padding: 80px 10px;
  position: relative;
}
.motov4_call_action_section.motov4_full_action .motov4_action_content {
  position: relative;
  text-align: center;
  z-index: 100;
  top: auto;
  left: auto;
  transform: unset;
}
.motov4_call_action_section.motov4_full_action:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.motov4_call_action_section.motov4_full_action .motov4_call_action_img:after {
  display: none;
}

/******* header news slider ********/
.motov4_header.motov4_custom_header .motov4_header_top {
  /* border-bottom: 1px solid #f7f7f7; */
  padding: 5px 45px;
}
.motov4_news_heading {
  background: rgba(255, 138, 0, 1);
  text-align: center;
  padding: 7px;
  margin: 2px 0;
}
.motov4_news_heading h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.motov4_news_slider.slick-slider {
  padding: 8px 0px;
  text-align: left;
}
.motov4_news_slider .slick-list {
  padding: 0px !important;
}
.motov4_news_slider .slick-list p {
  width: 100%;
}
.motov4_search_container {
  border: 1px solid #ededed;
  height: 50px;
}
.motov4_search_container input {
  border: none;
  padding: 12px 10px;
  color: #313131;
}
.motov4_search_container button {
  float: right;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background: none;
  color: #313131;
  line-height: 50px;
  padding: 0px 15px;
}
.motov4_search_container button:hover {
  background: #ccc;
}
.motov4_co_header .motov4_header_social {
  float: right;
  margin: 0px;
  height: 100%;
}
.motov4_tp_head {
  padding: 9px 0px;
  display: inline-block;
  margin-left: 15px;
}
.motov4_nav > ul > li:last-child > a {
  padding-right: 0;
}

.motov4_tp_head:first-child {
  margin-left: 0;
}
.motov4_tp_head p {
  font-size: 15px;
}
.motov4_tp_head p i {
  color: rgba(255, 138, 0, 1);
  margin-right: 10px;
}
/*===================== blog style css start =====================*/
.motov4_blog_detail .motov4_blog_user {
  position: absolute;
  top: -25px;
  border-radius: 100%;
  overflow: hidden;
  left: 30px;
}
.motov4_blog_detail {
  position: relative;
}
/*-------- blog style1 css start --------*/
.motov4_blog_style1 a,
.motov4_blog_style1 .motov4_blog_box {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_blog_style1 .motov4_blog_box:hover {
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
.motov4_blog_style1 .motov4_blog_box {
  background: #ffffff;
  margin-bottom: 30px;
}
.motov4_blog_style1 .motov4_blog_box > .motov4_blog_content,
.motov4_single_square .motov4_blog_detail {
  padding: 30px 30px;
  border: 1px solid #eaeaea;
  position: relative;
}
.motov4_blog_style1 .motov4_blog_user,
.motov4_single_curve .motov4_blog_detail .motov4_blog_user,
.motov4_single_square .motov4_blog_detail .motov4_blog_user {
  position: absolute;
  top: -25px;
  border-radius: 100px;
  overflow: hidden;
  border: 4px solid #ffffff;
  left: 30px;
}
.motov4_blog_style1 .motov4_blog_meta > ul,
.motov4_single_curve .motov4_blog_detail .motov4_blog_meta > ul,
.motov4_single_square .motov4_blog_detail .motov4_blog_meta > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 7px;
}
.motov4_single_curve .motov4_blog .motov4_blog_image > a {
  border-radius: 10px;
  overflow: hidden;
}
.motov4_single_curve .motov4_blog_author {
  padding: 20px;
  border-radius: 14px;
  box-shadow: none;
}
.motov4_single_curve .motov4_blog_related .motov4_related_box {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
  box-shadow: none;
}
.motov4_single_curve .motov4_blog_detail .motov4_blog_meta > ul,
.motov4_single_square .motov4_blog_detail .motov4_blog_meta > ul {
  margin-top: 0;
}
.motov4_single_curve
  .motov4_blog_detail
  .motov4_blog_user
  + .motov4_blog_meta
  > ul,
.motov4_single_square
  .motov4_blog_detail
  .motov4_blog_user
  + .motov4_blog_meta
  > ul {
  margin-top: 5px;
}
.motov4_blog_style1 .motov4_blog_meta > ul > li,
.motov4_single_curve .motov4_blog_detail .motov4_blog_meta > ul > li,
.motov4_single_square .motov4_blog_detail .motov4_blog_meta > ul > li {
  display: inline-block;
  position: relative;
}
.motov4_blog_style1 .motov4_blog_meta > ul > li > a,
.motov4_blog_style1
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li {
  color: #222222;
  font-weight: 600;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}
.motov4_blog_style1 .motov4_blog_meta > ul > li img {
  display: none;
}
.motov4_blog_style1 .motov4_blog_meta > ul > li::after,
.motov4_single_curve .motov4_blog_detail .motov4_blog_meta > ul > li::after,
.motov4_single_square .motov4_blog_detail .motov4_blog_meta > ul > li::after,
.motov4_single_default .motov4_blog_detail .motov4_blog_meta > ul > li::after {
  content: "/";
  padding: 0 10px;
  color: #bfbfbf;
}
.single.motov4_blog_style1 .motov4_blog_meta > ul > li::after,
.single.motov4_single_curve
  .motov4_blog_detail
  .motov4_blog_meta
  > ul
  > li::after,
.single.motov4_single_square
  .motov4_blog_detail
  .motov4_blog_meta
  > ul
  > li::after,
.single.motov4_single_default
  .motov4_blog_detail
  .motov4_blog_meta
  > ul
  > li::after {
  padding: 0 0px;
}
.motov4_blog_style1 .motov4_blog_meta > ul > li:last-child::after,
.motov4_single_curve
  .motov4_blog_detail
  .motov4_blog_meta
  > ul
  > li:last-child::after,
.motov4_single_square
  .motov4_blog_detail
  .motov4_blog_meta
  > ul
  > li:last-child::after,
.motov4_single_default
  .motov4_blog_detail
  .motov4_blog_meta
  > ul
  > li:last-child::after {
  display: none;
}
.motov4_blog_style1 .motov4_blog_meta > ul > li > a:hover {
  text-decoration: none;
  color: #2391ff;
}
.motov4_blog_style1 .post_title > a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
}
.motov4_blog_style1 .post_title > a,
.motov4_single_curve .post_title,
.motov4_single_square .post_title {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
}
.motov4_blog_style1 .post_title,
.motov4_single_curve .post_title,
.motov4_single_square .post_title {
  margin: 0px 0 7px;
}
.noPageTitle .motov4_page_content_wrapper {
  /*padding-top: 80px;*/
}
.motov4_blog_style1 .post_title > a:hover {
  color: #2391ff;
  text-decoration: none;
}
.motov4_blog_style1 .motov4_blog_content > .motov4_blog_data p,
.motov4_single_curve .entry-content p {
  color: #6d6d6d;
  margin-bottom: 6px;
  font-size: 15px;
  word-break: break-word;
}
.motov4_transparent_blog_btn {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  color: #2391ff;
}
.motov4_transparent_blog_btn::after {
  content: "\f105";
  font-family: "fontawesome";
  margin-left: 7px;
  font-size: 15px;
  vertical-align: middle;
}
.motov4_transparent_blog_btn:hover {
  letter-spacing: 1.2px;
  text-decoration: none;
  color: #2391ff;
}
.motov4_blog_style1.style3_full_width .motov4_blog_box:hover {
  box-shadow: none;
}
.motov4_blog_style1.style3_full_width
  .motov4_blog_box:hover
  > .motov4_blog_content {
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
/*-------- blog slider css start -------*/
.motov4_blog_style1.motov4_slider_blog .motov4_blog_slider {
  margin: 0 -15px;
}
.motov4_blog_style1.motov4_slider_blog .motov4_blog_slider .slick-prev {
  left: 0px;
}
.motov4_blog_style1.motov4_slider_blog .motov4_blog_slider .slick-next {
  right: 0px;
}
.motov4_blog_style1.motov4_slider_blog .motov4_blog_slides {
  margin: 0 15px;
  height: auto;
}
.motov4_blog_style1.motov4_slider_blog .motov4_blog_slides:focus {
  outline: none;
}
.motov4_blog_style1.motov4_slider_blog .motov4_blog_slides .motov4_blog_img {
  overflow: hidden;
}
.motov4_blog_style1.motov4_slider_blog .motov4_blog_slides a:focus {
  outline: none;
}
.motov4_blog_style1.motov4_slider_blog .slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  bottom: 0;
  position: static;
}
.motov4_blog_style1.motov4_slider_blog .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
}
.motov4_blog_style1.motov4_slider_blog .slick-dots li button:focus {
  outline: none;
}
.motov4_blog_style1.motov4_slider_blog .slick-dots li button {
  opacity: 0.5;
  border-radius: 50px;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #2391ff;
  border: none;
  padding: 0;
  margin: 0 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.motov4_blog_style1.motov4_slider_blog .slick-dots li button:hover,
.motov4_blog_style1.motov4_slider_blog .slick-dots .slick-active button {
  opacity: 1;
  width: 15px;
}
/*------ blog style2 css start --------*/
.motov4_blog_style2 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_blog_style2 a:hover {
  text-decoration: none;
}
.motov4_blog_style2 .motov4_blog_box {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.motov4_blog_style2.style3_full_width .motov4_blog_box > .motov4_blog_content {
  border-radius: 10px;
}
.motov4_blog_style2.style3_full_width .motov4_blog_box .motov4_blog_img img {
  border-radius: 10px;
}
.motov4_blog_style2 .motov4_blog_box > .motov4_blog_content {
  padding: 30px;
  background: #121213;
}
.motov4_blog_style2 .motov4_blog_box > .motov4_blog_img {
  position: relative;
}
.motov4_blog_style2 .motov4_blog_box > .motov4_blog_img .motov4_blog_date {
  position: absolute;
  top: 0;
  right: 20px;
  background: #fb5b21;
}
.motov4_blog_style2 .motov4_blog_box > .motov4_blog_img .motov4_blog_date p {
  display: block;
  padding: 7px 11px 6px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.motov4_blog_style2
  .motov4_blog_box
  > .motov4_blog_img
  .motov4_blog_date
  p
  > span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px;
}
.motov4_blog_style2
  .motov4_blog_box
  > .motov4_blog_img
  .motov4_blog_date
  a
  > span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -10px;
}
.motov4_blog_style2 .post_title a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.motov4_blog_style2 .motov4_blog_content > .motov4_blog_data p {
  font-size: 15px;
  color: #adaec1;
  margin-bottom: 10px;
  word-break: break-word;
}
.motov4_blog_style2 .post_title a:hover {
  color: #fb5b21;
}
.motov4_blog_style2 .motov4_transparent_blog_btn {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  color: #fb5b21;
}
.motov4_blog_style2 .motov4_transparent_blog_btn::after {
  content: "\f105";
  font-family: "fontawesome";
  margin-left: 7px;
  font-size: 15px;
  vertical-align: middle;
}
.motov4_blog_style2 .motov4_transparent_blog_btn:hover {
  letter-spacing: 1.2px;
  text-decoration: none;
  color: #fb5b21;
}
.motov4_blog_style2 .post_title {
  margin-bottom: 10px;
}
.motov4_blog_style2 .motov4_blog_user {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 7px;
}
.motov4_blog_style2 .motov4_blog_user img {
  border-radius: 100px;
  display: inline-block;
}
.motov4_blog_style2 .motov4_blog_meta {
  display: inline-block;
  vertical-align: middle;
}
.motov4_blog_style2 .motov4_blog_meta ul li {
  display: inline-block;
  margin-right: 9px;
}
.motov4_blog_style2 .motov4_blog_meta ul li:last-child {
  margin: 0;
}
.motov4_blog_style2 .motov4_blog_meta ul li img {
  margin-right: 6px;
  display: inline-block;
}
.motov4_blog_style2 .motov4_blog_meta ul {
  padding-left: 0;
}
.motov4_blog_style2.motov4_slider_blog .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  position: static;
}
.motov4_blog_style2.motov4_slider_blog .slick-dots li {
  display: inline-block;
}
.motov4_blog_style2.motov4_slider_blog .slick-dots li button:focus {
  outline: none;
}
.motov4_blog_style2.motov4_slider_blog .slick-dots li button {
  opacity: 0.5;
  border-radius: 50px;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #fb5b21;
  border: none;
  padding: 0;
  margin: 0 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.motov4_blog_style2.motov4_slider_blog .slick-dots li button:hover,
.motov4_blog_style2.motov4_slider_blog .slick-dots .slick-active button {
  opacity: 1;
  width: 15px;
}
/*-------- blog slider css start -------*/
.motov4_blog_style2.motov4_slider_blog .motov4_blog_box {
  margin: 0;
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slider {
  margin: 0 -15px;
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slides {
  margin: 0 15px;
  height: auto;
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slides:focus {
  outline: none;
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slides .motov4_blog_img {
  overflow: hidden;
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slides a:focus {
  outline: none;
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slider .slick-arrow,
.motov4_blog_related .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -moz-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
  width: 50px;
  height: 50px;
  left: -80px;
  background: #121213;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slider .slick-arrow:focus,
.motov4_blog_related .slick-arrow:focus {
  outline: none;
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slider .slick-arrow:hover {
  background: #fb5b21;
}
.motov4_blog_style2.motov4_slider_blog
  .motov4_blog_slider
  .slick-arrow.slick-next,
.motov4_blog_related .slick-arrow.slick-next {
  left: auto;
  right: -80px;
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slider .slick-arrow:after,
.motov4_blog_related .slick-arrow:after {
  content: " ";
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: skewX(10deg) translate(-50%, -50%);
  -moz-transform: skewX(10deg) translate(-50%, -50%);
  -ms-transform: skewX(10deg) translate(-50%, -50%);
  transform: skewX(10deg) translate(-50%, -50%);
}
.motov4_blog_style2.motov4_slider_blog .motov4_blog_slider .slick-arrow:before,
.motov4_blog_related .slick-arrow.slick-prev:before {
  display: none;
}
.motov4_blog_style2.motov4_slider_blog
  .motov4_blog_slider
  .slick-arrow.slick-prev:after,
.motov4_blog_related .slick-arrow.slick-prev:after {
  -webkit-transform: skewX(10deg) translate(-50%, -50%) rotate(180deg);
  -moz-transform: skewX(10deg) translate(-50%, -50%) rotate(180deg);
  -ms-transform: skewX(10deg) translate(-50%, -50%) rotate(180deg);
  transform: skewX(10deg) translate(-50%, -50%) rotate(180deg);
}

/*-------- blog style3 css start ----------*/
.motov4_blog_style3 .motov4_blog_box {
  margin-bottom: 30px;
}
.motov4_blog_style3 .motov4_blog_box .motov4_blog_img {
  overflow: hidden;
}
.motov4_blog_style3 .motov4_blog_box .motov4_blog_img img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_blog_style3 .motov4_blog_box:hover .motov4_blog_img img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.motov4_blog_style3 .motov4_blog_content,
.motov4_single_square .motov4_blog_content {
  padding: 25px 30px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.motov4_blog_style3 .motov4_blog_content {
  padding: 25px 30px 17px;
}
.motov4_blog_style3 .post_title {
  margin-bottom: 5px;
}
.motov4_blog_style3 .post_title > a {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_blog_style3 .post_title > a:hover {
  color: #ff8a00;
}
.motov4_blog_style3 .motov4_blog_content > .motov4_blog_data p,
.motov4_single_square .motov4_blog_content > .motov4_blog_data p {
  color: #707070;
  font-size: 15px;
  margin-bottom: 10px;
}
.motov4_blog_style3 .motov4_blog_box .motov4_transparent_blog_btn {
  margin-bottom: 7px;
  display: inline-block;
}
.motov4_blog_style3 .motov4_blog_meta > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.motov4_blog_style3 .motov4_blog_meta > ul > li {
  color: #707070;
  text-transform: capitalize;
  font-size: 15px;
  display: inline;
  margin-right: 15px;
}
.motov4_blog_style3 .motov4_blog_meta > ul > li a {
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_blog_style3 .motov4_blog_meta > ul > li .meta_user_name {
  color: #ff8a00;
}
.motov4_blog_style3 .motov4_blog_meta > ul > li .meta_date {
  color: #222222;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.motov4_blog_style3 .motov4_blog_meta > ul > li.meta_comment a:hover {
  color: #ff8a00;
}
.motov4_blog_style3 .motov4_blog_meta > ul > li.meta_comment a {
  font-weight: 500;
  color: #707070;
}
.motov4_blog_style3 .motov4_blog_meta > ul > li .meta_user_img,
.motov4_blog_style3
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li
  .meta_comment_img {
  margin-top: -1px;
  margin-right: 10px;
  display: inline-block;
}
.motov4_blog_style3 .motov4_blog_head {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
  position: relative;
}
.motov4_blog_style3 .motov4_blog_head > .motov4_blog_category {
  height: 50px;
  background: #ff8a00;
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.motov4_blog_style3 .motov4_blog_head > .motov4_blog_category > i {
  margin-right: 10px;
  font-size: 20px;
}
.motov4_blog_style3 .motov4_blog_head .motov4_blog_read_more.motov4_load_posts {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_blog_style3 .motov4_blog_head .motov4_blog_read_more {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.motov4_blog_style3 .motov4_blog_head .motov4_blog_read_more:hover {
  color: #ff8a00;
}
.motov4_blog_style3 .motov4_blog_head .motov4_blog_read_more:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  height: 3px;
  width: 30px;
  background: #ff8a00;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.motov4_blog_single .motov4_blog_wrapper .motov4_blog_detail a.motov4_btn {
  margin-bottom: 20px;
}
/*-------- blog style 3 full width ----------*/
.motov4_blog_style3.style3_full_width
  .motov4_blog_box
  .motov4_blog_img
  + .motov4_blog_content,
.motov4_blog_style1.style3_full_width
  .motov4_blog_box
  .motov4_blog_img
  + .motov4_blog_content,
.motov4_blog_style2.style3_full_width
  .motov4_blog_box
  .motov4_blog_img
  + .motov4_blog_content {
  padding: 50px 30px 50px 184px;
  min-height: 257px;
  margin-left: 30px;
}
.motov4_blog_style3.style3_full_width .motov4_blog_box > .motov4_blog_content,
.motov4_blog_style1.style3_full_width .motov4_blog_box > .motov4_blog_content,
.motov4_blog_style2.style3_full_width .motov4_blog_box > .motov4_blog_content {
  padding: 30px;
}
.motov4_blog_style3.style3_full_width .motov4_blog_box,
.motov4_blog_style1.style3_full_width .motov4_blog_box,
.motov4_blog_style2.style3_full_width .motov4_blog_box {
  position: relative;
}
.motov4_blog_style3.style3_full_width .motov4_blog_box .motov4_blog_img,
.motov4_blog_style1.style3_full_width .motov4_blog_box .motov4_blog_img,
.motov4_blog_style2.style3_full_width .motov4_blog_box .motov4_blog_img {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.motov4_blog_style1.style3_full_width
  .motov4_blog_box
  .motov4_blog_content
  .motov4_blog_user {
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border: none;
  margin-right: 10px;
}
.motov4_blog_style1.style3_full_width .motov4_blog_meta {
  display: inline-block;
  vertical-align: middle;
}
.motov4_blog_style1.style3_full_width .motov4_blog_data {
  margin-top: 10px;
}
.motov4_blog_style1.style3_full_width
  .motov4_blog_box
  .motov4_blog_content
  .motov4_blog_user
  img {
  border-radius: 100%;
}
.motov4_blog_style1.style3_full_width
  .motov4_blog_box
  .motov4_blog_content
  .motov4_blog_meta
  ul {
  margin: 0;
}
.motov4_blog_style1.motov4_slider_blog .motov4_blog_box {
  margin: 0;
}
/*------- blog style3 with slider -----------*/
.motov4_blog_style3.motov4_slider_blog {
  overflow-x: hidden;
}
.motov4_blog_style3.motov4_slider_blog .container-fluid {
  padding: 0;
}
.motov4_blog_style3.motov4_slider_blog .motov4_blog_slides a:focus,
.motov4_blog_style3.motov4_slider_blog
  .motov4_blog_slider
  .motov4_blog_slides:focus,
.motov4_blog_style3.motov4_slider_blog
  .motov4_blog_slides
  .motov4_blog_box:focus {
  outline: none;
}
.motov4_blog_style3.motov4_slider_blog .motov4_blog_slider {
  margin: 0 -15px;
}
.motov4_blog_style3.motov4_slider_blog .motov4_blog_slides {
  margin: 0 15px;
  height: auto;
}
.motov4_blog_style3.motov4_slider_blog .motov4_blog_slides .motov4_blog_box {
  margin-bottom: 0;
  position: relative;
}
.motov4_blog_style3.motov4_slider_blog
  .motov4_blog_slides
  .motov4_blog_box
  > .motov4_blog_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: none;
}
.motov4_blog_style3 .post_title > a {
  color: #222222;
}
.motov4_blog_style3.motov4_slider_blog .motov4_blog_meta > ul > li {
  color: #ffffff;
}
.motov4_blog_style3.motov4_slider_blog .motov4_blog_meta > ul > li .meta_date {
  color: #ffffff;
}
.motov4_blog_style3.motov4_slider_blog .post_title > a:hover,
.motov4_blog_style3 .motov4_blog_meta > ul > li .meta_date:hover {
  color: #ff8a00;
}
.motov4_blog_style3.motov4_slider_blog
  .motov4_blog_slides
  .motov4_blog_box
  .motov4_blog_img {
  position: relative;
}
.motov4_blog_style3.motov4_slider_blog
  .motov4_blog_slides
  .motov4_blog_box
  .motov4_blog_img
  a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.9)
  );
}
.motov4_blog_style3.motov4_slider_blog
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_data
  p {
  color: #ffffff;
}
.motov4_blog_style3.motov4_slider_blog
  .motov4_blog_meta
  > ul
  > li.meta_comment
  a {
  color: #ffffff;
}
.motov4_blog_style3.motov4_slider_blog .slick-dots li {
  display: inline-block;
  margin: 0;
}
.motov4_blog_style3.motov4_slider_blog .slick-dots {
  position: static;
}
.motov4_blog_style3.motov4_slider_blog .slick-dots li button {
  padding: 0;
  width: 13px;
  height: 13px;
  margin: 0 !important;
}
.motov4_blog_style3.motov4_slider_blog .slick-dots li button:before {
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  color: #ff8f00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.motov4_blog_style3.motov4_slider_blog .slick-dots li button:hover:before {
  opacity: 1;
}
/*-------- blog single css start -----------*/
.motov4_blog_single .motov4_blog {
  /* padding-top:80px; */
}

.motov4_blog_single .motov4_blog_list .motov4_blog {
  padding: 0;
  margin-bottom: 30px;
}
.motov4_blog_single .motov4_blog_list .motov4_blog:last-child {
  margin-bottom: 0;
}
.motov4_page_content_wrapper .motov4_blog .motov4_blog_wrapper {
  /* margin-bottom: 30px; */
  /* padding: 20px; */
  /* border-radius: 14px;  */
  /* border: 1px solid #dedede;  */
}
blockquote {
  font-size: 15px;
  color: #222222;
  padding: 25px;
  background: #f5f5f5;
  margin: 25px 0;
  font-family: "Open Sans", sans-serif;
  position: relative;
  perspective: 100px;
}
blockquote:after {
  content: "\f10e";
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 47px;
  z-index: -1;
  color: #e7e7e7;
  transform: translate(-50%, -50%);
}
.motov4_blog_single_wrapper .motov4_blog_single1 p {
  margin-bottom: 25px;
}
.motov4_blog_single_wrapper .motov4_blog_single1 .motov4_blog_content {
  padding: 30px 30px 5px;
}
.motov4_blog_footer_style1,
.motov4_blog_footer_style2 {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  border: 1px solid #eaeaea;
  border-top: 0;
  margin-bottom: 50px;
}
.motov4_blog_footer_style1 .motov4_blog_tags h6,
.motov4_blog_footer_style1 .motov4_blog_cmnt h6 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  color: #6d6d6d;
}
.motov4_blog_footer_style1 .motov4_blog_share h6 {
  display: inline;
  margin-right: 5px;
  margin-bottom: 0;
  color: #6d6d6d;
  font-weight: 400;
}
.motov4_blog_footer_style1 .motov4_blog_cmnt p {
  display: inline-block;
  margin: 0;
}
.motov4_single_square .motov4_blog_footer {
  border: none;
  border-top: 1px solid #eaeaea;
}
.motov4_single_square .motov4_blog_footer {
  border: none;
  border-top: 1px solid #eaeaea;
}
.motov4_blog_tags h6 span,
.motov4_blog_cmnt h6 span {
  color: #5575e3;
}
.motov4_blog_share h6 {
  display: inline-block;
  margin-right: 15px;
}
.motov4_blog_share {
  text-align: left;
  margin-top: 10px;
}
.motov4_blog_tags a {
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  text-transform: capitalize;
}
.motov4_blog_share a {
  color: #222222;
  font-size: 13px;
  margin: 0 6px;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.motov4_blog_share a:hover {
  background: #5575e3;
  color: #ffffff;
}
.motov4_blog_footer_style2 h6,
.motov4_blog_footer_style2 p {
  display: inline-block;
}
.motov4_single_curve .motov4_blog_image,
.motov4_single_square .motov4_blog_image {
  border-radius: 0;
}
.motov4_single_curve .motov4_blog_detail .motov4_blog_meta,
.motov4_single_square .motov4_blog_detail .motov4_blog_meta {
  padding: 0;
  margin-bottom: 5px;
}
.motov4_single_curve .motov4_blog_detail .motov4_blog_meta > ul > li,
.motov4_single_square .motov4_blog_detail .motov4_blog_meta > ul > li,
.motov4_single_curve .motov4_blog_detail .motov4_blog_meta > ul > li span,
.motov4_single_square .motov4_blog_detail .motov4_blog_meta > ul > li span,
.motov4_single_default .motov4_blog_detail .motov4_blog_meta > ul > li span {
  margin-right: 7px;
}
.motov4_single_curve .motov4_blog_detail .motov4_blog_user,
.motov4_single_square .motov4_blog_detail .motov4_blog_user {
  width: 50px;
  height: 50px;
}
.motov4_single_curve .motov4_blog_detail .motov4_blog_user img,
.motov4_single_square .motov4_blog_detail .motov4_blog_user img {
  width: 100%;
}
.motov4_single_curve .motov4_blog_detail .entry-title,
.motov4_single_square .motov4_blog_detail .entry-title {
  padding: 0;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.motov4_single_curve .motov4_blog_detail .entry-title {
  margin-top: 10px;
}
.motov4_single_curve .motov4_blog_detail .entry-title a,
.motov4_single_square .motov4_blog_detail .entry-title a {
  color: #222222;
}
.motov4_single_square .edit-link a:hover {
  color: #ff8a00;
}
.motov4_single_square .motov4_blog_share a:hover {
  color: #ffffff !important;
}
.motov4_single_curve .entry-content p {
  margin-bottom: 25px;
}
.motov4_single_curve .motov4_blog_detail .entry-content,
.motov4_single_square .motov4_blog_detail .entry-content {
  margin: 0;
}
.motov4_single_curve .motov4_blog_detail .entry-footer,
.motov4_single_square .motov4_blog_detail .entry-footer {
  margin-top: 0;
  border-color: #eaeaea;
}
.entry-footer > .cat-links > a,
.entry-footer > .motov4_blog_tags > a {
  color: #222222;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  padding: 0;
  border: none;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_single_curve .motov4_blog_detail .motov4_blog_meta > ul > li,
.motov4_single_square .motov4_blog_detail .motov4_blog_meta > ul > li,
.motov4_single_curve .motov4_blog_detail .motov4_blog_meta > ul > li a,
.motov4_single_square .motov4_blog_detail .motov4_blog_meta > ul > li a,
.motov4_single_default .motov4_blog_detail .motov4_blog_meta > ul > li a,
.motov4_single_default .motov4_blog_detail .motov4_blog_meta > ul > li {
  color: #222222;
  font-weight: 600;
  font-size: 15px;
}
.motov4_single_default
  .motov4_blog_wrapper
  .motov4_blog_user
  + .motov4_blog_meta {
  padding-top: 10px;
}
.motov4_blog > .motov4_blog_detail .entry-footer .edit-link {
  width: 60px;
  text-align: right;
  flex: 1;
}
.entry-footer .cat-links {
  margin-right: 15px;
  display: inline-block;
}
.entry-footer .motov4_blog_tags,
.entry-footer .motov4_blog_cmnt {
  margin-right: 15px;
  display: inline-block;
}
.entry-footer .motov4_blog_tags h6,
.entry-footer .motov4_blog_cmnt h6 {
  display: inline-block;
  margin-right: 5px;
}
.entry-footer .motov4_blog_cmnt p {
  display: inline-block;
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.motov4_blog_detail .motov4_blog_user + .entry-title {
  padding-top: 30px;
}
.motov4_single_curve
  .motov4_page_content_wrapper
  .motov4_blog
  .motov4_blog_wrapper {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
}
/*------ blog single style2 --------*/
.motov4_single_square a,
.motov4_single_square .meta_date span {
  color: #ff8a00;
}
.motov4_single_square .motov4_blog_content {
  box-shadow: none;
}
.motov4_single_square .motov4_blog_detail {
  border: none;
  padding: 0;
}
.motov4_single_square
  .motov4_page_content_wrapper
  .motov4_blog
  .motov4_blog_wrapper {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
  padding: 20px;
}
.motov4_single_square .entry-content p {
  color: #525452;
  margin-bottom: 30px;
}
.motov4_blog_footer_style2 .motov4_blog_tags h6,
.motov4_blog_footer_style2 .motov4_blog_share h6 {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.motov4_blog_footer_style2 .motov4_blog_tags a {
  color: #525452;
  transition: all 0.3s;
  text-decoration: none;
  margin: 0 5px;
}
.motov4_blog_tags a:hover,
.motov4_blog .motov4_blog_detail .entry-footer > .cat-links > a:hover {
  color: #5575e3;
}
.motov4_blog_footer_style2 .motov4_blog_share a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #efefef;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  color: #222222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 10px;
  margin-right: 0;
}
.motov4_blog_footer_style2 .motov4_blog_share a span {
  line-height: 30px;
}
/*-------- blog single style 3 ------------*/
.motov4_single_dark
  .motov4_page_content_wrapper
  .motov4_blog
  .motov4_blog_wrapper {
  background: #121213;
  border-radius: 15px;
  overflow: hidden;
  /* margin-bottom: 50px; */
  padding: 30px;
  border: none;
}
.motov4_single_dark .motov4_blog_wrapper .motov4_blog_footer {
  margin: 0;
  border: none;
  border-top: 1px solid #2b303e;
}
.motov4_single_dark .motov4_blog_wrapper .motov4_blog_detail h3.entry-title {
  color: #ffffff;
  margin-top: 10px;
}
.motov4_single_dark .motov4_blog_wrapper .motov4_blog_detail .motov4_blog_user {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.motov4_single_dark
  .motov4_blog_wrapper
  .motov4_blog_detail
  .motov4_blog_user
  img {
  border-radius: 100px;
}
.motov4_single_dark .motov4_blog_wrapper .motov4_blog_meta {
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
}
.motov4_single_dark .motov4_blog_wrapper .motov4_blog_detail .entry-title {
  padding: 0;
}
.motov4_single_dark .motov4_blog_wrapper .motov4_blog_meta ul li {
  color: #adaec1;
  font-size: 15px;
  text-transform: capitalize;
}
.motov4_single_dark .motov4_blog_wrapper .motov4_blog_meta ul li span {
  margin-right: 10px;
}
.motov4_single_dark .motov4_blog_wrapper .motov4_blog_meta ul li:last-child {
  margin-right: 0;
}
.motov4_single_dark .motov4_blog_wrapper .motov4_blog_detail .entry-content p,
.motov4_single_dark
  .motov4_blog_wrapper
  .motov4_blog_detail
  .entry-content
  ul
  li {
  color: #adaec1;
  font-size: 15px;
}
.motov4_single_dark .entry-content h2,
.motov4_single_dark .entry-content h1,
.motov4_single_dark .entry-content h3,
.motov4_single_dark .entry-content h4,
.motov4_single_dark .entry-content h5,
.motov4_single_dark .entry-content h6,
.motov4_single_dark .entry-content table tr th,
.motov4_single_dark .entry-content table tr td,
.motov4_single_dark .entry-content dl dt,
.motov4_single_dark .entry-content dl dd,
.motov4_single_dark .entry-content ol li,
.motov4_single_dark .entry-content address,
.motov4_single_dark .entry-content figcaption {
  color: #adaec1;
}
.motov4_single_dark .entry-content table tr th,
.motov4_single_dark .entry-content table tr td {
  border: 1px solid #4e4e4e;
}
.motov4_single_dark .motov4_blog .motov4_blog_detail .entry-footer {
  border-top: 1px solid #2b303e;
}
.motov4_single_dark .motov4_blog_detail .entry-footer > .cat-links > a,
.motov4_single_dark .entry-footer .motov4_blog_cmnt p {
  color: #ffffff;
}
.motov4_single_dark .motov4_blog_tags a,
.motov4_single_dark .motov4_blog_footer_style1 .motov4_blog_cmnt p {
  color: #ffffff;
}
.motov4_single_dark .motov4_blog_footer_style1 .motov4_blog_share h6 {
  color: #ffffff;
}
.motov4_single_dark .motov4_blog_share a {
  color: #adaec1;
}
.motov4_single_dark .motov4_blog_share a:hover {
  color: #fb5b21;
}
.motov4_single_dark .motov4_blog_tags h6 span,
.motov4_single_dark .motov4_blog_cmnt h6 span,
.motov4_single_dark .meta_date span,
.motov4_single_dark a {
  color: #fb5b21;
}
.entry-footer .motov4_blog_cmnt p {
  color: #222222;
  margin-bottom: 0;
}
.motov4_single_dark a.motov4_btn {
  color: inherit;
}
/* .motov4_single_dark .motov4_blog_author { */
/* background: #fb5b21; */
/* color: #ffffff; */
/* } */
/* .motov4_single_dark .motov4_blog_author h5,.motov4_single_dark .motov4_blog_author h5 a { */
/* color: #ffffff; */
/* } */
.motov4_single_dark .motov4_blog_footer_style2 .motov4_blog_cmnt {
  color: #ffffff;
}
.motov4_single_dark .motov4_blog_footer_style2 .motov4_blog_share h6 {
  color: #ffffff;
}
.motov4_single_dark .motov4_blog_footer_style2 .motov4_blog_share a {
  background: #2a314b;
}
.motov4_single_dark .post-navigation > .nav-links > div[class*="nav-"] > a {
  background: #121213;
  color: #ffffff;
}
/*-------- default blog css start ----------*/
.motov4_single_default .motov4_blog_detail {
  position: relative;
}
.motov4_single_default .motov4_blog_detail .motov4_blog_user {
  position: absolute;
  top: -40px;
  left: 10px;
  border-radius: 100px;
  overflow: hidden;
}
.motov4_single_default .motov4_blog_image {
  margin-bottom: 15px;
}
.motov4_single_default .motov4_blog_detail .motov4_blog_user + h3.entry-title {
  padding-top: 20px;
  font-weight: 700;
}
.motov4_single_default .motov4_blog_footer_style1,
.motov4_single_default .motov4_blog_footer_style2 {
  border: 1px solid #eaeaea;
  margin-top: 30px;
}
.motov4_single_default .motov4_comment > .motov4_comment_detail {
  position: relative;
}
.motov4_single_default
  .motov4_comment
  > .motov4_comment_detail
  > .motov4_comment_reply {
  position: absolute;
  top: 0;
  right: 0;
}
.motov4_single_default .motov4_comment > .motov4_comment_detail > p {
  margin-top: 2px;
}
/*-------- comment style css ------------*/
.page .motov4_comment_wrapper {
  margin-top: 40px;
}
.motov4_comment_wrapper > .motov4_comment_list {
  margin-bottom: 50px;
}
#comment h3,
.comment-respond h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
}
#comment .commentlist,
#comment .commentlist .comment .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.motov4_single_square .motov4_comment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}
.motov4_single_square .motov4_comment .motov4_avatar {
  width: 100px;
  margin-right: 30px;
}
.motov4_single_square .motov4_comment .motov4_avatar img,
.motov4_single_square .motov4_comment > .motov4_avatar > .initials {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.motov4_single_square
  .motov4_comment_wrapper
  > .motov4_comment_list
  > ol
  > li
  > ol
  .motov4_comment
  > .motov4_avatar {
  width: 100px;
}
.motov4_single_square
  .motov4_comment_wrapper
  > .motov4_comment_list
  > ol
  > li
  > ol
  .motov4_comment
  > .motov4_avatar
  > img,
.motov4_single_square
  .motov4_comment_wrapper
  > .motov4_comment_list
  > ol
  > li
  > ol
  .motov4_comment
  > .motov4_avatar
  > .initials {
  width: 100px;
  height: 100px;
}
.motov4_single_square .motov4_comment .motov4_avatar + .motov4_comment_detail {
  width: calc(100% - 130px);
  padding: 0;
}
.motov4_single_square .motov4_comment .motov4_comment_detail {
  position: relative;
}
.motov4_single_square .motov4_comment .motov4_comment_detail h5 {
  margin-bottom: 2px;
}
.motov4_single_square .motov4_comment .motov4_comment_detail h3 {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: capitalize;
}
.motov4_single_square
  .motov4_comment
  .motov4_comment_detail
  .motov4_comment_date {
  display: inline-block;
  font-size: 15px;
  color: #525452;
  margin-right: 10px;
}
.motov4_single_square
  .motov4_comment
  .motov4_comment_detail
  .motov4_comment_reply
  a {
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 10px;
  right: 0;
  text-transform: capitalize;
}
.motov4_blog_comments
  .motov4_comment_data
  .motov4_comment_auth
  .motov4_comment_reply:hover {
  color: #ff8a00;
  text-decoration: none;
}
.motov4_single_square
  .motov4_comment
  .motov4_comment_detail
  .motov4_comment_reply
  i {
  border: 1px solid #eaeaea;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  border-radius: 100px;
  vertical-align: middle;
}
.motov4_single_square .motov4_comment .motov4_comment_detail p {
  color: #525452;
  margin: 0;
  margin-top: 7px;
}
#comment .commentlist .comment .children .motov4_blog_comments {
  padding-left: 90px;
}
.motov4_single_square .comment-list > li.comment:last-child .motov4_comment {
  padding: 0;
  margin: 0;
  border: none;
}
.motov4_single_square .motov4_comment_list .children li .motov4_comment {
  border-bottom: 1px solid #eaeaea;
}
/*--------- comment style 2 css ----------*/
.motov4_single_curve .motov4_comment_list {
  padding: 0;
}
.motov4_single_curve .motov4_comment .motov4_avatar + .motov4_comment_detail {
  width: calc(100% - 130px);
}
.motov4_single_curve .motov4_comment .motov4_comment_detail {
  padding: 0;
}
.motov4_single_curve .motov4_comment .motov4_comment_detail h3 a {
  font-size: 20px;
  color: #222222;
  text-transform: capitalize;
}
.motov4_single_curve .motov4_comment .motov4_avatar {
  width: 100px;
  margin-right: 30px;
}
.motov4_single_curve .motov4_comment .motov4_avatar img,
.motov4_single_curve .motov4_comment > .motov4_avatar > .initials {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.motov4_blog_comments.motov4_comment_style2
  .motov4_comment_data
  .motov4_comment_auth
  .motov4_comment_user:hover {
  color: #2391ff;
}
.motov4_single_curve
  .motov4_comment
  .motov4_comment_detail
  .motov4_comment_date {
  color: #626262;
  display: inline-block;
  margin-right: 15px;
}
.motov4_single_curve
  .motov4_comment
  .motov4_comment_detail
  .motov4_comment_reply,
.motov4_single_curve .motov4_comment .motov4_comment_detail .comment-edit-link {
  position: static;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.motov4_single_curve .motov4_comment .motov4_comment_detail .comment-edit-link {
  margin-right: 10px;
}
.motov4_single_curve
  .motov4_comment
  .motov4_comment_detail
  .motov4_comment_reply
  a {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  margin-top: 2px;
}
.motov4_single_curve .motov4_comment {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
.motov4_single_curve .motov4_comment .motov4_comment_detail p {
  color: #6d6d6d;
}
.motov4_single_curve
  .motov4_comment_wrapper
  > .motov4_comment_list
  > ol
  > li
  > ol
  .motov4_comment
  > .motov4_avatar {
  width: 100px;
}
.motov4_single_curve
  .motov4_comment_wrapper
  > .motov4_comment_list
  > ol
  > li
  > ol
  .motov4_comment
  > .motov4_avatar
  > img,
.motov4_single_curve
  .motov4_comment_wrapper
  > .motov4_comment_list
  > ol
  > li
  > ol
  .motov4_comment
  > .motov4_avatar
  > .initials {
  width: 100px;
  height: 100px;
}
/*-------- comment style3 --------*/
.motov4_single_dark .motov4_blog {
  background: transparent;
}
.motov4_single_dark .motov4_comment_list {
  background: #121213;
  border-radius: 10px;
  padding: 50px 50px;
  margin-bottom: 50px;
}
.motov4_single_dark .motov4_comment {
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #2b303e;
}
.motov4_single_dark .motov4_comment_list > ol > li:last-child .motov4_comment {
  padding-bottom: 0;
  margin: 0;
}
.motov4_single_dark
  .motov4_comment_list
  .children
  li:last-child
  .motov4_comment {
  border-bottom: 1px solid #2b303e;
}
.motov4_single_dark .motov4_comment > .motov4_avatar,
.motov4_single_dark .motov4_comment > .motov4_avatar .initials,
.motov4_single_dark
  .motov4_comment_wrapper
  > .motov4_comment_list
  > ol
  > li
  > ol
  .motov4_comment
  > .motov4_avatar
  .initials,
.motov4_single_dark
  .motov4_comment_wrapper
  > .motov4_comment_list
  > ol
  > li
  > ol
  .motov4_comment
  > .motov4_avatar {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.motov4_single_dark .motov4_comment > .motov4_avatar > img,
.motov4_single_dark
  .motov4_comment_wrapper
  > .motov4_comment_list
  > ol
  > li
  > ol
  .motov4_comment
  > .motov4_avatar
  > img {
  height: 70px;
  width: 70px;
  border-radius: 100px;
}
.motov4_single_dark .motov4_comment > .motov4_comment_detail > h3 > a {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
.motov4_single_dark .motov4_comment > .motov4_comment_detail > h3 {
  display: inline-block;
  margin-right: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
.motov4_single_dark
  .motov4_comment
  > .motov4_comment_detail
  .motov4_comment_date {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
.motov4_comment > .motov4_comment_detail .comment-edit-link {
  font-size: 15px;
  margin: 0 10px;
}
.motov4_single_dark
  .motov4_comment
  > .motov4_comment_detail
  > .motov4_comment_reply {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
.motov4_single_dark
  .motov4_comment
  > .motov4_comment_detail
  > .motov4_comment_reply
  a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}
.motov4_single_dark .motov4_comment > .motov4_comment_detail > p {
  color: #ffffff;
  margin: 0;
}
.motov4_single_dark .motov4_comment_wrapper > .motov4_comment_title {
  color: #ffffff;
}
/*--------- comment form style1 css----------*/
.motov4_single_square .comment-respond p {
  margin-bottom: 0;
}
.motov4_single_square .comment-respond form input:focus,
.motov4_single_square .comment-respond form textarea:focus,
.motov4_single_curve .comment-respond form input:focus,
.motov4_single_curve .comment-respond form textarea:focus {
  outline: none;
  border-color: #dedede;
}
.motov4_single_square .comment-respond form input[type="text"],
.motov4_single_square .comment-respond form input[type="email"],
.motov4_single_square .comment-respond form input[type="url"],
.motov4_single_square .comment-respond form textarea,
.motov4_single_curve .comment-respond form input[type="text"],
.motov4_single_curve .comment-respond form input[type="email"],
.motov4_single_curve .comment-respond form input[type="url"],
.motov4_single_curve .comment-respond form textarea {
  height: 50px;
  width: 100%;
  padding: 0 30px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  font-size: 15px;
  color: #525452;
}
.motov4_single_square .comment-respond form textarea,
.motov4_single_curve .comment-respond form textarea {
  height: 230px;
  padding: 20px 30px;
  resize: none;
}
.motov4_single_square .comment-respond p.comment-form-author input#author,
.motov4_single_square .comment-respond p.comment-form-email input#email,
.motov4_single_square .comment-respond p.comment-form-email input#url,
.motov4_single_curve .comment-respond p.comment-form-author input#author,
.motov4_single_curve .comment-respond p.comment-form-email input#email,
.motov4_single_curve .comment-respond p.comment-form-email input#url {
  height: 50px;
}
/*------- comment form style2 css --------*/
.motov4_single_curve .comment-respond form input[type="text"],
.motov4_single_curve .comment-respond form input[type="email"],
.motov4_single_curve .comment-respond form input[type="url"],
.motov4_single_curve .comment-respond form textarea {
  background: #f5f5f5;
  border-radius: 50px;
  border: none;
  color: #747373;
}
.motov4_single_curve .comment-respond form textarea {
  border-radius: 25px;
  border: none;
}
.motov4_single_curve .comment-respond form p {
  margin-bottom: 0;
}
.comment-respond .logged-in-as {
  margin-bottom: 10px !important;
}
/*------- comment form style3 ---------*/
.motov4_single_dark #comment h3,
.motov4_single_dark .comment-respond h3 {
  color: #ffffff;
  font-size: 24px;
}
.motov4_single_dark .comment-respond form input:focus,
.motov4_single_dark .comment-respond form textarea:focus {
  outline: none;
  border-color: #263453;
}
.motov4_single_dark .comment-respond form input[type="text"],
.motov4_single_dark .comment-respond form input[type="email"],
.motov4_single_dark .comment-respond form input[type="url"],
.motov4_single_dark .comment-respond form textarea {
  height: 50px;
  width: 100%;
  padding: 0 30px;
  border: 1px solid #363535;
  margin-bottom: 30px;
  font-size: 15px;
  color: #ffffff;
  background: transparent;
  border-radius: 24px;
}
.motov4_single_dark .comment-respond form textarea {
  height: 250px;
  padding: 20px 30px;
  resize: none;
}
.motov4_single_dark .comment-respond p.comment-form-author input#author,
.motov4_single_dark .comment-respond p.comment-form-email input#email,
.motov4_single_dark .comment-respond p.comment-form-email input#url {
  height: 50px;
}
.motov4_single_dark
  .comment-respond
  form
  [placeholder]::-webkit-input-placeholder {
  color: #adaec1;
}
.motov4_single_dark .comment-respond form [placeholder]::-moz-placeholder {
  color: #adaec1;
}
.motov4_single_dark .comment-respond form [placeholder]:-ms-input-placeholder {
  color: #adaec1;
}
.motov4_single_dark .comment-respond form [placeholder]:-moz-placeholder {
  color: #adaec1;
}
/*------- blog author css start -------*/
.motov4_blog_author {
  display: flex;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin: 50px 0px;
  color: #222222;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.motov4_blog_author .motov4_blog_auth_img {
  margin-right: 20px;
}
.motov4_blog_author .motov4_blog_auth_img img {
  border-radius: 10px;
}
.motov4_blog_author .motov4_blog_auth_img + .motov4_blog_auth_data {
  width: calc(100% - 151px);
  padding: 11px 0;
}
.motov4_blog_author h5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 6px;
  color: #222222;
}
.motov4_blog_author h5 a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #222222;
}
.motov4_blog_author p {
  margin: 0;
}
.motov4_single_square .motov4_blog_author,
.motov4_single_square .motov4_blog_related .motov4_related_box,
.motov4_single_square .motov4_blog_author .motov4_blog_auth_img img {
  border-radius: 0;
}
.motov4_single_square .motov4_blog_author h5 a {
  font-weight: bold;
}
.motov4_single_square .post-navigation > .nav-links > div[class*="nav-"] > a {
  border-radius: 0;
}

.motov4_single_square
  .post-navigation
  > .nav-links
  > div[class*="nav-"]
  > a:before {
  border-radius: 0;
}
/*------- blog related css start ---------*/
.motov4_blog_related .post_title {
  margin-bottom: 15px;
}
.motov4_blog_related .motov4_related_box .motov4_blog_user {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.motov4_blog_related .motov4_related_box .motov4_blog_user img {
  width: 100%;
  border-radius: 100px;
  display: inline-block;
}
.motov4_blog_related .motov4_blog_meta {
  display: inline-block;
}
.motov4_blog_related .motov4_blog_meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.motov4_blog_related .motov4_blog_meta ul li {
  display: inline-block;
  margin-right: 15px;
}
.motov4_blog_related .motov4_blog_meta ul li a {
  color: #adaec1;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_blog_related .motov4_blog_meta ul li > span {
  margin-right: 5px;
  color: #2391ff;
}
.meta_date span {
  color: #2391ff;
}
.motov4_blog_related .motov4_blog_meta ul li a:hover {
  color: #ff6015;
}
.motov4_blog_related .motov4_blog_meta ul li .meta_comment_img {
  margin-right: 10px;
  margin-top: -3px;
  display: inline-block;
}
.motov4_blog_related .motov4_related_slider .motov4_related_slides {
  padding: 0 15px;
  height: auto;
}
.motov4_blog_related .slick-arrow {
  text-indent: -99999;
  left: 0;
  background: #fb5b21;
  z-index: 100;
}
.motov4_blog_related .slick-arrow:before {
  color: #222222;
}
.motov4_blog_related .slick-prev.slick-arrow:before {
  display: block;
}
.motov4_blog_related .slick-arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #f5f5f5;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.motov4_blog_related .slick-arrow.slick-prev {
  left: 40px;
  visibility: hidden;
  opacity: 0;
}
.motov4_blog_related .slick-arrow.slick-next {
  right: 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%) skew(0);
  -moz-transform: translateY(-50%) skew(0);
  -ms-transform: translateY(-50%) skew(0);
  transform: translateY(-50%) skew(0);
}
.motov4_blog_related:hover .slick-arrow.slick-prev {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.motov4_blog_related:hover .slick-arrow.slick-next {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.motov4_blog_related .motov4_related_box {
  padding: 25px 30px 30px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.motov4_blog .motov4_blog_related {
  margin-top: 50px;
}
.motov4_related_slider {
  margin: 0 -15px;
}
.motov4_blog_related .post_title a {
  color: #222222;
}
.motov4_blog_related .motov4_blog_meta ul li {
  color: #222222;
}
.motov4_blog_related .motov4_blog_meta ul li a {
  color: #222222;
}
.motov4_blog_related .post_title a:hover {
  color: #2391ff;
}
.motov4_single_curve .comment-respond input[type="submit"] {
  border-radius: 50px;
}
/*--------- blog related dark ---------*/
.motov4_single_dark .motov4_blog_related .motov4_related_box {
  background: #121213;
  padding: 30px 30px;
  border-radius: 10px;
  border: none;
}
.motov4_single_dark .motov4_blog_related .post_title a {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_single_dark .motov4_blog_related .post_title a:hover {
  color: #ff6015;
}
.motov4_single_dark .motov4_blog_related .motov4_blog_meta ul li,
.motov4_single_dark .motov4_blog_related .motov4_blog_meta ul li a {
  color: #ffffff;
}
.motov4_single_dark .motov4_blog_related .motov4_blog_meta ul li span {
  color: #fb5b21;
}
.motov4_single_dark .motov4_blog_related .slick-arrow {
  visibility: visible;
  opacity: 1;
  height: 40px;
  width: 40px;
  border-radius: 0;
  background: #fb5b21;
  border: none;
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -moz-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.motov4_single_dark .motov4_blog_related .slick-arrow:before {
  display: none;
}
.motov4_single_dark .motov4_blog_related .slick-arrow.slick-prev {
  left: 0;
}
.motov4_single_dark .motov4_blog_related .slick-arrow.slick-next {
  right: 0;
}
.motov4_single_dark .motov4_blog_related .slick-arrow.slick-next {
  -webkit-transform: translateY(-50%) skewX(10deg);
  -moz-transform: translateY(-50%) skewX(10deg);
  -ms-transform: translateY(-50%) skewX(10deg);
  transform: translateY(-50%) skewX(10deg);
}
.motov4_single_dark .motov4_blog_related .slick-arrow:after {
  display: block;
  content: " ";
  background-image: url(../images/arrow.svg);
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: skewX(-10deg) translate(-50%, -50%);
  -moz-transform: skewX(-10deg) translate(-50%, -50%);
  -ms-transform: skewX(-10deg) translate(-50%, -50%);
  transform: skewX(-10deg) translate(-50%, -50%);
}
.motov4_single_dark .motov4_blog_related .slick-arrow.slick-prev:after {
  -webkit-transform: skewX(10deg) translate(-50%, -50%) rotate(180deg);
  -moz-transform: skewX(10deg) translate(-50%, -50%) rotate(180deg);
  -ms-transform: skewX(10deg) translate(-50%, -50%) rotate(180deg);
  transform: skewX(10deg) translate(-50%, -50%) rotate(180deg);
}
.motov4_single_dark .motov4_related_slider {
  margin: 0;
}
/*===================== blog style css end =====================*/
/* ============= seach page css start ====================*/
.no-results {
  margin: 0px 0 80px;
}
.no-results form {
  position: relative;
  margin-top: 20px;
}
.no-results form input {
  height: 50px;
  width: 100%;
  border: 1px solid #dedede;
  padding: 0 95px 0 20px;
  border-radius: 50px;
}
.no-results form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
}
/* ============= seach page css end ====================*/
/* ================= sidebar css start ===============*/
.sidebar_blog .widget {
  margin-bottom: 50px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
}
.sidebar_blog .motov4_footer .widget {
  box-shadow: none;
}
.sidebar_blog .widget_search form {
  position: relative;
  width: 100%;
  margin: 0;
}
.sidebar_blog .widget_search form input {
  width: 100%;
  height: 50px;
  border: 1px solid #eaeaea;
  padding: 0 65px 0 20px;
  border-radius: 0;
}
.sidebar_blog .widget_search form input:focus {
  outline: none;
}
.sidebar_blog .widget_search form .search-submit {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  border: 1px solid #ff8a00;
  background: #ff8a00;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.sidebar_blog .widget_search form .search-submit:hover {
  background: #ffffff;
  color: #ff8a00;
}
.sidebar_blog .widget_tag_cloud .tagcloud a {
  height: 40px;
  border: 1px solid #eaeaea;
  background: #ffffff;
  display: inline-block;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 0;
  color: #6d6d6d;
  font-size: 15px !important;
  text-decoration: none;
  box-shadow: none;
  margin: 0 5px 10px 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar_blog .widget_tag_cloud .tagcloud a:hover {
  background: #ff8a00;
  color: #ffffff;
}
.sidebar_blog .widget_tag_cloud {
  margin-bottom: 40px;
}
.sidebar_blog .widget-title {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  margin-bottom: 25px;
}
.sidebar_blog .widget-title a {
  color: #ffffff;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_meta > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_box .motov4_blog_img {
  border-radius: 0;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_meta > ul > li {
  color: #707070;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_meta > ul > li a {
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_meta > ul > li .meta_user_name {
  color: #ff8a00;
  display: inline-block;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_meta > ul > li .meta_date {
  color: #222222;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
}
.sidebar_blog
  .motov4_blog_posts
  .motov4_blog_meta
  > ul
  > li.meta_comment
  a:hover {
  color: #ff8a00;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_meta > ul > li.meta_comment a {
  font-weight: 500;
  color: #707070;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_meta > ul > li .meta_user_img,
.sidebar_blog .motov4_blog_posts .motov4_blog_meta > ul > li .meta_comment_img {
  margin-top: -4px;
  margin-right: 10px;
  display: inline-block;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_box {
  margin-bottom: 30px;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_box:last-child {
  margin: 0;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_data {
  padding: 25px 30px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sidebar_blog .motov4_blog_posts .post_title > a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar_blog .motov4_blog_posts {
  margin-bottom: 60px;
}
.sidebar_blog .widget.woocommerce.widget_product_search .search-field,
.sidebar_blog .widget.woocommerce.widget_product_search button {
  border-radius: 0;
}
.motov4_single_square .comment-respond input[type="submit"] {
  border-radius: 0;
}
.motov4_single_square .motov4_blog_share a {
  border-radius: 0;
}
.widget_follow ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_follow p {
  margin-bottom: 20px;
}
.widget_follow ul li {
  display: inline-flex;
  margin: 0;
  border: none;
  padding: 0;
}
.widget .widget_follow ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100px;
  color: #ffffff;
  margin-right: 10px;
}
.sidebar_corporate .widget .widget_follow ul li a:before,
.sidebar_dark .widget .widget_follow ul li a:before,
.sidebar_corporate .widget .widget_twitter_feed ul li a:before,
.sidebar_dark .widget .widget_twitter_feed ul li a:before,
.sidebar_blog .widget_motov4_widget_followers ul li:before {
  display: none;
}
.widget_follow ul li a:hover {
  color: #ffffff !important;
}
.widget_follow ul li:nth-child(3n + 0) {
  margin-right: 0;
}
.widget_follow ul li .facebook {
  background: #3b5999;
}
.widget_follow ul li .twitter {
  background: #55acee;
}
.widget_follow ul li .youtube {
  background: #cd201f;
}
.widget_follow ul li .instagram {
  background: #e4405f;
}
.widget_follow ul li .pinterest {
  background: #bd081c;
}
.widget_follow ul li .rss {
  background: #ffa748;
}
.widget_follow ul li a i {
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_follow ul li a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.widget_follow ul li > p > span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 20px;
}
.widget_follow ul li > p {
  font-size: 14px;
  text-transform: capitalize;
  color: #707070;
  margin: 0px 0 0;
}
.sidebar_blog .motov4_blog_posts .motov4_blog_box.recent_blog2 {
  display: flex;
}
.sidebar_blog
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_img {
  max-width: 70px;
  margin-right: 15px;
}
.sidebar_blog
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_img
  + .motov4_blog_data {
  width: calc(100% - 85px);
}
.sidebar_blog
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data {
  padding: 0;
  box-shadow: none;
}
.sidebar_blog
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data
  .post_title
  a {
  font-size: 15px;
  margin-bottom: 0;
}
.sidebar_blog
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data
  .post_title {
  margin: -3px 0 5px;
}
/*.sidebar_blog .motov4_blog_posts .recent_blog2 .motov4_blog_meta > ul > li .meta_date {
    color: #707070;
}*/
.sidebar_blog .widget_newsletter_widget {
  margin-bottom: 50px;
}
.sidebar_blog .widget_newsletter_widget .motov4_newsletter_box {
  text-align: center;
}
.sidebar_blog .widget_newsletter_widget .newsletter_heading {
  font-weight: 700;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
  color: #222222;
  margin-bottom: 10px;
}
.sidebar_blog .widget_newsletter_widget .newsletter_heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #ff8a00;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sidebar_blog .widget_newsletter_widget .motov4_newsletter_box p {
  font-size: 15px;
  color: #707070;
  margin-bottom: 10px;
}
.sidebar_blog
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form {
  position: relative;
  width: 100%;
  margin: 0;
}
.sidebar_blog
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  input {
  width: 100%;
  height: 50px;
  border: 1px solid #eaeaea;
  padding: 0 65px 0 20px;
  border-radius: 0;
}
.sidebar_blog
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  input:focus {
  outline: none;
}
.sidebar_blog
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  .newsletter_widget_submit {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  border: 1px solid #ff8a00;
  background: #ff8a00;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.sidebar_blog
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  .newsletter_widget_submit:hover {
  background: #ffffff;
  color: #ff8a00;
}
.sidebar_blog .widget_recent_comments ul .recentcomments,
.sidebar_blog .widget.widget_archive ul li,
.sidebar_blog .widget.widget_categories ul li,
.sidebar_blog .widget.widget_pages ul li,
.sidebar_blog .widget.widget_meta ul li,
.sidebar_blog .widget.widget_nav_menu ul li,
.sidebar_blog .widget.widget_recent_entries ul li {
  color: #222222;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  padding-bottom: 0;
  border: none;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.sidebar_blog .widget_recent_comments ul .recentcomments:last-child,
.sidebar_blog .widget.widget_archive ul li:last-child,
.sidebar_blog .widget.widget_categories ul li:last-child,
.sidebar_blog .widget.widget_pages ul li:last-child,
.sidebar_blog .widget.widget_meta ul li:last-child,
.sidebar_blog .widget.widget_nav_menu ul li:last-child,
.sidebar_blog .widget.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.sidebar_blog .widget ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ff8a00;
  top: 10px;
  left: 0;
}
.sidebar_blog .widget.widget_rss ul li:before,
.sidebar_blog .widget.widget_follow ul li:before,
.sidebar_blog .widget.widget_motov4_widget_contactus ul li:before,
.motov4_blog_meta ul li:before,
.sidebar_blog .widget.motov4-instagram-feed ul li:before,
.sidebar_blog .widget.motov4_blog_posts ul li:before {
  display: none;
}
.sidebar_blog .widget ul li a:hover {
  color: #ff8a00;
}
.sidebar_blog .widget.widget_archive > ul > li a:before,
.sidebar_blog .widget.widget_categories > ul > li a:before,
.sidebar_blog .widget.widget_recent_entries ul li a:before,
.sidebar_blog .widget.widget_meta ul li a:before {
  display: none;
}
.sidebar_blog .widget_recent_comments ul .recentcomments a {
  display: inline-block;
}
.widget ul > li ul {
  padding-left: 0;
}
.sidebar_blog .widget_rss ul li .rsswidget {
  color: #222222;
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.sidebar_blog .widget_rss ul li .rss-date {
  font-size: 15px;
  color: #222222;
  margin: 3px 0;
  display: inline-block;
}
.sidebar_blog .widget_rss ul li {
  color: #707070;
  font-size: 15px;
}
.sidebar_blog .widget_rss ul li cite {
  text-align: right;
  display: block;
}
.instagram_widget .vt_instagram_info ul li {
  display: inline-block;
  border: none;
  width: 85px;
  margin: 0 7px 0px 0;
  overflow: hidden;
  padding-bottom: 0;
}
.instagram_widget .vt_instagram_info ul li a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.instagram_widget .vt_instagram_info ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sidebar_dark .instagram_widget .vt_instagram_info ul li,
.sidebar_default .instagram_widget .vt_instagram_info ul li {
  width: 70px;
  border-radius: 5px;
}
.widget_twitter_feed .twitter_feeds ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_twitter_feed .twitter_feeds ul li h6 {
  padding-left: 25px;
  font-size: 15px;
  color: #222222;
  margin: 0;
  word-break: break-all;
}
.widget_twitter_feed .twitter_feeds ul li span {
  position: absolute;
  color: #ff8a00;
  top: 0;
}
.widget_twitter_feed .twitter_feeds ul li h6 .twitter_link {
  color: #ff8a00;
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.widget_twitter_feed .twitter_feeds ul li {
  margin-bottom: 15px;
  position: relative;
  border: none;
  padding: 0;
}
.widget_twitter_feed .twitter_feeds ul li:last-child {
  margin-bottom: 0;
}
.sidebar_default .widget_twitter_feed .twitter_feeds ul li span {
  color: #5575e3;
}
.sidebar_dark .widget_twitter_feed .twitter_feeds ul li span {
  color: #f05720;
}
.sidebar_dark .widget_twitter_feed .twitter_feeds ul li h6 {
  color: #ffffff;
  word-break: break-all;
}
.sidebar_dark .widget_twitter_feed .twitter_feeds ul li h6 .twitter_link {
  color: #f05720;
}
.widget_contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_contact ul li {
  margin-bottom: 15px;
}
.widget_contact ul li:last-child {
  margin-bottom: 0;
}
.widget_contact ul li > span {
  width: 25px;
  display: inline-block;
  color: #ff8a00;
  vertical-align: top;
  margin-top: 5px;
}
.widget_contact ul li p,
.widget_contact ul li a {
  display: inline-block;
  margin: 0;
  color: #222222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  width: calc(100% - 30px);
}
.widget_contact ul li a:hover {
  color: #ff8a00;
}
.widget_contact ul li p span,
.widget_contact ul li a span {
  color: #ff8f00;
  margin-right: 7px;
}
.widget_contact ul li > span,
.widget_contact ul li p span,
.widget_contact ul li a span,
.widget_contact ul li a:hover {
  color: #5575e3;
}
.motov4_contact_us ul li a:before {
  display: none !important;
}
/* .sidebar_corporate .widget_contact ul li > span,.sidebar_corporate .widget_contact ul li p span, .sidebar_corporate  .widget_contact ul li a span,.sidebar_corporate .widget_contact ul li a:hover { */
/* color: #2391ff; */
/* } */
/* .sidebar_dark .widget_contact ul li p,.sidebar_dark  .widget_contact ul li a { */
/* color: #ffffff; */
/* word-break:break-word; */
/* } */
/* .sidebar_dark .widget_contact ul li > span ,.sidebar_dark .widget_contact ul li p span, .sidebar_dark .widget_contact ul li a span,.sidebar_dark .widget_contact ul li a:hover  { */
/* color: #f45b15; */
/* } */
.widget_motov4_widget_contactus .motov4_contact_us ul li {
  border: none;
  padding: 0;
}
.motov4_single_curve .motov4_search_pagination {
  margin-top: 30px;
}
/*------ sidebar style 2 css --------*/
.sidebar_corporate .widget {
  margin-bottom: 30px;
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #e1e1e1;
  border-radius: 14px;
}
.sidebar_corporate .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 23px;
  border: none;
}
.sidebar_corporate .widget-title span {
  height: auto;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  line-height: inherit;
}
.sidebar_corporate .widget_follow {
  margin-bottom: 20px;
}
.sidebar_corporate .widget_search form {
  position: relative;
  margin-bottom: 0;
}
.sidebar_corporate .widget_search form input[type="text"]:focus {
  outline: none;
}
.sidebar_corporate .widget_search form input[type="text"] {
  background: #f1f1f1;
  width: 100%;
  height: 50px;
  padding: 0 50px 0 20px;
  border-radius: 25px;
  border: none;
}
.sidebar_corporate .widget_search form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  color: #2391ff;
  background: transparent;
  border: none;
  padding: 0;
}
.sidebar_corporate .widget_tag_cloud {
  margin-bottom: 40px;
}
.sidebar_corporate .widget_tag_cloud .tagcloud a {
  background: #f1f1f1;
  color: #6d6d6d;
  border: 1px solid #f5f5f5;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  font-weight: 500;
  padding: 0 15px;
  box-shadow: none;
  font-size: 15px !important;
  border-radius: 50px;
  text-decoration: none;
  margin: 0 5px 10px 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar_corporate .widget_tag_cloud .tagcloud a:hover {
  background: #2391ff;
  color: #ffffff;
}
.sidebar_corporate .motov4_blog_posts .motov4_blog_data {
  border: 1px solid #eaeaea;
  padding: 25px 30px 30px;
}
.sidebar_corporate .motov4_blog_posts .motov4_blog_box {
  margin-bottom: 30px;
}
.sidebar_corporate .motov4_blog_posts .post_title > a {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 6px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar_corporate .motov4_blog_posts .motov4_blog_meta > ul > li {
  color: #707070;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
}
.sidebar_corporate
  .motov4_blog_posts
  .motov4_blog_meta
  > ul
  > li
  .meta_user_name {
  color: #2391ff;
  display: inline-block;
}
.sidebar_corporate
  .motov4_blog_posts
  .motov4_blog_meta
  > ul
  > li
  .meta_user_img,
.sidebar_corporate
  .motov4_blog_posts
  .motov4_blog_meta
  > ul
  > li
  .meta_comment_img {
  margin-top: -4px;
  margin-right: 10px;
  display: inline-block;
}
.sidebar_corporate .motov4_blog_posts .motov4_blog_box.recent_blog2 {
  display: flex;
  box-shadow: none;
  padding: 0;
}
.sidebar_corporate
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_img {
  max-width: 70px;
  margin-right: 15px;
}
.sidebar_corporate
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_img
  img {
  border-radius: 5px;
}
.sidebar_corporate
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_img
  + .motov4_blog_data {
  width: calc(100% - 85px);
}
.sidebar_corporate
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data {
  border: none;
  padding: 0;
}
.sidebar_corporate
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data
  .post_title
  a {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.sidebar_corporate
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data
  .post_title {
  margin: -3px 0 4px;
}
.sidebar_corporate
  .motov4_blog_posts
  .recent_blog2
  .motov4_blog_meta
  > ul
  > li
  .meta_date {
  color: #6d6d6d;
  font-weight: 500;
}
.sidebar_corporate .widget_recent_comments ul li.recentcomments {
  color: #707070;
  padding: 0;
  border: none;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 15px;
  position: relative;
}
.sidebar_corporate .widget_recent_comments ul li.recentcomments a {
  display: inline-block;
}
.sidebar_corporate .widget_recent_comments ul li.recentcomments:before,
.sidebar_corporate .widget ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2391ff;
  border-bottom: 2px solid #2391ff;
  margin-right: 15px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.sidebar_corporate .widget_recent_comments ul li.recentcomments a:before,
.sidebar_corporate .widget_rss ul li a:before,
.sidebar_corporate .widget_motov4_widget_contactus ul li a:before,
.sidebar_corporate .motov4_blog_meta ul li a:before,
.sidebar_corporate .motov4-instagram-feed ul li a:before {
  display: none;
}
.sidebar_corporate .widget_archive ul li,
.sidebar_corporate .widget_categories ul li,
.sidebar_corporate .widget_pages ul li,
.sidebar_corporate .widget_meta ul li,
.sidebar_corporate .widget_nav_menu ul li {
  color: #2391ff;
  text-align: left;
  border: none;
  padding-bottom: 0;
}
.sidebar_corporate .widget_archive ul li a,
.sidebar_corporate .widget_categories ul li a,
.sidebar_corporate .widget_pages ul li a,
.sidebar_corporate .widget_meta ul li a,
.sidebar_corporate .widget_nav_menu ul li a,
.sidebar_corporate .widget_recent_entries ul li a {
  display: inline-block;
  float: none;
  text-transform: capitalize;
}
/* .sidebar_corporate .widget ul li a:hover{ */
/* color: #2391ff; */
/* }  */
.sidebar_corporate .widget_categories ul li .children,
.sidebar_corporate .widget_pages ul li .children,
.sidebar_corporate .widget_nav_menu ul li .sub-menu {
  margin-top: 15px;
}
.sidebar_corporate .widget_categories ul li .children li,
.sidebar_corporate .widget_pages ul li .children li,
.sidebar_corporate .widget_nav_menu ul li .sub-menu li {
  padding-left: 15px;
  border: none;
  padding: none;
}
.sidebar_default .widget ul li .children li,
.sidebar_default ul li .sub-menu li {
  padding-left: 20px;
}
.sidebar_corporate .widget_rss ul li a {
  margin-bottom: 5px;
}
.sidebar_corporate .widget_rss ul li .rss-date {
  display: inline-block;
  margin-bottom: 7px;
}
.sidebar_corporate .widget_rss ul li cite {
  display: block;
  text-align: right;
  margin-top: 6px;
}
.sidebar_corporate .widget_newsletter_widget .motov4_newsletter_box {
  box-shadow: none;
  text-align: center;
}
.sidebar_corporate .widget_newsletter_widget .newsletter_heading {
  font-weight: 700;
  padding-bottom: 0;
  color: #222222;
  margin-bottom: 8px;
}
.sidebar_corporate .widget_newsletter_widget .newsletter_heading:after {
  display: none;
}
.sidebar_corporate .widget_newsletter_widget .motov4_newsletter_box p {
  color: #707070;
  font-size: 15px;
  margin-bottom: 15px;
}
.sidebar_corporate
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form {
  position: relative;
}
.sidebar_corporate
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  input {
  border: none;
  background: #f1f1f1;
  padding: 0 53px 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
}
.sidebar_corporate
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  .newsletter_widget_submit {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  color: #2391ff;
  padding: 0;
}
.sidebar_corporate
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  .newsletter_widget_submit:hover {
  color: #2391ff;
  background: transparent;
}
.sidebar_corporate
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  .newsletter_widget_submit:focus,
.sidebar_corporate
  .widget_search
  .newsletter_form
  .newsletter_widget_submit:focus {
  outline: none;
}
/*------ sidebar style3  css start --------*/
.sidebar_dark .widget_follow ul li a {
  margin-right: 7px;
}
.sidebar_dark .widget {
  background: #121213;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: none;
}
.sidebar_dark .widget.widget_contact {
  padding: 0;
  margin: 0;
}
.sidebar_dark .motov4_sidebar_wrapper .widget-title,
.page.sidebar_dark .motov4_sidebar_wrapper .widget-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 23px;
  position: relative;
  border: none;
}
.sidebar_dark .widget_search form input[type="text"] {
  padding: 0 53px 0 20px;
  background: transparent;
  border: 1px solid #363535;
  color: #ffffff;
  width: 100%;
  height: 50px;
  border-radius: 25px;
}
.sidebar_dark .widget input::-webkit-input-placeholder {
  color: #adaec1;
}
.sidebar_dark .widget input ::-moz-placeholder {
  color: #adaec1;
}
.sidebar_dark .widget_search form {
  position: relative;
}
.sidebar_dark .widget_search form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  color: #ffffff;
  background: transparent;
  border: none;
  padding: 0;
}
.sidebar_dark .widget_tag_cloud .tagcloud a {
  background: transparent;
  color: #adaec1;
  border: 1px solid #263453;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 50px;
  text-decoration: none;
  margin: 0 5px 10px 0px;
  font-size: 15px !important;
  text-transform: capitalize;
  font-weight: 500;
  box-shadow: none;
}
.sidebar_dark .widget_tag_cloud .tagcloud a:hover {
  background: #f05720;
  color: #ffffff;
  border: 1px solid transparent;
}
.sidebar_dark .motov4_blog_posts .motov4_blog_box:last-child {
  margin: 0;
}
.sidebar_dark .motov4_blog_posts .motov4_blog_box .motov4_blog_img {
  margin-bottom: 10px;
}
.widget_recent_entries .motov4_blog_box .motov4_blog_img {
  border-radius: 10px;
  overflow: hidden;
}
.widget_recent_entries .motov4_blog_box .motov4_blog_img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget_recent_entries .motov4_blog_box:hover .motov4_blog_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.sidebar_dark .motov4_blog_posts .motov4_blog_img img {
  border-radius: 10px;
}
.sidebar_dark .motov4_blog_posts .motov4_blog_data .post_title > a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar_dark .motov4_blog_posts .motov4_blog_data .post_title > a:hover {
  color: #fb5b21;
}
.sidebar_dark .motov4_blog_posts .motov4_blog_data .motov4_blog_meta ul li,
.sidebar_dark .motov4_blog_posts .motov4_blog_meta > ul > li .meta_date {
  color: #adaec1;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
}
.sidebar_dark
  .motov4_blog_posts
  .motov4_blog_data
  .motov4_blog_meta
  ul
  li
  .meta_user_name {
  /* color: #fb5b21; */
  display: inline-block;
  font-weight: 600;
}
.sidebar_dark .motov4_blog_posts .motov4_blog_meta > ul > li .meta_user_img,
.sidebar_dark .motov4_blog_posts .motov4_blog_meta > ul > li .meta_comment_img {
  margin-top: -4px;
  margin-right: 10px;
  display: inline-block;
}
.sidebar_dark .motov4_blog_posts .motov4_blog_box {
  margin-bottom: 30px;
}
.sidebar_dark .motov4_blog_posts .motov4_blog_data {
  padding: 0;
  box-shadow: none;
}
.sidebar_dark
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_img {
  max-width: 70px;
  margin-right: 15px;
  margin-bottom: 0;
}
.sidebar_dark
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_img
  + .motov4_blog_data {
  width: calc(100% - 85px);
}
.sidebar_dark .motov4_blog_posts .recent_blog2.motov4_blog_box {
  padding: 0;
  display: flex;
}
.sidebar_dark
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data
  .post_title {
  margin: -3px 0 5px;
}
.sidebar_dark
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data
  .post_title
  a {
  font-size: 15px;
  margin: 0;
}
.sidebar_dark
  .motov4_blog_posts
  .recent_blog2
  .motov4_blog_meta
  > ul
  > li
  .meta_date {
  color: #adaec1;
  font-weight: 500;
}
.sidebar_dark .widget.widget_calendar .calendar_wrap > table > thead > tr > th,
.sidebar_dark .widget.widget_calendar .calendar_wrap > table > tbody > tr > td,
.sidebar_dark .widget.widget_calendar .calendar_wrap > table > caption {
  color: #adaec1;
}
.sidebar_dark
  .widget.widget_calendar
  .calendar_wrap
  > table
  > tbody
  > tr
  > td
  a,
.sidebar_dark
  .widget.widget_calendar
  .calendar_wrap
  > table
  > tfoot
  > tr
  > td
  a {
  color: #f05720;
}
.sidebar_dark .widget_recent_comments ul .recentcomments,
.sidebar_dark .widget_archive ul li,
.sidebar_dark .widget.widget_categories > ul > li,
.sidebar_dark .widget.widget_pages > ul > li,
.sidebar_dark .widget.widget_meta > ul > li,
.sidebar_dark .widget.widget_nav_menu ul li,
.sidebar_dark .widget.widget_rss ul li,
.sidebar_dark .widget.widget_recent_entries ul li {
  color: #adaec1;
  padding-bottom: 0;
  border: none;
  text-transform: capitalize;
  position: relative;
}
.sidebar_dark .widget_recent_comments ul .recentcomments {
  margin-bottom: 15px;
  padding-left: 15px;
}
.sidebar_dark .widget_recent_comments ul .recentcomments a {
  display: inline-block;
}
.sidebar_dark .widget_recent_comments ul .recentcomments:last-child {
  margin-bottom: 0;
}
.sidebar_dark .widget_recent_comments ul .recentcomments:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #f05720;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 100px;
}
.sidebar_dark .widget ul li a:hover {
  color: #f05720;
}
.sidebar_dark .widget ul li a:before {
  border: none;
  width: 5px;
  height: 5px;
  background: #f05720;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 100px;
  margin-right: 15px;
}
.sidebar_dark .widget_recent_comments ul .recentcomments a:before,
.sidebar_dark .widget_rss ul li a:before,
.sidebar_dark .motov4_blog_meta ul li a:before,
.sidebar_dark .widget_motov4_widget_contactus ul li a:before,
.sidebar_dark .motov4-instagram-feed ul li a:before {
  display: none;
}
.sidebar_dark .widget.widget_categories ul li .children li,
.sidebar_dark .widget.widget_pages ul li .children li,
.sidebar_dark .widget.widget_meta ul li .children li,
.sidebar_dark .widget.widget_nav_menu ul li .sub-menu li {
  padding: 0;
  border: none;
  padding-left: 15px;
}
.sidebar_dark .widget.widget_rss ul li a {
  font-weight: 600;
}
.sidebar_dark .widget.widget_rss ul li .rss-date {
  margin: 2px 0 8px 0;
  display: inline-block;
}
.sidebar_dark .widget.widget_rss ul li cite {
  display: block;
  text-align: right;
}
.sidebar_dark .widget_text .textwidget {
  color: #adaec1;
}
.sidebar_dark .widget_text .textwidget strong {
  margin-bottom: 8px;
  display: inline-block;
}
.sidebar_dark .widget select {
  background: transparent;
  color: #adaec1;
  border: 1px solid #263453;
}
.sidebar_dark .widget select option {
  background: #08122d;
}
.sidebar_dark .widget_newsletter_widget .motov4_newsletter_box {
  padding: 0;
  text-align: left;
  box-shadow: none;
}
.sidebar_dark .widget_newsletter_widget .newsletter_heading {
  color: #ffffff;
  font-size: 18px;
  padding: 0;
  margin-bottom: 8px;
}
.sidebar_dark .widget_newsletter_widget .newsletter_heading:after {
  display: none;
}
.sidebar_dark .widget_newsletter_widget .motov4_newsletter_box p {
  color: #adaec1;
  margin-bottom: 10px;
}
.sidebar_dark
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form {
  position: relative;
}
.sidebar_dark
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  input {
  padding: 0 53px 0 20px;
  background: transparent;
  border: 1px solid #263453;
  color: #ffffff;
  width: 100%;
  height: 50px;
  border-radius: 25px;
}
.sidebar_dark
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_form
  .newsletter_widget_submit {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  color: #ffffff;
  background: transparent;
}
.motov4_sidebar_wrapper .widget_follow .motov4_follow_us > p {
  display: none;
}
.sidebar_dark .widget_follow .motov4_follow_us > p {
  font-size: 15px;
  color: #adaec1;
  margin-bottom: 10px;
  display: block;
}
.widget_tag_cloud .tagcloud a:hover {
  opacity: 1;
}
/*---------- default sidebar css start --------*/
.sidebar_default .widget_search input,
.sidebar_default .widget_newsletter_widget .newsletter_form input {
  height: 50px;
  width: 100%;
  padding: 0 90px 0 20px;
  border: 1px solid #dedede;
  border-radius: 25px;
}
.sidebar_default .widget_search form,
.sidebar_default .widget_newsletter_widget .newsletter_form {
  position: relative;
}
.sidebar_default .widget_search .search-submit,
.sidebar_default
  .widget_newsletter_widget
  .newsletter_form
  .newsletter_widget_submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
}
.sidebar_default
  .widget_newsletter_widget
  .motov4_newsletter_box
  .newsletter_heading {
  font-size: 18px;
  color: #354a6c;
  margin-bottom: 8px;
}
.sidebar_default .widget_newsletter_widget .motov4_newsletter_box p {
  margin-bottom: 15px;
}
.sidebar_default .motov4_blog_posts .motov4_blog_box {
  margin-bottom: 30px;
}
.sidebar_default .motov4_blog_posts .motov4_blog_img {
  margin-bottom: 10px;
}
.sidebar_default .motov4_blog_posts .motov4_blog_img img {
  border-radius: 10px;
}
.sidebar_default .motov4_blog_posts .motov4_blog_data .post_title {
  margin-bottom: 10px;
}
.motov4_blog_posts .post_title a {
  color: #354a6c;
}
.motov4_blog_posts .post_title a:hover {
  color: #5575e3;
}
.sidebar_default .motov4_blog_posts .motov4_blog_meta ul li {
  display: inline-block;
  font-size: 15px;
}
.sidebar_default .motov4_blog_posts .motov4_blog_meta ul li .meta_user_name {
  display: inline-block;
}
.sidebar_default .motov4_blog_posts .motov4_blog_meta ul li img {
  margin-top: -4px;
  margin-right: 10px;
}
.sidebar_default .motov4_blog_posts .motov4_blog_box:last-child {
  margin-bottom: 0;
}
.sidebar_default .motov4_blog_posts .motov4_blog_box.recent_blog2 {
  display: flex;
}
.sidebar_default
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_img {
  max-width: 70px;
  margin-right: 15px;
  margin-bottom: 0;
}
.sidebar_default
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_img
  + .motov4_blog_data {
  width: calc(100% - 85px);
}
.sidebar_default
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data
  .post_title {
  margin: -3px 0 5px;
}
.sidebar_default
  .motov4_blog_posts
  .motov4_blog_box.recent_blog2
  .motov4_blog_data
  .post_title
  a {
  font-size: 16px;
}
.sidebar_default .widget_recent_comments ul li a {
  display: inline-block;
}
/**Loader Css**/
.motov4_loader_img {
  display: none;
  position: absolute;
  top: 13px;
  right: 45px;
  height: 30px;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.sidebar_default .motov4_loader_img {
  right: -30px;
}
.motov4_loader_img div {
  position: absolute;
  border: 2px solid #5575e3;
  opacity: 1;
  border-radius: 50%;
  animation: motov4_loader_img 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.motov4_loader_img div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes motov4_loader_img {
  0% {
    top: 14px;
    left: 14px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}
.sidebar_blog .motov4_loader_img div {
  border-color: #ff8a00;
}
.sidebar_corporate .motov4_loader_img div {
  border-color: #2391ff;
}
.sidebar_dark .motov4_loader_img div {
  border-color: #f05720;
}
/**Loader Css End**/
.um_alert_wrapper {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.um_alert_wrapper > .um_alert_inner {
  padding: 15px 30px;
  border-radius: 60px;
  color: #fff;
  background-color: #ff00;
}
.um_alert_wrapper > .um_alert_inner > p {
  margin: 0;
  color: #fff;
}
.um_alert_wrapper.alert_open {
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.um_alert_wrapper.um_success > .um_alert_inner {
  background-color: #82ba4a;
}
.um_alert_wrapper.um_error > .um_alert_inner {
  background-color: #ff5151;
}
/* ================= sidebar css end ===============*/
/* ================= banner slider css start ============================*/
.motov4_banner_slider .slick-slide {
  height: auto;
}
.motov4_banner_slider .motov4_blog_data .post_category {
  font-size: 18px;
  color: #ff8a00;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.motov4_banner_slider .motov4_blog_data .post_category:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff8a00;
}
.motov4_banner_slider .motov4_blog_box {
  position: relative;
}
.motov4_banner_slider .motov4_blog_box > .motov4_blog_content {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 20px;
  right: 140px;
  max-width: 890px;
  background: #ffffff;
  padding: 60px;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_data
  > .post_title {
  margin: 10px 0;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_data
  > .post_title
  > a {
  font-size: 42px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_data
  > .post_title
  > a:hover {
  color: #ff8a00;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_data
  p {
  color: #707070;
  font-size: 15px;
  margin-bottom: 10px;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li {
  color: #707070;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li
  a {
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li
  .meta_user_name {
  color: #ff8a00;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li
  .meta_date {
  color: #222222;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li.meta_comment
  a:hover {
  color: #ff8a00;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li.meta_comment
  a {
  font-weight: 500;
  color: #707070;
}
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li
  .meta_user_img,
.motov4_banner_slider
  .motov4_blog_box
  > .motov4_blog_content
  > .motov4_blog_meta
  > ul
  > li
  .meta_comment_img {
  margin-top: -4px;
  margin-right: 10px;
  display: inline-block;
}
.motov4_banner_slider .motov4_banner_overlay_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}
.motov4_banner_slider {
  position: relative;
  padding-top: 30px;
}
.motov4_banner_slider .motov4_banner_overlay_txt h1 {
  transform: rotate(-180deg);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0;
  font-size: 66px;
  color: #e5e5e5;
  text-transform: uppercase;
  font-weight: bold;
  width: auto;
  line-height: inherit;
}
.motov4_banner_slider .motov4_banner_overlay_txt.motov4_trending {
  left: auto;
  right: 0;
}
.motov4_banner_slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 120px;
  background: #ffffff;
  transform: none;
  z-index: 10;
  border-radius: 0;
  width: 70px;
  height: 70px;
  color: #222222;
}
.motov4_banner_slider .slick-arrow.slick-next {
  left: 190px;
}
.motov4_banner_slider .slick-arrow:before {
  color: #222222;
  font-size: 42px;
}
.motov4_banner_slider .slick-arrow:hover:before {
  color: #ff8a00;
}
.motov4_banner_slider .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background: #e5e5e5;
  left: 0;
  top: 14px;
}
/* ================= banner slider css end ============================*/
/* ================= unit content css start ===============*/
.widget_rss ul li .rsswidget {
  color: #5575e3;
  font-weight: 600;
  margin-bottom: 5px;
}
.widget_rss ul li .rss-date {
  margin-bottom: 5px;
  display: inline-block;
}
.widget_text .textwidget p strong {
  margin-bottom: 5px;
  display: inline-block;
}
.blog .motov4_page_content_wrapper,
.single .motov4_page_content_wrapper,
.archive .motov4_page_content_wrapper,
.category .motov4_page_content_wrapper,
.search .motov4_page_content_wrapper {
  margin: 80px 0;
}
.sticky-post {
  background-image: -moz-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
  background-image: -webkit-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
  background-image: -ms-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 5px 5px 3px;
  text-transform: uppercase;
  z-index: 1;
  margin-bottom: 10px;
  border-radius: 5px;
}
.motov4_blog_detail .entry-content p {
  margin-bottom: 15px;
}
.motov4_blog_detail .entry-content ul,
.motov4_comment .motov4_comment_detail ul {
  list-style: disc;
  margin: 0 0 1rem 0em;
}
.motov4_blog_detail .entry-content ul ul,
.motov4_comment .motov4_comment_detail ul ul {
  margin-bottom: 0;
}
.motov4_blog_detail .entry-content h2,
.motov4_blog_detail .entry-content h1,
.motov4_blog_detail .entry-content h3,
.motov4_blog_detail .entry-content h4,
.motov4_blog_detail .entry-content h5,
.motov4_blog_detail .entry-content h6,
.motov4_comment .motov4_comment_detail h2,
.motov4_comment .motov4_comment_detail h1,
.motov4_comment .motov4_comment_detail h3,
.motov4_comment .motov4_comment_detail h4,
.motov4_comment .motov4_comment_detail h5,
.motov4_comment .motov4_comment_detail h6 {
  margin-bottom: 10px;
}
.motov4_blog_detail .entry-content h2,
.motov4_comment .motov4_comment_detail h2 {
  margin: 15px 0px 10px;
  font-size: 32px;
}
.motov4_blog_detail .entry-content h2 {
  margin-top: 0;
}
.motov4_blog_detail .entry-content blockquote p,
.motov4_comment .motov4_comment_detail blockquote p {
  margin-bottom: 0;
}
.entry-content table tr th,
.entry-content table tr td,
.motov4_comment .motov4_comment_detail table tr th,
.motov4_comment .motov4_comment_detail table tr td {
  border: 1px solid #dedede;
  padding: 10px;
}
.entry-content table,
.motov4_comment .motov4_comment_detail table {
  width: 100%;
  margin-bottom: 15px;
}
pre {
  background: #eee;
  line-height: 1.6;
  max-width: 100%;
  padding: 1.6em;
}
.entry-content form input[type="password"] {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #dedede;
}
.motov4_blog .motov4_blog_detail > h3 > a {
  color: #222222;
  word-break: break-word;
}
.motov4_blog .motov4_blog_detail > h3 > a:hover {
  color: #5575e3;
}
.motov4_comment_wrapper > .motov4_comment_list .children ol {
  list-style: none;
}
dl dd {
  margin: 0 1rem 1rem;
}
/* ================= unit content css end ===============*/
/*----- instagram shortcode css start ---------*/
.motov4_instagram_info {
  position: relative;
}
.motov4_instagram_info > ul > li {
  width: 16.66%;
  float: left;
  overflow: hidden;
}
.motov4_instagram_info > ul > li img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_instagram_info > ul > li a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.motov4_instagram_info > ul:after {
  content: "";
  width: 100%;
  display: table;
}
.motov4_instagram_info > ul {
  position: relative;
  padding-left: 0px;
}
.motov4_instagram_info .instagram_user_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 30px 30px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.motov4_instagram_info .instagram_user_info a {
  display: block;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
}
.motov4_instagram_info .instagram_user_info i {
  color: #e4405f;
  font-size: 30px;
  margin-bottom: 6px;
}
/*----- instagram shortcode css start ---------*/
/*============Pricing Table start===========*/
.motov4_pricing_table {
  display: block;
  width: 100%;
  text-align: center;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  /* background-image: url(http://motothemes.in/motov4/wp-content/uploads/2019/01/pricing_bg.jpg); */
  background-size: cover;
  background-position: 30%;
  padding: 40px;
  position: relative;
}
.motov4_pricing_table .motov4_pricing_header {
  position: relative;
  z-index: 1;
}
.motov4_pricing_table .motov4_pricing_header h3 {
  font-size: 32px;
  color: #222;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.motov4_pricing_table .motov4_pricing_header h3:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.motov4_pricing_table .motov4_pricing_header p {
  color: #6d6d6d;
  margin-bottom: 34px;
}
.motov4_pricing_table .motov4_pricing_header h1 {
  font-size: 62px;
  font-weight: 700;
}
.motov4_pricing_table .motov4_pricing_header h1 small {
  font-size: 32px;
  font-weight: 500;
  margin-right: 5px;
}
.motov4_pricing_table .motov4_pricing_header h1 span {
  font-size: 16px;
  color: #2391ff;
  margin-left: 5px;
  font-weight: 700;
}
.motov4_pricing_table:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
.motov4_pricing_table .motov4_pricingg_content {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.motov4_pricing_table .motov4_pricingg_content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.motov4_pricing_table .motov4_pricingg_content ul li {
  margin-bottom: 15px;
  color: #222222;
}
.motov4_pricing_table .motov4_pricing_footer {
  position: relative;
  z-index: 1;
}
.motov4_pricing_table .motov4_pricing_footer .motov4_button {
  text-transform: capitalize;
  border-radius: 50px;
  background: transparent;
  color: #2391ff;
  border: 1px solid #2391ff;
}
.motov4_pricing_table .motov4_pricing_footer .motov4_button:hover {
  background: #2391ff;
  color: #fff;
}
.motov4_pricing_table.motov4_pricing_active:after {
  background: rgba(35, 145, 255, 0.9);
}
.motov4_pricing_table.motov4_pricing_active .motov4_pricing_header h3,
.motov4_pricing_table.motov4_pricing_active .motov4_pricing_header p,
.motov4_pricing_table.motov4_pricing_active .motov4_pricing_header h1,
.motov4_pricing_table.motov4_pricing_active .motov4_pricing_header h1 small,
.motov4_pricing_table.motov4_pricing_active .motov4_pricing_header h1 span,
.motov4_pricing_table.motov4_pricing_active .motov4_pricingg_content ul li {
  color: #fff;
}
.motov4_pricing_table.motov4_pricing_active .motov4_pricing_header h3:after {
  background: rgba(255, 255, 255, 0.3);
}
.motov4_pricing_table.motov4_pricing_active
  .motov4_pricing_footer
  .motov4_button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.motov4_pricing_table.motov4_pricing_active
  .motov4_pricing_footer
  .motov4_button:hover {
  background: #fff;
  color: #2391ff;
}
/*============Pricing Table end===========*/
/*************  Sticky Bar Css  ************/
.motov4_sticky_bar {
  float: left;
  width: 100%;
  background: #dc6891;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#dc6891),
    to(#7a5ac3)
  );
  background: linear-gradient(to right, #dc6891 0%, #7a5ac3 100%);
  padding: 10px 0px;
  position: fixed;
  left: 0px;
  z-index: 1000;
}
.motov4_sticky_bar .ce-col {
  text-align: center;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 0px;
}
.motov4_sticky_bar .all4_countdown {
  width: 60px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border-radius: 0px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  background: #764e9e;
}
.motov4_sticky_bar .all4_countdown:after {
  position: absolute;
  content: ":";
  top: -1px;
  right: -20px;
  color: #fff;
  font-size: 22px;
}
.motov4_sticky_bar .countdown_label {
  color: #ffffff;
}
.motov4_sticky_bar.motov4_sticky_bottom {
  bottom: 0px;
  border-top: 3px solid #ff702a;
}
.motov4_sticky_bar.motov4_sticky_top {
  top: 0px;
  border-bottom: 3px solid #ff702a;
}
.motov4_sticky_bar.motov4_sticky_top .motov4_sticky_close_btn {
  bottom: -15px;
  top: auto;
}
.motov4_sticky_bar .motov4_button {
  margin: 15px 0px;
}
.motov4_sticky_bar h2 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 500;
  text-align: left;
  line-height: 30px;
  display: inline-block;
}
.padder_left50 {
  padding-left: 50px;
}
.motov4_sticky_close_btn {
  cursor: pointer;
  background: #ff702a;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -15px;
}
/* =========== pagination css start ===========*/
.motov4_single_square .motov4_search_pagination {
  margin-top: 30px;
  border-radius: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.motov4_search_pagination li {
  float: left;
}
.motov4_search_pagination,
.entry-content .page-links a,
.entry-content .page-links span {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: auto;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.motov4_search_pagination {
  margin-top: 30px;
}
.motov4_search_pagination li a,
.motov4_search_pagination li span,
.entry-content .page-links a,
.entry-content .page-links span {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  border-right: 1px solid #ededed;
}
.motov4_search_pagination li:last-child a {
  border: none;
}
.motov4_search_pagination li.active a,
.motov4_search_pagination li:hover a,
.entry-content .page-links a:hover {
  color: #ffffff;
  background: #5575e3;
}
.entry-content .page-links a,
.entry-content .page-links span:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  margin: -2px;
}
.entry-content .page-links a:first-child,
.entry-content .page-links span:first-child {
  border-radius: 25px 0 0 25px;
}
.entry-content .page-links a:last-child,
.entry-content .page-links span:last-child {
  border-radius: 0 25px 25px 0;
}
.entry-content .page-links span:first-child,
.entry-content .page-links span:last-child {
  display: inline-block;
  vertical-align: middle;
  margin: -2px;
  color: #ffffff;
  background: #5575e3;
}
.entry-content .page-links span:nth-child(2) {
  color: #ffffff;
  background: #5575e3;
}
/* =========== pagination css end ===========*/
/* ========== table design ==========*/
.sp_table {
  border: none;
}
.sp_table tr th {
  text-align: center;
  padding: 20px;
  background-color: #5b53cc;
  color: #fff;
  font-size: 20px;
  width: 25%;
  border: 1px solid #d4d4d4;
}
.sp_table tr td {
  padding: 25px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  border: 1px solid #d4d4d4;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
.motov4_table_icon {
  position: absolute;
  left: 30px;
  top: 20px;
  color: #88be44;
}
.sp_table tr th:first-child,
.sp_table tr td:first-child {
  width: 50%;
}
.sp_table tr td:first-child {
  text-align: left;
  padding: 20px 20px 20px 65px;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
}

/* ========== table design ==========*/

/* ================== footer widget css ==================*/
.motov4-mega-menu-ul .widget_nav_menu ul li a:before {
  display: none;
}
.motov4_footer .instagram_widget .vt_instagram_info ul li,
.page .instagram_widget .vt_instagram_info ul li {
  margin: 0px 8px 1px 0;
  width: 82px;
}
.page .widgettitle,
.page .widget-title,
.motov4_footer .widgettitle,
.motov4_footer .widget > .widget-title {
  margin: 0;
  font-size: 20px;
  color: #354a6c;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
  border: none;
}
.page.sidebar_blog .widget-title,
.page.sidebar_blog .widgettitle {
  color: #222222;
}
.page.sidebar_dark .widget-title,
.page.sidebar_dark .widgettitle {
  color: #ffffff;
}
.page.sidebar_blog .widget-title span,
.sidebar_blog .motov4_footer .widget-title span {
  color: inherit;
  height: auto;
  line-height: inherit;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-size: 20px;
}
.page .widget-title:after {
  display: none;
}
.page .motov4_footer .widgettitle,
.page .motov4_footer .widget-title,
.motov4_footer .widgettitle,
.motov4_footer .widget > .widget-title,
.motov4_footer .widget-title {
  color: #ffffff;
}
.motov4_footer .widget {
  margin-bottom: 30px;
}
/*.sidebar_default .motov4_footer .motov4_blog_posts .motov4_blog_data .post_title a {
    color: #ffffff;
}*/
.sidebar_default
  .motov4_footer
  .motov4_blog_posts
  .motov4_blog_data
  .post_title
  a:hover {
  color: #5575e3;
}
.motov4_footer .widget_contact ul li p,
.motov4_footer .widget_contact ul li a {
  color: #ffffff;
  word-break: break-word;
}
.widget_contact ul li p,
.widget_contact ul li a {
  word-break: break-word;
}
.motov4_footer .widget_twitter_feed .twitter_feeds ul li h6 {
  color: #ffffff;
}
.motov4_footer .widget_twitter_feed .twitter_feeds ul li h6 a {
  line-height: 1.5;
}
.motov4_footer .widget.widget_calendar .calendar_wrap > table > thead > tr > th,
.motov4_footer
  .widget.widget_calendar
  .calendar_wrap
  > table
  > tbody
  > tr
  > td {
  color: #ffffff;
}
.motov4_footer .widget.widget_calendar .calendar_wrap > table > caption {
  color: #ffffff;
}
.page .instagram_widget ul li:before,
.motov4_footer .instagram_widget ul li:before,
.page .widget_contact ul li:before,
.motov4_footer .widget_contact ul li:before,
.page .widget_follow ul li:before,
.motov4_footer .widget_follow ul li:before,
.page .widget_twitter_feed ul li:before,
.motov4_footer .widget_twitter_feed ul li:before,
.page.sidebar_corporate .widget_contact ul li a:before,
.sidebar_corporate .motov4_footer .widget_contact ul li a:before,
.page.sidebar_corporate .instagram_widget ul li a:before,
.sidebar_corporate .motov4_footer .instagram_widget ul li a:before,
.page.sidebar_dark .widget_contact ul li a:before,
.sidebar_dark .motov4_footer .widget_contact ul li a:before,
.page.sidebar_dark .instagram_widget ul li a:before,
.sidebar_dark .motov4_footer .instagram_widget ul li a:before {
  display: none;
}
.page .widget_contact ul li,
.motov4_footer .widget_contact ul li {
  border: none;
  padding: 0;
}
.sidebar_blog .motov4_footer .motov4_blog_posts .motov4_blog_data {
  padding: 0;
  padding-top: 15px;
}
.sidebar_blog .motov4_footer .motov4_blog_posts .post_title > a {
  color: #ffffff;
}
.sidebar_blog .motov4_footer .motov4_blog_posts .motov4_blog_meta > ul > li {
  color: #ffffff;
}
/*.motov4_footer .motov4_blog_posts .motov4_blog_meta > ul > li .meta_date {
    color: #ffffff;
}*/
.sidebar_blog .motov4_footer .motov4_blog_posts .motov4_blog_box.recent_blog2 {
  padding: 0;
}
.sidebar_blog
  .motov4_footer
  .motov4_blog_posts
  .recent_blog2
  .motov4_blog_meta
  > ul
  > li
  .meta_date {
  font-weight: 500;
}
.sidebar_blog .motov4_footer .widget_recent_comments ul .recentcomments,
.sidebar_blog .motov4_footer .widget.widget_archive ul li,
.sidebar_blog .motov4_footer .widget.widget_categories ul li,
.sidebar_blog .motov4_footer .widget.widget_pages ul li,
.sidebar_blog .motov4_footer .widget.widget_meta ul li,
.sidebar_blog .motov4_footer .widget.widget_nav_menu ul li,
.sidebar_blog .motov4_footer .widget.widget_recent_entries ul li {
  color: #ffffff;
}
.sidebar_corporate .motov4_footer .widget-title span,
.sidebar_corporate .motov4_footer .motov4_blog_posts .post_title > a,
.sidebar_corporate
  .motov4_footer
  .motov4_blog_posts
  .recent_blog2
  .motov4_blog_meta
  > ul
  > li
  .meta_date {
  color: #ffffff;
}
.sidebar_corporate .motov4_footer .widget_recent_comments ul li.recentcomments {
  color: #ffffff;
}
.sidebar_corporate .motov4_footer .widget_archive ul li a,
.sidebar_corporate .motov4_footer .widget_categories ul li a,
.sidebar_corporate .motov4_footer .widget_pages ul li a,
.sidebar_corporate .motov4_footer .widget_meta ul li a,
.sidebar_corporate .motov4_footer .widget_nav_menu ul li a,
.sidebar_corporate .motov4_footer .widget_recent_entries ul li a {
  color: #ffffff;
}
.sidebar_corporate .motov4_footer .widget ul li a:hover {
  color: #2391ff;
}
.sidebar_dark .motov4_footer .widget {
  background: transparent;
  padding: 0;
}
.sidebar_blog .widget.woocommerce ul.product-categories li a:before {
  display: none;
}
.sidebar_blog .widget.woocommerce ul.product-categories li {
  position: relative;
  padding-left: 20px;
}
/* ================== footer widget css ==================*/
.padding-right {
  padding-right: 0px;
}
.padding-left {
  padding-left: 0px;
}
/*========================Box Newsletter Css Start=======================*/
.motov4_form_render .motov4_form_box {
  padding: 20px 20px 5px 20px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  /* border-left: 6px solid #ff7a17; */
}
.motov4_form_render .motov4_form_box .form-group {
  margin-bottom: 20px;
}
.motov4_form_render .motov4_box_heading {
  width: 100%;
  margin-bottom: 40px;
}
.motov4_form_render .motov4_box_heading h2 {
  font-size: 26px;
}
.motov4_form_render .motov4_form_box .row {
  width: auto;
  position: relative;
}
.motov4_form_render.motov4_big_input_box .form-group input[type="text"],
.motov4_form_render.motov4_big_input_box .form-group input[type="email"],
.motov4_form_render.motov4_big_input_box .form-group input[type="password"],
.motov4_form_render.motov4_big_input_box .form-group input[type="search"],
.motov4_form_render.motov4_big_input_box .form-group input[type="number"],
.motov4_form_render.motov4_big_input_box .form-group input[type="date"],
.motov4_form_render.motov4_big_input_box .form-group select,
.motov4_big_input_box .form-group textarea {
  height: 60px;
  padding: 0px 30px;
  background-clip: inherit;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}
.motov4_form_render.motov4_big_input_box .form-group button {
  height: 60px;
}
.motov4_form_render {
  position: relative;
}
/***----Error Message----*/
.um_alert_wrapper {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.um_alert_wrapper > .um_alert_inner {
  padding: 15px 30px;
  border-radius: 60px;
  color: #fff;
  background-color: #ff00;
}
.um_alert_wrapper > .um_alert_inner > p {
  margin: 0;
  color: #fff;
}
.um_alert_wrapper.alert_open {
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
/**portfolio css**/
.motov4_loadmore_btn {
  text-align: center;
  margin-top: 30px;
}
.motov4_loadmore_btn .motov4_portfolio_more_btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d5d5d5;
  padding: 0 30px;
  border-radius: 50px;
  font-size: 16px;
  color: #222;
  text-transform: capitalize;
  margin: 0 10px;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.motov4_loadmore_btn .motov4_portfolio_more_btn:hover {
  color: #fff;
  background-color: #319bff;
  border-color: #319bff;
}
/*---Testimonialss---*/
.motov4_slider_style1 .test_slider .motov4_slide_foo_text h3 {
  font-size: 18px;
  padding-bottom: 5px;
}
/**************Box Testimonial Css Start******************/
.motov4_box_testimonial {
  padding: 40px 35px;
  background-color: #fc6770;
  text-align: center;
  color: #fff;
}
/*****************Notification Box Style3****************/
.motov4_notice_style3 .motov4_red_suprt_data {
  padding: 50px 30px 50px 30px;
  margin-left: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 21px 0px rgba(59, 110, 255, 0.2);
}
.motov4_notice_style3 .motov4_red_suprt_icon {
  width: 70px;
  left: 10px;
  top: 0;
}
/*************************Author Style 3********************/
.motov4_author_style3 .motov4_red_team_img {
  width: 176px;
  z-index: 1;
}
.motov4_author_style3 .motov4_red_team_img img {
  border-radius: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.motov4_author_style3 .motov4_red_team_data {
  padding: 40px 30px 25px 120px;
  border: none;
  margin-left: -88px;
  flex: 1;
  background: #fd7663;
  color: #fff;
  border-radius: 10px;
}
.motov4_author_style3 .motov4_red_team_data h3 {
  font-size: 24px;
  padding-bottom: 7px;
  word-break: break-all;
  display: inline-block;
  color: inherit;
}
.motov4_author_style3 .motov4_red_team_data p {
  display: inline-block;
  margin-left: 5px;
}
.motov4_author_style3 .motov4_red_team_data ul li a {
  color: inherit;
  font-size: 20px;
}
.motov4_red_team_data ul li a span {
  flex: 1;
}
.motov4_author_style3 .motov4_red_team_data ul li a i {
  background-color: #fff;
  font-size: 19px;
  position: relative;
}
.motov4_author_style3 .motov4_red_team_data ul li a i.fa.fa-facebook {
  background: #fff;
  color: #3b5998;
}
.motov4_author_style3 .motov4_red_team_data ul li a i.fa.fa-skype {
  color: #00aff0;
  font-size: 19px;
}
.motov4_author_style3 .motov4_red_team_data ul li a:hover {
  color: #fff;
}
.motov4_author_style3 .motov4_red_team_data ul li a i:after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #41d514;
  content: "";
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}
/******************Author Style 4***************/
.motov4_author_style4 {
  display: flex;
}
.motov4_author_style4 .motov4_red_team_data {
  padding: 25px 30px 25px 80px;
  border: none;
  margin-left: -55px;
  background: #25ccd9;
  flex: 1;
  border-radius: 15px;
  border: 1px solid transparent;
  color: #fff;
  box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
}
.motov4_author_style4 .motov4_red_team_img {
  width: 118px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.motov4_author_style4 .motov4_red_team_data h3 {
  color: inherit;
}
.motov4_author_style4 .motov4_red_team_data p {
  font-size: 18px;
  color: inherit;
}
.motov4_author_style4 .motov4_red_team_data ul {
  padding-top: 15px;
}
.motov4_author_style4 .motov4_red_team_data ul li {
  margin-bottom: 8px;
}
.motov4_author_style4 .motov4_red_team_data ul li a {
  color: inherit;
  display: flex;
  align-items: center;
}
.motov4_author_style4 .motov4_red_team_data ul li a i {
  width: 35px;
  height: 35px;
  line-height: 38px;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
}
.motov4_author_style4 .motov4_red_team_data ul li a i.fa.fa-facebook {
  background: #fff;
  color: #25ccd9;
  border-radius: 100%;
}
.motov4_author_style4 .motov4_red_team_data ul li a i.fa.fa-skype {
  color: #fff;
  font-size: 35px;
}
/**********************Author Style5***************/
.motov4_author_style5 {
  padding: 30px;
  border: 2px dashed #e0e0e0;
  border-radius: 0px 30px 30px 30px;
}
.motov4_author_style5 .motov4_red_team_img {
  width: 147px;
}
.motov4_author_style5 .motov4_red_team_img img {
  border-radius: 0px 30px 30px 30px;
}
.motov4_author_style5 .motov4_red_team_data h3 {
  font-size: 22px;
  padding-bottom: 7px;
}
.motov4_red_team_data ul li:last-child {
  margin-bottom: 0px;
}
.motov4_author_style5 .motov4_red_team_data {
  padding: 0px 20px 0px 35px;
  border: none;
  margin-left: 0;
  flex: 1;
}
.motov4_author_style5 .motov4_red_team_data ul li a {
  font-size: 18px;
}
/**************Box Testimonial Css Start******************/

.motov4_box_testimonial {
  padding: 40px 35px 30px 35px;
  background-color: #fc6770;
  text-align: center;
  /* border-radius: 10px; */
  color: #fff;
}
.motov4_box_test_img {
  width: 95px;
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}
.motov4_box_test_name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.motov4_box_test_header {
  display: inline-block;
}
.motov4_box_test_img img {
  border-radius: 100%;
  border: 2px solid #fff;
  width: 100%;
}
.motov4_box_test_name h3 {
  font-size: 22px;
  color: inherit;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.motov4_box_test_name span {
  font-size: 18px;
  color: inherit;
}
.motov4_box_test_data {
  padding-top: 10px;
  padding-bottom: 10px;
}
.motov4_box_test_data p {
  font-size: 18px;
  line-height: 28px;
  color: inherit;
}
/*----Box Testimonial Css style2----*/
/*------------Box Testimonial Css Style2---------*/
.motov4_box_testimonial2.motov4_box_testimonial {
  padding: 30px 50px 50px 50px;
  background-color: #fff;
  color: #707070;
  position: relative;
  box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.08);
}
.motov4_box_testimonial2:after {
  position: absolute;
  width: 70px;
  height: 70px;
  content: "\f10e";
  background-color: #ffd16f;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  line-height: 75px;
  right: -35px;
  bottom: -35px;
}
.motov4_box_testimonial2 .motov4_box_test_img {
  width: 100px;
}
.motov4_box_testimonial2 .motov4_box_test_name h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.motov4_box_testimonial2 .motov4_box_test_data p {
  font-size: 16px;
  color: inherit;
}
/**------------------Box Testimonial Css Style4--------------**/
.motov4_box_testimonial3 {
  border: 1px solid #e2e2e2;
  padding: 20px 30px;
  background-color: #fff;
  color: #3d4453;
  text-align: left;
  border-radius: 0px;
  position: relative;
}
.motov4_box_testimonial3 .motov4_box_testimonial_quote {
  position: absolute;
  top: -24px;
  left: 60px;
}
.motov4_box_testimonial3 .motov4_box_test_data p {
  font-size: 16px;
  line-height: 26px;
  color: inherit;
}
.motov4_box_testimonial3 .motov4_box_test_name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-top: 10px;
}
.motov4_box_testimonial3 .motov4_box_test_img {
  width: 100px;
  position: absolute;
  right: 50px;
  bottom: -40px;
}
.motov4_box_testimonial3 .motov4_box_test_name h3 {
  margin-bottom: 0px;
  font-size: 16px;
}
/*----------------Box Testimonial Css Style5----------------------*/
.motov4_box_testimonial4 {
  padding: 0px;
  background-color: transparent;
  text-align: left;
  border-radius: 10px;
  color: #5a6367;
}
.motov4_box_testimonial4 .motov4_box_test_data {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.motov4_box_testimonial4 .motov4_box_test_data:after {
  position: absolute;
  bottom: -18px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
}
.motov4_box_testimonial4 .motov4_box_test_data p {
  font-size: 16px;
  line-height: 28px;
  color: inherit;
}
.motov4_box_testimonial4 .motov4_box_test_header {
  display: inline-block;
  margin-top: 30px;
}
.motov4_box_testimonial4 .motov4_box_test_img {
  width: 130px;
  border: 2px solid #0fa0ff;
  border-radius: 100%;
  padding-right: 0px;
}
.motov4_box_testimonial4 .motov4_box_test_name {
  padding-left: 30px;
}
.motov4_box_testimonial4 .motov4_box_test_name h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
/****-------------Training Video Css Start---------***/
.motov4_tra_video_box {
  position: relative;
}
.motov4_tra_video_box:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  content: "";
  border-radius: 10px;
}
.motov4_tra_video_box img {
  border-radius: 10px;
}
.motov4_tra_video_data_box {
  padding: 55px 60px 55px 60px;
  background: #fc6770;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  bottom: -83px;
  left: -70px;
  z-index: 10;
  margin-right: 15px;
}
.motov4_tra_no {
  font-size: 100px;
  font-weight: 900;
  color: #fff;
  opacity: 0.1;
  left: 30px;
  top: 54 px;
  position: absolute;
}
.motov4_tra_video_data_box p {
  font-size: 18px;
  line-height: 28px;
}
.motov4_tra_video_arrow {
  position: absolute;
  right: -170px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_tra_video_arrow svg path {
  fill: #ddd;
}
/*------------*/
.right_video .motov4_tra_video_data_box {
  left: auto;
  right: -70px;
  margin-left: 15px;
}
.right_video .motov4_tra_video_arrow {
  right: auto;
  left: -170px;
  transform: scaleX(-1) translateY(-50%);
  -webkit-transform: scaleX(-1) translateY(-50%);
  -moz-transform: scaleX(-1) translateY(-50%);
  -ms-transform: scaleX(-1) translateY(-50%);
}

/****************Faq Css Start************************/
.motov4_faq_box {
  background-color: #fff;
  box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid rgb(220, 220, 220);
  border-radius: 30px 30px 0px 30px;
  margin-bottom: 30px;
}
.motov4_faq_box p {
  padding: 40px 40px;
  font-size: 20px;
  line-height: 36px;
  color: #222;
}
.motov4_faq_box h1 {
  background-color: rgb(36, 187, 200);
  color: #fff;
  font-size: 20px;
  /* text-align: center; */
  line-height: 32px;
  padding: 35px 30px;
  border-radius: 0px 30px 30px 30px;
  box-shadow: 0px 11px 21px 0px rgba(36, 187, 200, 0.4);
}
/****************Faq Css Style2 Start************************/
.motov4_faq_style2 {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  padding: 45px 30px;
  position: relative;
  margin: 0px 15px;
  box-shadow: 0px 2px 21px 0px rgba(59, 110, 255, 0.2);
}
.motov4_faq_box.motov4_faq_style2:after {
  position: absolute;
  left: -35px;
  top: -35px;
  width: 70px;
  height: 70px;
  background-color: #9e9e9e;
  border-radius: 100%;
  content: "\f128";
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
}
.motov4_faq_style2.motov4_faq_box h1 {
  background-color: transparent;
  color: #222;
  font-size: 22px;
  text-align: left;
  padding: 0px 0px 20px 0px;
  border-radius: 0px;
  box-shadow: none;
}
.motov4_faq_style2.motov4_faq_box p {
  padding: 0px;
  font-size: 18px;
  line-height: 36px;
  color: #707070;
}
/*--------------------Box Heading----------------------*/
.motov4_heading_back {
  padding: 10px 20px;
  display: inline-block;
}
/*==================Custom Accordion Start==================*/
.motov4_accordion .card-header .card-title:after {
  font-family: FontAwesome;
  content: "\f068";
  color: #ffffff;
  position: absolute;
  left: -70px;
  top: 50%;
  bottom: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: -moz-linear-gradient(
    45deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgb(254, 77, 112) 0%,
    rgb(254, 84, 58) 100%
  );
}
.motov4_accordion .card-title:before {
  display: none;
}
.motov4_accordion .card-header.collapsed .card-title:after {
  content: "\f067";
}
.motov4_accordion .card-header .card-title.collapsed {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #f6acad;
}
.motov4_accordion .card-body .data {
  color: #707070;
  padding: 0px 0px;
  font-weight: 500;
  line-height: 28px;
  backface-visibility: hidden;
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}

.motov4_accordion .card-header {
  padding: 20px 0px 30px 70px;
  border: 2px solid transparent;
  text-align: left;
  margin-bottom: 0px;
  position: relative;
  background-color: transparent;
}
.motov4_accordion .card-title {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  display: block;
  color: #17191a;
  position: relative;
}
.motov4_accordion .card-body {
  padding: 0;
}
.motov4_accordion .card {
  background-color: transparent;
  border: none;
}
/****************contact info*********************/
ul.motov4_contact_info {
  display: inline-flex;
}
ul.motov4_contact_info li {
  display: flex;
  margin-right: 50px;
  align-items: center;
  color: #707070;
}
ul.motov4_contact_info li a {
  display: flex;
  align-items: center;
  color: #707070;
}
ul.motov4_contact_info li:last-child {
  margin-right: 0px;
}
ul.motov4_contact_info li a:hover {
  color: #000;
}
ul.motov4_contact_info li span.motov4_con_info_icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 15px;
  border-radius: 100%;
  font-size: 16px;
}
ul.motov4_contact_info li .motov4_con_info_para,
ul.motov4_contact_info li a .motov4_con_info_para {
  flex: 1;
  color: inherit;
}
/*===================Video Play Icons==================*/
.play_icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 61px;
  border: 6px solid #fff;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.play_icon i.fa-play {
  margin-left: 5px;
}
.play_icon svg {
  vertical-align: middle;
  margin-left: 7px;
  margin-top: -7px;
}
.motov4_action_content .play_icon {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: inline-block;
}
/***====Large====*/
.play_icon.play_icon_large {
  width: 120px;
  height: 120px;
  font-size: 30px;
  line-height: 113px;
}
/***====Medium====***/
.play_icon.play_icon_medium {
  width: 90px;
  height: 90px;
  font-size: 25px;
  line-height: 83px;
}
/*=====================Style1=====================*/
/**=====Style2=====**/
.play_icon_style2 {
  width: 70px;
  height: 70px;
  background-color: #319bff;
  line-height: 74px;
  border: none;
}
.play_icon_style2:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border: 5px solid rgba(49, 155, 255, 0.31);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
/***====style2 Large====*/
.play_icon_style2.play_icon_large {
  line-height: 125px;
}
.play_icon_style2.play_icon_large:after {
  width: 130px;
  height: 130px;
}
/***====style2 medium====*/
.play_icon_style2.play_icon_medium {
  line-height: 95px;
}
.play_icon_style2.play_icon_medium:after {
  width: 100px;
  height: 100px;
}
.play_icon_style2 svg {
  width: 21px;
  margin-left: 5px;
  margin-top: -7px;
}
.play_icon_medium svg {
  width: 26px;
}
.play_icon_large svg {
  width: 35px;
}
/***===========style3===============*/
.play_icon_style3 {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
}
.play_icon_style3 svg {
  width: 18px;
  margin-left: 7px;
  margin-top: 3px;
}
.play_icon_medium svg {
  width: 25px;
}
.play_icon_large svg {
  width: 31px;
}
.play_icon_style3:before,
.play_icon_style3:after {
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  left: -90px;
  top: 50%;
}
.play_icon_style3:after {
  left: auto;
  right: -90px;
}
/******* Guarantee css Start *********/
.motov4_guarantee_box {
  display: flex;
  align-items: center;
}
.motov4_guarantee_img {
  width: 200px;
  margin-right: -110px;
  z-index: 1;
}
.motov4_guarantee_data {
  flex: 1;
  background-color: #fff;
  padding: 50px 50px 30px 150px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.motov4_guarantee_data p {
  line-height: 26px;
  margin-bottom: 20px;
}
/*==============Style1==========*/
.motov4_guarantee_style1 {
  display: flex;
  align-items: start;
  flex-flow: column;
}
.motov4_guarantee_style1 .motov4_guarantee_data {
  padding: 80px 100px 30px 100px;
  display: block;
  text-align: center;
  box-shadow: 0px 2px 21px 0px rgba(59, 110, 255, 0.2);
  margin-top: -50px;
}
.motov4_guarantee_style1 .motov4_guarantee_img {
  width: auto;
  margin-left: 65px;
}
.motov4_guarantee_style1 .motov4_guarantee_data p {
  line-height: 36px;
  margin-bottom: 20px;
  font-size: 20px;
}
/*=========Style2==========*/
.motov4_guarantee_style2 {
  position: relative;
}
.motov4_guarantee_style2 .motov4_guarantee_img {
  margin-right: 0;
  position: absolute;
  top: -100px;
  right: -100px;
}
.motov4_guarantee_style2 .motov4_guarantee_data {
  padding: 40px 100px 30px 100px;
}
.motov4_guarantee_style2 .motov4_guarantee_data p {
  line-height: 36px;
  font-size: 20px;
  text-align: center;
}
/***************Advertise Poster Css*************************/
.motov4_poster_data {
  background-color: #ff2965;
  padding: 33px 50px 40px 50px;
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -160px;
  z-index: 1;
  position: relative;
}
.motov4_poster_wrap {
  text-align: center;
}
.motov4_poster_data h1 {
  font-size: 42px;
  color: inherit;
  padding-bottom: 10px;
}
.motov4_poster_data p {
  font-size: 16px;
}
.motov4_poster_con {
  background-color: #ea2059;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.motov4_poster_con .motov4_poster_no {
  font-size: 32px;
  font-weight: bold;
  padding-right: 20px;
  flex: 1;
  position: relative;
}
.motov4_poster_con .motov4_poster_no:after {
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #ff2965;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.motov4_poster_info {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding-left: 40px;
}
.motov4_poster_btn {
  height: 50px;
  background-color: #fff;
  padding: 0px 51px;
  display: inline-block;
  line-height: 52px;
  border-radius: 25px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ff2965;
  border: 1px solid #fff;
}
.motov4_poster_btn:hover {
  background-color: transparent;
  color: #fff;
}
/*============Key Heading Css Start=============*/
.motov4_key_heading {
  display: flex;
  align-items: center;
}
.motov4_key_heading_box {
  width: 190px;
  height: 190px;
  text-align: center;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  z-index: 1;
  justify-content: center;
  background: #319bff;
}
.motov4_key_head_no {
  font-size: 72px;
  font-weight: 900;
  width: 100%;
  line-height: 55px;
}
.motov4_key_head_name {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: bold;
  padding-top: 20px;
}
.motov4_key_heading_text {
  background-color: #fff;
  padding: 25px 30px 25px 60px;
  border-radius: 37px;
  margin-left: -40px;
  display: flex;
  flex: 1;
}
.motov4_key_heading_text h3 {
  font-size: 22px;
  font-weight: bold;
}
.motov4_key_heading_right {
  flex-direction: row-reverse;
}
.motov4_key_heading_right .motov4_key_heading_text {
  margin-left: 0px;
  margin-right: -40px;
  padding: 25px 60px 25px 30px;
}
/*========Social Icons Css Start======*/
.motov4_so_icons ul li {
  display: inline-block;
}
.motov4_so_icons ul {
  padding: 0px;
}
.motov4_so_icons ul li a {
  color: #222;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #222;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 100%;
}
.motov4_so_icons ul li:hover a {
  background-color: #222;
  color: #fff;
}
/*=================Input Information=========*/
.motov4_input_wrap {
  position: relative;
}
.motov4_input_info {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1000;
  cursor: pointer;
  margin-top: -11px;
}
.motov4_input_info_icon {
  font-size: 20px;
  color: #4a4545;
}
.motov4_input_info .motov4_input_tooltip {
  position: absolute;
  top: -100%;
  left: 50%;
  z-index: 10;
  min-width: 300px;
  background-color: #222;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  padding: 22px;
  text-align: left;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: default;
  transform: translate(-50%, -90%);
}
.motov4_input_info .motov4_input_tooltip:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid #222;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
.motov4_input_info:hover .motov4_input_tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
/*========header css start=====*/
.motov4_search_wrapper > .motov4_search_input {
  margin: 0 auto;
  max-width: 1000px;
  background-color: transparent;
  padding: 20px;
  position: absolute;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.motov4_search_wrapper > .motov4_search_input input {
  display: inline-block;
  width: calc(100% - 100px);
  height: 50px;
  border: 1px solid #eaeaea;
  border-radius: 50px;
  line-height: 50px;
  padding-left: 30px;
}
.motov4_search_wrapper > .motov4_search_input .search-submit {
  display: inline-block;
  width: 80px;
  float: right;
  height: 50px;
  border-radius: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
}
.motov4_search_wrapper {
  background: rgba(0, 0, 0, 0.7);
  background-image: none;
}
/*========header css end=====*/
/*===Error Page start===*/
.blog_error_data {
  padding: 0 0 33px 150px;
  text-align: center;
}
.blog_error_data h1 {
  font-size: 300px;
  font-weight: 700;
  color: #ededed;
}
.blog_error_data h2 {
  font-size: 300px;
  font-weight: 700;
  margin-top: -210px;
  color: #ff3657;
}
.blog_error_data h3 {
  font-size: 55px;
  color: #3d4c83;
  font-weight: 700;
  margin-bottom: 28px;
  margin-top: -47px;
}
.blog_error_img {
  text-align: center;
  margin-top: 43px;
  margin-bottom: 46px;
}
/*===Error Page end===*/
/*============================Woocommerce Css Start=======================*/
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  margin-top: 20px;
  padding: 10px 0;
}
.woocommerce-page .motov4-content {
  padding-top: 50px;
}
.woocommerce .woocommerce-result-count {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-result-count {
  margin-bottom: 30px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}
.woocommerce .woocommerce-ordering select.orderby {
  height: 40px;
  padding-left: 15px;
  border-color: #ebebeb;
}
h1.woocommerce-products-header__title.page-title {
  font-size: 26px;
  font-weight: 600;
}
.woocommerce ul.products li.product a img {
  border: 1px solid #cdcdcd;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product .star-rating {
  display: inline-block;
}
.woocommerce ul.products li.product .onsale,
.woocommerce .type-product .onsale {
  top: 15px;
  right: 15px;
  width: 50px;
  height: 22px;
  line-height: 20px;
  min-height: inherit;
  border-radius: 100px;
  padding: 0;
  font-size: 13px;
}
.woocommerce .type-product .onsale {
  left: 15px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.motov4_mini_cart .motov4_cart_box .woocommerce-mini-cart__buttons a {
  line-height: 1;
  padding: 12px 15px;
  border-radius: 0px;
  color: #222;
  background-color: transparent;
  border: 1px solid #222;
  margin-top: 0 !important;
  height: 40px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #5575e3;
  color: #ffffff;
  border-color: #5575e3;
}
.motov4_mini_cart .motov4_cart_box .woocommerce-mini-cart__buttons a:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  border: 1px solid #cdcdcd;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.woocommerce-billing-fields h3 {
  margin-bottom: 20px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 70%;
  max-width: 100%;
  padding: 0px;
}
span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rende#cccccc {
  color: #444;
  line-height: 36px;
  padding-left: 10px;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding-left: 10px;
}
h3#order_review_heading {
  margin: 10px 0px 20px 0px;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 30%;
  max-width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  width: 100%;
  height: 100px;
  resize: none;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
}
/***------------Product Single Css Start--------------****/
.utl_woocommerce {
  /* padding: 0px 0 0px; */
}
.single-product.woocommerce.woocommerce-page h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.woocommerce-product-gallery__image.flex-active-slide {
  padding-bottom: 20px;
  display: block;
}
.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 30px;
}
.woocommerce div.product div.images img {
  border: 1px solid #ccc;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0px 10px 10px 0px;
}
span.woocommerce-Price-amount.amount {
  /* margin-bottom: 15px; */
  display: block;
  font-weight: bold;
}
.widget.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget.woocommerce ul.product_list_widget li {
  margin-bottom: 15px;
  padding-bottom: 0;
}
.widget.woocommerce ul.product_list_widget li:first-child {
  padding-top: 0;
}
.woocommerce-product-detaimotov4__short-description {
  display: block;
  margin-bottom: 15px;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 36px;
}
.woocommerce div.product form.cart .button {
  background-color: #77a464;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0px;
  border-radius: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #5575e3;
  background-color: #5575e3;
  border-radius: 0px;
  font-size: 15px;
  padding: 0 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #5575e3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #5575e3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
  padding: 4px 0;
}
.woocommerce-product-gallery__image {
  padding: 5px;
}
.woocommerce div.product div.summary {
  margin-top: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  margin-top: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 22px;
}
.product_list_widget li:before {
  display: none !important;
}
section.related.products h2 {
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #515151;
}
div#tab-additional_information h2 {
  margin-bottom: 20px;
}
.woocommerce #reviews #comment {
  height: 120px;
  resize: none;
}
p.comment-form-author label,
p.comment-form-email label {
  width: 100%;
}
p.comment-form-author input#author,
p.comment-form-email input#email {
  width: 100%;
  height: 40px;
}
.woocommerce-Reviews p.form-submit {
  margin-top: 20px !important;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 50px;
  font-size: 17px;
  color: #222;
  background-color: #f7f7f7;
}
/*section#woocommerce_product_search-2 input#woocommerce-product-search-field-0 {
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding-left: 10px;
    font-size: 13px;
}*/
form.woocommerce-product-search {
  position: relative;
}
form.woocommerce-product-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  font-size: 14px;
  background-color: #ffa167;
  color: #fff;
  border: none;
  cursor: pointer;
}
.woocommerce h2.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 23px;
}
/* .woocommerce  h2.widget-title:after{ */
/* position:absolute; */
/* width:50px; */
/* height:2px; */
/* background-color:#5575E3; */
/* bottom:0px; */
/* left:0px; */
/* content:""; */
/* margin:0; */
/* } */
.widget.woocommerce {
  margin-bottom: 40px;
}
.widget.woocommerce ul.product-categories li {
  margin-bottom: 10px;
}
.widget.woocommerce ul.product-categories li a {
  color: #707070;
  position: relative;
}
.widget.woocommerce ul.product-categories li a:hover {
  color: #5575e3;
}
.widget.woocommerce ul.product-categories li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5575e3;
  border-bottom: 2px solid #5575e3;
  margin-right: 15px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.widget.woocommerce ul.product-categories li:last-child {
  margin-bottom: 0px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  width: 60px;
  border: 1px solid #ccc;
  margin-right: 10px;
  margin-top: 4px;
}
.widget.woocommercespan .product-title {
  font-size: 15px;
}
.woocommerce .star-rating {
  font-size: 12px;
  margin: 5px 0px;
}
.widget.woocommerce span.woocommerce-Price-amount.amount {
  display: inline;
  font-size: 14px;
  font-weight: 500;
}
.widget.woocommerce ins span.woocommerce-Price-amount.amount {
  display: inline-block;
}
.sidebar_corporate
  .widget.woocommerce.widget_products
  ul.product_list_widget
  li
  a:before {
  display: none;
}
.widget.woocommerce span.reviewer {
  font-size: 14px;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
  background: #5575e3;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.product-name a {
  color: #222;
  font-weight: 600;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.actions .coupon {
  width: 50%;
  position: relative;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.actions .coupon .input-text {
  width: calc(100% - 140px);
  border-radius: 5px;
  padding: 0px 15px;
  height: 40px;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.actions .coupon button.button {
  position: absolute;
  right: 0;
  padding: 0px 10px;
  width: 130px;
  border-radius: 5px;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  padding: 0;
  background: #5575e3;
  border-color: #5575e3;
  line-height: 45px;
  height: 50px;
  border-radius: 5px;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: transparent;
  color: #5575e3;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.actions button.button {
  border-radius: 5px;
}
.woocommerce-message:before,
.woocommerce-info:before {
  color: #5575e3;
}
.woocommerce-message,
.woocommerce-info {
  border-top-color: #5575e3;
}
.woocommerce-checkout .wpb_wrapper .woocommerce .col2-set .col-1,
.woocommerce-checkout .wpb_wrapper .woocommerce .col2-set .col-2 {
  width: 50%;
}
.woocommerce-checkout .wpb_wrapper .woocommerce .col2-set .col-2 {
  padding-left: 30px;
  padding-right: 0;
}
.woocommerce-checkout .wpb_wrapper table.shop_table thead tr th {
  background: #5575e3;
  color: #fff;
}
.woocommerce-checkout .wpb_wrapper table.shop_table {
  border-collapse: collapse;
}
.woocommerce-checkout .wpb_wrapper .woocommerce-checkout-payment .button {
  background: #5575e3;
  border-color: #5575e3;
}
.woocommerce-checkout .wpb_wrapper .woocommerce-checkout-payment .button:hover {
  background: transparent;
  color: #5575e3;
}
/* ================== mini cart css start ======================== */
.motov4_header_icon .motov4_cart_main {
  position: relative;
}
.motov4_cart_main .motov4_mini_cart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #100f0f;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_cart_main:hover .motov4_mini_cart {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.motov4_cart_main .motov4_cart_box li {
  width: 100%;
  border-bottom: 1px solid #333333;
  padding: 15px 35px 15px 20px !important;
}
.woocommerce.widget_shopping_cart .cart_list li:first-child {
  padding-top: 0;
}
.motov4_cart_main .motov4_cart_box li:last-child {
  border: none;
}
.motov4_mini_cart .motov4_cart_box .mini_cart_item:after {
  content: "";
  width: 100%;
  display: table;
}
.motov4_mini_cart .motov4_cart_box .mini_cart_item {
  text-align: left;
  position: relative;
}
.motov4_mini_cart .motov4_cart_box .product_list_widget:after {
  content: "";
  width: 100%;
  display: table;
}
.motov4_mini_cart .motov4_cart_box .product_list_widget {
  max-height: 250px;
  overflow-x: hidden;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.motov4_mini_cart .motov4_cart_box .product_list_widget::-webkit-scrollbar {
  width: 5px;
}
.motov4_mini_cart
  .motov4_cart_box
  .product_list_widget::-webkit-scrollbar-thumb {
  background: #383838;
}
.motov4_mini_cart .motov4_cart_box .product_list_widget li a img {
  border: 1px solid #e1e1e1;
  width: 50px;
  height: auto;
  margin: 4px 15px 0 0;
  float: left;
}
.motov4_cart_box .product_list_widget li a.remove {
  position: absolute;
  display: inline-block;
  background: #df2828;
  color: #ffffff !important;
  border-radius: 100%;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  line-height: 14px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
}
.motov4_mini_cart .motov4_cart_box .mini_cart_item > a {
  font-weight: 500;
  font-size: 16px;
  color: #ffa167;
}
.motov4_mini_cart .motov4_cart_box .mini_cart_item .quantity {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.motov4_mini_cart
  .motov4_cart_box
  .mini_cart_item
  .quantity
  .woocommerce-Price-amount.amount {
  display: inline-block;
  font-weight: inherit;
  margin: 0;
}
.motov4_mini_cart .motov4_cart_box .total {
  padding: 20px 20px;
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
  text-align: left;
}
.motov4_mini_cart .motov4_cart_box .total strong {
  font-size: 16px;
  color: #ffffff;
}
.motov4_mini_cart .motov4_cart_box .total span {
  font-size: 16px;
  float: right;
  color: #ffffff;
}
.motov4_mini_cart .motov4_cart_box .woocommerce-mini-cart__buttons {
  text-align: center;
  padding: 20px 0px;
}
.motov4_mini_cart .motov4_cart_box .woocommerce-mini-cart__buttons a {
  margin: 0 10px;
}
.motov4_mini_cart .motov4_cart_box .woocommerce-mini-cart__buttons a {
  border: 1px solid #eaeaea;
  color: #ffffff;
  height: 35px;
  padding: 0 20px;
  line-height: 32px;
  display: inline-block;
}
.motov4_mini_cart .motov4_cart_box .woocommerce-mini-cart__buttons a:hover {
  background-color: #ffa167;
  border-color: #ffa167;
  color: #ffffff;
}
.woocommerce-mini-cart__empty-message {
  padding: 20px;
  color: #ffffff;
}
.motov4_header_icon ul li.motov4_cart_main a {
  position: relative;
}
.motov4_header_icon ul li.motov4_cart_main a span {
  position: absolute;
  top: 0;
  right: -15px;
  background: #ffffff;
  border-radius: 100px;
  color: #ff8f00;
  font-size: 12px;
  line-height: initial;
  padding: 1px 5px;
}
/* ================== mini cart css end ======================== */
/*========woo-commerce css start=====*/
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #5575e3;
  border: 1px solid transparent;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f7f7f7;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #5575e3;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 18px;
  font-weight: 600;
}
.widget.woocommerce.widget_product_search .search-field {
  height: 40px;
  padding: 0px 15px;
  width: 100%;
  padding-right: 50px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
}
.widget.woocommerce.widget_product_search button {
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  border-radius: 0px 20px 20px 0;
  background: #5575e3;
  border: 1px solid transparent;
}
.widget.woocommerce.widget_product_search button:hover {
  background-color: #222222;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #222222;
  color: #fff;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 0px;
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
  margin-bottom: 0;
}
.woocommerce .cart .quantity input {
  width: 100%;
  text-align: left;
  padding: 0px 15px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
  background: #5575e3;
  height: 40px;
  padding: 0;
  width: 140px;
  border-color: #5575e3;
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
  background: transparent;
  color: #5575e3;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
/*======woo-commerce widget start===*/
.widget-area .woocommerce.widget_price_filter .button {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 15px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #ffffff;
}
/*======woo-commerce widget end===*/

/*****==============Product Slider=============*****/
/**-----------------------------*/
.motov4_pro_slider .slick-slide {
  margin: 0px 15px;
}
.motov4_pro_box {
  margin-bottom: 30px;
  position: relative;
}
.motov4_pro_img {
  overflow: hidden;
}
.motov4_pro_img {
  border: 1px solid #f0f0f0;
}
.motov4_pro_img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.motov4_pro_data {
  border: 1px solid #f0f0f0;
  border-width: 0px 1px 1px 1px;
  padding: 20px;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
.motov4_pro_box:hover .motov4_pro_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.motov4_pro_data h1 {
  font-size: 16px;
  padding-bottom: 5px;
}
.motov4_pro_data h1 a {
  color: #000;
}
.motov4_pro_data .motov4_pro_price {
  font-size: 16px;
  font-weight: bold;
}
.motov4_pro_data del span {
  margin-right: 10px;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 400;
}
.motov4_pro_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 5px;
}
.motov4_pro_slider .slick-dots li button:before {
  font-size: 12px;
  line-height: 10px;
  width: 10px;
  height: 10px;
  color: #666;
}
.motov4_pro_slider .slick-dots li.slick-active button:before {
  color: #666;
}
.motov4_pro_slider .slick-dots {
  bottom: -60px;
}
.motov4_pro_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.motov4_pro_info_box .motov4_pro_data {
  border: 1px solid #e3e3e3;
  border-width: 1px;
  padding: 16px 20px;
  width: 86%;
  margin-top: -40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.motov4_pro_info_box .motov4_pro_data h1 {
  font-size: 16px;
  padding-bottom: 7px;
}
.motov4_pro_info_box .motov4_pro_data .motov4_pro_price {
  font-size: 16px;
}
.motov4_pro_info_box .motov4_pro_img img,
.motov4_pro_info_box .motov4_pro_box:hover .motov4_pro_img img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}
.sr_extra_class .motov4_border_section {
  min-height: 220px;
}
.woocommerce .motov4_page_content_wrapper {
  margin-bottom: 16px;
}
/*========woo-commerce css end=====*/
.sidebar_default .motov4_nav > ul > li > ul > li {
  padding-left: 0;
}

.motov4_blog .motov4_blog_detail > h3.entry-title {
  word-break: break-word;
}
.cb_banner_wrapper .wpb_column {
  padding-left: 15px;
}

/*-------Multi Color Header Start-------*/
.motov4_multicolor {
  background: #222222;
  position: relative;
}
.motov4_multicolor .motov4_left_section {
  position: absolute;
  left: -50px;
  top: 0;
  width: 40%;
  height: 100%;
  background: #ff5150;
  transform: skewX(30deg);
}
.motov4_multicolor .motov4_logo {
  padding: 20px 0;
  /*background: #ff5150;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg); */
  min-height: 74px;
}
.motov4_multicolor .motov4_logo a {
  display: inline-block;
  /*transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);*/
}
.motov4_multicolor .motov4_menu {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
  align-items: center;
}
.motov4_multicolor .motov4_menu .motov4_nav {
  flex: 1;
  text-align: right;
}
.motov4_multicolor .motov4_menu .motov4_nav ul.navbar-nav {
  padding: 0;
  margin: 0;
}
.motov4_multicolor .motov4_menu .motov4_nav ul.navbar-nav li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.motov4_multicolor .motov4_menu .motov4_nav ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin: 0px 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.motov4_multicolor .motov4_menu .motov4_nav > ul > li > a:after {
  position: absolute;
  content: "";
  left: 50%;
  height: 2px;
  top: 100%;
  transform: translateX(-50%);
  background: #ff5150;
  width: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.motov4_multicolor .motov4_menu > .motov4_nav > ul > li:hover > a {
  color: #ff5150;
}
.motov4_multicolor .motov4_menu .motov4_nav ul li:hover a:after,
.motov4_multicolor .motov4_menu .motov4_nav ul li:hover a:after,
.motov4_multicolor .motov4_menu .motov4_nav ul li.current_page_item a:after {
  width: 100%;
}
.motov4_multicolor .motov4_menu .motov4_nav ul li ul.sub-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  text-align: left;
  top: 100%;
  min-width: 200px;
  background: #ff5051;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.motov4_multicolor .motov4_menu .motov4_nav ul li ul.sub-menu li {
  width: 100%;
}
.motov4_multicolor .motov4_menu .motov4_nav ul li ul.sub-menu li a {
  color: #fff;
  margin: 0;
  padding: 8px 12px;
}
.motov4_multicolor .motov4_menu .motov4_nav ul li ul.sub-menu li:hover a {
  padding-left: 10px;
}
.motov4_multicolor .motov4_menu .motov4_nav ul li:hover ul.sub-menu li a:after {
  display: none;
}
.motov4_multicolor .motov4_menu .motov4_nav ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.motov4_multicolor .motov4_menu .motov4_header_icon {
  text-align: right;
}
.motov4_multicolor .motov4_menu .motov4_header_icon ul .navbar-right {
  margin: 0;
  padding: 0;
}
.motov4_multicolor .motov4_menu .motov4_header_icon ul .navbar-right li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.motov4_multicolor .motov4_menu .motov4_header_icon ul .navbar-right li a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin: 0px 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  text-align: left;
  top: 100%;
  min-width: 250px;
  background: #ff5051;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  padding: 10px;
  z-index: 1;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li:hover
  .motov4_cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart {
  margin: 0px;
  padding: 0px;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart
  li {
  width: 100%;
  margin-bottom: 10px;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart
  li:last-child {
  margin-bottom: 0;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart
  li
  .motov4_left {
  float: left;
  width: 50px;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart
  li
  .motov4_left
  a,
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart
  li
  .motov4_right
  h3
  a {
  padding: 0;
  margin: 0;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart
  li
  .motov4_right {
  float: left;
  width: calc(100% - 50px);
  padding-left: 20px;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart
  li
  .motov4_right
  h3 {
  margin: 0;
  margin-bottom: 5px;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart
  li
  .motov4_right
  a.remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-weight: 500;
  background: #222;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  ul.woocommerce-mini-cart
  li
  .motov4_right
  a.remove:hover {
  background: #fff;
  color: #ff5051;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  p.woocommerce-mini-cart__total.total {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  text-align: left;
  margin: 10px 0;
  color: #fff;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  p.woocommerce-mini-cart__total.total
  span.woocommerce-Price-amount.amount {
  float: right;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  p.woocommerce-mini-cart__buttons.buttons {
  margin: 0;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  p.woocommerce-mini-cart__buttons.buttons
  a.button {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #ff5051;
  text-transform: capitalize;
  font-size: 14px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  p.woocommerce-mini-cart__buttons.buttons
  a.button.checkout {
  float: right;
}
.motov4_multicolor
  .motov4_menu
  .motov4_header_icon
  ul
  .navbar-right
  li
  .motov4_cart
  p.woocommerce-mini-cart__buttons.buttons
  a.button:hover {
  background: transparent;
  color: #fff;
}
.motov4_multicolor .motov4_menu .tagcloud a {
  text-align: center;
  display: inline-block;
}
.mv4_header_btn {
  margin-left: 20px;
}
.mv4_header_btn .motov4_btn {
  height: 40px;
  line-height: 40px;
}
/*-------Multi Color Header End-------*/
/*------- Header With Center Logo ---------*/
.motov4_centerlogo {
  background: #222;
}
.motov4_centerlogo .motov4_menu {
  display: flex;
}
.motov4_centerlogo .motov4_menu .motov4_nav {
  text-align: left;
}
.motov4_centerlogo .motov4_menu .motov4_nav ul {
  margin: 0;
  padding: 0;
}
.motov4_centerlogo .motov4_menu .motov4_nav ul li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.motov4_centerlogo .motov4_menu .motov4_nav ul li a {
  padding: 20px 20px 23px;
  display: block;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s linear;
  font-size: 18px;
  text-decoration: none;
}
.motov4_centerlogo .motov4_menu .motov4_nav ul li:hover a {
  color: #ff5051;
}
.motov4_centerlogo .motov4_menu .motov4_nav ul li ul.sub-menu {
  position: absolute;
  z-index: 10;
  background-color: #222;
  left: 0;
  min-width: 200px;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  z-index: 1;
}
.motov4_centerlogo .motov4_menu .motov4_nav ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.motov4_centerlogo .motov4_menu .motov4_nav ul li ul.sub-menu li {
  width: 100%;
}
.motov4_centerlogo .motov4_menu .motov4_nav ul li ul.sub-menu li a {
  color: #fff;
  padding: 10px 20px;
  position: relative;
}
.motov4_centerlogo .motov4_menu .motov4_nav ul li ul.sub-menu li a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff5051;
  transition: all 0.3s linear;
  z-index: -1;
}
.motov4_centerlogo
  .motov4_menu
  .motov4_nav
  ul
  li
  ul.sub-menu
  li:hover
  a:before {
  width: 100%;
}
.motov4_centerlogo .motov4_logo {
  padding: 11px 20px;
  margin: 0px 20px;
}
.motov4_logo a {
  display: inline-block;
}
.motov4_centerlogo .motov4_menu .motov4_nav.nav-right {
  text-align: right;
}
.motov4_res_logo {
  display: none;
}
.motov4_main_menu_inner {
  display: flex;
  width: 100%;
  align-items: center;
}
/*-------Header With Center Logo End---------*/
/*------- toggle header css start --------*/
.motov4_toggle_header .mv4_header_btn {
  display: inline-block;
}
/*------- header css start -------*/
.motov4_toggle_header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 100;
  padding: 0 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.motov4_menu_section {
  text-align: right;
  padding: 15px 0;
}
.motov4_menu_section .motov4_mini_cart {
  text-align: left;
}
.admin-bar .motov4_toggle_header {
  top: 32px;
}
.motov4_toggle_header .motov4_logo_box {
  text-align: left;
  margin: 15px 0;
}
.motov4_toggle_header .motov4_toggle_box {
  width: 30px;
  padding: 7px 7px 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  display: inline-block;
  margin-left: 13px;
}
.motov4_toggle_header .motov4_toggle_box span {
  display: block;
  height: 2px;
  border-radius: 3px;
  background-color: #ffffff;
  margin-bottom: 3px;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.motov4_toggle_header .motov4_menu_close {
  font-size: 23px;
  z-index: 51;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.motov4_menu_open .motov4_toggle_header .motov4_toggle_box {
  visibility: hidden;
  opacity: 0;
}
.motov4_menu_open .motov4_toggle_header .motov4_menu_close {
  visibility: visible;
  opacity: 1;
  color: #ffffff;
}
.motov4_toggle_header .motov4_menu_logo {
  text-align: center;
  padding: 80px 0;
}
.trans_center_menu .motov4_menu_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(1, 1.5, 0, 0.8);
  -moz-transition: all 0.5s cubic-bezier(1, 1.5, 0, 0.8);
  transition: all 0.5s cubic-bezier(1, 1.5, 0, 0.8);
  z-index: 20;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.motov4_menu_open .trans_center_menu .motov4_menu_box {
  visibility: visible;
  opacity: 1;
}
.trans_center_menu .motov4_menu_box::-webkit-scrollbar {
  width: 5px;
}
.trans_center_menu .motov4_menu_box::-webkit-scrollbar-thumb {
  background-color: #ff5150;
}
.motov4_toggle_header .motov4_menu ul li {
  margin-right: -50px;
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -ms-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
  visibility: hidden;
  opacity: 0;
}
.motov4_toggle_header .motov4_menu li:hover .sub-menu li {
  visibility: visible;
  opacity: 1;
}
.trans_center_menu .motov4_menu ul li .sub-menu li {
  padding-left: 0;
}
.motov4_menu_open .motov4_toggle_header .motov4_menu > ul > li {
  margin-right: 0;
  visibility: visible;
  opacity: 1;
}
.motov4_toggle_header .motov4_menu ul li:nth-child(1) {
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.motov4_toggle_header .motov4_menu ul li:nth-child(2) {
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.motov4_toggle_header .motov4_menu ul li:nth-child(3) {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.motov4_toggle_header .motov4_menu ul li:nth-child(4) {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -ms-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.motov4_toggle_header .motov4_menu ul li:nth-child(5) {
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  -moz-transition: all 0.3s ease-in-out 0.5s;
  -ms-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}
.motov4_toggle_header .motov4_menu ul li:nth-child(6) {
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-0transition: all 0.3s ease-in-out 0.6s;
  -ms-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
.motov4_toggle_header .motov4_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.motov4_toggle_header .motov4_menu > ul > li > a {
  padding: 0 0 30px;
  display: inline-block;
  font-size: 22px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.motov4_toggle_header .motov4_menu ul li a.menu_dropdown:after {
  content: "\f0d7";
  font-family: "fontawesome";
  font-weight: 600;
  margin-left: 10px;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.motov4_toggle_header .motov4_menu ul li a.menu_dropdown.category_open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.motov4_toggle_header .motov4_menu .sub-menu {
  display: none;
}
.motov4_toggle_header .motov4_menu_overlay {
  position: fixed;
  height: 4500px;
  width: 4500px;
  top: -2191px;
  right: -2157px;
  background: #222222;
  transform: scale(0);
  border-radius: 100%;
  z-index: 20;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trans_center_menu .motov4_menu_overlay {
  transition: all 0.5s ease-in-out;
}
.motov4_menu_open .motov4_toggle_header .motov4_menu_overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.motov4_toggle_header .motov4_menu_close {
  visibility: hidden;
  opacity: 0;
}
.trans_center_menu .motov4_menu_close {
  width: 40px;
  right: 30px;
  left: auto;
  top: 30px;
  position: fixed;
}
.admin-bar .trans_center_menu .motov4_menu_close {
  top: 62px;
}
.trans_center_menu .motov4_menu_box .motov4_logo_box {
  display: none;
}
.trans_center_menu .motov4_header_social {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding: 10px 0;
  transition: all 0.5s 0.3s;
}
.motov4_menu_open .trans_center_menu .motov4_header_social {
  visibility: visible;
  opacity: 1;
}
/*---- right menu css ------*/
.admin-bar .trans_right_menu .motov4_menu_wrapper,
.admin-bar .trans_left_menu .motov4_menu_wrapper {
  top: 32px;
}
.motov4_toggle_header .motov4_header_icon {
  display: inline-block;
  border: none;
}
.trans_right_menu .motov4_menu ul li a.menu_dropdown:after,
.trans_left_menu .motov4_menu ul li a.menu_dropdown:after {
  position: absolute;
  top: 5px;
  right: 0;
}
.trans_right_menu .motov4_menu_box .motov4_logo_box,
.trans_left_menu .motov4_menu_box .motov4_logo_box {
  margin-bottom: 50px;
  padding: 0;
  text-align: center;
}
.trans_right_menu .motov4_menu_wrapper,
.trans_left_menu .motov4_menu_wrapper {
  position: fixed;
  top: 0;
  right: -1500px;
  bottom: 0;
  z-index: 100;
  width: 350px;
  background: #222;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  overflow-x: hidden;
}
.trans_left_menu .motov4_menu_wrapper {
  left: -1500px;
  right: auto;
}
.motov4_menu_open .trans_left_menu .motov4_menu_wrapper {
  left: 0;
}
.motov4_menu_open .trans_right_menu .motov4_menu_wrapper {
  right: 0;
}
.trans_right_menu .motov4_menu_box,
.trans_left_menu .motov4_menu_box {
  position: relative;
  z-index: 20;
  padding: 80px 0 50px;
}
.trans_right_menu .motov4_header_social,
.trans_left_menu .motov4_header_social {
  padding: 0 20px;
}
.trans_right_menu .motov4_menu ul li,
.trans_left_menu .motov4_menu ul li {
  padding: 0 20px;
  padding-left: 80px;
}
.trans_right_menu .motov4_menu > ul > li a,
.trans_left_menu .motov4_menu > ul > li a {
  display: block;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.motov4_menu_open .trans_right_menu .motov4_menu ul li,
.motov4_menu_open .trans_left_menu .motov4_menu ul li {
  padding-left: 20px;
}
.trans_right_menu .motov4_menu_overlay,
.trans_left_menu .motov4_menu_overlay {
  display: none;
}
.motov4_menu_open .trans_left_menu .motov4_toggle_box {
  visibility: visible;
  opacity: 1;
}
/*------ bottom header ------*/
.trans_bottom_menu .motov4_menu_wrapper {
  position: fixed;
  bottom: -300px;
  left: 0;
  right: 0;
  background: #222222;
  transition: all 0.3s;
}
.trans_bottom_menu .motov4_menu_wrapper .motov4_menu_overlay {
  display: none;
}
.trans_bottom_menu .motov4_menu {
  text-align: center;
}
.motov4_toggle_header.trans_bottom_menu .motov4_menu > ul > li {
  display: inline-block;
  margin: 0;
  margin: 0 20px;
  padding: 20px 0px;
  position: relative;
}
.motov4_toggle_header.trans_bottom_menu .motov4_menu > ul > li.has-mega-menu {
  position: static;
}
.trans_bottom_menu .motov4_menu_wrapper .motov4_logo_box {
  display: none;
}
.trans_bottom_menu .motov4_menu ul li a {
  padding-bottom: 0;
}
.motov4_menu_open .trans_bottom_menu .motov4_menu_wrapper {
  bottom: 0;
}
.trans_bottom_menu .motov4_menu_close {
  right: 10px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trans_bottom_menu .motov4_menu_close .fa-long-arrow-left:before {
  content: "\f00d";
}
.motov4_menu_open .trans_bottom_menu .motov4_toggle_box {
  visibility: visible;
  opacity: 1;
}
/*----- top header css -----*/
.trans_top_menu .motov4_header_social,
.trans_bottom_menu .motov4_header_social {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222;
  right: 0;
  margin: 0;
}
.trans_top_menu .motov4_header_social ul,
.trans_bottom_menu .motov4_header_social ul {
  padding: 10px 0;
}
.trans_top_menu .motov4_header_social ul li,
.trans_bottom_menu .motov4_header_social ul li {
  display: block;
  margin: 0;
  padding: 3px 15px;
}
.trans_top_menu .motov4_header_social ul li a,
.trans_bottom_menu .motov4_header_social ul li a {
  width: auto;
}
.trans_top_menu .motov4_menu_overlay {
  display: none;
}
.trans_top_menu .motov4_menu_box .motov4_logo_box {
  display: none;
}
.motov4_toggle_header.trans_top_menu .motov4_menu > ul > li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.motov4_toggle_header.trans_top_menu .motov4_menu > ul > li:has-mega-menu {
  position: static;
}
.motov4_toggle_header.trans_top_menu .motov4_menu > ul > li a,
.motov4_toggle_header.trans_bottom_menu .motov4_menu > ul > li a {
  font-size: 18px;
}
.motov4_toggle_header.trans_bottom_menu .motov4_menu > ul > li {
  margin: 0 10px;
}
.trans_top_menu .motov4_menu_wrapper {
  display: inline-block;
  margin-right: 30px;
}
.motov4_header_wrapper.trans_top_menu {
  text-align: right;
}
.trans_top_menu .motov4_menu > ul > li > a {
  color: inherit;
  padding: 0;
}
.trans_top_menu .motov4_menu_wrapper .motov4_menu_close {
  display: none;
}
.motov4_menu_open .trans_top_menu .motov4_menu > ul > li {
  visibility: visible;
  opacity: 1;
}
.motov4_menu_open .trans_top_menu .motov4_toggle_box {
  visibility: visible;
  opacity: 1;
}
.motov4_menu_open .trans_top_menu .motov4_toggle_box span:nth-child(1) {
  width: 11px;
  -webkit-transform: rotate(-34deg) translate(-2px, 2px);
  -moz-transform: rotate(-34deg) translate(-2px, 2px);
  -ms-transform: rotate(-34deg) translate(-2px, 2px);
  transform: rotate(-34deg) translate(-2px, 2px);
}
.motov4_menu_open .trans_top_menu .motov4_toggle_box span:nth-child(2) {
  width: 100%;
  margin-left: 0;
}
.motov4_menu_open .trans_top_menu .motov4_toggle_box span:nth-child(3) {
  width: 10px;
  -webkit-transform: rotate(34deg) translate(-1px, -2px);
  -moz-transform: rotate(34deg) translate(-1px, -2px);
  -ms-transform: rotate(34deg) translate(-1px, -2px);
  transform: rotate(34deg) translate(-1px, -2px);
}
.motov4_toggle_header .motov4_header_icon > ul > li > a {
  width: auto;
}
.motov4_toggle_header .motov4_header_icon ul li.motov4_cart_main a span {
  left: 8px;
}
.motov4_footer .motov4_list ul li a {
  font-size: inherit;
}
.motov4_sidebar_wrapper .widget.widget_media_gallery figure.gallery-item {
  margin-bottom: 0;
}
.motov4_sidebar_wrapper .widget.widget_media_gallery .gallery {
  margin-bottom: 10px;
}
.motov4_toggle_header .motov4_menu .motov4-mega-menu-ul {
  display: none;
  margin-bottom: 20px;
  visibility: visible;
  opacity: 1;
}
.motov4_toggle_header .motov4-mega-menu-ul li {
  border: none;
  padding: 0;
}
.motov4_toggle_header .motov4-mega-menu-ul li .widgettitle {
  color: #ffffff;
}
.motov4_toggle_header .motov4_menu .motov4-mega-menu-ul li a {
  font-size: 17px;
  margin-bottom: 0;
}
.motov4_header_top .motov4_cart_main .motov4_mini_cart {
  left: 0;
}
/*----- mega menu css  -------*/
.motov4_nav > ul > li > .motov4-mega-menu-ul .widget_nav_menu ul li {
  margin-bottom: 20px;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul .widget_nav_menu ul li:last-child {
  margin: 0;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul .widget_nav_menu ul li a {
  font-size: 14px;
}
.motov4_nav > ul > li.has-mega-menu {
  position: static;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul,
.motov4_menu > ul > li > .motov4-mega-menu-ul {
  padding: 30px;
  min-width: inherit;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  right: 0;
  left: auto;
  top: 65px;
  max-width: 100%;
  max-height: 500px;
  overflow-x: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.motov4_nav > ul > li:hover > .motov4-mega-menu-ul,
.motov4_menu > ul > li:hover > .motov4-mega-menu-ul {
  opacity: 1;
  visibility: visible;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul > li,
.motov4_menu > ul > li > .motov4-mega-menu-ul > li {
  width: auto;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  border-right: 1px solid #e1e1e1;
  border: none;
  border-radius: 0;
  /* display: none;   */
  margin-bottom: 30px;
}
.motov4_nav > ul > li:hover > .motov4-mega-menu-ul > li,
.motov4_menu > ul > li:hover > .motov4-mega-menu-ul > li {
  display: inline-block;
  opacity: 1;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul > li:first-child,
.motov4_menu > ul > li > .motov4-mega-menu-ul > li:first-child {
  padding-left: 0;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul > li:last-child,
.motov4_menu > ul > li > .motov4-mega-menu-ul > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
/* .motov4_nav > ul > li > .motov4-mega-menu-ul >li div { 
    display: inline-block; 
	} */
.motov4_nav > ul > li > .motov4-mega-menu-ul > li ul,
.motov4_menu > ul > li > .motov4-mega-menu-ul > li ul {
  position: static;
  visibility: hidden;
  opacity: 0;
  transform: none;
  box-shadow: none;
  padding: 0;
  min-width: inherit;
  background: transparent;
  z-index: -1;
}
.motov4_nav > ul > li:hover > .motov4-mega-menu-ul > li ul,
.motov4_menu > ul > li:hover > .motov4-mega-menu-ul > li ul {
  visibility: visible;
  opacity: 1;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul > li ul li a,
.motov4_menu > ul > li > .motov4-mega-menu-ul > li ul li a {
  padding: 0;
}
.motov4_single_layout {
  width: 100%;
  padding: 0 15px;
}
.sidebar_blog .widget.widget_nav_menu ul li a:before,
.sidebar_blog .widget.widget_pages ul li a:before,
.motov4-mega-menu-ul .widget > ul > li a:before {
  display: none;
}
.sticky_header_class .motov4_toggle_header {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.motov4_custom_header .motov4_nav > ul > li > .motov4-mega-menu-ul {
  top: 85%;
}
.sidebar_default .motov4_nav > ul > li > .motov4-mega-menu-ul > li {
  padding-left: 20px;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul > li ul li {
  width: 100%;
  display: block;
  max-width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.motov4-mega-menu-ul .widgettitle {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  visibility: hidden;
  opacity: 0;
}
.motov4_nav > ul > li:hover > .motov4-mega-menu-ul .widgettitle {
  visibility: visible;
  opacity: 1;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul > li ul li .children li a {
  font-size: 14px;
  padding-left: 10px;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul > li ul li a:before,
.motov4-mega-menu-ul .widget.woocommerce ul.product-categories li a:before {
  display: none;
}
.motov4-mega-menu-ul .motov4_blog_posts .motov4_blog_box.recent_blog2 {
  padding: 0;
  box-shadow: none;
  display: flex;
  margin-bottom: 20px;
}
.widget_recent_reviews .product_list_widget li:before,
.widget_top_rated_products .product_list_widget li:before,
.widget_recent_reviews .product_list_widget li a:before,
.widget_top_rated_products .product_list_widget li a:before,
.widget_recently_viewed_products .product_list_widget li a:before,
.widget_recently_viewed_products .product_list_widget li:before {
  display: none !important;
}
.sidebar_blog .widget.woocommerce .widget-title {
  /* padding: 0; */
  position: relative;
}
.sidebar_blog .widget.woocommerce .widget-title:after {
  left: auto;
}
.motov4-mega-menu-ul .motov4_blog_img {
  width: 50px;
  vertical-align: top;
  margin-right: 10px;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul .motov4_blog_box {
  display: flex;
}
.motov4-mega-menu-ul .motov4_blog_data {
  flex: 1;
}
.motov4-mega-menu-ul .motov4_blog_data .post_title a {
  font-size: 18px;
}
.motov4-mega-menu-ul .motov4_blog_meta ul li {
  font-size: 14px;
}
.motov4_menu_section .motov4-mega-menu-ul {
  text-align: left;
}
.motov4_mega_menu .trans_right_menu .motov4_menu_wrapper,
.motov4_mega_menu .trans_left_menu .motov4_menu_wrapper {
  overflow: inherit;
}
.motov4_mega_menu .trans_right_menu .motov4_menu_box,
.motov4_mega_menu .trans_left_menu .motov4_menu_box {
  position: static;
}
.motov4-mega-menu-ul .newsletter_form {
  position: relative;
}
.motov4-mega-menu-ul .newsletter_form input {
  height: 40px;
  border: none;
  padding: 0 50px 0 15px;
  width: 100%;
  border-radius: 100px;
}
.motov4-mega-menu-ul .newsletter_form .newsletter_widget_submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
}
.motov4_mega_menu .motov4_header_main > .motov4_header_main_inner {
  position: relative;
}
.motov4_nav
  > ul.motov4-mega-menu
  > li
  > ul.motov4-mega-menu-ul
  > li
  > ul
  > li
  > a:hover,
.motov4_custom_header
  .motov4_nav
  > ul.motov4-mega-menu
  > li
  ul.motov4-mega-menu-ul
  a:hover {
  background: transparent;
}
.motov4-mega-menu-ul::-webkit-scrollbar {
  width: 5px;
}
.motov4-mega-menu-ul::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}
.trans_top_menu .motov4-mega-menu-ul .widget_categories ul li {
  width: 100%;
}
.motov4_nav > ul > li > .motov4-mega-menu-ul .motov4_blog_data .post_title {
  visibility: hidden !important;
  opacity: 0 !important;
}
.motov4_nav
  > ul
  > li:hover
  > .motov4-mega-menu-ul
  .motov4_blog_data
  .post_title {
  visibility: visible !important;
  opacity: 1 !important;
}
/*------ toggle mega menu -------*/
.trans_left_menu .motov4_menu > ul > li > .motov4-mega-menu-ul,
.trans_right_menu .motov4_menu > ul > li > .motov4-mega-menu-ul {
  position: absolute;
  left: 100%;
  width: 1100px;
  visibility: visible;
  opacity: 1;
  max-width: inherit;
}
.trans_right_menu .motov4_menu > ul > li > .motov4-mega-menu-ul {
  left: auto;
  right: 100%;
}

.trans_left_menu .motov4_menu > ul > li > .motov4-mega-menu-ul > li ul,
.trans_right_menu .motov4_menu > ul > li > .motov4-mega-menu-ul > li ul {
  opacity: 1;
}
.trans_left_menu .motov4-mega-menu-ul,
.trans_left_menu .motov4-mega-menu-ul li,
.trans_right_menu .motov4-mega-menu-ul,
.trans_right_menu .motov4-mega-menu-ul li {
  transition: unset !important;
}
.motov4_toggle_header .motov4-mega-menu-ul .widget {
  width: 25%;
  float: left;
}
.trans_left_menu li .motov4-mega-menu-ul .widgettitle,
.trans_right_menu .motov4-mega-menu-ul .widgettitle {
  visibility: visible;
  opacity: 1;
}
.trans_left_menu .motov4_menu ul.motov4-mega-menu-ul .widget li,
.trans_right_menu .motov4_menu ul.motov4-mega-menu-ul .widget li {
  padding: 0;
  width: 100%;
}
.trans_left_menu .motov4_menu ul.motov4-mega-menu-ul .widget li ul li,
.trans_right_menu .motov4_menu ul.motov4-mega-menu-ul .widget li ul li {
  padding-left: 15px;
}
.motov4_toggle_header .motov4-mega-menu-ul .widget_search .searchform {
  position: relative;
}
.motov4_toggle_header .motov4-mega-menu-ul .widget_search .searchform input {
  width: 100%;
  height: 40px;
  border-radius: 100px;
  border: none;
  padding: 0 35px 0 15px;
}
.motov4_toggle_header .motov4-mega-menu-ul .widget_search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.motov4-mega-menu-ul a.menu_dropdown:after {
  display: none !important;
}
.motov4-mega-menu-ul .widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 10px !important;
}
.trans_center_menu .motov4-mega-menu-ul {
  visibility: visible;
  opacity: 1;
}
.trans_center_menu .motov4_menu > ul > li > .motov4-mega-menu-ul > li ul {
  opacity: 1;
}
.trans_top_menu .motov4_menu_section {
  position: relative;
}
.trans_top_menu .motov4_menu_section {
  position: relative;
}
.trans_top_menu .motov4-mega-menu-ul li,
.motov4_menu_open .trans_top_menu .motov4-mega-menu-ul li {
  visibility: hidden;
  opacity: 0;
}
.trans_top_menu li:hover .motov4-mega-menu-ul li,
.motov4_menu_open .trans_top_menu li:hover .motov4-mega-menu-ul li {
  visibility: visible;
  opacity: 1;
}
.trans_left_menu .motov4_menu > ul > li:hover .motov4-mega-menu-ul .widgettitle,
.trans_left_menu .motov4_menu > ul > li:hover .motov4-mega-menu-ul li,
.trans_right_menu
  .motov4_menu
  > ul
  > li:hover
  .motov4-mega-menu-ul
  .widgettitle,
.trans_right_menu .motov4_menu > ul > li:hover .motov4-mega-menu-ul li,
.trans_right_menu .motov4_menu > ul > li:hover .motov4-mega-menu-ul,
.trans_bottom_menu .motov4_menu > ul > li .motov4-mega-menu-ul li,
.trans_bottom_menu .motov4_menu > ul > li .motov4-mega-menu-ul li ul,
.trans_bottom_menu .motov4_menu > ul > li .motov4-mega-menu-ul,
.trans_center_menu .motov4_menu > ul > li .motov4-mega-menu-ul li,
.trans_center_menu .motov4_menu > ul > li .motov4-mega-menu-ul {
  visibility: visible;
  opacity: 1;
}
.trans_top_menu .motov4_menu ul li:hover .motov4-mega-menu-ul .widgettitle,
.motov4_toggle_header.trans_left_menu .motov4_menu ul li,
.motov4_toggle_header.trans_right_menu
  .motov4_menu
  ul
  li
  > .trans_top_menu
  .motov4_menu
  ul
  li:hover
  .motov4-mega-menu-ul
  .widgettitle,
.motov4_toggle_header.trans_left_menu .motov4_menu ul li,
.trans_center_menu .motov4_menu ul li:hover .motov4-mega-menu-ul .widgettitle,
.trans_bottom_menu .motov4_menu ul li:hover .motov4-mega-menu-ul .widgettitle {
  visibility: visible;
  opacity: 1;
}
.motov4_toggle_header
  .motov4_menu
  > ul
  > li
  > .motov4-mega-menu-ul
  .widget
  li
  ul {
  padding-left: 15px;
}
/*-------- toggle header mega menu end ---------*/

.motov4_footer .widget {
  margin-bottom: 30px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 5px;
}
.single-motov4_portfolio .motov4_portfolio {
  overflow: visible;
}

.sidebar_blog .widget.woocommerce.widget_products ul li:before {
  display: none;
}
.sidebar_blog
  .widget.woocommerce.widget_product_categories
  ul.product-categories
  li
  a {
  display: inline-block;
}

.sidebar_blog .widget.woocommerce.widget_rating_filter ul li,
.sidebar_blog .widget.woocommerce.woocommerce-widget-layered-nav ul li {
  position: relative;
  padding-left: 15px;
}
.sidebar_blog .widget.woocommerce.widget_rating_filter ul li a,
.sidebar_blog .widget.woocommerce.woocommerce-widget-layered-nav ul li a {
  display: inline-block;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  background: #ffffff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  width: auto;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  border-right: 1px solid #ededed;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers:after {
  display: none;
}
.widget.woocommerce ul.product-categories li .count {
  display: inline-block;
  float: right;
}
.widget.woocommerce ul.product-categories li a {
  display: inline-block;
}
.motov4_form_render .checkbox.form-group .motov4_label {
  display: block;
}
.utl_woocommerce .content-area {
  margin-bottom: 57px;
}
.woocommerce-checkout-review-order {
  margin-bottom: 80px;
}
.motov4_header_icon_none {
  display: none;
}
/*------- header style 6 -------*/
.header_style6 .motov4_header_main {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  border-radius: 60px;
}
.header_style6 .mv4_header_btn,
.header_style6 .motov4_menu_wrapper,
.header_style6 .motov4_header_icon {
  display: inline-block;
}
.header_style6 .motov4_header_box {
  text-align: right;
}
.header_style6 .motov4_logo {
  text-align: left;
  padding: 9px 0;
}
.motov4_header.header_style6 {
  box-shadow: none;
}
.motov4_header.header_style6 {
  top: 20px;
  position: absolute;
  left: 0;
  right: 0;
}
.admin-bar .motov4_header.header_style6 {
  top: 52px;
}
/*------- header style7 --------*/
.header_style7 .motov4_centerlogo .motov4_logo a {
  background: #5575e3;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 10px 20px 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 100px 100px;
}
.header_style7 .motov4_centerlogo .motov4_logo {
  width: 200px;
  padding: 0;
  margin: 0;
}
.header_style7 .motov4_centerlogo .motov4_logo a img {
  width: 120px;
}
.header_style7 .motov4_centerlogo .motov4_menu .motov4_nav ul li a {
  padding: 30px 20px;
}
/*------ header style8 --------*/
.motov4_custom_header.header_style8 {
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.admin-bar .motov4_custom_header.header_style8 {
  top: 32px;
}
.motov4_custom_header.header_style8 .motov4_header_main {
  padding: 20px 30px;
  position: relative;
  border-radius: 0 0 10px 10px;
}

.motov4_custom_header.header_style8 .motov4_header_main:before,
.motov4_custom_header.header_style8 .motov4_header_main:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  background: #313131;
  width: 50px;
  -webkit-transform: skewX(18deg);
  -moz-transform: skewX(18deg);
  -ms-transform: skewX(18deg);
  transform: skewX(18deg);
  z-index: -1;
  border-radius: 0 0 0 10px;
}
.motov4_custom_header.header_style8 .motov4_header_main:after {
  right: -15px;
  left: auto;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  transform: skewX(-18deg);
  border-radius: 0 0 10px 0;
}
.motov4_fixed_header.sticky_header_class
  .motov4_header.header_style8
  .motov4_header_main:after,
.motov4_fixed_header.sticky_header_class
  .motov4_header.header_style8
  .motov4_header_main:before {
  display: none;
}
.motov4_fixed_header.sticky_header_class
  .motov4_header.header_style8
  .motov4_header_main {
  border-radius: 0;
}
/*------ header style9 --------*/
.header_style9 .motov4_logo {
  position: absolute;
  /* background: #5575e3; */
  top: 0;
  /* padding: 20px; */
}
.header_style9 .motov4_header_main {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header_style9.motov4_custom_header .motov4_header_main {
  position: relative;
}
.header_style9 .motov4_logo > a > img {
  max-width: 140px;
  max-height: 77px;
}
/* .header_style9 .motov4_logo:after,
.header_style9 .motov4_logo:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  border-left: 20px solid #335be1;
  border-right: 20px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 36px solid transparent;
  z-index: -1;
  opacity: 0.85;
}
.header_style9 .motov4_logo:before {
  left: -40px;
  right: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid #335be1;
  border-top: 0px solid transparent;
  border-bottom: 36px solid transparent;
} */
.motov4_mega_menu
  .header_style9
  .motov4_header_main
  > .motov4_header_main_inner {
  position: static;
}
/*------ custom menu css --------*/
.mt4_custom_header_wraper .menu-main-menu-container {
  margin-top: 10px;
}
.mt4_custom_header_wraper .menu-main-menu-container > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.mt4_custom_header_wraper .menu-main-menu-container > ul > li {
  display: inline-block;
  margin-left: 20px;
}
.mt4_custom_header_wraper .menu-main-menu-container > ul > li:first-child {
  margin-left: 0;
}

/*-------- under construction css start --------*/
.page-template-motov4-underconstruction .motov4_copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.mt4_construction_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt4_construction_data h1 {
  font-size: 45px;
  text-transform: capitalize;
  font-weight: 800;
}
.mt4_construction_data p {
  margin: 20px 0;
}
.mt4_construction_data h3 {
  margin-bottom: 20px;
}
.mt4_construction_data .subscribe input[type="text"] {
  height: 50px;
  width: 100%;
  padding: 0 20px;
}
.mt4_construction_data .subscribe input.btn {
  position: absolute;
  top: 0;
  right: 0;
}
.mt4_construction_data .subscribe {
  position: relative;
}
.mt4_construction_data .ce-countdown {
  padding: 20px 0 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 30px 0;
}
.mt4_construction_data .mt4_uc_social {
  margin-top: 20px;
}
/*------ construction style2 -------*/
.con_style2 .mt4_construction_data {
  text-align: center;
}
.mt4_construction_wrapper.con_style2 {
  background: #dcdcdc;
  padding: 100px 0;
}
.con_style2 .mt4_construction_data .ce-countdown {
  border: none;
  padding: 0;
}
/*------ construction style3 --------*/
.con_style3 .mt4_construction_img {
  position: absolute;
  right: 100px;
  bottom: 70px;
}
.mt4_construction_wrapper.con_style3 {
  position: fixed;
  padding-bottom: 150px;
}
.con_style3 .mt4_construction_data .subscribe input.btn {
  position: static;
  margin-top: 20px;
}
.con_style3 .mt4_construction_data h1 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1.2;
}
/*-------- construction style4 ---------*/
.con_style4 {
  background-size: cover;
  padding: 240px 0 100px;
}
.con_style4 .mt4_construction_data {
  text-align: center;
}
.con_style4 .mt4_construction_data h1 {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 800;
}
.con_style4 .mt4_construction_data p {
  font-weight: 600;
}
/*-------- construction style4 ---------*/
.con_style5 {
  background-size: cover;
  padding: 200px 0;
}
.con_style5 .mt4_construction_data {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 50px;
}
.con_style5 .mt4_construction_data h1 {
  font-size: 35px;
}
.con_style5 .mt4_construction_data p,
.con_style5 .mt4_construction_data h3 {
  color: #ffffff;
}
.mt4_construction_data .mt4_uc_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mt4_construction_data .mt4_uc_social ul li {
  display: inline-block;
  margin-right: 10px;
}
.mt4_construction_data .mt4_uc_social ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.con_style5 .mt4_construction_data .ce-countdown {
  border: none;
}
/*-------- under construction css end --------*/
/*------- woocommerce single css ------*/
.woocommerce div.product form.cart {
  margin-top: 20px;
  display: flex;
}
.woocommerce div.product form.cart div.quantity {
  width: 90px;
  margin-right: 20px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 40px;
}
.woocommerce-product-details__short-description p {
  margin-top: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  background: #f9f9f9;
  padding: 30px;
  margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.widget_products ul.product_list_widget li a:before,
.woocommerce .widget_shopping_cart ul li a:before {
  display: none;
}
.woocommerce-privacy-policy-text p {
  margin-bottom: 20px;
}
.price span.woocommerce-Price-amount.amount {
  display: inline-block;
}
.woocommerce-grouped-product-list {
  display: block;
  margin-bottom: 20px;
}
.woocommerce div.product form.cart {
  display: block;
}
.woocommerce-grouped-product-list del,
.woocommerce-grouped-product-list ins {
  display: inline-block;
}
.woocommerce div.product form.cart .variations select {
  height: 30px;
  border-color: #e4e4e4;
}
/*-------- woo square styles ---------*/
.woo_square .utl_woocommerce .site-main {
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
}
.woo_square.woocommerce ul.products li.product .onsale,
.woo_square.woocommerce .type-product .onsale {
  border-radius: 0px;
}
.woo_square.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border-radius: 0;
}
/*-------- woo curve styles ---------*/
.woo_curve .utl_woocommerce .site-main {
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #e1e1e1;
  border-radius: 14px;
}
.woo_curve .woocommerce-tabs.wc-tabs-wrapper {
  background: #ededed;
  border-radius: 15px;
}
.woo_curve.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woo_curve.woocommerce .cart .quantity input,
.woo_curve.woocommerce .woocommerce-ordering select.orderby {
  border-radius: 100px;
}
.woo_curve.woocommerce div.product div.images img,
.woo_curve.woocommerce ul.products li.product a img {
  border-radius: 10px;
}
/*------- woo dark style --------*/
.woo_dark .utl_woocommerce .site-main {
  background: #121213;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: none;
}
.woo_dark .woocommerce-tabs.wc-tabs-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 15px;
}
.woo_dark.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woo_dark.woocommerce .cart .quantity input,
.woo_dark.woocommerce .woocommerce-ordering select.orderby {
  border-radius: 100px;
}
.woo_dark.woocommerce div.product div.images img,
.woo_dark.woocommerce ul.products li.product a img {
  border-radius: 10px;
}
.woo_dark h1.woocommerce-products-header__title.page-title,
.woo_dark.single-product.woocommerce.woocommerce-page h1,
.woo_dark.woocommerce div.product .woocommerce-tabs .panel h2,
.woo_dark section.related.products h2 {
  color: #ffffff;
}
.woo_dark.woocommerce #review_form #respond textarea {
  border-radius: 20px;
}
.woo_dark .woocommerce-cart-form__contents tr th,
.woo_dark .woocommerce-cart-form__contents tr td {
  border: none;
  border-bottom: 1px solid #232323;
  padding: 20px 10px;
  background: #121213;
}
.woocommerce-cart-form__contents tr:last-child td {
  border: none;
}
.woo_dark .woocommerce .cart .quantity input {
  border-radius: 100px;
}
.woocommerce-page table.cart .actions .coupon input {
  width: 200px;
}
.woo_dark.woocommerce-page table.cart .actions .coupon input {
  border-radius: 100px;
}
.woo_dark.woocommerce .cart-collaterals .cart_totals,
.woo_dark.woocommerce-page .cart-collaterals .cart_totals {
  background: #121213;
  padding: 30px;
}
.woo_dark.woocommerce .cart-collaterals table tr th,
.woo_dark.woocommerce .cart-collaterals table tr td {
  border-color: #232323;
  border-top-color: #232323 !important;
}
.woo_dark .woocommerce-error,
.woo_dark .woocommerce-info,
.woo_dark .woocommerce-message {
  background: #121213;
  color: #ffffff;
}
.woo_dark .woocommerce-billing-fields__field-wrapper input {
  background: #121213;
  border: none;
  color: #ffffff;
}
.woo_dark .woocommerce-checkout-review-order-table tr th,
.woo_dark .woocommerce-checkout-review-order-table tr td {
  border-color: #232323;
}
.woo_dark #add_payment_method #payment,
.woo_dark .woocommerce-cart #payment,
.woo_dark .woocommerce-checkout #payment {
  background: #121213;
}
