.mstoic-shortcodes.clear,
.mstoic-shortcodes.space {
  clear: both;
  margin: 0;
}
.mstoic-shortcodes.space {
  margin: 40px 0;
}
/* Mstoic Shortcodes With Counts */
.mstoic-shortcodes.total-count {
  display: table;
  width: 100%;
  text-align: center;
}
/* Mstoic Shortcodes With Counts Ends */
@media screen and (min-width: 500px) {
  .mstoic-shortcodes.count-2 .count {
    width: 50%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    float: left;
    padding: 10px;
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 800px) {
  .mstoic-shortcodes.count-3 .count,
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 33.33%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 900px) {
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 50%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1100px) {
  .mstoic-shortcodes.count-3 .count,
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 33.33%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1300px) {
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 25%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(4n+1) {
    clear: left;
  }
}
/*
@media screen and (min-width: 900px) {
	.mstoic-theme .no-sidebar .showcase-posts li {
		width: 25%;
	}
	.mstoic-theme .no-sidebar .mstoic-shortcodes .count:nth-of-type(n) {
		clear: none;
	}
	.mstoic-theme .no-sidebar .mstoic-shortcodes .count:nth-of-type(4n+1) {
		clear: left;
	}
}
*/
/* Mstoic Shortcodes Images */
.mstoic-shortcodes-images img {
  max-width: 100%;
}
.mstoic-shortcodes-images.round img {
  border-radius: 50%;
}
.mstoic-shortcodes-images .img-heading {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
/* Mstoic Shortcodes Images Ends */
.mstoic-shortcodes-counters {
  display: table;
  width: 100%;
  text-align: center;
}
.mstoic-shortcodes-counters .counter-outer {
  display: inline-block;
  width: 98%;
  margin: 20px 1%;
  position: relative;
}
.mstoic-shortcodes-counters .counter {
  position: relative;
  display: inline-block;
  height: 300px;
  width: 300px;
  margin: 0;
  padding: 10%;
  text-align: center;
  vertical-align: middle;
  border: 20px solid #0D99FC;
  border-radius: 50%;
  box-sizing: border-box;
}
.mstoic-shortcodes-counters .count {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 20px;
  font-size: 2em;
  text-align: center;
  transform: translate(-50%, -60%);
}
.mstoic-shortcodes-counters .text {
  display: block;
  margin-top: 1em;
  font-size: 1.6em;
  line-height: 1.2em;
}
/*--------------------------------------------------------------
Mstoic Shortcodes
--------------------------------------------------------------*/
.mstoic-shortcodes {
  margin: 20px 0;
}
/*--------------------------------------------------------------
Shortcode: Facebook Like Button
--------------------------------------------------------------*/
.mstoic-shortcodes-fb-like-button {
  margin: 20px 0;
}
/*--------------------------------------------------------------
Shortcode: Buttons
--------------------------------------------------------------*/
.mstoic-shortcodes-buttons span {
  display: inline-block;
}
.mstoic-shortcodes-buttons.expand span {
  letter-spacing: 0;
  padding: 10px;
  border-radius: 0;
  background: red;
  transition: .200s all;
}
.mstoic-shortcodes-buttons.expand span:hover,
.mstoic-shortcodes-buttons.expand span:active {
  letter-spacing: 2px;
  background: red;
  color: #FFF;
}
.mstoic-shortcodes-buttons.expand span:after,
.mstoic-shortcodes-buttons.expand span:before {
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 5px auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
.mstoic-shortcodes-buttons.expand span:hover:after,
.mstoic-shortcodes-buttons.expand span:hover:before {
  backface-visibility: hidden;
  border-color: rgba(255, 255, 255, 0.7);
  transition: width 350ms ease-in-out;
  width: 100%;
}
.mstoic-shortcodes-buttons.expand span:hover:before {
  bottom: auto;
  top: 0;
  width: 100%;
}
/* Mstoic Shortcodes Slider */
.mstoic-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.mstoic-slide {
  position: absolute;
  width: inherit;
  height: inherit;
  left: 100%;
  color: #FFF;
  text-align: center;
  max-width: 100%;
}
.mstoic-slide:nth-child(1) {
  left: 0px;
}
.mstoic-slide .fa-chevron-left,
.mstoic-slide .fa-chevron-right {
  position: absolute;
  top: 50%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 999;
}
.mstoic-slide .fa-chevron-left {
  left: 5px;
}
.mstoic-slide .fa-chevron-right {
  right: 5px;
}
.slideZTMH {
  left: 0px !important;
  -webkit-animation: MinusHundred 1s forwards;
  animation: MinusHundred 1s forwards;
}
@-webkit-keyframes MinusHundred {
  100% {
    left: -100%;
  }
}
@keyframes MinusHundred {
  100% {
    left: -100%;
  }
}
.slideHTZ {
  left: 100% !important;
  -webkit-animation: zero 1s forwards;
  animation: zero 1s forwards;
}
.slideZTH {
  left: 0px !important;
  -webkit-animation: Hundred 1s forwards;
  -webkit-animation-delay: 0s;
  animation: Hundred 1s forwards;
  animation-delay: 0s;
}
@-webkit-keyframes Hundred {
  100% {
    left: 100%;
  }
}
@keyframes Hundred {
  100% {
    left: 100%;
  }
}
.slideMHTZ {
  left: -100% !important;
  -webkit-animation: zero 1s forwards;
  animation: zero 1s forwards;
}
@-webkit-keyframes zero {
  100% {
    left: 0px;
  }
}
@keyframes zero {
  100% {
    left: 0px;
  }
}
.mstoic-shortcode.testimonials {
  position: relative;
  overflow: hidden;
}
.mstoic-shortcode.testimonials .mstoic-slide {
  width: 100%;
}
.mstoic-shortcode.testimonials p {
  margin: 0;
}
.ms_testimonial {
  position: relative;
}
.ms_testimonial .data {
  background: #0D99FC;
  top: 70px;
  color: #FFF;
  position: relative;
  text-align: center;
  padding: 70px 20px 10px 20px;
  display: inline-block;
  width: 100%;
  margin: 0 0 70px;
}
.ms_testimonial .data .arrow-down {
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-top-color: #0D99FC;
  transform: translate(-50%, 0);
}
.ms_testimonial .testimonial {
  padding: 5px 10px 0;
}
.ms_testimonial .author_info {
  margin-top: 20px;
}
.ms_testimonial .ms_author,
.ms_testimonial .ms_author_designation {
  display: block;
  text-align: center;
}
.ms_testimonial .ms_author {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin: 0px auto;
}
.ms_testimonial .ms_author_designation {
  color: #666;
}
.ms_testimonial .title {
  margin-bottom: 0;
  font-size: 1.6em;
}
.ms_testimonial img {
  border: 20px solid white;
  border-radius: 50%;
  box-shadow: none !important;
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: 1;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}
/*--------------------------------------------------------------
# Shortcode: Google Maps
--------------------------------------------------------------*/
.google-map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ms_youtube_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.ms_youtube_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Standard Classes */
.ms-hide {
  display: none;
}
