@import 'https://fonts.googleapis.com/css?family=Roboto';
.kalimah-shortcodes, .kalimah-shortcodes *
{
	box-sizing: border-box;
	font-family: Roboto;
}

.kalimah-shortcodes [class^="ti-"]::before, .kalimah-shortcodes[class^="ti-"]::before {
    font-family: "themify" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
}

.kalimah-shortcodes [class^="ion-"]::before, .kalimah-shortcodes[class^="ion-"]::before {
  display: inline-block;
  font-family: "Ionicons" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  padding: 0 5px;
  text-rendering: auto;
  text-transform: none;
}

.kalimah-shortcodes .dashicons, .kalimah-shortcodes.dashicons {
  font-family: "dashicons" !important;
}

/* Dropcap */
.kalimah-shortcodes-dropcap.first-style {
    display: block;
    float: left;
    line-height: 100%;
    margin: 0 15px 0 0;
}

.kalimah-shortcodes-dropcap.second-style {
  background: red none repeat scroll 0 0;
  border-radius: 6px;
  display: block;
  float: left;
  line-height: 100%;
  margin: 10px 8px 0 0;
  padding: 0 10px;
}

/* Horizontal rule */
.kalimah-shortcodes.kalimah-shortcodes-divider {
  position: relative;
}

.kalimah-shortcodes-divider .kalimah-shortcodes-top-text {
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 15px;
  text-align: right;
}

.kalimah-shortcodes-divider.second-style .kalimah-shortcodes-top-text {
  cursor: pointer;
  font-size: 15px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  background-color: white;
  padding: 0 15px;
}

.kalimah-shortcodes-divider.third-style .kalimah-shortcodes-top-text {
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 15px;
  text-align: right;
}

/* List */
.kalimah-shortcodes-list ul {
  display: block;
  float: left;
  margin: 10px 0;
}

.kalimah-shortcodes-list li {
  clear: both;
  display: block;
  float: left;
  height: 23px;
  list-style: outside none none !important;
  margin: 2px 0;
  padding: 1px;
  position: relative;
}

.kalimah-shortcodes-list i::before {
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  height: 23px !important;
  justify-content: center;
  text-align: center;
  width: 23px !important;
}

.kalimah-shortcodes-list-item i {
  float: left;
  height: 23px !important;
  margin-right: 5px;
  width: 23px !important;
}

.kalimah-shortcodes-list li.dashicons {
    text-align: left;
    width: 100%;
}

.kalimah-shortcodes-list.second-style .kalimah-shortcodes-list-item i {
  border-radius: 50%;
  color: #751375;
 
}

/* Quote */
.kalimah-shortcodes-quote {
  max-width: 100%;
  display: block;
  float: left;
}

.kalimah-shortcodes-quote.block cite {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-align: right;
}

.kalimah-shortcodes-quote.block .quote-body {
  display: block;
  height: calc(100% - 20px);
}


.kalimah-shortcodes-quote.block.first-style {
    border-left: 10px solid;
    font-size: 18px;
    font-style: italic;
    line-height: 1.45;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    position: relative;
}
.kalimah-shortcodes-quote.block.first-style::before {
    content: "“";
    display: block;
    font-size: 80px;
    left: 0;
    position: absolute;
    top: -20px;
}
.kalimah-shortcodes-quote.block.second-style {
    border-left: 10px solid;
    border-radius: 5px;
    font-size: 20px;
    font-style: italic;
    margin: 5px 0;
    padding: 20px;
    position: relative;
}

.kalimah-shortcodes-quote.block.second-style .quote-body {
    display: block;
    margin-left: 120px;
    position: relative;
}

.kalimah-shortcodes-quote.block.second-style .quote-body::before {
  bottom: 0;
  content: "";
  font-family: FontAwesome;
  font-size: 70px;
  position: absolute;
  right: calc(100% + 50px);
  top: calc(50% - 65px);
}

.kalimah-shortcodes-quote.block.third-style {
  border-left: 0px solid transparent !important;
  border-radius: 5px;
  border-top: 50px solid;
  font-size: 20px;
  font-style: italic;
  margin: 5px 0;
  padding: 20px;
  position: relative;
}
.kalimah-shortcodes-quote.block.third-style .quote-body {
    display: block;
    position: relative;
}
.kalimah-shortcodes-quote.block.third-style .quote-body::before {
    bottom: 0;
    content: "";
    font-family: FontAwesome;
    font-size: 60px;
    position: absolute;
    right: 20px;
    top: -80px;
}
.kalimah-shortcodes-quote.block.fourth-style {
    border-left: 0 none;
    border-radius: 5px;
    display: flex;
    font-size: 20px;
    font-style: italic;
    margin: 5px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.5s ease 0s;
}
.kalimah-shortcodes-quote.block.fourth-style .quote-body {
    float: left;
    padding: 40px;
    position: relative;
    text-align: center;
    width: 100%;
}
.kalimah-shortcodes-quote.block.fourth-style cite::before {
    content: "";
    font-family: FontAwesome;
    font-size: 60px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all 0.5s ease 0s;
}
.kalimah-shortcodes-quote.block.fourth-style cite {
    background-color: #000000;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    overflow: hidden;
    text-align: left;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    width: 0;
}
.kalimah-shortcodes-quote.block.fourth-style:hover cite {
    padding: 10px;
    width: 20%;
}
.kalimah-shortcodes-quote.block.fourth-style:hover cite::before {
    opacity: 1;
}


.kalimah-shortcodes-quote.pull {
    width: 255px;
}
.kalimah-shortcodes-quote.pull.left {
    float: left;
    margin: 0 20px 0 0;
}
.kalimah-shortcodes-quote.pull.right {
    float: right;
    margin: 0 0 0 20px;
}
.kalimah-shortcodes-quote.pull.first-style {
    border-left: 10px solid;
    float: right;
    font-size: 18px;
    font-style: italic;
    line-height: 1.45;
    padding: 0.25em 40px;
    position: relative;
}
.kalimah-shortcodes-quote.pull.first-style::before {
    content: "“";
    display: block;
    font-size: 80px;
    left: 0;
    position: absolute;
    top: -20px;
}
.kalimah-shortcodes-quote.pull.second-style {
    border-radius: 5px;
    border-top: 50px solid;
    font-size: 20px;
    font-style: italic;
    padding: 20px;
    position: relative;
	border-left: 0 solid transparent;
}
.kalimah-shortcodes-quote.pull.second-style .quote-body {
    display: block;
    position: relative;
}
.kalimah-shortcodes-quote.pull.second-style .quote-body::before {
    bottom: 0;
    content: "";
    font-family: FontAwesome;
    font-size: 60px;
    position: absolute;
    right: 20px;
    top: -80px;
}
.kalimah-shortcodes-quote.pull.third-style {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-style: italic;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.5s ease 0s;
}
.kalimah-shortcodes-quote.pull.third-style .quote-body {
  float: left;
  height: calc(100% - 50px);
  padding: 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
.kalimah-shortcodes-quote.pull.third-style cite::before {
    content: "";
    font-family: FontAwesome;
    font-size: 60px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all 0.5s ease 0s;
}
.kalimah-shortcodes-quote.pull.third-style cite {
    background-color: #000000;
    color: white;
    display: flex;
    flex-direction: column;
    height: 0;
    justify-content: flex-end;
    margin: 0;
    overflow: hidden;
    text-align: left;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    width: 100%;
}
.kalimah-shortcodes-quote.pull.third-style:hover cite {
    height: 50px;
    padding: 10px;
}
.kalimah-shortcodes-quote.pull.third-style:hover cite::before {
    opacity: 1;
}

/* Button */
a.kalimah-shortcodes-button {
  align-items: center;
  border: medium none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  opacity: 0.8;
  outline: medium none;
  overflow: hidden;
  padding: 0 10px !important;
  position: relative;
  text-decoration: none;
  transition: opacity 0.25s linear 0s;
  width: auto;
}

a.kalimah-shortcodes-button i {
  font-size: inherit;
  line-height: inherit;
  margin: 0 9px;
}

a.kalimah-shortcodes-button:hover {
    opacity: 1;
}
a.kalimah-shortcodes-button.medium {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px 0 0;
}
a.kalimah-shortcodes-button.medium::before {
    font-size: 14px;
    line-height: 45px;
    padding: 0 6px !important;
}
a.kalimah-shortcodes-button.large {
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    padding: 0 10px 0 0;
}
a.kalimah-shortcodes-button.large::before {
    font-size: 24px;
    line-height: 65px;
    padding: 0 10px !important;
}
a.kalimah-shortcodes-button.three-dimen {
    background: #e67e22 none repeat scroll 0 0;
    border: 1px solid #f39c12;
    box-shadow: 0 6px 0 #2b638f, 0 3px 15px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 3px rgba(255, 255, 255, 0.5) inset;
    color: #ecf0f1;
    margin: 12px;
    transition: all 0.1s ease 0s;
}
a.kalimah-shortcodes-button.three-dimen:active {
    box-shadow: 0 2px 0 #2b638f, 0 1px 6px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 3px rgba(255, 255, 255, 0.5) inset;
    position: relative;
    transform: translateY(4px);
}

/* Accordion */
.kalimah-shortcodes-accordion {
    background-color: #116d82;
    color: #474747;
    display: flex;
    margin: 10px auto;
    max-width: 100%;
    overflow: hidden;
    padding: 5px;
}

.kalimah-shortcodes-accordion .accordion_outer.active {
    display: flex;
    flex-direction: column;
	 color: black;
    flex-grow: 20;
}

.kalimah-shortcodes-accordion .accordion_inner {
   height: auto;
}

.kalimah-shortcodes-accordion.accordion-no-title .accordion_outer.active .title {
    display: none !important;
   
}

.kalimah-shortcodes-accordion .accordion_inner > * {
  display: block;
  margin: 15px;
}

.kalimah-shortcodes-accordion .accordion_inner > .kalimah-shortcodes-image
{
	margin: 0px;
}


.kalimah-shortcodes-accordion.first-style .active .title {
  font-size: 20px;
  padding: 5px 10px;
  transition: all 0.5s;
}

.kalimah-shortcodes-accordion.first-style .accordion_outer:not(.active) .title {
	cursor: pointer;
	color: white;
}

.kalimah-shortcodes-accordion.first-style.horizontal .accordion_outer {
    color: white;
    margin-right: 2px;
    transition: all 0.5s ease 0s;
    width: 10%;
	height: 100%;
}

.kalimah-shortcodes-accordion.first-style.horizontal .accordion_outer:not(.active) .title {
    cursor: pointer;
    float: left;
    font-size: 20px;
    height: 100%;
    line-height: 50px;
    margin: 0 !important;
    padding: 10px;
    text-align: left;
    width: 100%;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.kalimah-shortcodes-accordion.first-style.horizontal .accordion_outer.active .title {
    display: block;
    font-size: 30px;
    padding: 10px;
	 background-color: white;
    color: black;
}

.kalimah-shortcodes-accordion.first-style.horizontal .active .accordion_inner {
	background-color: white;
    color: black;
	opacity: 1;
}

.kalimah-shortcodes-accordion.first-style.horizontal .accordion_inner {

    height: 100%;
    overflow: auto;
    padding: 0;
	opacity: 0;
}

.kalimah-shortcodes-accordion.first-style.horizontal .accordion_outer.active {
    background-color: white;
}



.kalimah-shortcodes-accordion.second-style {
    background-color: unset;
}

.kalimah-shortcodes-accordion.second-style .active .title {
  font-size: 20px;
  padding: 5px 10px;
  transition: all 0.5s;
}

.kalimah-shortcodes-accordion.second-style .accordion_outer:not(.active) .accordion_inner {
  display: none !important;
  height: 0;
  padding: 0;
  width: 0;
}

.kalimah-shortcodes-accordion.second-style .accordion_outer:not(.active) .title {
	cursor: pointer;
	color: white;
}

.kalimah-shortcodes-accordion.second-style.horizontal .accordion_outer {
  background-color: black;
  border-radius: 5px;
  color: white;
  margin: 0 2px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  width: 7%;
}

.kalimah-shortcodes-accordion.second-style.horizontal .accordion_outer:not(.active) .title {
    cursor: pointer;
    float: left;
    font-size: 20px;
    height: 100%;
    line-height: 65px;
    margin: 0 !important;
    padding: 10px 0;
    text-align: left;
    width: 100%;
	-webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.kalimah-shortcodes-accordion.second-style.horizontal .accordion_outer.active .title {
    display: block;
    font-size: 30px;
    padding: 10px;
	 background-color: white;
    color: black;
}

.kalimah-shortcodes-accordion.second-style.horizontal .active .accordion_inner {
	background-color: white;
    color: black;
	opacity: 1;
	transform: scale(1);
	
}

.kalimah-shortcodes-accordion.second-style.horizontal .accordion_inner {
    overflow: auto;
    padding: 10px;
	opacity: 0;
	height: 100%;
	width: 99%;
	transform: scale(0.5);
	transform-origin: 0 0;
	transition: all 0.5s ease 0.4s;
}

.kalimah-shortcodes-accordion.second-style.horizontal .accordion_outer.active {
    background-color: white;
	border: 1px solid black;
}



.kalimah-shortcodes-accordion.third-style {
    background-color: unset;
	position: relative;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0;
}

.kalimah-shortcodes-accordion.third-style[data-trigger='click'] .accordion_outer:not(.active)
{
	cursor: pointer;
}

.kalimah-shortcodes-accordion.third-style .active .title {
  font-size: 25px;
  padding: 5px 10px;
  transition: all 0.5s;
}

.kalimah-shortcodes-accordion.third-style.horizontal .accordion_outer:first-child,
.kalimah-shortcodes-accordion.third-style.horizontal .accordion_outer.active + div
{
	margin-left: 0;
}

.kalimah-shortcodes-accordion.third-style.horizontal .accordion_outer:not(:first-child)::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%) repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: -10px;
  position: absolute;
  top: -2px;
  width: 10px;
}

/*
.kalimah-shortcodes-accordion.third-style.horizontal .accordion_outer.active + div::after {
  background: transparent;
  content: " ";
  height: 0;
  position: absolute;
  width:0px;
}
*/
.kalimah-shortcodes-accordion.third-style.horizontal .accordion_outer {
  background-color: white;
 /* box-shadow: -10px 0 10px 1px #939393;*/
  color: black;
  height: 100%;
  position: absolute;
  width: 70%;
  left: 0;
  transition: all 0.5s ease 0s;
}

.kalimah-shortcodes-accordion.third-style.horizontal .accordion_outer .title {
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 5px;
  bottom: 25px;
  box-shadow: 0 0 10px black;
    color: black;
  display: block;
  font-size: 20px;
  left: 15px;
  opacity: 0;
  padding: 10px 20px;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out 0.1s;
  z-index: 6;
}

.kalimah-shortcodes-accordion.third-style.horizontal .accordion_outer.active .title {
  transform: translateX(0);
  opacity: 1;
}

.kalimah-shortcodes-accordion.third-style.horizontal .active .accordion_inner {
	background-color: white;
    color: black;
	opacity: 1;
	transform: scale(1);
	
}

.kalimah-shortcodes-accordion.third-style.horizontal .accordion_inner {
  height: 100%;
  overflow: auto;
  padding: 10px;
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0.4s;
  width: 99%;
}

.kalimah-shortcodes-accordion.third-style.horizontal .accordion_outer.active {
    background-color: white;
	width: 70%;
}



.kalimah-shortcodes-accordion.fourth-style {
    background-color: unset;
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .accordion_outer
{
	flex-direction: row;
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .accordion_outer:not(.active) .accordion_inner {
	display: block;
	height: 0;
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .accordion_outer:not(.active) .title {
	cursor: pointer;
	color: white;
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .accordion_outer {
  border-radius: 5px;
  color: white;
  margin: 0 2px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  width: 7%;
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .accordion_outer.active .title {
	width: 50px;
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .accordion_outer .title {
  background-color: black;
  cursor: pointer;
  float: left;
  font-size: 20px;
  height: 100%;
  line-height: 50px;
  margin: 0 !important;
  padding: 10px 0;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .accordion_outer .title::after {
  content: " ";
  left: 100%;
  position: absolute;
  top: 5px;
  z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 11px;
	border-color: transparent transparent transparent #000000;
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .active .accordion_inner {
	background-color: white;
    color: black;
	opacity: 1;
	transform: scale(1);
	
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .accordion_inner {
    overflow: auto;
    padding: 10px;
	opacity: 0;
	height: 100%;
	width: 99%;
	transform: scale(0.5);
	transform-origin: 0 0;
	transition: all 0.5s ease 0.4s;
}

.kalimah-shortcodes-accordion.fourth-style.horizontal .accordion_outer.active {
    background-color: white;
	border: 1px solid black;
}


.kalimah-shortcodes-accordion .accordion_outer:not(.active) .title {
  transition: all 0.5s ease 0s;
}

.kalimah-shortcodes-accordion.first-style.vertical
{
	flex-direction: column;
}

.kalimah-shortcodes-accordion.first-style.vertical .accordion_outer {
    color: white;
    margin-right: 2px;
    transition: all 0.5s ease 0s;
}

.kalimah-shortcodes-accordion.first-style.vertical .accordion_outer:not(.active) .title {
  cursor: pointer;
  float: left;
  font-size: 20px;
  margin: 2px 0;
  padding: 10px;
  text-align: left;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.kalimah-shortcodes-accordion.first-style.vertical .accordion_outer.active > .title {
    display: block;
    font-size: 30px;
    padding: 10px;
    color: black;
}

.kalimah-shortcodes-accordion.first-style.vertical .active .accordion_inner {
	background-color: white;
    color: black;
	display: block;
}

.kalimah-shortcodes-accordion.first-style.vertical .accordion_inner {
    height: auto;
    overflow: auto;
    padding: 10px;
	display: none;
}

.kalimah-shortcodes-accordion.first-style.vertical .accordion_outer.active {
    background-color: white;
}



.kalimah-shortcodes-accordion.second-style.vertical {
    background-color: unset;
	flex-direction: column;
}

.kalimah-shortcodes-accordion.second-style.vertical .active .title {
  font-size: 20px;
  padding: 5px 10px;
  transition: all 0.5s;
}

.kalimah-shortcodes-accordion.second-style.vertical .accordion_outer:not(.active) .accordion_inner {
  display: block;
  height: 0;
  padding: 0;
}


.kalimah-shortcodes-accordion.second-style.vertical .accordion_outer {
  border: 1px solid black;
  border-radius: 5px;
  color: white;
  margin: 2px 0;
  max-height: 1500px;
  overflow: hidden;
  transition: all 3s ease 0s;
}

.kalimah-shortcodes-accordion.second-style.vertical .accordion_outer:not(.active) .title {
  cursor: pointer;
  float: left;
  font-size: 20px;
  height: auto;
  margin: 0 !important;
  padding: 10px;
  text-align: left;
  width: 100%;
  color: white;
}

.kalimah-shortcodes-accordion.second-style.vertical .accordion_outer.active .title {
    display: block;
    font-size: 30px;
    padding: 10px;
	 background-color: white;
    color: black;
}

.kalimah-shortcodes-accordion.second-style.vertical .active .accordion_inner {
	background-color: white;
    color: black;
	opacity: 1;
	transform: scale(1);
	
}

.kalimah-shortcodes-accordion.second-style.vertical .accordion_inner {
  opacity: 0;
  overflow: auto;
  padding: 10px;
  transform: scale(0.5);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 99%;
}

.kalimah-shortcodes-accordion.second-style.vertical .accordion_outer.active {
    background-color: white;
	border: 1px solid black;
}





.kalimah-shortcodes-accordion.third-style.vertical .accordion_outer:first-child,
.kalimah-shortcodes-accordion.third-style.vertical .accordion_outer.active + div
{
	margin-left: 0;
}

.kalimah-shortcodes-accordion.third-style.vertical .accordion_outer:not(:first-child)::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(225, 225, 225, 0) 0%, rgba(145, 145, 145, 0.24) 100%) repeat scroll 0 0;
  content: " ";
  width: 100%;
  left: 2px;
  position: absolute;
  top: -2px;
  height: 10px;
}


.kalimah-shortcodes-accordion.third-style.vertical .accordion_outer {
  background-color: white;
  color: black;
  width: 100%;
  position: absolute;
  transition: all 0.5s ease 0s;
}

.kalimah-shortcodes-accordion.third-style.vertical .accordion_outer .title {
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 5px;
  bottom: 25px;
  box-shadow: 0 0 10px black;
  color: black;
  display: block;
  font-size: 30px;
  left: 15px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out 0.1s;
  z-index: 6;
}

.kalimah-shortcodes-accordion.third-style.vertical .accordion_outer.active .title {
  transform: translateX(0);
  opacity: 1;
}

.kalimah-shortcodes-accordion.third-style.vertical .active .accordion_inner {
	background-color: white;
    color: black;
	opacity: 1;
	transform: scale(1);
	 overflow: auto;
	
}

.kalimah-shortcodes-accordion.third-style.vertical .accordion_inner {
  height: 100%;
  overflow: hidden;
  padding: 10px;
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0.4s;
  width: 99%;
}

.kalimah-shortcodes-accordion.third-style.vertical .accordion_outer.active {
    background-color: white;
	height: 70%;
}



.kalimah-shortcodes-accordion.fourth-style.vertical {
  background-color: unset;
  flex-direction: column;
}

.kalimah-shortcodes-accordion.fourth-style.vertical .accordion_outer
{
	flex-direction: column;
}

.kalimah-shortcodes-accordion.fourth-style.vertical .accordion_outer:not(.active) .accordion_inner {
  display: block;
  height: 0;
  padding: 0;
}

.kalimah-shortcodes-accordion.fourth-style.vertical .accordion_outer:not(.active) .title {
	cursor: pointer;
	color: white;
}

.kalimah-shortcodes-accordion.fourth-style.vertical .accordion_outer {
  border-radius: 5px;
  color: white;
  height: 7%;
  margin: 2px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

.kalimah-shortcodes-accordion.fourth-style.vertical .accordion_outer.active .title {
	height: 50px;
}

.kalimah-shortcodes-accordion.fourth-style.vertical .accordion_outer .title {
  background-color: black;
  cursor: pointer;
  float: left;
  font-size: 20px;
  height: 100%;
  line-height: 22px;
  margin: 0;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 100%;
}

.kalimah-shortcodes-accordion.fourth-style.vertical .accordion_outer .title::after {
  border-color: black transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 11px;
  content: " ";
  height: 0;
  position: absolute;
  right: 50px;
  top: 100%;
  width: 0;
  z-index: 1;
}

.kalimah-shortcodes-accordion.fourth-style.vertical .active .accordion_inner {
	background-color: white;
    color: black;
	opacity: 1;
	transform: scale(1);
	
}

.kalimah-shortcodes-accordion.fourth-style.vertical .accordion_inner {
  max-height: 2000px;
  opacity: 0;
  overflow: auto;
  padding: 10px;
  transform: scale(0.5);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 99%;
}

.kalimah-shortcodes-accordion.fourth-style.vertical .accordion_outer.active {
    background-color: white;
	border: 1px solid black;
}

/* Box */
.kalimah-shortcodes-box {
    background-color: #f6f6f6;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 10px;
    word-wrap: break-word;
	position: relative;
	display: block;
	float:left;
}

.kalimah-shortcodes-box .close {
  color: black;
  cursor: pointer;
  font-size: 25px;
  opacity: 0.4;
  position: absolute;
  right: 10px;
  top: 5px;
  transition: all 0.5s;
}

.kalimah-shortcodes-box .close:hover
{
	opacity: 1;
}

.kalimah-shortcodes-box .title {
  display: block;
  font-weight: bold;
}

.kalimah-shortcodes-box .kalimah-shortcodes-box-inner {
    min-height: 50px;
}

.kalimah-shortcodes-box .box-icon {
  float: left;
  font-size: 42px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  width: 60px;
}

.kalimah-shortcodes-box.shadow {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
}

.kalimah-shortcodes-box.shadow .box-inner-block {
    padding: 0;
}

.kalimah-shortcodes-box.info .box-icon::before {
    color: #2cb4da;
    content: "";
}

.kalimah-shortcodes-box.success .box-icon::before {
    color: #8ab84d;
    content: "";
}

.kalimah-shortcodes-box.warning .box-icon::before {
    color: #ecc21b;
    content: "";
}

.kalimah-shortcodes-box.error .box-icon::before {
    color: #f03317;
    content: "";
}
.kalimah-shortcodes-box.download .box-icon::before {
  color: #b8944d;
  content: "";
}

.kalimah-shortcodes-box.note .box-icon::before {
    color: #ecc21b;
    content: "";
}

.kalimah-shortcodes-box.info {
    background: #d6f6ff none repeat scroll 0 0;
    border-color: #bfe3ec;
}

.kalimah-shortcodes-box.success {
    background: #e2f2cb none repeat scroll 0 0;
    border-color: #809a5c;
}

.kalimah-shortcodes-box.warning {
    background: #fffddb none repeat scroll 0 0;
    border-color: #e9e59e;
}

.kalimah-shortcodes-box.error {
    background: #ffe6e2 none repeat scroll 0 0;
    border-color: #eebfb8;
}

.kalimah-shortcodes-box.download {
	background: #e8d979 none repeat scroll 0 0;
	border-color: #bbab5b;
	 color: #b8944d;
}

.kalimah-shortcodes-box.note {
    background: #fffddb none repeat scroll 0 0;
    border-color: #e9e59e;
}

.kalimah-shortcodes-box.second-style
{
	border-width: 1px 1px 10px 1px;
	border-style: solid;
}

.kalimah-shortcodes-box.second-style
{
	background-color: white;
}

.kalimah-shortcodes-box.third-style
{
	border-width: 1px 1px 1px 15px ;
	border-style: solid;
	border-radius: 0;
}

.kalimah-shortcodes-box.third-style
{
	background-color: white;
}

/* Padding */
.kalimah-shortcodes-padding {
    float: left;
}

/* Heading */
.kalimah-shortcodes-heading {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.kalimah-shortcodes-heading .dashicons, .kalimah-shortcodes-heading .dashicons-before::before {
  height: unset !important;
  text-align: unset !important;
  width: unset !important;
}

.kalimah-shortcodes-heading i {
  padding-right: 10px;
}

.kalimah-shortcodes-heading.no-style {
  padding: 10px 5px;
}

.kalimah-shortcodes-heading.first-style {
  border-bottom: 1px solid red;
  padding: 0 5px;
}

.kalimah-shortcodes-heading.first-style > span {
  border-bottom: 3px solid red;
  display: inline-block;
  padding: 5px;
}


.kalimah-shortcodes-heading.second-style > span {
  background-color: red;
  padding: 10px 25px;
  border-radius: 5px 5px 0 0;
  display: inline-block;
}

.kalimah-shortcodes-heading.second-style {
  border-bottom: 3px solid red;
  padding: 0;
}

.kalimah-shortcodes-heading.third-style > span {
  padding: 10px 25px;
  display: inline-block;
}

.kalimah-shortcodes-heading.third-style {
  padding: 5px 0;
  position: relative;
}

.kalimah-shortcodes-heading.third-style::after {
  background-color: gold;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

/* Progress Bars */
.kalimah-shortcodes-progress-bar {
  display: block;
  float: left;
}

.kalimah-progress-circular-left, .kalimah-progress-circular-right, .kalimah-progress-circular-left-concealer
{
	display: none;
}

.kalimah-shortcodes-progress-bar.first-style:not(.circular) {
    max-width: 100%;
}
.kalimah-shortcodes-progress-bar.first-style:not(.circular) .kalimah-progress-bar-heading {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
}
.kalimah-shortcodes-progress-bar.first-style:not(.circular) .kalimah-progress-bar-element-bg {
    background-color: #f2f2f2;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    height: 25px;
    margin-bottom: 1.313em;
	overflow: hidden;
}
.kalimah-shortcodes-progress-bar.first-style:not(.circular) .kalimah-progress-bar-element-color {
    background-color: #ff2a13;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45) inset;
    float: left;
    height: 100%;
    position: relative;
    width: 0;
}
.kalimah-shortcodes-progress-bar.first-style:not(.circular) .kalimah-progress-bar-element-color.animated {
    animation: 4s ease 0s normal none 1 running progress-bar;
}
.kalimah-shortcodes-progress-bar.first-style:not(.circular) .kalimah-progress-bar-element-color.striped {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 25px auto;
}
.kalimah-shortcodes-progress-bar.first-style:not(.circular) .kalimah-progress-bar-element-color span {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 3px;
    bottom: 4px;
    color: #fff;
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    padding: 0 5px;
    position: absolute;
    right: 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
.kalimah-shortcodes-progress-bar.second-style:not(.circular) .kalimah-progress-bar-element-bg {
    background-color: #f2f2f2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    height: 14px;
    margin-bottom: 1.313em;
    padding: 4px;
}
.kalimah-shortcodes-progress-bar.second-style:not(.circular) .kalimah-progress-bar-heading {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
}
.kalimah-shortcodes-progress-bar.second-style:not(.circular) .kalimah-progress-bar-element-color {
    background-color: #ff2a13;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45) inset;
    float: left;
    height: 100%;
    position: relative;
    width: 0;
}
.kalimah-shortcodes-progress-bar.second-style:not(.circular) .kalimah-progress-bar-element-color span {
    background-color: #239191;
    border-radius: 3px;
    bottom: 25px;
    color: #fff;
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    padding: 0 5px;
    position: absolute;
    right: -13px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
.kalimah-shortcodes-progress-bar.second-style:not(.circular) .kalimah-progress-bar-element-color span::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #239191;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 17px;
}
.kalimah-shortcodes-progress-bar.second-style:not(.circular) .kalimah-progress-bar-element-color.animated {
    animation: 4s ease 0s normal none 1 running progress-bar;
}
.kalimah-shortcodes-progress-bar.second-style:not(.circular) .kalimah-progress-bar-element-color.striped {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 13px auto;
}
.kalimah-shortcodes-progress-bar.third-style:not(.circular) {
    position: relative;
}
.kalimah-shortcodes-progress-bar.third-style:not(.circular) .kalimah-progress-bar-heading {
    color: white;
    font-size: 15px;
    font-weight: 700;
    left: 6px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 0;
    position: absolute;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    z-index: 5;
}
.kalimah-shortcodes-progress-bar.third-style:not(.circular) .kalimah-progress-bar-element-bg {
    box-shadow: 0 0 10px 0 #d3d3d3 inset;
    height: 32px;
    margin-bottom: 1.313em;
}
.kalimah-shortcodes-progress-bar.third-style:not(.circular) .kalimah-progress-bar-element-color {
    background-color: #ff2a13;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45) inset;
    float: left;
    height: 100%;
    position: relative;
    width: 0;
}
.kalimah-shortcodes-progress-bar.third-style:not(.circular) .kalimah-progress-bar-element-color span {
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 15px;
    height: 100%;
    line-height: 32px;
    padding: 0 5px;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
.kalimah-shortcodes-progress-bar.third-style:not(.circular) .kalimah-progress-bar-element-color.animated {
    animation: 4s ease 0s normal none 1 running progress-bar;
}
.kalimah-shortcodes-progress-bar.third-style:not(.circular) .kalimah-progress-bar-element-color.striped {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 31px auto;
}
.kalimah-shortcodes-progress-bar.fourth-style:not(.circular) .kalimah-progress-bar-heading {
    font-size: 15px;
    left: 6px;
    letter-spacing: 1px;
}
.kalimah-shortcodes-progress-bar.fourth-style:not(.circular) .kalimah-progress-bar-element-bg {
    background-color: #000000;
    border-radius: 10px;
    height: 15px;
    margin-bottom: 1.313em;
    padding: 5px;
    position: relative;
}
.kalimah-shortcodes-progress-bar.fourth-style:not(.circular) .kalimah-progress-bar-element-color {
    background-color: #ff2a13;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45) inset;
    float: left;
    height: 100%;
    width: 0;
}
.kalimah-shortcodes-progress-bar.fourth-style:not(.circular) .kalimah-progress-bar-element-color span {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-shadow: 0 1px 0 #000;
    top: 0px;
}
.kalimah-shortcodes-progress-bar.fourth-style:not(.circular) .kalimah-progress-bar-element-color.animated {
    animation: 4s ease 0s normal none 1 running progress-bar;
}
.kalimah-shortcodes-progress-bar.fourth-style:not(.circular) .kalimah-progress-bar-element-color.striped {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 6px auto;
}
.kalimah-shortcodes-progress-bar.fifth-style:not(.circular) {
    border-radius: 2px 5px 5px 2px;
    display: block;
    float: left;
    height: 35px;
    margin: 5px 0;
}
.kalimah-shortcodes-progress-bar.fifth-style:not(.circular) .kalimah-progress-bar-heading {
  border-radius: 8px 0 0 8px;
  border-right: 1px solid white;
  color: white;
  float: left;
  font-size: 15px;
  padding: 5px 15px;
  text-shadow: 1px 1px 1px #000;
  white-space: nowrap;
  width: calc(15% - 1px);
}
.kalimah-shortcodes-progress-bar.fifth-style:not(.circular) .kalimah-progress-bar-element-bg {
    background-color: #eaeaea;
    border-radius: 2px;
    float: left;
    height: 100%;
    position: relative;
    width: 85%;
}
.kalimah-shortcodes-progress-bar.fifth-style:not(.circular) .kalimah-progress-bar-element-color {
    background-color: #ff2a13;
    border-radius: 1px 5px 5px 1px;
    float: left;
    height: 100%;
    padding: 5px;
    width: 0;
}
.kalimah-shortcodes-progress-bar.fifth-style:not(.circular) .kalimah-progress-bar-element-color span {
    color: #000000;
    float: right;
    font-size: 17px;
    position: absolute;
    right: 3px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
}

.kalimah-shortcodes-progress-bar.fifth-style:not(.circular) .kalimah-progress-bar-element-color.animated {
    animation: 4s ease 0s normal none 1 running progress-bar;
}
.kalimah-shortcodes-progress-bar.fifth-style:not(.circular) .kalimah-progress-bar-element-color.striped {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 36px auto;
}

@keyframes progress-bar {
	0% {
		width: 0;
	}
}

/* Vertical progress */
.kalimah-shortcodes-progress-bar.vertical .kalimah-progress-bar-heading {
  border: 0 none !important;
  font-size: 13px !important;
  height: 20px;
  margin: 0 !important;
  padding: 0 5px !important;
  width: 100% !important;
}

.kalimah-shortcodes-progress-bar.vertical {
  margin: 5px !important;
}

.kalimah-shortcodes-progress-bar.vertical .kalimah-progress-bar-element-bg {
  border-radius: 6px !important;
  height: 100% !important;
  max-height: calc(100% - 20px) !important;
  position: relative !important;
  width: 100% !important;
}

.kalimah-shortcodes-progress-bar.vertical .kalimah-progress-bar-element-color {
  bottom: 5px !important;
  left: 5px !important;
  max-height: calc(100% - 10px) !important;
  position: absolute !important;
  right: 5px !important;
  width: unset !important;
}

.kalimah-shortcodes-progress-bar.vertical .kalimah-progress-bar-element-color span {
  left: 4px;
  padding: 5px 0;
  text-align: center;
}

.kalimah-shortcodes-progress-bar.second-style.vertical {
  margin-bottom: 10px;
  margin-right: 45px !important;
  position: relative;
}

.kalimah-shortcodes-progress-bar.second-style.vertical .kalimah-progress-bar-element-color span::after {
  border-color: transparent #239191 transparent transparent;
	border-style: solid;
	border-width: 4px;
	content: "";
	left: unset;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.kalimah-shortcodes-progress-bar.second-style.vertical .kalimah-progress-bar-element-color span {
  left: calc(100% + 4px) !important;
  padding: 0 5px;
  right: unset !important;
  top: -12px;
}

.kalimah-shortcodes-progress-bar.second-style.vertical .kalimah-progress-bar-heading {
  left: 0;
  position: absolute;
  top: 10px;
  writing-mode: vertical-lr;
  z-index: 5;
}

.kalimah-shortcodes-progress-bar.second-style.vertical .kalimah-progress-bar-element-color
{
	max-height: calc(100% - 10px);
}

.kalimah-shortcodes-progress-bar.third-style.vertical .kalimah-progress-bar-heading {
  bottom: 0;
  color: black;
  display: block;
  font-weight: 400;
  height: 25px !important;
  left: 5px !important;
  right: 5px;
  text-align: center;
  text-shadow: unset;
  width: unset !important;
}

.kalimah-shortcodes-progress-bar.third-style.vertical .kalimah-progress-bar-element-bg
{
	height: 100% !important;
}

.kalimah-shortcodes-progress-bar.third-style.vertical .kalimah-progress-bar-element-color span {
  height: auto !important;
  width: 100%;
}

.kalimah-shortcodes-progress-bar.vertical.fifth-style .kalimah-progress-bar-element-color {
  border-radius: 5px 5px 0 0;
  bottom: 2px !important;
  left: 0 !important;
  max-height: 100% !important;
  right: 0 !important;
}

.kalimah-shortcodes-progress-bar.fifth-style.vertical {
  border-radius: 5px;
  position: relative;
}

.kalimah-shortcodes-progress-bar.fifth-style.vertical .kalimah-progress-bar-heading {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid white;
  bottom: 0;
  height: 25px;
  left: 0;
  padding: 5px !important;
  position: absolute;
  right: 0;
}

.kalimah-shortcodes-progress-bar.fifth-style.vertical .kalimah-progress-bar-element-bg {
  border-radius: 0 !important;
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
}


.kalimah-shortcodes-progress-bar.vertical .kalimah-progress-bar-element-color.striped {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px) !important;
  background-size: unset !important;
}

.kalimah-shortcodes-progress-bar.vertical .kalimah-progress-bar-element-color.animated {
  animation: 4s ease 0s normal none 1 running progress-bar-vertical !important;
}

@keyframes progress-bar-vertical {
	0% {
		height: 0;
	}
}

/* Circular */
/* There will no first-style here as it severs the basis for all other styles*/
.kalimah-shortcodes-progress-bar.circular
{
	margin: 5px;
	position: relative;
}

.kalimah-shortcodes-progress-bar.circular .kalimah-progress-circular-left, .circular .kalimah-progress-circular-right, .kalimah-progress-circular-left-concealer
{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
}

.kalimah-shortcodes-progress-bar.circular .kalimah-progress-bar-heading {
  color: black;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% + 10px);
  z-index: 11;
}

.kalimah-shortcodes-progress-bar.circular .kalimah-progress-bar-element-bg {
  background-color: white;
  border: 1px solid black;
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.kalimah-shortcodes-progress-bar.circular .kalimah-progress-bar-element-color {
  height: 100%;
  position: relative;
  width: 100%;
}

.kalimah-shortcodes-progress-bar.circular .kalimah-progress-circular-right {
  background-color: red;
  content: " ";
  height: 100%;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
  transform-origin: left center 0;
  width: 50%;
  z-index: 0;
  transition: all 1s linear;
}

.kalimah-shortcodes-progress-bar.circular .kalimah-progress-circular-left {
  background-color: blue;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  transform: rotate(0deg);
  transform-origin: right center 0;
  width: 50%;
  z-index: 0;
  transition: all 1s linear;
}

.kalimah-shortcodes-progress-bar.circular .kalimah-progress-circular-left-concealer {
  background-color: white;
  height: 100%;
  left: 0;
  width: 50%;
}

.kalimah-shortcodes-progress-bar.circular .kalimah-progress-bar-element-color .percentage {
  background-color: white;
  border-radius: 50%;
  bottom: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  z-index: 10;
}

.kalimah-shortcodes.kalimah-shortcodes-progress-bar.second-style.circular .kalimah-progress-bar-element-bg {
  border: 1px solid transparent;
}

.kalimah-shortcodes-progress-bar.circular.second-style .kalimah-progress-bar-element-color,
.kalimah-shortcodes-progress-bar.circular.second-style .kalimah-progress-circular-left-concealer
{
	background-color: #b8b8b8 !important;
}

.kalimah-shortcodes-progress-bar.circular.third-style .kalimah-progress-bar-element-color .percentage {
  bottom: 25px;
  left: 25px;
  right: 25px;
  top: 25px;
  background-color: #4b2c5a;
  color: white;
  font-size: 25px;
}

.kalimah-shortcodes-progress-bar.circular.third-style .kalimah-progress-bar-element-color {
  background-color: transparent !important;
}

.kalimah-shortcodes-progress-bar.circular.third-style .kalimah-progress-bar-element-bg {
  border: 1px solid transparent;
}

.kalimah-shortcodes-progress-bar.circular.third-style .kalimah-progress-bar-heading {
  color: white;
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translateX(-50%);
  z-index: 11;
}


.kalimah-shortcodes-progress-bar.circular.fourth-style .kalimah-progress-bar-element-color .percentage,
.kalimah-shortcodes-progress-bar.circular.fourth-style .kalimah-progress-bar-element-bg {
  border: 1px solid gray;
}

.kalimah-shortcodes-progress-bar.circular.fifth-style .kalimah-progress-bar-element-color .percentage {
  bottom: 30%;
  left: 30%;
  right: 30%;
  top: 30%;
}


/* Content Box */
.kalimah-shortcodes-content-box {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);
  clear: both;
  margin: 15px 0;
  overflow: auto;
  padding: 5px;
  position: relative;
  }

  .kalimah-shortcodes-content-box.parallax {
	background-attachment: fixed;
	background-position: center center;	
  }
  
.kalimah-shortcodes-content-box video {
  height: auto;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.kalimah-shortcodes-content-box .video_content {
    position: relative;
}

/* Counter */
.kalimah-shortcodes-counter {
  display: flex;
  flex-direction: column;
  float: left;
}	
.kalimah-shortcodes-counter .text_above, .kalimah-shortcodes-counter .text_below {
  font-family: opensans;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.kalimah-shortcodes-counter .prefix, .kalimah-shortcodes-counter .suffix {
  font-size: 35px;
  height: unset;
  justify-self: center;
  padding: 0 5px;
  text-align: center;
  width: 55px !important;
}
.kalimah-shortcodes-counter .prefix::before, .kalimah-shortcodes-counter .suffix::before {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.kalimah-shortcodes-counter .counter {
    font-family: opensans;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
}
.kalimah-shortcodes-counter .counter_container {
    display: flex;
    flex-direction: row;
	justify-content: center;
}



/* Tabs */
.kalimah-shortcodes-tabs {
    clear: both;
    display: flex;
    flex-direction: column;
    position: relative;
}

.kalimah-shortcodes-tabs input{
   display: none;
}

.kalimah-shortcodes-tabs-titles {
    display: flex;
}
.kalimah-shortcodes-tabs-titles.flex-start {
    justify-content: flex-start;
}
.kalimah-shortcodes-tabs-titles.flex-center {
}
.kalimah-shortcodes-tabs-titles.flex-end {
    justify-content: flex-end;
}
.kalimah-shortcodes-tabs-titles .shortcode_tabs_title {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    float: left;
    line-height: 1;
    padding: 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}
.kalimah-shortcodes-tabs-titles .shortcode_tabs_title:not(.active) {
    opacity: 0.7;
}
.kalimah-shortcodes-tabs i {
    padding-right: 10px;
}
.kalimah-shortcodes-tabs .shortcode_tabs_title > span {

    cursor: pointer;
    padding: 7px;
    text-align: left;
    transition: all 0.25s ease-in-out 0s;
    white-space: nowrap;
}
.kalimah-shortcodes-tabs .kalimah-shortcodes-tabs-content {
    flex: 1 1 auto;
    position: relative;
    transition: all 1s ease 0s;
}
.kalimah-shortcodes-tabs .shortcode_tabs_title > span:hover, .kalimah-shortcodes-tabs .shortcode_tabs_title > span.active {
}
.kalimah-shortcodes-tabs .shortcode_tab_content {
    display: none;
    overflow: auto;
    padding: 7px;
    transition: opacity 0.25s ease-in-out 0s;
    width: 100%;
}
.kalimah-shortcodes-tabs .shortcode_tab_content.active {
    display: block !important;
}
.kalimah-shortcodes-tabs .shortcode_tab_content.absolute_position {
    left: 0;
    position: absolute;
    top: 0;
}

.kalimah-shortcodes-tabs .dashicons, .kalimah-shortcodes-tabs .dashicons-before::before {
    font-family: dashicons;
    font-size: 15px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
}
.kalimah-shortcodes-tabs.horizontal.first-style .shortcode_tabs_title::after {
    background-color: inherit;
    content: "";
    height: 100%;
    left: 0;
    perspective-origin: 50% 100%;
    position: absolute;
    top: 0;
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform-origin: 50% 100% 0;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.kalimah-shortcodes-tabs.horizontal.first-style .shortcode_tabs_title.active::after {
    background-color: inherit;
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}
.kalimah-shortcodes-tabs.horizontal.second-style .shortcode_tabs_title {
    opacity: 1;
}
.kalimah-shortcodes-tabs.horizontal.second-style .shortcode_tabs_title::after {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.kalimah-shortcodes-tabs.horizontal.second-style .shortcode_tabs_title::before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.kalimah-shortcodes-tabs.horizontal.second-style .shortcode_tabs_title.active::after {
    top: 0;
    transition: top 0.5s ease-in-out 0s;
    z-index: -1;
}
.kalimah-shortcodes-tabs.horizontal.third-style {
    border: 5px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 30px 0;
    z-index: 1;
}

.kalimah-shortcodes-tabs.horizontal.third-style .kalimah-shortcodes-tabs-content {
    margin-top: 40px;
}
.kalimah-shortcodes-tabs.horizontal.third-style .shortcode_tabs_title:first-of-type {
    margin-left: 25px;
}
.kalimah-shortcodes-tabs.horizontal.third-style .shortcode_tabs_title {
  border-radius: 5px;
  height: 70%;
  margin: 10px 5px;
  opacity: 1;
}
.kalimah-shortcodes-tabs.horizontal.third-style .shortcode_tabs_title.active {
  border-radius: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 90%;
}
.kalimah-shortcodes-tabs.horizontal.third-style .kalimah-shortcodes-tabs-titles {
    height: 53px;
    left: -25px;
    position: absolute;
    top: -20px;
    width: calc(100% + 50px);
}
.kalimah-shortcodes-tabs.horizontal.third-style .kalimah-shortcodes-tabs-titles::after {
    border-right: 25px solid transparent;
    border-top: 25px solid;
    bottom: -25px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: -1;
}
.kalimah-shortcodes-tabs.horizontal.third-style .kalimah-shortcodes-tabs-titles::before {
    border-left: 25px solid transparent;
    border-top: 25px solid;
    bottom: -25px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: -1;
}
.kalimah-shortcodes-tabs.horizontal.fourth-style .shortcode_tabs_title::after {
    border-radius: 0 8px 0 0;
    bottom: 0;
    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(39deg) translateX(25px);
    transition: all 0.3s ease-in-out 0s;
    width: 44px;
    z-index: -1;
}
.kalimah-shortcodes-tabs.horizontal.fourth-style .shortcode_tabs_title {
  margin-right: 25px;
  opacity: 1;
  padding: 5px;
}
.kalimah-shortcodes-tabs.horizontal.fifth-style .kalimah-shortcodes-tabs-titles {
    height: 45px;
    overflow: hidden;
    position: relative;
}
.kalimah-shortcodes-tabs.horizontal.fifth-style .shortcode_tabs_title {
    margin: 0 5px;
}
.kalimah-shortcodes-tabs.horizontal.fifth-style .shortcode_tabs_title {
    border: 1px solid;
    border-radius: 15px 5px 0 0;
    opacity: 1;
    position: absolute;
}
.kalimah-shortcodes-tabs.horizontal.fifth-style .shortcode_tabs_title.border-radius {
    border-radius: 5px 5px 0 0;
}
.kalimah-shortcodes-tabs.fifth-style .shortcode_tab_content {
  border-radius: 0 5px 5px;
}
.kalimah-shortcodes-tabs.horizontal.fifth-style .shortcode_tabs_title > span {
    margin-top: 25%;
    transition: all 0.3s ease 0s;
}
.kalimah-shortcodes-tabs.horizontal.fifth-style .shortcode_tabs_title.active > span {
    margin-top: 0;
}
.kalimah-shortcodes-tabs.horizontal.sixth-style .kalimah-shortcodes-tabs-titles {
    z-index: 1;
}
.kalimah-shortcodes-tabs.horizontal.sixth-style .shortcode_tabs_title.active::after {
    border-top-color: white;
    border-width: 10px;
    margin-left: -10px;
}
.kalimah-shortcodes-tabs.horizontal.sixth-style .shortcode_tabs_title.active::before {
    border-width: 12px;
    margin-left: -12px;
}
.kalimah-shortcodes-tabs.horizontal.sixth-style .shortcode_tabs_title::after, .kalimah-shortcodes-tabs.horizontal.sixth-style .shortcode_tabs_title::before {
    border: medium solid transparent;
    content: "";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.kalimah-shortcodes-tabs.horizontal.sixth-style .shortcode_tabs_title {
    border-bottom: 2px solid;
    overflow: visible;
    transition: color 0.2s ease 0s;
}
.kalimah-shortcodes-tabs.horizontal.sixth-style .shortcode_tabs_title.active > span {
    transform: translateY(7px);
}

.kalimah-shortcodes-tabs.vertical {
    display: flex;
    flex-direction: row;
}
.kalimah-shortcodes-tabs.vertical .kalimah-shortcodes-tabs-titles {
    display: flex;
    flex-direction: column;
    width: 125px;
}
.kalimah-shortcodes-tabs.vertical .shortcode_tabs_title {
    width: auto;
}
.kalimah-shortcodes-tabs.vertical .shortcode_tab_content {
    height: 100%;
}
.kalimah-shortcodes-tabs.vertical .shortcode_tabs_title > span {
    align-items: center;
    display: flex;
    text-align: left;
    white-space: normal;
}
.kalimah-shortcodes-tabs.vertical.first-style .shortcode_tabs_title::after {
    background-color: inherit;
    content: "";
    height: 100%;
    left: 0;
    perspective-origin: 50% 100%;
    position: absolute;
    top: 0;
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform-origin: 50% 100% 0;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.kalimah-shortcodes-tabs.vertical.first-style .shortcode_tabs_title.active::after {
    background-color: inherit;
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}
.kalimah-shortcodes-tabs.vertical.second-style .shortcode_tabs_title {
    opacity: 1;
}
.kalimah-shortcodes-tabs.vertical.second-style .shortcode_tabs_title::after {
    bottom: 0;
    content: " ";
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.kalimah-shortcodes-tabs.vertical.second-style .shortcode_tabs_title::before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}
.kalimah-shortcodes-tabs.vertical.second-style .shortcode_tabs_title.active::after {
    left: 0;
    transition: left 0.5s ease-in-out 0s;
    z-index: -1;
}
.kalimah-shortcodes-tabs.vertical.third-style {
    border: 5px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 30px 0;
    z-index: 1;
}
.kalimah-shortcodes-tabs.vertical.third-style .shortcode_tabs_title:first-of-type {
    margin-top: 25px;
}
.kalimah-shortcodes-tabs.vertical.third-style .shortcode_tabs_title {
  color: black;
  display: block;
  margin: 2px 4px;
  opacity: 1;
  padding: 3px;
  width: 85%;
  border-radius: 5px;
}
.kalimah-shortcodes-tabs.vertical.third-style .shortcode_tabs_title > span {
    align-items: unset;
    display: flex;
    flex-direction: column;
    white-space: normal;
}
.kalimah-shortcodes-tabs.vertical.third-style .shortcode_tabs_title > span .tabs_title {
    -webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.kalimah-shortcodes-tabs.vertical.third-style .shortcode_tabs_title i {
    padding-bottom: 10px;
    padding-right: 0;
}
.kalimah-shortcodes-tabs.vertical.third-style .shortcode_tabs_title.active {
  border-radius: 5px;
  width: 100%;
}
.kalimah-shortcodes-tabs.vertical.third-style .kalimah-shortcodes-tabs-titles {
    height: calc(100% + 50px);
    left: -25px;
    position: absolute;
    top: -25px;
    width: 53px;
}
.kalimah-shortcodes-tabs.vertical.third-style .kalimah-shortcodes-tabs-titles::after {
    border-right: 25px solid transparent;
    border-top: 25px solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -25px;
    width: 0;
    z-index: -1;
}
.kalimah-shortcodes-tabs.vertical.third-style .kalimah-shortcodes-tabs-titles::before {
    border-bottom: 25px solid;
    border-right: 25px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    z-index: -1;
}
.kalimah-shortcodes-tabs.vertical.third-style .kalimah-shortcodes-tabs-content {
    margin-left: 40px;
}

.kalimah-shortcodes-tabs.vertical.fourth-style .kalimah-shortcodes-tabs-titles {
    width: 43px;
}

.kalimah-shortcodes-tabs.vertical.fourth-style .shortcode_tabs_title {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  z-index: 0;
}

.kalimah-shortcodes-tabs.vertical.fourth-style .shortcode_tabs_title .tabs_title{
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.kalimah-shortcodes-tabs.vertical.fifth-style .kalimah-shortcodes-tabs-titles {
    min-height: 200px;
    position: relative;
}
.kalimah-shortcodes-tabs.vertical.fifth-style .shortcode_tabs_title {
    border: 1px solid;
    border-radius: 15px 0 0 5px;
    opacity: 1;
    position: absolute;
    width: 100%;
}
.kalimah-shortcodes-tabs.vertical.fifth-style .shortcode_tabs_title.border-radius {
    border-radius: 5px 0 0 5px;
}
.kalimah-shortcodes-tabs.vertical.sixth-style .kalimah-shortcodes-tabs-titles {
    z-index: 1;
}
.kalimah-shortcodes-tabs.vertical.sixth-style .shortcode_tabs_title.active::after {
    border-left-color: white;
    border-width: 10px;
    top: 50%;
    transform: translateY(-9px);
}
.kalimah-shortcodes-tabs.vertical.sixth-style .shortcode_tabs_title.active::before {
    border-left-color: gray;
    border-width: 12px;
    top: 50%;
    transform: translateY(-11px);
}
.kalimah-shortcodes-tabs.vertical.sixth-style .shortcode_tabs_title::after, .kalimah-shortcodes-tabs.vertical.sixth-style .shortcode_tabs_title::before {
    border: medium solid transparent;
    content: "";
    height: 0;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
}
.kalimah-shortcodes-tabs.vertical.sixth-style .shortcode_tabs_title {
    border-right: 2px solid gray;
    height: auto;
    overflow: visible;
    transition: color 0.2s ease 0s;
}
.kalimah-shortcodes-tabs.vertical.sixth-style .shortcode_tabs_title.active > span {
    transform: translateX(7px);
}
.kalimah-shortcodes-tabs.vertical.sixth-style .shortcode_tab_content {
    padding-left: 15px;
}


/* Tooltip */
.kalimah-shortcodes-tooltip {
	display: inline;
  position: relative;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-content {
  display: inline-block;
  z-index: 0;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-close {
  color: white;
  cursor: pointer;
  font-size: 20px;
  padding: 0 8px;
  position: absolute;
  right: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.52);
  top: 0;
  z-index: 1;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body {
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: block;
  font-size: 15px;
  max-width: 400px;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease-out 0s;
  z-index: 1;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-text {
  padding: 12px 5px;
  min-height: 75px;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-title {
  padding: 5px;
}

.kalimah-shortcodes-tooltip.first-style .kalimah-shortcodes-tooltip-title {
  font-weight: bold;
  padding: 7px;
  position: relative;
}

.kalimah-shortcodes-tooltip.second-style .kalimah-shortcodes-tooltip-title {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  padding: 7px;
  position: relative;
}


.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-body {
  border-radius: 0;
  background-color: white;
  color: black;
}

.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-body.top {
  border-bottom: 10px solid;
}

.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-body.bottom {
  border-top: 10px solid;
}

.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-body.left {
  border-right: 10px solid;
}

.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-body.right {
  border-left: 10px solid;
}

.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-body.right::after
{
	right: calc(100% + 10px);
}

.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-body.top::after
{
	bottom: -10px;
}
.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-body.left::after
{
	left: calc(100% + 10px);
}

.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-body.bottom::after {
  top: -10px;
}

.kalimah-shortcodes-tooltip.third-style .kalimah-shortcodes-tooltip-text
{
	min-height: unset;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.top {
  bottom: 100%;
  left: 50%;
  margin-bottom: 15px;
  opacity: 0;
  transform: translate(-50%, 10px);
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.bottom {
  top: 100%;
  left: 50%;
  margin-top: 15px;
  opacity: 0;
  transform: translate(-50%, -10px);
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.left {
  top: 50%;
  right: 100%;
  margin-right: 15px;
  opacity: 0;
  transform: translate(-10px, -50%);
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.right {
  top: 50%;
  left: 100%;
  margin-left: 15px;
  opacity: 0;
  transform: translate(10px, -50%);
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body::before {
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;

}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.top::before {
  bottom: -25px;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.right::before {
  left: -25px;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.bottom::before {
  top: -25px;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.left::before {
  right: -25px;
}


/* CSS Triangles */
.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body::after {
  background-color: inherit;
  content: " ";
  height: 20px;
  position: absolute;
  width: 20px;
    z-index: -1;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.top::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%) rotate(45deg);
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.right::after {
  right: 100%;
  top: 50%;
  transform: translate(60%, -50%) rotate(45deg);
  z-index: -1;
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.bottom::after {
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%) rotate(45deg);
}

.kalimah-shortcodes-tooltip .kalimah-shortcodes-tooltip-body.left::after {
  left: 100%;
  top: 50%;
  transform: translate(-60%, -50%) rotate(45deg);
}

.kalimah-shortcodes-tooltip.animated .kalimah-shortcodes-tooltip-body
 {
  opacity: 1;
  pointer-events: auto;
}

.kalimah-shortcodes-tooltip.animated .kalimah-shortcodes-tooltip-body.top,
.kalimah-shortcodes-tooltip.animated .kalimah-shortcodes-tooltip-body.bottom
 {
  transform: translate(-50%, 0px);
}

.kalimah-shortcodes-tooltip.animated .kalimah-shortcodes-tooltip-body.right,
.kalimah-shortcodes-tooltip.animated .kalimah-shortcodes-tooltip-body.left
 {
  transform: translate(0px, -50%);
}

/* Icon */
.kalimah-shortcodes-icon {
  align-content: center;
  display: inline-flex !important;
  flex-direction: column;
  float: left;
  justify-content: center;
  margin: 10px;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease 0s;
}

.kalimah-shortcodes-icon > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.kalimah-shortcodes-icon.first-style {
	border-radius: 50%;
}


.kalimah-shortcodes-icon.first-style::after {
  border: 0px solid #823737;
  border-radius: 50%;
  content: " ";
  height: 100%;
  left: 0;
  padding: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.2s;
}


.kalimah-shortcodes-icon.first-style:hover::after {
  border: 5px solid #823737;
  left: -10px;
  padding: 5px;
  top: -10px;
}


.kalimah-shortcodes-icon.second-style {
	border-radius: 50%;
	z-index: 0;
}

.kalimah-shortcodes-icon.second-style:hover {
	transform: scale(1.2);
	
}

.kalimah-shortcodes-icon.second-style::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
  border-radius: 50%;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}

.kalimah-shortcodes-icon.second-style:hover::after {
	transition: all 0.6s ease 0s;
  opacity: 1;
}

.kalimah-shortcodes-icon.second-style:hover::before {
	color: white;
}

.kalimah-shortcodes-icon.third-style {
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.3s ease 0.1s;
}

.kalimah-shortcodes-icon.third-style:hover {
	transform: scale(1.2);
}

.kalimah-shortcodes-icon.third-style::after {
  border: 16px solid rgba(255, 255, 255, 0.87);
  bottom: 100%;
  content: " ";
  height: 100%;
  left: 100%;
  padding: 0;
  position: absolute;
  transform: skewX(65deg) rotate(-10deg);
  transition: all 0.6s ease 0s;
}


.kalimah-shortcodes-icon.third-style:hover::after {
  bottom: -100%;
  left: -100%;
}

.kalimah-shortcodes-icon.fourth-style {
  border-radius: 50%;
}


.kalimah-shortcodes-icon.fourth-style:hover::before {
  animation: 3s linear 0s normal none infinite running spin-icon;
  display: inline-block;
  transition: all 1s;
}


@keyframes spin-icon { 
		0% { transform:rotate(0deg); }
		100% { transform:rotate(360deg); }
	}

/* Author */
.kalimah-shortcodes-author
{
	display: block;
	float: left;
}
.kalimah-shortcodes-author.first-style {
  border: 1px solid black;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 90px;
  padding: 90px 10px 10px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 500px;
}

.kalimah-shortcodes-author.first-style:hover
{
	padding: 130px 10px 10px;
	 margin-top: 100px;
}

.kalimah-shortcodes-author.first-style:hover .kalimah-shortcodes-author-avatar
{
	top: -100px;
	width: 200px;
	height: 200px;
	transform: translateX(-100px);
}

.kalimah-shortcodes-author.first-style .kalimah-shortcodes-author-avatar {
  height: 150px;
  left: 50%;
  position: absolute;
  top: -90px;
  transform: translateX(-75px);
  transition: all 0.5s ease 0s;
  width: 150px;
}

.kalimah-shortcodes-author.first-style .kalimah-shortcodes-author-name {
  display: block;
  font-size: 17px;
  text-align: center;
  width: 100%;
}

.kalimah-shortcodes-author.first-style .kalimah-shortcodes-author-description {
  display: block;
  padding: 10px 0 15px;
}

.kalimah-shortcodes-author.first-style .kalimah-shortcodes-author-social {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kalimah-shortcodes-author.first-style .kalimah-shortcodes-author-social > a {
  cursor: pointer;
  font-size: 20px;
  margin: 0 5px;
  text-align: center;
}

.kalimah-shortcodes-author.first-style .kalimah-shortcodes-author-avatar img {
  background-color: white;
  border: 1px solid black;
  border-radius: 100%;
  height: 100%;
  padding: 3px;
  width: 100%;
}

.kalimah-shortcodes-author.second-style {
  display: block;
  min-height: 200px;
  position: relative;
  width: 100%;
  margin: 20px 0;
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-avatar {
  display: block;
  height: 200px;
  left: 50%;
  position: absolute;
  transform: translateX(-100px);
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-name {
  left: 50%;
  position: absolute;
  top: 68%;
  transform: translateX(-50%) scale(0.6);
  opacity: 0;
  transition: all 0.5s;
}

.kalimah-shortcodes-author.second-style:hover .kalimah-shortcodes-author-name {
 transform: translateX(-50%) scale(1);
  opacity: 1;
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-name > span{
 display: none;
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-name a {
  color: white;
   text-shadow: 0px 0px 2px #000000;
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-avatar img {
  background-color: white;
  border: 1px solid black;
  border-radius: 100%;
  height: 100%;
  padding: 3px;
  width: 200px;
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-description {
  align-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  transform: translateX(155px) scale(0.5);
  right: calc(50% + 100px);
  text-align: center;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.kalimah-shortcodes-author.second-style:hover .kalimah-shortcodes-author-description {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-social {
  left: calc(50% + 100px);
  position: absolute;
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-description {
  left: 0;
  position: absolute;
  right: calc(50% + 100px);
  text-align: center;
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-social {
  display: flex;
  flex-direction: column;
  left: calc(50% + 110px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-45px) scale(0.5);
  opacity: 0;
  transition: all 0.5s;
}

.kalimah-shortcodes-author.second-style:hover .kalimah-shortcodes-author-social {
  transform: translateY(-50%) translateX(0px) scale(1);
  opacity: 1;
}

.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-avatar
{
	transition: all 0.5s;
}

.kalimah-shortcodes-author.second-style:hover .kalimah-shortcodes-author-avatar {
  transform: translateX(-100px) rotate(10deg);
}



.kalimah-shortcodes-author.third-style {
  border: 1px solid black;
  border-radius: 5px;
  
  position: relative;
  min-height: 200px;
  overflow: hidden;
}

.kalimah-shortcodes-author.third-style .kalimah-shortcodes-author-avatar {
  height: 140px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 140px;
}

.kalimah-shortcodes-author.third-style .kalimah-shortcodes-author-name {
  display: block;
  font-size: 17px;
  margin-left: 165px;
  padding: 8px 0;
}

.kalimah-shortcodes-author.third-style .kalimah-shortcodes-author-name > span
{
	display: none;
}

.kalimah-shortcodes-author.third-style .kalimah-shortcodes-author-description {
  display: block;
  margin-bottom: 40px;
  margin-left: 165px;
  margin-right: 15px;
}

.kalimah-shortcodes-author.third-style .kalimah-shortcodes-author-social {
  background-color: rgba(173, 173, 173, 0.36);
  border-top: 1px solid;
  bottom: 0;
  
  display: block;
  padding: 6px;
  position: absolute;
  width: 100%;
}

.kalimah-shortcodes-author.third-style .kalimah-shortcodes-author-social > a {
  cursor: pointer;
  font-size: 20px;
  margin: 0 5px;
  text-align: center;
}

.kalimah-shortcodes-author.third-style .kalimah-shortcodes-author-avatar img {
  background-color: white;
  border: 1px solid black;
  border-radius: 100%;
  padding: 3px;
  height: 100%;
  width: 100%;
   margin: 0 !important;
}

	
.kalimah-shortcodes-author.fourth-style {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px black;
  
  margin: 10px 0;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.kalimah-shortcodes-author.fourth-style .kalimah-shortcodes-author-avatar {
  width: 100%;
}

.kalimah-shortcodes-author.fourth-style .kalimah-shortcodes-author-name {
  display: block;
  font-size: 25px;
  margin: 15px 0;
  text-align: center;
  width: 100%;
}

.kalimah-shortcodes-author.fourth-style .kalimah-shortcodes-author-name > span
{
	display: none;
}

.kalimah-shortcodes-author.fourth-style .kalimah-shortcodes-author-description {
  display: block;
  padding: 15px;
}

.kalimah-shortcodes-author.fourth-style .kalimah-shortcodes-author-social {
  background-color: rgba(143, 143, 143, 0.37);
  border-top: 1px solid;
  display: block;
  margin-top: 25px;
  padding: 10px;
  text-align: center;
}

.kalimah-shortcodes-author.fourth-style .kalimah-shortcodes-author-social > a {
  cursor: pointer;
  font-size: 20px;
  margin: 0 5px;
  text-align: center;
}

.kalimah-shortcodes-author.fourth-style .kalimah-shortcodes-author-avatar img {
  width: 100%;
  margin: 0 !important;

}
	
.kalimah-shortcodes-author.fifth-style {
  border: 1px solid;
  
  height: 250px;
  margin: 10px 0;
  min-height: 200px;
  position: relative;
  width: 500px;
}

.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-avatar {
  border-right: 1px dashed;
  bottom: 0;
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}

.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-name {
  font-size: 25px;
  left: 50%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 15px;
}

.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-name > span
{
	display: none;
}

.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-description {
  display: block;
  font-size: 15px;
  height: 80%;
  left: 50%;
  margin-right: 2px;
  overflow: auto;
  padding: 0 4%;
  position: absolute;
  right: 0;
  top: 20%;
}

.kalimah-shortcodes-author.fifth-style:hover .kalimah-shortcodes-author-social {
	height: 45px;
	padding: 10px;
}

.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-social {
  background-color: rgba(255, 255, 255, 0.53);
  bottom: 0;
  
  display: block;
  height: 0;
  margin-top: 25px;
  padding: 0;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 50%;
  overflow: hidden;
}

.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-social > a {
  cursor: pointer;
  font-size: 20px;
  margin: 0 5px;
  text-align: center;
}

.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-avatar img {
  height: 100%;
  width: 100%;
   margin: 0 !important;
}



/* Flicker */
.kalimah-shortcodes-flickr .flickr_badge_image {
  margin: 6px;
  display: inline-block;
}

.kalimah-shortcodes-flickr .flickr_badge_image img {
    border: 1px solid #000;
    padding: 1px;
}

/* Sound Cloud*/
.kalimah-shortcodes-soundcloud
{
	float: left;
	display: block;
}
.kalimah-shortcodes-soundcloud iframe {
    height: 100%;
    width: 100%;
}

/* Columns */
.kalimah-shortcodes-columns {
  display: flex;
  width: 100%;
}

.kalimah-shortcodes-columns > div {
  
  padding: 0 5px;
}

/* CSS Columns*/
.kalimah-shortcodes-column-css
{
	width: 100%;
}


/* Slider */
.kalimah-shortcodes-slider {
    float: left;
    margin: 10px 5px;
    min-height: 150px;
    padding: 0;
	max-width: 100%;
    position: relative;
	 box-shadow: 0 0 4px rgba(0, 0, 0, 0.48);
}

.kalimah-shortcodes-slider-slides {
  height: 100%;
  position: relative;
  width: 100%;
}

.kalimah-shortcodes-slider .slide_title {
  background-color: rgba(254, 254, 254, 0.85);
  border-radius: 5px;
  bottom: 21px;
  box-shadow: 0 0 2px 1px rgba(79, 79, 79, 0.79) inset;
  left: 0;
  padding: 5px 20px;
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  z-index: 5;
}

.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides .active .slide_title
{
	animation: active-slider 0.5s ease 0s;
	animation-fill-mode: forwards;  
}

@keyframes active-slider {
	0% {
		left: -25px;
		opacity: 0;
	}
	
	100% {
		left: 25px;
		opacity: 1;
	}
}
	left: 25px;
	opacity: 1;
.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides {
    box-shadow: 0 1px 5px #bfbebe inset;
    height: 100%;
    padding: 5px;
    position: relative;
}

.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides .slide_content_outer {
    display: none;
    padding: 0;
	width: 100%;
	height: 100%;
}

.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides .slide_content_inner {
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides .slide_content_inner > * {
  display: block;
  margin: 15px;
}

.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides .slide_content_inner > .kalimah-shortcodes-image,
.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides .slide_content_inner > .kalimah-shortcodes-accordion,
.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides .slide_content_inner > .kalimah-shortcodes-tabs
{
	margin: 0px;
}

.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides .slide_content_inner > .kalimah-shortcodes-accordion
{
	display: flex;
}

.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides .absolute_position {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.kalimah-shortcodes-slider .kalimah-shortcodes-slider-slides > div.active {
    display: block !important;
}

.kalimah-shortcodes-slider .kalimah-shortcodes-slider-bar {
	left: 0;
}
.kalimah-shortcodes-slider .kalimah-shortcodes-slider-bar.extend-bar {
    opacity: 1;
	animation-timing-function: linear;
}

.kalimah-shortcodes-slider:hover .kalimah-shortcodes-slider-bar {
    animation-play-state: paused;
}


.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-navigation {
    left: 0;
    position: absolute;
    top: calc(50% - 10px);
    width: 100%;
    z-index: 15;
}

.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-navigation .prev,
.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-navigation .next {
    cursor: pointer;
    font-size: 45px;
    margin: 0 10px;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
}
.kalimah-shortcodes-slider.first-style:hover .kalimah-shortcodes-slider-navigation .prev {
    left: 0;
    opacity: 1;
}
.kalimah-shortcodes-slider.first-style:hover .kalimah-shortcodes-slider-navigation .next {
    opacity: 1;
    right: 0;
}
.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-navigation .prev {
    left: -30px;
}
.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-navigation .next {
    right: -30px;
}

.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-dots {
  bottom: -5px;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 15;
}

.kalimah-shortcodes-slider.first-style:hover .kalimah-shortcodes-slider-dots {
	opacity: 1;
	 bottom: 5px;
}

.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-dots > span {
  background-color: white;
  border: 1px solid #7a7a7a;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  float: left;
  height: 15px;
  margin: 0 2px;
  transition: all 0.5s ease 0s;
  width: 15px;
}
.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-dots > span.active {
  background-color: #7a7a7a;
}
.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-bar {
  background-color: rgba(150, 150, 150, 0.32);
  height: 5px;
  position: absolute;
  top: 0px;
}

.kalimah-shortcodes-slider.first-style .kalimah-shortcodes-slider-bar.extend-bar {
	animation-name: extend-bar;
}


.kalimah-shortcodes-slider.second-style {
    background-color: white;
    padding-bottom: 40px;
}
.kalimah-shortcodes-slider.second-style .kalimah-shortcodes-slider-navigation {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 7;
}
.kalimah-shortcodes-slider.second-style .kalimah-shortcodes-slider-navigation .prev, .kalimah-shortcodes-slider.second-style .kalimah-shortcodes-slider-navigation .next {
    cursor: pointer;
    font-size: 30px;
    margin: 0 10px;
}

.kalimah-shortcodes-slider.second-style .kalimah-shortcodes-slider-dots {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
  border-top: 3px solid rgba(128, 128, 128, 0.18);
}

.kalimah-shortcodes-slider.second-style .kalimah-shortcodes-slider-dots > span {
  background-color: white;
  border: 1px solid black;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  float: left;
  height: 10px;
  margin: 0 5px;
  transition: all 0.5s ease 0s;
  width: 10px;
}

.kalimah-shortcodes-slider.second-style .kalimah-shortcodes-slider-dots > span.active {
  background: rgba(0, 0, 0, 0) radial-gradient(circle at 4px 4px , #5d95d7 0%, #204766 100%) repeat scroll 0 0;
  border: 1px solid transparent;
  margin: 0 5px;
  transform: scale(1.2);
}

.kalimah-shortcodes-slider.second-style .kalimah-shortcodes-slider-bar {
  background-color: rgba(105, 105, 105, 0.43);
  bottom: 39px;
  height: 3px;
  position: absolute;
  z-index: 10;
}

.kalimah-shortcodes-slider.second-style .kalimah-shortcodes-slider-bar.extend-bar {
	animation-name: extend-bar;
}

.kalimah-shortcodes-slider.third-style {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 12px rgba(115, 115, 115, 0.43);
  margin-bottom: 25px;
  padding: 15px;
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-slides {
  height: 100%;
  position: relative;
  width: 100%;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.35);
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-navigation {
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.5s ease 0s;
    z-index: 7;
}

.kalimah-shortcodes-slider.third-style:hover .kalimah-shortcodes-slider-navigation,
.kalimah-shortcodes-slider.third-style:hover .kalimah-shortcodes-slider-dots {
    opacity: 1;
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-navigation .prev,
.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-navigation .next {
  cursor: pointer;
  font-size: 30px;
  height: 55px;
  margin: 0 10px;
  position: absolute;
  width: 40px;
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-navigation .next {
    right: 0;
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-navigation .next::before {
  background-color: gray;
  border-radius: 0 0 0 100%;
  box-shadow: -4px 5px 4px rgba(130, 130, 130, 0.6);
  color: black;
  height: 50px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: 5px;
  width: 45px;
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-navigation .prev {
    left: 0;
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-navigation .prev::before {
  background-color: gray;
  border-radius: 0 0 100%;
  box-shadow: 5px 4px 4px rgba(130, 130, 130, 0.6);
  color: black;
  height: 50px;
  left: -5px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 45px;
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-dots {
  align-items: center;
  bottom: -40px;
  display: flex;
  flex-direction: row;
  height: 40px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-dots > span {
    background-color: gray;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin: 0 5px;
    transition: all 0.5s ease 0s;
    width: 10px;
}
.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-dots > span.active {
    background: rgba(0, 0, 0, 0) radial-gradient(circle at 4px 4px , #5d95d7 0%, #204766 100%) repeat scroll 0 0;
    margin: 0 5px;
    transform: scale(1.5);
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-bar {
  animation-play-state: running;
  background-color: rgba(3, 127, 228, 0.39);
  bottom: 10px;
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: calc(100% - 15px);
  transform: translateX(15px);
  transition: opacity 0.5s ease 0s;
  z-index: 10;
}

.kalimah-shortcodes-slider.third-style .kalimah-shortcodes-slider-bar.extend-bar {
    opacity: 1;
	animation-name: extend-bar-third-style;
	animation-timing-function: linear;
}
.kalimah-shortcodes-slider.third-style:hover .kalimah-shortcodes-slider-bar {
    animation-play-state: paused;
}

@keyframes extend-bar {
    from {right: 100%;}
    to {right: 0;}
}

@keyframes extend-bar-third-style {
    from {right: 100%;}
    to {right: 30px;}
}

/* Spoiler*/
.kalimah-shortcodes-spoiler {
  display: block;
  float: left;
}

.kalimah-shortcodes-spoiler .kalimah-shortcodes-spoiler-title {
	cursor: pointer;
	padding: 10px;
}

.kalimah-shortcodes-spoiler .kalimah-shortcodes-spoiler-content {
	padding: 10px;
}

.kalimah-shortcodes-spoiler i {
  display: none;
  line-height: unset;
  padding: 0 10px;
}

.kalimah-shortcodes-spoiler.opened_spoiler .open_icon {
  display: block;
}

.kalimah-shortcodes-spoiler.closed_spoiler .close_icon {
	display: block;
}

.kalimah-shortcodes-spoiler.first-style {
  border: 1px solid;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}

.kalimah-shortcodes.kalimah-shortcodes-spoiler.first-style .kalimah-shortcodes-spoiler-content {
  overflow: auto;
}

.kalimah-shortcodes-spoiler.second-style {
  padding: 0;
  border-left: 5px solid;
}

.kalimah-shortcodes-spoiler.third-style .kalimah-shortcodes-spoiler-title {
  border-left: 15px dashed;
}


/* Users Only*/
.kalimah-shortcodes-members {
  background-color: #fcf8e3;
  border: 1px solid;
  border-radius: 5px;
  
  color: #8a6d3b;
  min-height: 50px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.kalimah-shortcodes-members::after {
  clear: both;
  content: " ";
  display: table;
}

.kalimah-shortcodes.kalimah-shortcodes-members  i {
  font-size: 38px;
  left: 50px;
  position: absolute;
  top: 10px;
}

.kalimah-shortcodes.kalimah-shortcodes-members > span {
  display: block;
  float: left;
  font-size: 20px;
  margin-left: 90px;
  position: relative;
}

/* Maps*/
.kalimah-shortcodes-maps {
   margin: 20px 0;
}

.kalimah-shortcodes-maps-map {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
 
}

.kalimah-shortcodes-maps-title {
  
  display: block;
  font-size: 22px;
  margin: 10px 0;
}

/*Qr Code*/
.kalimah-shortcodes-qrcode {
  display: block;
  float: left;
  margin: 20px;
}
.kalimah-shortcodes-qrcode-title {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
}

/* Image */
.kalimah-shortcodes-image {
  position: relative;
  float: left;
}

.kalimah-shortcodes-image img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  display: block;
}

.kalimah-shortcodes-image * {
    transition: all 0.5s;
    backface-visibility: hidden;
}

.kalimah-shortcodes-image-title {
  color: white;
  font-size: 30px;
  margin-left: 50px;
  margin-bottom: 10px;
  top: 20px;
  position: absolute;
}

.kalimah-shortcodes-image-description {
  color: white;
  font-size: 30px;
  margin-left: 50px;
  margin-right: 50px;
  position: absolute;
}

.kalimah-shortcodes-image > a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 10;
}


.kalimah-shortcodes-image.first-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.first-effect .kalimah-shortcodes-image-details
{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}

.kalimah-shortcodes-image.first-effect img {
  filter: sepia(100%);
  width: calc(100% + 50px);
  height: calc(100% + 25px);
  transform: translateX(-40px);
  max-width: none;
}

.kalimah-shortcodes-image.first-effect .kalimah-shortcodes-image-title {
  bottom: 100px;
  color: white;
  font-size: 30px;
  top: unset;
}

.kalimah-shortcodes-image.first-effect .kalimah-shortcodes-image-description {
  bottom: 50px;
  color: white;
  font-size: 15px;
  opacity: 0;
}

.kalimah-shortcodes-image.first-effect:hover .kalimah-shortcodes-image-title {
  bottom: 60px;
}

.kalimah-shortcodes-image.first-effect:hover .kalimah-shortcodes-image-description {
  bottom: 100px;
  opacity: 1;
}

.kalimah-shortcodes-image.first-effect:hover img
{
	filter: sepia(0);
	transform: translateX(0px);
}




.kalimah-shortcodes-image.second-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.second-effect .kalimah-shortcodes-image-details::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%) repeat scroll 0 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.5s;
}

.kalimah-shortcodes-image.second-effect:hover .kalimah-shortcodes-image-details::before
{
	 opacity: 1;
	 top: -50%;
}
.kalimah-shortcodes-image.second-effect .kalimah-shortcodes-image-details
{
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
}

.kalimah-shortcodes-image.second-effect:hover .kalimah-shortcodes-image-details
{
	height: 70%;
}

.kalimah-shortcodes-image.second-effect .kalimah-shortcodes-image-title {
  color: black;
  display: block;
  font-size: 30px;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 2px white;
  transform: translateY(0px);
  width: 100%;
}

.kalimah-shortcodes-image.second-effect .kalimah-shortcodes-image-description {
  color: white;
  font-size: 15px;
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
}

.kalimah-shortcodes-image.second-effect:hover .kalimah-shortcodes-image-title {
  opacity: 1;
   color: white;
 text-shadow: 0 0 0px transparent;
}

.kalimah-shortcodes-image.second-effect:hover .kalimah-shortcodes-image-description {
  opacity: 1;
  bottom: 30px;
}




.kalimah-shortcodes-image.third-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.third-effect .kalimah-shortcodes-image-details::before {
  background: white;
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px;
  transition: all 0.5s;
}


.kalimah-shortcodes-image.third-effect .kalimah-shortcodes-image-details
{
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
}

.kalimah-shortcodes-image.third-effect:hover .kalimah-shortcodes-image-details
{
	height: 70%;
}

.kalimah-shortcodes-image.third-effect .kalimah-shortcodes-image-title {
  bottom: 10px;
  color: white;
  display: block;
  font-size: 30px;
  left: 25px;
  margin: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  top: unset;
  font-weight: bold;
}

.kalimah-shortcodes-image.third-effect .kalimah-shortcodes-image-description {
  background-color: rgba(255, 255, 255, 0.61);
  border-radius: 5px;
  bottom: 15px;
  color: black;
  font-size: 15px;
  left: 25px;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 35px;
  text-align: left;
}


.kalimah-shortcodes-image.third-effect:hover .kalimah-shortcodes-image-title {
  bottom: 20px;
}

.kalimah-shortcodes-image.third-effect:hover .kalimah-shortcodes-image-description {
  bottom: 60px;
  left: 25px;
  opacity: 1;
  right: 25px;
  top: unset;
}



.kalimah-shortcodes-image.fourth-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.fourth-effect .kalimah-shortcodes-image-details::before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 50px;
  left: 30px;
  right: 30px;
  top: 50px;
  transform: scale(0, 1);
  transform-origin: 0 0 0;
  content: " ";
  position: absolute;
  transition: all 0.5s;
}

.kalimah-shortcodes-image.fourth-effect .kalimah-shortcodes-image-details::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 30px;
  left: 50px;
  right: 50px;
  top: 30px;
  transform: scale(1, 0);
  transform-origin: 100% 0 0;
  content: " ";
  position: absolute;
  transition: all 0.5s;
}

.kalimah-shortcodes-image.fourth-effect:hover .kalimah-shortcodes-image-details::before,
.kalimah-shortcodes-image.fourth-effect:hover .kalimah-shortcodes-image-details::after
{
	 opacity: 1;
	transform: scale(1);
}

.kalimah-shortcodes-image.fourth-effect .kalimah-shortcodes-image-details
{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}

.kalimah-shortcodes-image.fourth-effect .kalimah-shortcodes-image-title {
  color: white;
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 100%;
  margin: 0;
  text-align: center;
}

.kalimah-shortcodes-image.fourth-effect .kalimah-shortcodes-image-description {
  color: white;
  font-size: 15px;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: calc(45% + 40px);
  left: 55px;
  right: 55px;
  bottom: 55px;
  padding: 10px;
  border-radius: 5px;
}


.kalimah-shortcodes-image.fourth-effect:hover .kalimah-shortcodes-image-title {
  top: 35%;
  color: black;
}

.kalimah-shortcodes-image.fourth-effect:hover img {
  filter: opacity(50%);
}

.kalimah-shortcodes-image.fourth-effect:hover .kalimah-shortcodes-image-description {
  opacity: 1;
  color: black;
 top: calc(35% + 40px);
}




.kalimah-shortcodes-image.fifth-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.fifth-effect .kalimah-shortcodes-image-details
{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}

.kalimah-shortcodes-image.fifth-effect .kalimah-shortcodes-image-title {
  background-color: white;
  color: white;
  display: block;
  font-size: 25px;
  height: 70px;
  left: 0;
  margin: 0;
  padding: 0 45px;
  position: absolute;
  top: 100%;
  width: 100%;
  line-height: 70px;
}

.kalimah-shortcodes-image.fifth-effect .kalimah-shortcodes-image-description {
  color: white;
  font-size: 15px;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 45%;
  left: 55px;
  right: 55px;
  bottom: 55px;
  padding: 10px;
  border-radius: 5px;
}


.kalimah-shortcodes-image.fifth-effect:hover .kalimah-shortcodes-image-title {
  color: black;
  transform: translateY(-70px);
}

.kalimah-shortcodes-image.fifth-effect:hover img {
  opacity: 0.4;
}

.kalimah-shortcodes-image.fifth-effect:hover .kalimah-shortcodes-image-description {
  opacity: 1;
  color: black;
  top: 35%;
}



.kalimah-shortcodes-image.sixth-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.sixth-effect .kalimah-shortcodes-image-details
{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}

.kalimah-shortcodes-image.sixth-effect .kalimah-shortcodes-image-title {
  color: white;
  display: block;
  font-size: 25px;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: 0;
  padding: 0 45px;
  position: absolute;
  top: 14%;
  width: 100%;
}

.kalimah-shortcodes-image.sixth-effect .kalimah-shortcodes-image-description {
  border-radius: 5px;
  bottom: 55px;
  color: white;
  font-size: 15px;
  left: 35px;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 35px;
  text-align: left;
  top: 30%;
}

.kalimah-shortcodes-image.sixth-effect .kalimah-shortcodes-image-details::after {
  border: 7px solid white;
  box-shadow: 0 0 5px black;
  content: " ";
  height: 30%;
  left: 25px;
  position: absolute;
  right: 25px;
  top: 14%;
  transition: all 0.5s ease 0s;
}


.kalimah-shortcodes-image.sixth-effect:hover img {
  filter: opacity(90%);
}

.kalimah-shortcodes-image.sixth-effect:hover .kalimah-shortcodes-image-details::after {
  top: 60%;
}

.kalimah-shortcodes-image.sixth-effect:hover  .kalimah-shortcodes-image-description {
   opacity: 1;
   top: 60%;
}




.kalimah-shortcodes-image.seventh-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.seventh-effect .kalimah-shortcodes-image-details {
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.kalimah-shortcodes-image.seventh-effect img {
 top: 0;
 height: 100%;
 width: 100%;
 left: 0;
 position: absolute;
}

.kalimah-shortcodes-image.seventh-effect .kalimah-shortcodes-image-title {
  color: white;
  display: block;
  font-size: 25px;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: 0;
  padding: 0 45px;
  position: absolute;
  bottom: 5%;
  width: 100%;
  top: unset;
}

.kalimah-shortcodes-image.seventh-effect .kalimah-shortcodes-image-description {
 
  bottom: 55px;
  color: black;
  font-size: 15px;
  right: 0;
  margin: 0;
  padding: 0px 10px;
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 0;
  height: 0;
  background-color: white;
  opacity: 0;
}


.kalimah-shortcodes-image.seventh-effect:hover img {
 top: -20%;

}

.kalimah-shortcodes-image.seventh-effect:hover .kalimah-shortcodes-image-title {
   bottom: 20%;
}

.kalimah-shortcodes-image.seventh-effect:hover .kalimah-shortcodes-image-description {
   height: 20%;
   padding: 10px;
   opacity: 1;
}



.kalimah-shortcodes-image.eighth-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.eighth-effect .kalimah-shortcodes-image-details {
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  border-style: solid;
  border-color: black;
  border-width: 0px;
}

.kalimah-shortcodes-image.eighth-effect img {
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 position: absolute;
}

.kalimah-shortcodes-image.eighth-effect .kalimah-shortcodes-image-title {
  bottom: 35px;
  color: white;
  display: block;
  font-size: 35px;
  left: 40%;
  margin: 0;
  position: absolute;
  top: unset;
  line-height: 1;
}

.kalimah-shortcodes-image.eighth-effect .kalimah-shortcodes-image-description {
  color: black;
  font-size: 15px;
  margin: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}

.kalimah-shortcodes-image.eighth-effect:hover img {
	left: 10px;
	opacity: 0.7;
}

.kalimah-shortcodes-image.eighth-effect:hover .kalimah-shortcodes-image-details {
  
  border-width: 15px 15px 60px 15px;
}

.kalimah-shortcodes-image.eighth-effect:hover .kalimah-shortcodes-image-title {
  bottom: -50px;
  left: 0;
}

.kalimah-shortcodes-image.eighth-effect:hover .kalimah-shortcodes-image-description {
  opacity: 1;
}


.kalimah-shortcodes-image.ninth-effect
{
	overflow: hidden;
}


.kalimah-shortcodes-image.ninth-effect img {
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 position: absolute;
}

.kalimah-shortcodes-image.ninth-effect .kalimah-shortcodes-image-details {
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  border-style: solid;
  border-color: black;
  border-width: 0px;
}


.kalimah-shortcodes-image.ninth-effect .kalimah-shortcodes-image-title {
  color: white;
  display: block;
  font-size: 35px;
  left: 30px;
  line-height: 1;
  margin: 0;
  position: absolute;
}

.kalimah-shortcodes-image.ninth-effect .kalimah-shortcodes-image-description {
  border-right: 6px solid white;
  bottom: 10px;
  color: black;
  font-size: 15px;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 35px;
  top: unset;
  transition: all 0.5s ease 0.1s;
  width: 155px;
}


.kalimah-shortcodes-image.ninth-effect .kalimah-shortcodes-image-details::before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -110%, 0px);
  transition: transform 0.6s ease 0s;
  width: 100%;
}

.kalimah-shortcodes-image.ninth-effect:hover img {
	transform: scale(1.1);
	filter: opacity(0.6);
}


.kalimah-shortcodes-image.ninth-effect:hover .kalimah-shortcodes-image-details::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 110%, 0px);
}

.kalimah-shortcodes-image.ninth-effect:hover .kalimah-shortcodes-image-details {
  opacity: 1;
}

.kalimah-shortcodes-image.ninth-effect:hover .kalimah-shortcodes-image-description {
	opacity: 1;
}

.kalimah-shortcodes-image.tenth-effect
{
	overflow: hidden;
}


.kalimah-shortcodes-image.tenth-effect img {
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 position: absolute;
}

.kalimah-shortcodes-image.tenth-effect .kalimah-shortcodes-image-details {
  border-color: black;
  border-style: solid;
  border-width: 0;
  margin: 50px;
  position: relative;
  width: auto;
}

.kalimah-shortcodes-image.tenth-effect .kalimah-shortcodes-image-title {
  color: white;
  font-size: 35px;
  line-height: 1;
  margin: 0;
}

.kalimah-shortcodes-image.tenth-effect .kalimah-shortcodes-image-description {
  background-color: white;
  color: black;
  font-size: 15px;
  height: 0;
  margin: 7px 0;
  overflow: hidden;
  padding: 1px 10px;
}


.kalimah-shortcodes-image.tenth-effect:hover img {
	transform: scale(1.1) rotate(1deg);
}

.kalimah-shortcodes-image.tenth-effect:hover .kalimah-shortcodes-image-details {
  opacity: 1;
}

.kalimah-shortcodes-image.tenth-effect:hover .kalimah-shortcodes-image-description {
  height: 100px;
  opacity: 1;
  padding: 10px;
  transform: translateY(60px);
}


.kalimah-shortcodes-image.eleventh-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.eleventh-effect img {
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 position: absolute;
}

.kalimah-shortcodes-image.eleventh-effect .kalimah-shortcodes-image-details {
  bottom: 10%;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 10%;
 
 
}

.kalimah-shortcodes-image.eleventh-effect .kalimah-shortcodes-image-title {
  bottom: 0;
  color: white;
  font-size: 35px;
  left: 0;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50px;
  transform: scale(1.1);
  z-index: 6;
}

.kalimah-shortcodes-image.eleventh-effect .kalimah-shortcodes-image-description::before {
  border: 1px solid white;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.kalimah-shortcodes-image.eleventh-effect .kalimah-shortcodes-image-description {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 15px;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 100px;
  position: absolute;
  top: 0;
  transform: scale(1.5);
  width: 100%;
  z-index: 5;
}

.kalimah-shortcodes-image.eleventh-effect:hover img {
	opacity: 0.8;
}

.kalimah-shortcodes-image.eleventh-effect:hover .kalimah-shortcodes-image-title {
  transform: scale(1);
}

.kalimah-shortcodes-image.eleventh-effect:hover .kalimah-shortcodes-image-details {
  transform: scale(1);
}

.kalimah-shortcodes-image.eleventh-effect:hover .kalimah-shortcodes-image-description {
	opacity: 1;
	 transform: scale(1);
}



.kalimah-shortcodes-image.twelfth-effect
{
	overflow: hidden;
}

.kalimah-shortcodes-image.twelfth-effect img {
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 position: absolute;
}

.kalimah-shortcodes-image.twelfth-effect .kalimah-shortcodes-image-details {
  background-color: white;
  bottom: 0;
  color: black;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 180px;
  transform: rotateY(90deg);
  transform-origin: 0 0;
}

.kalimah-shortcodes-image.twelfth-effect .kalimah-shortcodes-image-title {
  color: black;
  font-size: 30px;
  left: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25px;
  z-index: 6;
}


.kalimah-shortcodes-image.twelfth-effect .kalimah-shortcodes-image-description::before {
  border: 1px solid white;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.kalimah-shortcodes-image.twelfth-effect .kalimah-shortcodes-image-description {
  color: black;
  font-size: 15px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: unset;
  width: 100%;
  z-index: 5;
  bottom: 0;
}

.kalimah-shortcodes-image.twelfth-effect:hover img {
	opacity: 0.8;
	transform: translateX(50px);
}

.kalimah-shortcodes-image.twelfth-effect:hover .kalimah-shortcodes-image-details {
  transform: rotateY(0);
}

/* Video */
.kalimah-shortcodes-video {
  display: block;
  float: left;
  clear: both;
}

.kalimah-shortcodes-video video {
  height: 100%;
  width: 100%;
}

/* Animation */
.kalimah-shortcodes-animation {
  float: left;
}

/* Features List*/
.kalimah-shortcodes-features-list {
  display: block;
  float: left;
}

.kalimah-shortcodes-features-list-item {
  float: left;
  margin: 10px 15px 0 0;
  min-width: 210px;
  opacity: 0;
  text-align: center;
}

.kalimah-shortcodes-features-icon {
  border: 2px solid;
  border-radius: 50%;
  float: left;
  font-size: 20px !important;
  height: 70px !important;
  margin-right: 15px;
  text-align: center !important;
  transition: all 0.5s ease 0s;
  width: 70px !important;
  position: relative;
}

.kalimah-shortcodes-features-icon > a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.kalimah-shortcodes-features-icon::before {
  align-content: center;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 !important;
  position: relative;
  text-align: center;
  width: 100%;
}

.kalimah-shortcodes-features-list-item:hover .kalimah-shortcodes-features-icon{
  background-color: black;
  color: white;
}

.kalimah-shortcodes-features-title {
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

.kalimah-shortcodes-features-content {
  text-align: left;
}

.kalimah-shortcodes-features-body {
  margin-left: 85px;
}

.kalimah-shortcodes-features-list.vertical i {
  display: inline-block !important;
  float: unset !important;
  font-size: 35px !important;
  height: 140px !important;
  margin: 0;
  width: 140px !important;
}

.kalimah-shortcodes-features-list.vertical .kalimah-shortcodes-features-body {
  margin: 20px 0 0 !important;
}

.kalimah-shortcodes-features-list.vertical .kalimah-shortcodes-features-content {
  margin: 5px 0;
  text-align: center;
}

/* Pricing Tables */
.kalimah-shortcodes-pricing-table {
  float: left;
  position: relative;
  width: 100%;
  margin: 15px 0;
}

.kalimah-shortcodes-pricing-table-sections {
  float: left;
  margin: 5px 10px 0 0;
  min-width: 150px;
  position: relative;
  overflow: hidden;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-table-sections {
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 230px;
}

.kalimah-shortcodes-pricing-title i {
  line-height: unset;
  margin-right: 5px;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-table-sections.active {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.49);
  transform: scale(1.13);
  z-index: 1;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-title {
  background-color: #19445b;
  color: white;
  font-size: 18px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-title::after {
	top: 99%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #19445b;
	border-width: 15px;
	margin-left: -15px;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-price-unit {
  background-color: #0ec0a5;
  color: black;
  padding: 15px;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-price {
  font-size: 30px;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-unit {
  font-size: 12px;
  margin-left: 5px;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-special {
  background-color: yellow;
  box-shadow: 0 0 0 black inset;
  padding: 5px 30px;
  position: absolute;
  right: -29px;
  top: 8px;
  transform: rotate(45deg);
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-content > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  color: black;
  list-style: outside none none;
  margin: 2px 10px;
  padding: 10px;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-button {
  text-align: center;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-button a {
  background-color: #235667;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(160, 160, 160, 0.84);
  color: white;
  display: inline-block;
  margin: 15px;
  padding: 5px 20px;
  transition: all 0.5s;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-button a:hover
{
	opacity: 0.9;
}

.kalimah-shortcodes-pricing-table.first-style .kalimah-shortcodes-pricing-button a:active {
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.64);
}




.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-table-sections {
  border: 1px solid rgba(128, 128, 128, 0.27);
  border-radius: 5px;
  overflow: hidden;
  width: 240px;
  transform: scale(0.95);
  transition: all 0.5s;
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-table-sections:hover {
  box-shadow: 0 0 7px #626262;
  transform: scale(1);
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-title {
  background-color: #104460;
  color: white;
  font-size: 30px;
  padding: 20px 0 0;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-price-unit {
  background-color: #104460;
  color: white;
  padding: 6px 0 15px;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-special {
  background-color: yellow;
  box-shadow: 0 0 5px black;
  color: black;
  display: flex;
  flex-direction: column;
  height: 144px;
  justify-content: flex-end;
  position: absolute;
  right: -110px;
  text-align: center;
  top: -85px;
  transform: rotate(45deg) perspective(2000px);
  width: 200px;
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-content > li {
  padding: 5px;
  margin: 1px;
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-content > li:nth-child(2n) {
background-color: rgba(200, 200, 200, 0.31);
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-button {
  text-align: center;
  padding: 20px;
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-button > a {
  background-color: #44b843;
  border: 1px solid #155c14;
  color: black;
  font-weight: 700;
  padding: 12px 16px;
  transition: all 0.5s ease 0s;
}

.kalimah-shortcodes-pricing-table.second-style  .kalimah-shortcodes-pricing-button > a:hover {
  background-color: #7ADE79;
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-content > li {
  color: black;
  list-style: outside none none;
  margin: 1px;
  padding: 8px;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-table-sections.active {
  transform: scaleY(1.04) !important;
}

.kalimah-shortcodes-pricing-table.second-style .kalimah-shortcodes-pricing-price {
  color: yellow;
  font-weight: bold;
  margin: 0 5px;
}




.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-table-sections {
  background-color: white;
  margin: 0;
  width: 230px;
  transition: all 0.5s;
  z-index: 1;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-title {
  background-color: rgba(207, 207, 207, 0.67);
  padding: 3px 0 48px;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-price-unit {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 40px;
  transform: translateX(-50%);
  width: 80px;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-unit {
  font-size: 9px;
  transform: translateY(-9px);
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-price {
  font-size: 28px;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-special {
  background-color: #1e7366;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  justify-content: center;
  left: -49px;
  position: absolute;
  text-align: center;
  top: 13px;
  transform: rotate(-45deg);
  width: 145px;
  }

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-content {
  margin-top: 41px;
}.

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-content > li {
  list-style: outside none none;
  padding: 5px;
  color: #707070;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-table-sections:not(:last-child) {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-table-sections:last-child {
border: 1px solid;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-content > li {
  color: #656464;
  list-style: outside none none;
  padding: 5px;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-button a {
  color: black;
  display: block;
  height: 100%;
  width: 100%;
    background-color: #c8c6c6;
  padding: 10px;
  text-align: center;
  transition: all 0.5s;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-button a:hover {
  background-color: #B4B4B4;
}	

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-table-sections.active .kalimah-shortcodes-pricing-title {
  background-color: #C1C1C1;
}

.kalimah-shortcodes-pricing-table.third-style .kalimah-shortcodes-pricing-table-sections:hover {
  box-shadow: 0 0 5px black;
  z-index: 5;
  transform: scale(1.05);
}



.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-table-sections {
  background-color: #6fae6e;
  float: left;
  margin: 5px 10px 0 0;
  min-width: 150px;
  overflow: hidden;
  position: relative;
  width: 220px;
  border-radius: 3px;
  transition: all 0.5s;
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-table-sections.active {
  box-shadow: 0 0 5px black;
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-table-sections:hover {
  animation-duration: 1s;
  animation-name: pulse;
  box-shadow: 0 0 5px black;
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-title {
  background-color: #95eb94;
  color: #266621;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-price-unit {
  color: white;
  padding: 5px 5px 25px;
  position: relative;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-price-unit::after {
  border: 11px solid white;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: " ";
  height: 500px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 500px;
}
  
.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-price {
  font-size: 35px;
  display: block;
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-special {
  background-color: yellow;
  box-shadow: 0 0 0 black inset;
  color: black;
  padding: 5px 30px;
  position: absolute;
  right: -29px;
  top: 8px;
  transform: rotate(45deg);
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-content > li {
  color: white;
  list-style: outside none none;
  padding: 7px;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-button a {
  background-color: green;
  color: white;
  display: block;
  padding: 8px;
  text-align: center;
  width: 100%;
  transition: all 0.5s;
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-button a:hover {
	opacity: 0.8;
}

.kalimah-shortcodes-pricing-table.fourth-style .kalimah-shortcodes-pricing-content {
  margin-top: 15px;
}


.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-table-sections {
  background-color: #6fae6e;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  float: left;
  margin: 5px 10px 0 0;
  min-width: 150px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 220px;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-table-sections.active {
  box-shadow: 0 0 5px black;
  animation-iteration-count: infinite;
  animation-name: hvr-bob;
  animation-duration: 2s;
  transition: all 0.5s;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-table-sections:hover
{
	 box-shadow: 0 0 10px black;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-title {
  background-color: #95eb94;
  border-bottom: 2px solid;
  border-top: 2px solid;
  color: #266621;
  font-size: 18px;
  font-weight: 700;
  order: 2;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-special::after {
  background-color: yellow;
  content: " ";
  height: 31px;
  left: -26px;
  position: absolute;
  top: -3px;
  width: 120px;
  z-index: -1;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-price-unit {
  color: white;
  order: 1;
  padding: 5px;
  position: relative;
  text-align: center;
  z-index: 5;
}

  
.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-price {
  font-size: 35px;
  display: block;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-special {
  box-shadow: 0 0 0 black inset;
  color: #104b0d;
  left: 14px;
  position: absolute;
  top: 105px;
  transform: rotate(-46deg);
  z-index: 1;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-content > li {
  color: white;
  list-style: outside none none;
  padding: 7px;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-button a {
  color: white;
  display: block;
  font-size: 20px;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 0;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-button a::after {
  border-bottom: 98px solid #6c6;
  border-left: 350px solid transparent;
  border-right: 350px solid transparent;
  content: " ";
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translate(-50%);
  width: 0;
  z-index: -1;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-content {
  margin-bottom: 50px;
  order: 3;
  padding-top: 15px;
  position: relative;
  z-index: 10;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-button {
  order: 5;
}

.kalimah-shortcodes-pricing-table.fifth-style .kalimah-shortcodes-pricing-unit {
  display: block;
  transform: translateY(-50%);
}


.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-table-sections {
  background-color: white;
  border: 2px solid #234F78;
  border-radius: 3px;
  float: left;
  margin: 5px 10px 0 0;
  min-width: 150px;
  overflow: hidden;
  padding: 3px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 220px;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-table-sections.active {
  box-shadow: 0 0 5px black;
}


.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-title {
  background-color: #94e4eb;
  color: #214266;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-table-sections:hover .kalimah-shortcodes-pricing-price-unit
{
	transform: scale(1.2);
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-price-unit {
  background-color: #006880;
  color: white;
  margin: 50px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  z-index: 0;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-price-unit::before {
  background-color: #09404D;
  content: " ";
  height: 100px;
  left: 4px;
  position: absolute;
  top: 0;
  transform: scale(1.5, 1.3) translateY(-15px) rotate(134deg) skew(20deg, 20deg);
  width: 100px;
  z-index: -2;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-price::after {
  border: 60px solid white;
  bottom: 100%;
  content: " ";
  height: 122px;
  left: -60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
  
.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-price {
  display: block;
  font-size: 25px;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-special {
  background-color: yellow;
  box-shadow: 0 0 0 black inset;
  padding: 5px 30px;
  position: absolute;
  right: -29px;
  top: 8px;
  transform: rotate(45deg);
  z-index: 3;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-content > li {
  color: #0f3143;
  list-style: outside none none;
  padding: 7px;
  text-align: center;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-button a {
  background-color: #006880;
  color: white;
  display: block;
  padding: 8px;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-table-sections:hover a {
  transform: scale(1.2);
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-table-sections .kalimah-shortcodes-pricing-content {
	transition: all 0.5s;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-table-sections:hover .kalimah-shortcodes-pricing-content {
  transform: scale(0.9);
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-button a:hover {
	opacity: 0.8;
}

.kalimah-shortcodes-pricing-table.sixth-style .kalimah-shortcodes-pricing-content {
  margin-top: 15px;
  position: relative;
  z-index: 3;
}


@keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(-8px);
  }
}


.kalimah-shortcodes-typography {
  float: left;
}

/* Dummy Image*/
.kalimah-shortcodes-dummy-image {
  float: left;
  margin: 15px;
  position: relative;
}

.kalimah-shortcodes-dummy-image img {
  height: 100%;
  width: 100%;
}

.kalimah-shortcodes-dummy-image.first-style {
	box-shadow: 3px 3px 5px black;
}

.kalimah-shortcodes-dummy-image.second-style {
  border: 7px solid white;
  border-radius: 5px;
}

	
.kalimah-shortcodes-dummy-image.second-style::before {
  border: 6px solid #474747;
  bottom: -12px;
  content: " ";
  left: -12px;
  position: absolute;
  right: -12px;
  top: -12px;
}

.kalimah-shortcodes-dummy-image.third-style {
  border: 7px solid black;
}

.kalimah-shortcodes-dummy-image.fourth-style::after {
  bottom: 0;
  box-shadow: 0 0 75px black inset;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.kalimah-shortcodes-dummy-image.fourth-style {
  position: relative;
  z-index: 1;
}

/* Gallery */
.kalimah-shortcodes.kalimah-shortcodes-gallery.first-style {
  display: block;
  float: left;
  height: 400px;
  margin: 20px 0;
  width: 100%;
}

.kalimah-shortcodes-gallery.first-style .kalimah-shortcodes-gallery-images {
  float: right;
  position: relative;
  width: 70%;
  height: 100%;

}


.kalimah-shortcodes-gallery.first-style .kalimah-shortcodes-gallery-images img {
  height: auto;
  left: 0;
  margin: 0 2px;
  opacity: 0;
  position: absolute;
 top: 50%;
  transform: translateY(-50%);
  transition: all 0.7s ease 0s;
  width: 100%;
  z-index: 0;
}

.kalimah-shortcodes-gallery.first-style .kalimah-shortcodes-gallery-images img.active {
  opacity: 1;
  z-index: 1;
  
}

.kalimah-shortcodes-gallery.first-style .kalimah-shortcodes-gallery-thumbs img {
  cursor: pointer;
  display: block;
  float: left;
  margin: 1px;
  padding: 0;
  width: calc(97% / 3);
}

.kalimah-shortcodes-gallery.first-style .kalimah-shortcodes-gallery-thumbs {
  float: left;
  height: 100%;
  overflow: auto;
  width: 30%;
}

.kalimah-shortcodes-gallery.second-style {
  background-color: black;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.kalimah-shortcodes-gallery.second-style .kalimah-shortcodes-gallery-images {
  float: left;
  min-height: 200px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 1;
}

.kalimah-shortcodes-gallery.second-style .kalimah-shortcodes-gallery-images img {
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
}

.kalimah-shortcodes-gallery.second-style .kalimah-shortcodes-gallery-images img.active {
  opacity: 1;
  z-index: 1;
}

.kalimah-shortcodes-gallery.second-style .kalimah-shortcodes-gallery-thumbs > img {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  transition: all 0.5s ease 0s;
  width: auto;
}

.kalimah-shortcodes-gallery.second-style .kalimah-shortcodes-gallery-thumbs {
  float: left;
  height: 100px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  transform: translateX(45px);
  white-space: nowrap;
  width: calc(100% - 90px);
  z-index: 5;
}


.kalimah-shortcodes-gallery.second-style .kalimah-shortcodes-gallery-navigation {
  bottom: 0;
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.kalimah-shortcodes-gallery.second-style .prev, .kalimah-shortcodes-gallery.second-style .next {
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  float: left;
  height: 98px;
  margin: 1px;
  width: 42px;
}

.kalimah-shortcodes-gallery.second-style .next
{
	float: right;
}


.kalimah-shortcodes-gallery.second-style .prev::before {
  color: black;
  content: "";
  display: flex;
  flex-direction: column;
  font-family: dashicons;
  font-size: 34px;
  height: 100%;
  justify-content: center;
  text-align: center;
    transition: all 0.5s;
}

.kalimah-shortcodes-gallery.second-style .next::before {
  color: black;
  content: "";
  display: flex;
  flex-direction: column;
  font-family: dashicons;
  font-size: 34px;
  height: 100%;
  justify-content: center;
  text-align: center;
    transition: all 0.5s;
}

.kalimah-shortcodes-gallery.second-style .prev:hover::before {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.48) inset;
}

.kalimah-shortcodes-gallery.second-style .next:hover::before {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.48) inset;
}

.kalimah-shortcodes-gallery.third-style .kalimah-shortcodes-gallery-images img {
  left: 50%;
  position: absolute !important;
  top: 50%;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 0;
}

.kalimah-shortcodes-gallery.third-style {
	float: left;
	width: 100%;
}

.kalimah-shortcodes-gallery.third-style .kalimah-shortcodes-gallery-images img.active {
	transform: translate(-50%, -50%) rotate(0deg) !important;
	z-index: 2;
}

.kalimah-shortcodes-gallery.third-style .kalimah-shortcodes-gallery-images {
  height: 580px;
  position: relative;
  width: 100%;
}

.kalimah-shortcodes-gallery.third-style .kalimah-shortcodes-gallery-thumbs {
  display: none;
}

.kalimah-shortcodes-gallery.fourth-style .kalimah-shortcodes-gallery-thumbs {
  float: left;
  position: relative;
  width: 100%;
}

.kalimah-shortcodes-gallery.fourth-style .kalimah-shortcodes-gallery-images {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 0;
}

.kalimah-shortcodes-gallery.fourth-style .kalimah-shortcodes-gallery-thumbs {
  height: 180px;
  position: relative;
}

.kalimah-shortcodes-gallery.fourth-style .kalimah-shortcodes-gallery-thumbs > img {
  border-radius: 2px;
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
}

.kalimah-shortcodes-gallery.fourth-style .kalimah-shortcodes-gallery-images.lightbox {
  background-color: rgba(0, 0, 0, 0.61);
  opacity: 1;
  position: fixed;
  transform: scale(1) translate(0px, 0px);
  z-index: 100000;
}

.kalimah-shortcodes-gallery.fourth-style .kalimah-shortcodes-gallery-images > img {
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 20%;
  transform: translate(-45%, -20%);
  transition: all 0.5s;
  opacity: 0;
}

.kalimah-shortcodes-gallery.fourth-style .kalimah-shortcodes-gallery-images > img.active {
  transform: translate(-50%, -20%);
  opacity: 1;
}

.kalimah-shortcodes-gallery.fourth-style .kalimah-shortcodes-gallery-navigation
{
	display: none;
}

.kalimah-shortcodes-gallery.fourth-style .kalimah-shortcodes-gallery-images.lightbox ~ .kalimah-shortcodes-gallery-navigation {
  display: block !important;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.kalimah-shortcodes-gallery.fourth-style .prev, .kalimah-shortcodes-gallery.fourth-style .next {
  cursor: pointer;
  display: block;
  float: left;
  height: 98px;
  margin: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}

.kalimah-shortcodes-gallery.fourth-style .next {
  left: unset;
  right: 20px;
}


.kalimah-shortcodes-gallery.fourth-style .prev::before {
  color: white;
  content: "";
  display: flex;
  flex-direction: column;
  font-family: dashicons;
  font-size: 65px;
  height: 100%;
  justify-content: center;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.kalimah-shortcodes-gallery.fourth-style .next::before {
  color: white;
  content: "";
  display: flex;
  flex-direction: column;
  font-family: dashicons;
  font-size: 65px;
  height: 100%;
  justify-content: center;
  text-align: center;
    transition: all 0.5s;
}

.kalimah-shortcodes.kalimah-shortcodes-gallery.fifth-style {
  display: block;
  float: left;
  margin: 20px 0;
  width: 100%;
}

.kalimah-shortcodes-gallery.fifth-style .kalimah-shortcodes-gallery-images {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;

}


.kalimah-shortcodes-gallery.fifth-style .kalimah-shortcodes-gallery-images img {
	float: left;
	width: 200px;
	height: auto;
	margin: 2px;
	transition: transform 0.5s, opacity 0.5s;
	z-index: 0;
	display: block;
	opacity: 0.4;
}

.kalimah-shortcodes-gallery.fifth-style .kalimah-shortcodes-gallery-images img:hover {
  opacity: 1;
  transform: scale(2);
  z-index: 1;
}

.kalimah-shortcodes-gallery.fifth-style .kalimah-shortcodes-gallery-thumbs {
  display: none;
}

/*--------------------------------------------
18. Responsive
---------------------------------------------*/
/*--- 18.1 large screen (min 641 max 1000) ---*/
@media only screen and (min-width: 641px) and (max-width: 1000px) {
}

/*--- 18.2 Small screen (max 640) ---*/
@media only screen and (max-width: 640px) {
	/* Coulmns Responsive */
	.kalimah-shortcodes-columns {
	  display: flex;
	  flex-direction: column;
	}
	
	.kalimah-shortcodes-columns > div {
	  width: 100% !important;
	  margin: 15px 0;
	}
	
	/* Author Responsive */
	.kalimah-shortcodes-author.first-style {
	  width: 100% !important;
	}
	.kalimah-shortcodes-author.second-style {
	  transition: all 0.5s ease 0s;
	}
		
	.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-avatar {
	  height: 200px;
	  width: 200px;
	}
	
	.kalimah-shortcodes-author.second-style:hover {
	  min-height: 400px;
	}

	.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-description {
	  display: block;
	  right: unset;
	  top: 220px;
	  transform: translateY(-200px) scale(0.5);
	}
	
	.kalimah-shortcodes-author.second-style:hover .kalimah-shortcodes-author-description {
	  opacity: 1;
	  transform: translateY(0px) scale(1);
	}
	
	.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-name {
	  top: 130px !important;
	}
	
	.kalimah-shortcodes-author.second-style .kalimah-shortcodes-author-social {
	  transform: translateY(0px) translateX(45px) scale(0.5);
	}

	.kalimah-shortcodes-author.second-style:hover .kalimah-shortcodes-author-social {
	  left: 0;
	  opacity: 1;
	  top: 0;
	  transform: translateX(0px) translateY(0px) scale(1);
	}
	
	.kalimah-shortcodes-author.third-style .kalimah-shortcodes-author-name {
	  height: 150px;
	}
	
	.kalimah-shortcodes-author.third-style .kalimah-shortcodes-author-description {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	
	.kalimah-shortcodes-author.fourth-style,
	.kalimah-shortcodes-author.fifth-style
	{
		width: 100%;
	}
	
	.kalimah-shortcodes-author.fifth-style
	{
		height: 100%;
	}
	.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-avatar {
	  border-bottom: 1px dashed;
	  border-right-color: transparent !important;
	  position: relative !important;
	  width: 100% !important;
	  height: 175px;
	}
	
	.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-description
	{
		left: 0;
		padding: 15px;
		 margin-top: 175px;
		position: relative !important;
	}
	
	.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-name {
	  background-color: white;
	  bottom: unset;
	  font-size: 25px;
	  left: 0 !important;
	  position: absolute;
	  text-align: center;
	  top: 100px !important;
	  width: 50%;
	  padding: 5px;
	}
	
	.kalimah-shortcodes-author.fifth-style .kalimah-shortcodes-author-social {
	  display: flex !important;
	  flex-direction: column;
	  height: 173px !important;
	  margin-top: unset !important;
	  padding: 0 !important;
	  right: 0;
	  top: 0;
	  width: 0 !important;
	}
	
	.kalimah-shortcodes-author.fifth-style:hover .kalimah-shortcodes-author-social {
	  width: 45px !important;
	}
	
	/* Media*/
	.kalimah-shortcodes-video, .kalimah-shortcodes-vimeo, .kalimah-shortcodes-youtube {
	  height: auto;
	  max-width: 100%;
	}
	
	/* Progress Bars*/
	.kalimah-shortcodes-progress-bar.fifth-style .kalimah-progress-bar-heading {
	  font-size: 10px !important;
	  height: 100%;
	  padding: 3px !important;
	  white-space: nowrap;
	  width: calc(18% - 1px) !important;
	}
	
	.kalimah-shortcodes-progress-bar.fifth-style .kalimah-progress-bar-element-bg {
	  width: 82%;
	}
	
	/* Quote*/
	.kalimah-shortcodes-quote.block.second-style .quote-body::before {
	  right: calc(100% + 20px) !important;
	  font-size: 50px;
	}
	
	.kalimah-shortcodes-quote.block.second-style .quote-body {
	  margin-left: 50px;
	}
	
	.kalimah-shortcodes-quote.block.second-style {
	  padding: 8px;
	}
	
	.kalimah-shortcodes-quote.block.fourth-style .quote-body {
	  padding: 10px !important;
	}

	.kalimah-shortcodes-quote.block.fourth-style:hover cite {
	  padding: 3px;
	  white-space: normal;
	  width: 30%;
	}

	.kalimah-shortcodes-quote.pull {
	  width: 100% !important;
	  margin: 0 !important;
	}

	/* Slider */
	.kalimah-shortcodes-slider {
		max-height: 250px;
	}
	
	
	/* Accordion */
	.kalimah-shortcodes-accordion:not(.third-style)
	{
		height: auto !important;
	}
	
	/* Tabs */
	.kalimah-shortcodes-tabs .kalimah-shortcodes-tabs-titles::before {
	  border: 0 solid transparent !important;
	  color: #ffffff;
	  content: "" !important;
	  font-family: Ionicons;
	  font-size: 27px;
	  left: unset !important;
	  opacity: 1;
	  position: absolute;
	  right: 15px;
	  text-shadow: 0 0 5px black;
	  top: 9px;
	  z-index: 2 !important;
	  width: auto !important;
	}
	
	.kalimah-shortcodes-tabs .kalimah-shortcodes-tabs-titles::after
	{
		content: unset !important;
	}
	
	.kalimah-shortcodes-tabs .kalimah-shortcodes-tabs-titles {
	  display: flex;
	  flex-direction: column;
	}
	
	
	.kalimah-shortcodes-tabs .kalimah-shortcodes-tabs-titles .shortcode_tabs_title:not(.active) {
	  display: none;
	}
	
	.kalimah-shortcodes-tabs input[type="checkbox"]:checked + .kalimah-shortcodes-tabs-titles .shortcode_tabs_title.active {
	  display: block;
	   padding: 15px 0 !important;
	}
	
	.kalimah-shortcodes-tabs input[type="checkbox"]:not(:checked) + .kalimah-shortcodes-tabs-titles .shortcode_tabs_title {
	  display: block;
	   padding: 15px 0 !important;
	}
	
	.kalimah-shortcodes-tabs.horizontal.third-style .kalimah-shortcodes-tabs-titles {
	  height: auto;
	  left: 0;
	  position: relative;
	  top: 0;
	  width: 100%;
	}
	
	.kalimah-shortcodes-tabs.horizontal.third-style .shortcode_tabs_title {
	  margin: 3px !important;
	}
	
	.kalimah-shortcodes-tabs.horizontal.fourth-style .shortcode_tabs_title::after
	{
		content: unset;
	}
	
	.kalimah-shortcodes-tabs.horizontal.fourth-style .shortcode_tabs_title
	{
		margin-right: 0 !important;
	}
	
	.kalimah-shortcodes-tabs.horizontal .kalimah-shortcodes-tabs-content {
	  width: 100% !important;
	}
	
	/* Columns */
	.kalimah-shortcodes-column-css {
	  -moz-column-count: 1 !important;
	  -webkit-column-count: 1 !important;
	  column-count: 1 !important;
	  width: 100%;
	}
}