/* radiantthemes-accordion common styles */
.radiantthemes-accordion .panel-title {
  font-family: "Ubuntu", sans-serif !important;
}

/* radiantthemes-accordion element-one */
.radiantthemes-accordion.element-one .radiantthemes-accordion-item {
  border-bottom: 1px rgba(0, 0, 0, 0.07) solid;
}
.radiantthemes-accordion.element-one .radiantthemes-accordion-item:last-child, .radiantthemes-accordion.element-one .radiantthemes-accordion-item:only-child {
  border-bottom: none;
}
.radiantthemes-accordion.element-one .radiantthemes-accordion-item > .radiantthemes-accordion-item-title {
  position: relative;
  padding-top: 23px;
  padding-right: 50px;
  padding-bottom: 25px;
  cursor: pointer;
}
.radiantthemes-accordion.element-one .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #11dcd6;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-accordion.element-one .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon i.main-icon:before {
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 21px;
  color: #fff;
  line-height: 42px;
  font-style: normal;
}
.radiantthemes-accordion.element-one .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .panel-title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 27px;
  letter-spacing: -0.6px;
}
.radiantthemes-accordion.element-one .radiantthemes-accordion-item > .radiantthemes-accordion-item-body {
  padding-bottom: 25px;
}
.radiantthemes-accordion.element-one .radiantthemes-accordion-item > .radiantthemes-accordion-item-body > *:last-child {
  margin-bottom: 0 !important;
}
.radiantthemes-accordion.element-one .radiantthemes-accordion-item > .radiantthemes-accordion-item-body p {
  margin-bottom: 17px;
}
.radiantthemes-accordion.element-one .radiantthemes-accordion-item.radiantthemes-active > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon i.main-icon:before {
  content: "\f068";
}

/* radiantthemes-accordion element-two */
.radiantthemes-accordion.element-two .radiantthemes-accordion-item {
  margin-bottom: 20px;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 24px;
  border: 1px #ddd solid;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item:last-child, .radiantthemes-accordion.element-two .radiantthemes-accordion-item:only-child {
  margin-bottom: 0;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item.radiantthemes-active {
  border-color: transparent;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-title {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 1;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:before, .radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:after {
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  z-index: 0;
  content: " ";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .panel-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #3b3b3b;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-body {
  padding-top: 11px;
  padding-right: 35px;
  padding-bottom: 0;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-body > *:last-child {
  margin-bottom: 0 !important;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item > .radiantthemes-accordion-item-body p {
  margin-bottom: 17px;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item.radiantthemes-active > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:before {
  background-color: #fff !important;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item.radiantthemes-active > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:after {
  opacity: 0;
}
.radiantthemes-accordion.element-two .radiantthemes-accordion-item.radiantthemes-active > .radiantthemes-accordion-item-title > .panel-title {
  color: #fff;
}

/* radiantthemes-accordion element-three */
.radiantthemes-accordion.element-three .radiantthemes-accordion-item {
  margin-bottom: 0;
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item.radiantthemes-active {
  border-color: transparent;
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-title {
  position: relative;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 0;
  border-bottom: 1px rgba(255, 255, 255, 0.25) solid;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon {
  position: absolute;
  top: 24px;
  right: 1px;
  z-index: 1;
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:before, .radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:after {
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .panel-title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 27px;
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-body {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px rgba(255, 255, 255, 0.25) solid;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-body > *:last-child {
  margin-bottom: 0 !important;
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item.radiantthemes-active > .radiantthemes-accordion-item-title {
  /*background-color:rgba(255,255,255,0.12);*/
}
.radiantthemes-accordion.element-three .radiantthemes-accordion-item.radiantthemes-active > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:after {
  opacity: 0;
}

/* radiantthemes-alert-box element-one */
.radiantthemes-alert-box.element-one {
  position: relative;
  margin: 0;
  padding: 13px 35px 12px 45px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
}

.radiantthemes-alert-box.element-one.alert-info {
  background-color: #e8f3fa;
  border-color: #c6dfef;
  color: #3097db;
}

.radiantthemes-alert-box.element-two.alert-success {
  background-color: #e0f2e0;
  border-color: #c4e7c4;
  color: #00a500;
}

.radiantthemes-alert-box.element-one.alert-warning {
  background-color: #f9ebc8;
  border-color: #f4d29c;
  color: #df8c16;
}

.radiantthemes-alert-box.element-one.alert-danger {
  background-color: #fce4e4;
  border-color: #eec1c1;
  color: #fb5455;
}

.radiantthemes-alert-box.element-one > .close {
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 1;
  opacity: 1;
  color: inherit;
}

.radiantthemes-alert-box.element-one > .close i {
  font-size: 15px;
  line-height: 15px;
}

.radiantthemes-alert-box.element-one > .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.radiantthemes-alert-box.element-one > .icon i {
  width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.radiantthemes-alert-box.element-one > strong {
  font-weight: 600;
}

/* rt-animated-link element-one */
.rt-animated-link.element-one {
  text-align: center;
}

.rt-animated-link.element-one > .holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px rgba(0, 0, 0, 0.17) solid;
}

.rt-animated-link.element-one > .holder:before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 0;
  content: " ";
  border-width: 2px;
  border-style: solid;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-animated-link.element-one > .holder:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.rt-animated-link.element-one > .holder > .main-link {
  position: relative;
  display: block;
  padding: 8px 20px 9px 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

/* rt-animated-link element-two */
.rt-animated-link.element-two > .holder {
  text-align: center;
}

.rt-animated-link.element-two > .holder > .main-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.rt-animated-link.element-two > .holder > .main-link:before,
.rt-animated-link.element-two > .holder > .main-link:after {
  position: absolute;
  top: -1px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-animated-link.element-two > .holder > .main-link:hover:before,
.rt-animated-link.element-two > .holder > .main-link:hover:after {
  opacity: 1;
  visibility: visible;
}

.rt-animated-link.element-two > .holder > .main-link:before {
  left: 0;
  content: "[";
}

.rt-animated-link.element-two > .holder > .main-link:hover:before {
  left: -20px;
}

.rt-animated-link.element-two > .holder > .main-link:after {
  right: 0;
  content: "]";
}

.rt-animated-link.element-two > .holder > .main-link:hover:after {
  right: -20px;
}

/* rt-animated-link element-three */
.rt-animated-link.element-three > .holder {
  text-align: center;
}

.rt-animated-link.element-three > .holder > .main-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.rt-animated-link.element-three > .holder > .main-link:before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-animated-link.element-three > .holder > .main-link:hover:before {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* rt-animated-link element-four */
.rt-animated-link.element-four > .holder {
  text-align: center;
}

.rt-animated-link.element-four > .holder > .main-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.rt-animated-link.element-four > .holder > .main-link:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-animated-link.element-four > .holder > .main-link:hover:before {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/* rt-animated-link element-five */
.rt-animated-link.element-five > .holder {
  text-align: center;
}

.rt-animated-link.element-five > .holder > .main-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.rt-animated-link.element-five > .holder > .main-link:before {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-animated-link.element-five > .holder > .main-link:hover:before {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.rt-animated-link.element-five > .holder > .main-link:after {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: 0;
  content: " ";
  height: 1px;
  background-color: #1d4fce;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-animated-link.element-five > .holder > .main-link:hover:after {
  left: 0;
  right: 0;
}

/* rt-animated-link element-six */
.rt-animated-link.element-six > .holder {
  text-align: center;
}

.rt-animated-link.element-six > .holder > .main-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.rt-animated-link.element-six > .holder > .main-link > .dot-holder {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  height: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-animated-link.element-six > .holder > .main-link:hover > .dot-holder {
  opacity: 1;
  visibility: visible;
}

.rt-animated-link.element-six > .holder > .main-link > .dot-holder > .dots {
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-animated-link.element-six > .holder > .main-link:hover > .dot-holder > .dots {
  margin-left: 3px;
  margin-right: 3px;
}

/* rt-animated-link element-seven */
.rt-animated-link.element-seven > .holder {
  text-align: center;
}

.rt-animated-link.element-seven > .holder > .main-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.rt-animated-link.element-seven > .holder > .main-link:before,
.rt-animated-link.element-seven > .holder > .main-link:after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 2px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-animated-link.element-seven > .holder > .main-link:before {
  top: 0;
}

.rt-animated-link.element-seven > .holder > .main-link:after {
  bottom: 0;
}

.rt-animated-link.element-seven > .holder > .main-link:hover:before,
.rt-animated-link.element-seven > .holder > .main-link:hover:after {
  opacity: 0.4;
}

.rt-animated-link.element-seven > .holder > .main-link:hover:before {
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.rt-animated-link.element-seven > .holder > .main-link:hover:after {
  bottom: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* rt-animated-link element-eight */
.rt-animated-link.element-eight {
  text-align: center;
}

.rt-animated-link.element-eight > .holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  perspective: 800px;
  text-align: center;
}

.rt-animated-link.element-eight > .holder > .main-link-fliper,
.rt-animated-link.element-eight > .holder > .main-link {
  display: block;
  padding: 10px 20px 10px 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.rt-animated-link.element-eight > .holder > .main-link-fliper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  color: #fff;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: rotateX(268deg);
  -webkit-transform: rotateX(268deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.rt-animated-link.element-eight > .holder:hover > .main-link-fliper {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
}

.rt-animated-link.element-eight > .holder > .main-link {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 2px rgba(0, 0, 0, 0.7) solid;
}

/* rt-beforeafter element-one */
.rt-beforeafter.element-one {
  position: relative;
  overflow: hidden;
}

.rt-beforeafter.element-one img {
  width: 100%;
  display: block;
  max-width: none;
}

.rt-beforeafter.element-one .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.rt-beforeafter.element-one .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: rgb(255, 255, 255);
  cursor: ew-resize;
}

.rt-beforeafter.element-one .handle:after {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-left: -22px;
  content: " ";
  background: url("../images/beforeafter-element-one-icon.png") 0px 0px no-repeat;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-beforeafter.element-one .handle.ba-draggable:after {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

/* rt-beforeafter element-two */
.rt-beforeafter.element-two {
  position: relative;
  overflow: hidden;
}

.rt-beforeafter.element-two img {
  width: 100%;
  display: block;
  max-width: none;
}

.rt-beforeafter.element-two .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.rt-beforeafter.element-two .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: rgb(255, 255, 255);
  cursor: ew-resize;
}

.rt-beforeafter.element-two .handle:after {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 13px;
  margin-top: -6px;
  margin-left: -11px;
  content: " ";
  background: url("../images/beforeafter-element-two-icon.png") 0px 0px no-repeat;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-beforeafter.element-two .handle.ba-draggable:after {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

/* rt-beforeafter element-three */
.rt-beforeafter.element-three {
  position: relative;
  overflow: hidden;
}

.rt-beforeafter.element-three img {
  width: 100%;
  display: block;
  max-width: none;
}

.rt-beforeafter.element-three .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.rt-beforeafter.element-three .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: rgb(255, 255, 255);
  cursor: ew-resize;
}

.rt-beforeafter.element-three .handle:after {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-left: -22px;
  content: " ";
  background: url("../images/beforeafter-element-three-icon.png") 0px 0px no-repeat;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-beforeafter.element-three .handle.ba-draggable:after {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

/* radiantthemes-blockquote element-one */
.radiantthemes-blockquote.element-one > blockquote {
  text-align: center;
}
.radiantthemes-blockquote.element-one > blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.radiantthemes-blockquote.element-one > blockquote > i.fa {
  display: block;
  margin-bottom: 20px;
  font-size: 80px;
  color: #e7e9ef;
  line-height: 80px;
}
.radiantthemes-blockquote.element-one > blockquote cite {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  color: #2f2f2f;
  line-height: 25px;
  font-style: normal;
}

/* radiantthemes-blockquote element-two */
.radiantthemes-blockquote.element-two > blockquote {
  font-weight: 500;
}
.radiantthemes-blockquote.element-two > blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.radiantthemes-blockquote.element-two > blockquote > i.fa {
  display: none;
}
.radiantthemes-blockquote.element-two > blockquote cite {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 25px;
  font-style: normal;
}

/* radiantthemes-blockquote element-three */
.radiantthemes-blockquote.element-three > blockquote {
  position: relative;
  padding-left: 65px;
}
.radiantthemes-blockquote.element-three > blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.radiantthemes-blockquote.element-three > blockquote > i.fa {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  font-size: 45px;
  color: #5d5e64;
  line-height: 45px;
}
.radiantthemes-blockquote.element-three > blockquote cite {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  color: #2f2f2f;
  line-height: 25px;
  font-style: normal;
}

/* blog element-one */
.blog.element-one {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.blog.element-one .blog-item {
  padding-left: 15px;
  padding-right: 15px;
  perspective: 1000px;
}
.blog.element-one .blog-item > .holder {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog.element-one .blog-item > .holder > .pic img {
  width: 100%;
}
.blog.element-one .blog-item > .holder > .data {
  padding: 25px 35px 30px 35px;
  background-color: #fff;
}
.blog.element-one .blog-item > .holder > .data > .data-holder {
  position: relative;
}
.blog.element-one .blog-item > .holder > .data > .data-holder > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-one .blog-item > .holder > .data ul.meta-data {
  margin-bottom: 10px;
}
.blog.element-one .blog-item > .holder > .data ul.meta-data > li {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 13px;
  color: #807f7f;
  line-height: 22px;
}
.blog.element-one .blog-item > .holder > .data ul.meta-data > li:after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
}
.blog.element-one .blog-item > .holder > .data ul.meta-data > li:last-child:after,
.blog.element-one .blog-item > .holder > .data ul.meta-data > li:only-child:after {
  display: none;
}
.blog.element-one .blog-item > .holder > .data ul.meta-data > li a {
  color: inherit;
}
.blog.element-one .blog-item > .holder > .data .title {
  font-family: Ubuntu !important;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 18px;
  color: #1e1e1e;
  line-height: 25px;
  letter-spacing: -0.6px;
}
.blog.element-one .blog-item > .holder > .data .title a {
  color: inherit;
}
.blog.element-one .blog-item > .holder > .data .author {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  font-style: italic;
}
.blog.element-one .blog-item > .holder > .data .btn {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: initial;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog.element-one .blog-item > .holder > .data .btn:hover {
  color: #000;
}
.blog.element-one .blog-item > .holder > .data .btn:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog.element-one .blog-item > .holder > .data .btn:hover:before {
  width: 15px;
  margin-right: 12px;
}
.blog.element-one .blog-item.post-format-quote > .holder > .data {
  padding-bottom: 40px;
}
.blog.element-one .blog-item.post-format-status > .holder > .data {
  background-color: #ffda2a;
}
.blog.element-one .blog-item.post-format-status > .holder > .data ul.meta-data > li {
  color: #1e1e1e;
}
.blog.element-one:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 30px;
}
.blog.element-one.hover-style-two .blog-item > .holder:hover {
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.24);
  transform: rotateY(25deg);
  -webkit-transform: rotateY(25deg);
}
.blog.element-one.hover-style-three .blog-item > .holder:hover {
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.24);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

/* blog element-two */
.blog.element-two {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.blog.element-two .blog-item {
  padding-left: 0;
  padding-right: 0;
}
.blog.element-two .blog-item > .holder {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.blog.element-two .blog-item > .holder > img {
  width: 100%;
}
.blog.element-two .blog-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.blog.element-two .blog-item > .holder > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #9c01be;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.blog.element-two .blog-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px 30px 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.blog.element-two .blog-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.blog.element-two .blog-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.blog.element-two .blog-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-two .blog-item > .holder > .data .btn {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background-color: #f76357;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.blog.element-two .blog-item > .holder > .data .btn i {
  margin-right: -7px;
  font-size: 53px;
  color: #fff;
  line-height: 70px;
}
.blog.element-two .blog-item > .holder > .data ul.meta-data {
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.blog.element-two .blog-item > .holder > .data ul.meta-data > li {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 23px;
}
.blog.element-two .blog-item > .holder > .data ul.meta-data > li:after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
}
.blog.element-two .blog-item > .holder > .data ul.meta-data > li:last-child:after, .blog.element-two .blog-item > .holder > .data ul.meta-data > li:only-child:after {
  display: none;
}
.blog.element-two .blog-item > .holder > .data ul.meta-data > li a {
  color: inherit;
}
.blog.element-two .blog-item > .holder > .data .title {
  font-family: Ubuntu !important;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 27px;
  letter-spacing: -0.6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
.blog.element-two .blog-item > .holder > .data .title a {
  color: inherit;
}
.blog.element-two .blog-item > .holder:hover > .overlay {
  opacity: 0.65;
  visibility: visible;
}
.blog.element-two .blog-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}
.blog.element-two .blog-item > .holder:hover > .data .btn,
.blog.element-two .blog-item > .holder:hover > .data ul.meta-data,
.blog.element-two .blog-item > .holder:hover > .data .title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.blog.element-two:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 0;
}

/* blog element-three */
.blog.element-three {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.blog.element-three .blog-item {
  padding-left: 0;
  padding-right: 0;
}
.blog.element-three .blog-item > .holder {
  margin-left: 0;
  margin-right: 0;
}
.blog.element-three .blog-item > .holder > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.blog.element-three .blog-item > .holder .pic {
  position: relative;
  text-align: center;
}
.blog.element-three .blog-item > .holder .pic > .pic-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.blog.element-three .blog-item > .holder .pic > .pic-main {
  width: 100%;
}
.blog.element-three .blog-item > .holder .data {
  position: relative;
  min-height: 275px;
  padding: 35px 28px 35px 28px;
  background-color: #fff;
}
.blog.element-three .blog-item > .holder .data:before {
  position: absolute;
  bottom: -10px;
  right: 15px;
  z-index: 0;
  font-family: "FontAwesome";
  content: "\f10e";
  font-size: 150px;
  color: #f3f2f2;
  line-height: 1;
  font-style: normal;
}
.blog.element-three .blog-item > .holder .data > .table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell blockquote {
  margin-bottom: 22px;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell blockquote .title {
  font-family: Ubuntu !important;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 27px;
  letter-spacing: -0.6px;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell blockquote .title a {
  color: inherit;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell blockquote cite {
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  font-style: italic;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell ul.meta-data {
  margin-bottom: 5px;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell ul.meta-data > li {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  font-style: italic;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell ul.meta-data > li:after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell ul.meta-data > li:last-child:after, .blog.element-three .blog-item > .holder .data > .table > .table-cell ul.meta-data > li:only-child:after {
  display: none;
}
.blog.element-three .blog-item > .holder .data > .table > .table-cell ul.meta-data > li a {
  color: inherit;
}
.blog.element-three:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 0;
}

/* blog element-four */
.blog.element-four {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.blog.element-four .blog-item {
  padding-left: 15px;
  padding-right: 15px;
}
.blog.element-four .blog-item > .holder {
  position: relative;
}
.blog.element-four .blog-item > .holder .pic {
  position: relative;
  margin-bottom: 20px;
}
.blog.element-four .blog-item > .holder .pic:before {
  content: " ";
  display: block;
  padding-top: 100%;
}
.blog.element-four .blog-item > .holder .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.blog.element-four .blog-item > .holder .data {
  margin-bottom: 20px;
}
.blog.element-four .blog-item > .holder .data > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-four .blog-item > .holder .data ul.meta-data {
  margin-bottom: 10px;
}
.blog.element-four .blog-item > .holder .data ul.meta-data > li {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 22px;
}
.blog.element-four .blog-item > .holder .data ul.meta-data > li:last-child:after, .blog.element-four .blog-item > .holder .data ul.meta-data > li:only-child:after {
  display: none;
}
.blog.element-four .blog-item > .holder .data ul.meta-data > li a {
  color: inherit;
}
.blog.element-four .blog-item > .holder .data ul.meta-data > li i {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
.blog.element-four .blog-item > .holder .data .title {
  font-family: Ubuntu !important;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 28px;
}
.blog.element-four .blog-item > .holder .data .title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog.element-four .blog-item > .holder .data .excerpt {
  margin-bottom: 20px;
}
.blog.element-four .blog-item > .holder .more .btn {
  display: inline-block;
  vertical-align: top;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
}
.blog.element-four .blog-item > .holder .more .btn > span {
  display: block;
  color: inherit;
}
.blog.element-four .blog-item > .holder .more .btn:hover {
  opacity: 0.85;
  color: #fff;
}
.blog.element-four:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 50px;
}

/* blog element-five */
.blog.element-five {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.blog.element-five .blog-item {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.blog.element-five .blog-item > .holder {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog.element-five .blog-item > .holder:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.blog.element-five .blog-item > .holder > .pic {
  position: relative;
}
.blog.element-five .blog-item > .holder > .pic > img {
  width: 100%;
}
.blog.element-five .blog-item > .holder > .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.blog.element-five .blog-item > .holder > .data {
  padding: 26px 26px 30px 26px;
  background-color: #fff;
}
.blog.element-five .blog-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-five .blog-item > .holder > .data .title {
  font-family: Ubuntu !important;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 20px;
  color: #00000d;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.blog.element-five .blog-item > .holder > .data .title a {
  color: inherit;
}
.blog.element-five .blog-item > .holder > .data ul.meta-data {
  margin-bottom: 10px;
}
.blog.element-five .blog-item > .holder > .data ul.meta-data > li {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
  color: #7f718f;
  line-height: 25px;
}
.blog.element-five .blog-item > .holder > .data ul.meta-data > li:after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
}
.blog.element-five .blog-item > .holder > .data ul.meta-data > li:last-child:after, .blog.element-five .blog-item > .holder > .data ul.meta-data > li:only-child:after {
  display: none;
}
.blog.element-five .blog-item > .holder > .data ul.meta-data > li a {
  color: inherit;
}
.blog.element-five:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 30px;
}

/* blog element-six */
.blog.element-six {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.blog.element-six .blog-item {
  padding-left: 15px;
  padding-right: 15px;
}
.blog.element-six .blog-item > .holder > .pic {
  position: relative;
  margin-bottom: 25px;
}
.blog.element-six .blog-item > .holder > .pic > img {
  width: 100%;
}
.blog.element-six .blog-item > .holder > .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.blog.element-six .blog-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-six .blog-item > .holder > .data .title {
  font-family: Ubuntu !important;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  color: #00000d;
  line-height: 32px;
  letter-spacing: -0.5px;
}
.blog.element-six .blog-item > .holder > .data .title a {
  color: inherit;
}
.blog.element-six .blog-item > .holder > .data p {
  margin-bottom: 10px;
}
.blog.element-six .blog-item > .holder > .data .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #00000d;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.blog.element-six .blog-item > .holder > .data .btn > [class*=btn-sub-] {
  top: 0;
  left: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.blog.element-six .blog-item > .holder > .data .btn > [class*=btn-sub-] i {
  vertical-align: top;
  margin-top: 3px;
  font-size: 17px;
}
.blog.element-six .blog-item > .holder > .data .btn > .btn-sub-one {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.blog.element-six .blog-item > .holder > .data .btn > .btn-sub-one i {
  margin-left: 10px;
}
.blog.element-six .blog-item > .holder > .data .btn:hover > .btn-sub-one {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.blog.element-six .blog-item > .holder > .data .btn > .btn-sub-two {
  position: absolute;
}
.blog.element-six .blog-item > .holder > .data .btn:hover > .btn-sub-two {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.blog.element-six:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 30px;
}

/* blog element-seven */
.blog.element-seven {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.blog.element-seven .blog-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.blog.element-seven .blog-item.large-layout > .holder > .pic {
  position: relative;
  margin-bottom: 25px;
}
.blog.element-seven .blog-item.large-layout > .holder > .pic > img {
  width: 100%;
}
.blog.element-seven .blog-item.large-layout > .holder > .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.blog.element-seven .blog-item.large-layout > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-seven .blog-item.large-layout > .holder > .data ul.meta-data {
  margin-bottom: 3px;
}
.blog.element-seven .blog-item.large-layout > .holder > .data ul.meta-data > li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #807f7f;
  line-height: 22px;
}
.blog.element-seven .blog-item.large-layout > .holder > .data ul.meta-data > li:after {
  content: "-";
  margin-left: 6px;
  margin-right: 6px;
}
.blog.element-seven .blog-item.large-layout > .holder > .data ul.meta-data > li:last-child:after, .blog.element-seven .blog-item.large-layout > .holder > .data ul.meta-data > li:only-child:after {
  display: none;
}
.blog.element-seven .blog-item.large-layout > .holder > .data ul.meta-data > li a {
  color: inherit;
}
.blog.element-seven .blog-item.large-layout > .holder > .data .title {
  font-family: Ubuntu !important;
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 25px;
  color: #00000d;
  line-height: 35px;
  letter-spacing: -0.5px;
}
.blog.element-seven .blog-item.large-layout > .holder > .data .title a {
  color: inherit;
}
.blog.element-seven .blog-item.large-layout > .holder > .data p {
  margin-bottom: 13px;
}
.blog.element-seven .blog-item.large-layout > .holder > .data .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 7px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  color: #00000d;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.blog.element-seven .blog-item.small-layout > .holder {
  position: relative;
  min-height: 165px;
  padding-top: 7px;
  padding-left: 230px;
  padding-bottom: 7px;
}
.blog.element-seven .blog-item.small-layout > .holder > .pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 25px;
}
.blog.element-seven .blog-item.small-layout > .holder > .pic > .pic-placeholder {
  position: relative;
  width: 205px;
}
.blog.element-seven .blog-item.small-layout > .holder > .pic > .pic-placeholder > img {
  width: 100%;
}
.blog.element-seven .blog-item.small-layout > .holder > .pic > .pic-placeholder > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.blog.element-seven .blog-item.small-layout > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-seven .blog-item.small-layout > .holder > .data ul.meta-data {
  margin-bottom: 3px;
}
.blog.element-seven .blog-item.small-layout > .holder > .data ul.meta-data > li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #807f7f;
  line-height: 22px;
}
.blog.element-seven .blog-item.small-layout > .holder > .data ul.meta-data > li:after {
  content: "-";
  margin-left: 6px;
  margin-right: 6px;
}
.blog.element-seven .blog-item.small-layout > .holder > .data ul.meta-data > li:last-child:after, .blog.element-seven .blog-item.small-layout > .holder > .data ul.meta-data > li:only-child:after {
  display: none;
}
.blog.element-seven .blog-item.small-layout > .holder > .data ul.meta-data > li a {
  color: inherit;
}
.blog.element-seven .blog-item.small-layout > .holder > .data .title {
  font-family: Ubuntu !important;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 23px;
  color: #00000d;
  line-height: 35px;
  letter-spacing: -0.5px;
}
.blog.element-seven .blog-item.small-layout > .holder > .data .title a {
  color: inherit;
}
.blog.element-seven .blog-item.small-layout > .holder > .data .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 7px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  color: #00000d;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.blog.element-seven:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 30px;
}

/* blog element-eight */
.blog.element-eight {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.blog.element-eight .blog-item {
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
}
.blog.element-eight .blog-item > .holder {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog.element-eight .blog-item > .holder:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.blog.element-eight .blog-item > .holder > .data {
  padding: 35px 35px 37px 35px;
  background-color: #fff;
}
.blog.element-eight .blog-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-eight .blog-item > .holder > .data .title {
  font-family: Ubuntu !important;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 23px;
  color: #010101;
  line-height: 33px;
  letter-spacing: -0.5px;
}
.blog.element-eight .blog-item > .holder > .data .title a {
  color: inherit;
}
.blog.element-eight .blog-item > .holder > .data p {
  margin-bottom: 20px;
}
.blog.element-eight .blog-item > .holder > .data .author-info .author-info-image {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  margin-right: 17px;
  border-radius: 50px;
}
.blog.element-eight .blog-item > .holder > .data .author-info .author-info-name {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 15px;
  color: #010101;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.blog.element-eight:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 30px;
}

/* blog element-nine */
.blog.element-nine {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.blog.element-nine .blog-item {
  padding-left: 15px;
  padding-right: 15px;
}
.blog.element-nine .blog-item > .holder {
  position: relative;
}
.blog.element-nine .blog-item > .holder .pic {
  position: relative;
  margin-bottom: 20px;
}
.blog.element-nine .blog-item > .holder .pic > img {
  width: 100%;
}
.blog.element-nine .blog-item > .holder .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.blog.element-nine .blog-item > .holder .data > *:last-child {
  margin-bottom: 0 !important;
}
.blog.element-nine .blog-item > .holder .data ul.meta-data {
  margin-bottom: 3px;
}
.blog.element-nine .blog-item > .holder .data ul.meta-data > li {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 15px;
  color: #1e1e1e;
  line-height: 22px;
}
.blog.element-nine .blog-item > .holder .data ul.meta-data > li:after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
}
.blog.element-nine .blog-item > .holder .data ul.meta-data > li:last-child:after, .blog.element-nine .blog-item > .holder .data ul.meta-data > li:only-child:after {
  display: none;
}
.blog.element-nine .blog-item > .holder .data ul.meta-data > li a {
  color: inherit;
}
.blog.element-nine .blog-item > .holder .data .title {
  font-family: Ubuntu !important;
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 28px;
  letter-spacing: -0.8px;
}
.blog.element-nine .blog-item > .holder .data .title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog.element-nine:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 0;
}

/* blog element-one */
.blog[class*=element-].owl-nav-style-one .owl-nav {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  font-size: 0;
}

.blog[class*=element-].owl-nav-style-two .owl-nav {
  font-size: 0;
}

.blog[class*=element-] .owl-nav > .owl-prev,
.blog[class*=element-] .owl-nav > .owl-next {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-color: initial;
  border: 1px #08276e solid;
  text-align: center;
}

.blog[class*=element-].owl-nav-style-one .owl-nav > .owl-prev,
.blog[class*=element-].owl-nav-style-one .owl-nav > .owl-next {
  margin-left: 7px;
  margin-right: 7px;
}

.blog[class*=element-].owl-nav-style-two .owl-nav > .owl-prev,
.blog[class*=element-].owl-nav-style-two .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-color: rgba(255, 255, 255, 0.95);
}

.blog[class*=element-].owl-nav-style-two .owl-nav > .owl-prev {
  left: 15px;
}

.blog[class*=element-].owl-nav-style-two .owl-nav > .owl-next {
  right: 15px;
}

.blog[class*=element-] .owl-nav > .owl-prev:before,
.blog[class*=element-] .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  color: #08276e;
  line-height: 36px;
}

.blog[class*=element-] .owl-nav > .owl-prev:before {
  content: "\f104";
}

.blog[class*=element-] .owl-nav > .owl-next:before {
  content: "\f105";
}

.blog[class*=element-] .owl-dots {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.blog[class*=element-].owl-dot-style-one .owl-dots {
  text-align: center;
}

.blog[class*=element-].owl-dot-style-two .owl-dots {
  text-align: right;
}

.blog[class*=element-] .owl-dots > .owl-dot {
  display: inline-block;
  vertical-align: top;
}

.blog[class*=element-].owl-dot-style-one .owl-dots > .owl-dot {
  margin-left: 5px;
  margin-right: 5px;
}

.blog[class*=element-].owl-dot-style-two .owl-dots > .owl-dot {
  margin-left: 3px;
  margin-right: 3px;
}

.blog[class*=element-].owl-dot-style-one .owl-dots > .owl-dot > span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #08276e;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.blog[class*=element-].owl-dot-style-one .owl-dots > .owl-dot.active > span {
  background-color: #fde428;
}

.blog[class*=element-].owl-dot-style-two .owl-dots > .owl-dot > span {
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.blog[class*=element-].owl-dot-style-two .owl-dots > .owl-dot.active > span {
  background-color: #fde428;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* blog element-one */
  .blog:not(.owl-carousel) .blog-item {
    width: 50% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* blog element-one */
  .blog:not(.owl-carousel) .blog-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* blog element-one */
  .blog:not(.owl-carousel) .blog-item {
    width: 100% !important;
  }
}
/* ================================== */
/* RadiantThemes Theme Button CSS */
/* TABLE OF INDEX */
/* ================================== */
/* ==================================
# Main CSS
	## Hover Style One
	## Hover Style Two
	## Hover Style Three
	## Hover Style Four
================================== */
/* ==================================
# Main CSS
================================== */
.radiantthemes-button {
  width: 100%;
}

.radiantthemes-button[data-button-direction=left] {
  text-align: left;
}

.radiantthemes-button[data-button-direction=center] {
  text-align: center;
}

.radiantthemes-button[data-button-direction=right] {
  text-align: right;
}

.radiantthemes-button .radiantthemes-button-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.radiantthemes-button[data-button-fullwidth=true] .radiantthemes-button-main {
  width: 100%;
}

.radiantthemes-button[class*=hover-style-] .radiantthemes-button-main > .overlay {
  position: absolute;
  z-index: 0;
  content: " ";
}

.radiantthemes-button .radiantthemes-button-main > .placeholder {
  position: relative;
}

.radiantthemes-button .radiantthemes-button-main i {
  transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.radiantthemes-button[data-button-icon-position=left] .radiantthemes-button-main i {
  margin-right: 10px;
}

.radiantthemes-button[data-button-icon-position=right] .radiantthemes-button-main i {
  margin-left: 10px;
}

/* ==================================
# Hover Style One
================================== */
/* ==================================
# Hover Style Two
================================== */
.radiantthemes-button.hover-style-two .radiantthemes-button-main {
  overflow: hidden;
}

.radiantthemes-button.hover-style-two .radiantthemes-button-main > .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: inherit;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
}

.radiantthemes-button.hover-style-two .radiantthemes-button-main:hover > .overlay {
  width: 100%;
}

/* ==================================
# Hover Style Three
================================== */
.radiantthemes-button.hover-style-three .radiantthemes-button-main > .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-button.hover-style-three .radiantthemes-button-main:hover > .overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* ==================================
# Hover Style Four
================================== */
.radiantthemes-button.hover-style-four .radiantthemes-button-main i {
  opacity: 0;
  visibility: hidden;
}

.radiantthemes-button.hover-style-four .radiantthemes-button-main:hover i {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-button[data-button-icon-position=left].hover-style-four .radiantthemes-button-main i {
  margin-right: -3px;
}

.radiantthemes-button[data-button-icon-position=left].hover-style-four .radiantthemes-button-main:hover i {
  margin-right: 10px;
}

.radiantthemes-button[data-button-icon-position=right].hover-style-four .radiantthemes-button-main i {
  margin-left: -3px;
}

.radiantthemes-button[data-button-icon-position=right].hover-style-four .radiantthemes-button-main:hover i {
  margin-left: 10px;
}

/* rt-call-to-action-wraper element-one */
.rt-call-to-action-wraper.element-one {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  clear: both;
}

.rt-call-to-action-wraper.element-one > .rt-call-to-action-wraper-overlay {
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 0;
  width: calc(50% - 165px);
  height: 100%;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
}

.rt-call-to-action-wraper.element-one .rt-call-to-action {
  max-width: 1140px;
  margin: 0 auto;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action-item {
  padding: 40px 0px 40px 0px;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action-item > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action-item > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action-item > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action-item h3 {
  margin-bottom: 10px;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action-item h4 {
  margin-bottom: 15px;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action-item h4 strong {
  display: block;
  margin-top: 3px;
  font-size: 170%;
  line-height: 120%;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action-item p {
  margin-bottom: 20px;
}

.rt-call-to-action-wraper.element-one .rt-call-to-action-item .btn {
  margin-bottom: 20px;
  padding: 7px 20px 7px 20px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* LARGE DESKTOP PART */
@media screen and (min-width: 1200px) {
  .rt-call-to-action-wraper.element-one .rt-call-to-action-item {
    background: none !important;
  }
}
/* DESKTOP PART */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .rt-call-to-action-wraper.element-one > .rt-call-to-action-wraper-overlay {
    width: calc(50% - 60px);
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action-item {
    background: none !important;
  }
}
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rt-call-to-action-wraper.element-one {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rt-call-to-action-wraper.element-one > .rt-call-to-action-wraper-overlay {
    width: calc(50% - 40px);
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action-item {
    background: none !important;
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action-item h4 strong {
    font-size: 140%;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-call-to-action-wraper.element-one > .rt-call-to-action-wraper-overlay {
    display: none;
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action-item {
    padding: 30px 20px 30px 20px;
    text-align: center;
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action > [class*=col-] .rt-call-to-action-item {
    margin-left: -30px;
    margin-right: -30px;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-call-to-action-wraper.element-one > .rt-call-to-action-wraper-overlay {
    display: none;
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action-item {
    padding: 30px 20px 30px 20px;
    text-align: center;
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action > [class*=col-] .rt-call-to-action-item {
    margin-left: -30px;
    margin-right: -30px;
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action-item h4 strong {
    font-size: 140%;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-call-to-action-wraper.element-one > .rt-call-to-action-wraper-overlay {
    display: none;
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action-item {
    padding: 30px 20px 30px 20px;
    text-align: center;
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action > [class*=col-] .rt-call-to-action-item {
    margin-left: -30px;
    margin-right: -30px;
  }
  .rt-call-to-action-wraper.element-one .rt-call-to-action-item h4 strong {
    font-size: 140%;
  }
}
/* rt-call-to-action-wraper element-two */
.rt-call-to-action-wraper.element-two {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  clear: both;
}

.rt-call-to-action-wraper.element-two > .rt-call-to-action-wraper-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: calc(50% - 400px);
  height: 100%;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action {
  max-width: 1140px;
  margin: 0 auto;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action-item {
  padding: 15px 0px 15px 0px;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action > [class*=col-]:nth-child(1) .rt-call-to-action-item {
  margin-right: 20px;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action > [class*=col-]:nth-child(2) .rt-call-to-action-item {
  position: relative;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action > [class*=col-]:nth-child(2) .rt-call-to-action-item:before {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 0;
  content: " ";
  width: 0;
  height: 100%;
  border-left: 10px rgba(255, 255, 255, 0.2) solid;
  border-right: 10px rgba(255, 255, 255, 0.13) solid;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action-item > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action-item > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action-item > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action-item h3 {
  margin-bottom: 10px;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action-item h4 {
  margin-bottom: 15px;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action-item h4 strong {
  display: block;
  margin-top: 3px;
  font-size: 140%;
  line-height: 120%;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action-item p {
  margin-bottom: 20px;
}

.rt-call-to-action-wraper.element-two .rt-call-to-action-item .btn {
  margin-bottom: 20px;
  padding: 7px 20px 7px 20px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .rt-call-to-action-wraper.element-two {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rt-call-to-action-wraper.element-two {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rt-call-to-action-wraper.element-two > .rt-call-to-action-wraper-overlay {
    width: calc(50% - 200px);
  }
  .rt-call-to-action-wraper.element-two .rt-call-to-action-item h4 strong {
    font-size: 140%;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-call-to-action-wraper.element-two > .rt-call-to-action-wraper-overlay {
    display: none;
  }
  .rt-call-to-action-wraper.element-two .rt-call-to-action-item {
    padding: 30px 20px 30px 20px;
    text-align: center;
  }
  .rt-call-to-action-wraper.element-two .rt-call-to-action > [class*=col-]:nth-child(2) .rt-call-to-action-item {
    margin-left: -10px;
    margin-right: -30px;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-call-to-action-wraper.element-two > .rt-call-to-action-wraper-overlay {
    display: none;
  }
  .rt-call-to-action-wraper.element-two .rt-call-to-action-item {
    padding: 30px 20px 30px 20px;
    text-align: center;
  }
  .rt-call-to-action-wraper.element-two .rt-call-to-action > [class*=col-]:nth-child(2) .rt-call-to-action-item {
    margin-left: -10px;
    margin-right: -30px;
  }
  .rt-call-to-action-wraper.element-two .rt-call-to-action-item h4 strong {
    font-size: 140%;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-call-to-action-wraper.element-two > .rt-call-to-action-wraper-overlay {
    display: none;
  }
  .rt-call-to-action-wraper.element-two .rt-call-to-action-item {
    padding: 30px 20px 30px 20px;
    text-align: center;
  }
  .rt-call-to-action-wraper.element-two .rt-call-to-action > [class*=col-]:nth-child(2) .rt-call-to-action-item {
    margin-left: -10px;
    margin-right: -30px;
  }
  .rt-call-to-action-wraper.element-two .rt-call-to-action-item h4 strong {
    font-size: 140%;
  }
}
/* rt-call-to-action-wraper element-three */
.rt-call-to-action-wraper.element-three {
  clear: both;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action {
  max-width: 1140px;
  margin: 0 auto;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item {
  padding: 30px 25px 30px 25px;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item h3 {
  margin-bottom: 10px;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item h4 {
  margin-bottom: 15px;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item h4 strong {
  display: block;
  margin-top: 3px;
  font-size: 170%;
  line-height: 120%;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item p {
  margin-bottom: 20px;
}

.rt-call-to-action-wraper.element-three .rt-call-to-action-item .btn {
  margin-bottom: 20px;
  padding: 7px 20px 7px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-call-to-action-wraper.element-three .rt-call-to-action-item {
    text-align: center;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-call-to-action-wraper.element-three .rt-call-to-action-item {
    text-align: center;
  }
  .rt-call-to-action-wraper.element-three .rt-call-to-action-item h4 strong {
    font-size: 140%;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-call-to-action-wraper.element-three .rt-call-to-action-item {
    text-align: center;
  }
  .rt-call-to-action-wraper.element-three .rt-call-to-action-item h4 strong {
    font-size: 140%;
  }
}
/* radiantthemes-case-studies-slider element-one */
.radiantthemes-case-studies-slider.element-one {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder {
  position: relative;
  overflow: hidden;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .pic > img {
  width: 100%;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 25px 27px 25px 27px;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data ul.category-list {
  margin-bottom: 8px;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data ul.category-list li {
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data ul.category-list li:last-child,
.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data ul.category-list li:only-child {
  margin-right: 0;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data ul.category-list li:after {
  content: ",";
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data ul.category-list li:last-child:after,
.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data ul.category-list li:only-child:after {
  display: none;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-case-studies-slider.element-one .radiantthemes-case-studies-slider-item > .holder > .data .title a {
  color: inherit;
}

.radiantthemes-case-studies-slider.element-one .owl-dots {
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}

.radiantthemes-case-studies-slider.element-one .owl-dots > .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  margin-right: 4px;
}

.radiantthemes-case-studies-slider.element-one .owl-dots > .owl-dot > span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-case-studies-slider.element-one .owl-dots > .owl-dot.active > span {
  background-color: #1e2c41;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* radiantthemes-case-studies-slider element-two */
.radiantthemes-case-studies-slider.element-two {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder {
  position: relative;
  overflow: hidden;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .pic > img {
  width: 100%;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 20px 25px 20px 25px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder:hover > .first-card {
  opacity: 0;
  visibility: hidden;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card {
  opacity: 0;
  visibility: hidden;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder:hover > .second-card {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card > .table,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card > .table > .table-cell,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card > .table > .table-cell > *:last-child,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card ul.category-list,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card ul.category-list {
  margin-bottom: 8px;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card ul.category-list {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder:hover > .second-card ul.category-list {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card ul.category-list li,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card ul.category-list li {
  margin-right: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 23px;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card ul.category-list li:last-child,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card ul.category-list li:last-child,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card ul.category-list li:only-child,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card ul.category-list li:only-child {
  margin-right: 0;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card ul.category-list li:after,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card ul.category-list li:after {
  content: ",";
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card ul.category-list li:last-child:after,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card ul.category-list li:last-child:after,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card ul.category-list li:only-child:after,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card ul.category-list li:only-child:after {
  display: none;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card .title,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card .title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card .title {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder:hover > .second-card .title {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .first-card .title a,
.radiantthemes-case-studies-slider.element-two .radiantthemes-case-studies-slider-item > .holder > .second-card .title a {
  color: inherit;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* rt-case-study-box-filter */
.rt-case-study-box-filter[class*=filter-style-] {
  font-size: 0;
}

.rt-case-study-box-filter.filter-style-one {
  margin-bottom: 30px;
}

.rt-case-study-box-filter.filter-style-two {
  margin-bottom: 40px;
}

.rt-case-study-box-filter.filter-style-three {
  margin-bottom: 40px;
}

.rt-case-study-box-filter.filter-style-four {
  margin-bottom: 70px;
  padding-top: 13px;
  padding-bottom: 16px;
  border-top: 1px #cbc8cd solid;
  border-bottom: 1px #cbc8cd solid;
}

.rt-case-study-box-filter.filter-style-five {
  margin-bottom: 20px;
}

.rt-case-study-box-filter.filter-style-six {
  margin-bottom: 30px;
  border-top: 1px #cdced2 solid;
  border-bottom: 1px #cdced2 solid;
}

.rt-case-study-box-filter.filter-style-one > button {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  background-color: initial;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #4e4e4e;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-filter.filter-style-two > button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px 0px 15px 0px;
  background-color: initial;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #9d9d9d;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-filter.filter-style-two > button:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 0;
  height: 3px;
  margin: 0 auto;
  background-color: #00174d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-filter.filter-style-two > button.current-menu-item:before {
  width: 30px;
}

.rt-case-study-box-filter.filter-style-three > button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 15px 8px 15px;
  background-color: initial;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #4e4e4e;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-filter.filter-style-three > button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background-color: #fff;
  border: 1px #ccc solid;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-filter.filter-style-three > button.current-menu-item:before {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.rt-case-study-box-filter[class*=filter-style-] > button > span {
  position: relative;
}

.rt-case-study-box-filter.filter-style-four > button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  background-color: initial;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #25182b;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-filter[class*=filter-style-] > button > span {
  position: relative;
}

.rt-case-study-box-filter.filter-style-five > button {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  background-color: initial;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: #8890b2;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-filter.filter-style-five > button:first-child {
  margin-left: 0;
}

.rt-case-study-box-filter.filter-style-five > button:last-child {
  float: right;
  margin-right: 0;
}

.rt-case-study-box-filter.filter-style-five > button:only-child {
  margin-left: 0;
  margin-right: 0;
}

.rt-case-study-box-filter.filter-style-five > button.current-menu-item {
  color: #001a57;
}

.rt-case-study-box-filter.filter-style-six > button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 9px 18px 11px 18px;
  background-color: initial;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #001040;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-filter.filter-style-six > button.current-menu-item {
  color: #085876;
}

.rt-case-study-box-filter.filter-style-six > button:before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  z-index: 0;
  content: " ";
  width: 30px;
  height: 5px;
  margin-left: -15px;
  background-color: #0f91a0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-filter.filter-style-six > button.current-menu-item:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* rt-case-study-box-filter */
  .rt-case-study-box-filter.filter-style-one > button,
  .rt-case-study-box-filter.filter-style-two > button,
  .rt-case-study-box-filter.filter-style-three > button,
  .rt-case-study-box-filter.filter-style-five > button {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* rt-case-study-box-filter */
  .rt-case-study-box-filter.filter-style-one > button,
  .rt-case-study-box-filter.filter-style-two > button,
  .rt-case-study-box-filter.filter-style-three > button,
  .rt-case-study-box-filter.filter-style-five > button {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}
/* rt-case-study-box element-one */
.rt-case-study-box.element-one .rt-case-study-box-item {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder {
  background-color: #f8f8f8;
  border: 1px #edebeb solid;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder:hover {
  position: relative;
  z-index: 1;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .pic {
  position: relative;
  overflow: hidden;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .pic > img {
  width: 100%;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .pic > .holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder:hover > .pic > .holder {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data {
  padding: 25px 25px 27px 25px;
}

.rt-case-study-box.element-one[data-case-study-box-align=left] .rt-case-study-box-item > .holder > .data {
  text-align: left;
}

.rt-case-study-box.element-one[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .data {
  text-align: center;
}

.rt-case-study-box.element-one[data-case-study-box-align=right] .rt-case-study-box-item > .holder > .data {
  text-align: right;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data p.category {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 15px;
  color: #001040;
  line-height: 25px;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data h4 {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 17px;
  color: #001040;
  line-height: 28px;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data h4 a {
  color: inherit;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data p {
  margin-bottom: 10px;
  color: #001040;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rt-case-study-box.element-one .rt-case-study-box-item {
    width: 33.33% !important;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-case-study-box.element-one .rt-case-study-box-item {
    width: 50% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-case-study-box.element-one .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-case-study-box.element-one .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* rt-case-study-box element-two */
.rt-case-study-box.element-two .rt-case-study-box-item {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder {
  background-color: #f8f8f8;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder:hover {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic {
  position: relative;
  overflow: hidden;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: " ";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > img {
  width: 100%;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder:hover > .pic > .holder {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 18px 25px 18px 25px;
}

.rt-case-study-box.element-two[data-case-study-box-align=left] .rt-case-study-box-item > .holder > .pic > .data {
  text-align: left;
}

.rt-case-study-box.element-two[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .pic > .data {
  text-align: center;
}

.rt-case-study-box.element-two[data-case-study-box-align=right] .rt-case-study-box-item > .holder > .pic > .data {
  text-align: right;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data p.category {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  opacity: 0.9;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data h4 {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data h4 a {
  color: inherit;
}

.rt-case-study-box.element-two .rt-case-study-box-item > .holder > .pic > .data p {
  margin-bottom: 10px;
  color: #fff;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rt-case-study-box.element-two .rt-case-study-box-item {
    width: 33.33% !important;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-case-study-box.element-two .rt-case-study-box-item {
    width: 50% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-case-study-box.element-two .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-case-study-box.element-two .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* rt-case-study-box element-three */
.rt-case-study-box.element-three .rt-case-study-box-item {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .data {
  padding: 30px 30px 30px 30px;
  background-color: #fff;
  border: 1px #dedede solid;
  border-bottom: none;
}

.rt-case-study-box.element-three[data-case-study-box-align=left] .rt-case-study-box-item > .holder > .data {
  text-align: left;
}

.rt-case-study-box.element-three[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .data {
  text-align: center;
}

.rt-case-study-box.element-three[data-case-study-box-align=right] .rt-case-study-box-item > .holder > .data {
  text-align: right;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .data p.category {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  color: #273272;
  line-height: 28px;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .data h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #505050;
  line-height: 28px;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .data h4 a {
  color: inherit;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .data p {
  margin-bottom: 10px;
  color: #505050;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .pic {
  position: relative;
  overflow: hidden;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .pic > img {
  width: 100%;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .pic > .holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder:hover > .pic > .holder {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .more {
  position: relative;
  overflow-y: hidden;
  border: 1px #dedede solid;
  border-top: none;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .more > .btn {
  display: block;
  padding: 13px 30px 13px 30px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #626262;
  line-height: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-three[data-case-study-box-align=left] .rt-case-study-box-item > .holder > .more > .btn {
  text-align: left;
}

.rt-case-study-box.element-three[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .more > .btn {
  text-align: center;
}

.rt-case-study-box.element-three[data-case-study-box-align=right] .rt-case-study-box-item > .holder > .more > .btn {
  text-align: right;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .more > .btn.alt {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #313d85;
  color: #fff;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder:hover > .more > .btn {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .more > .btn i {
  margin-left: 10px;
  color: #001a57;
}

.rt-case-study-box.element-three .rt-case-study-box-item > .holder > .more > .btn.alt i {
  color: #fff;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rt-case-study-box.element-three .rt-case-study-box-item {
    width: 33.33% !important;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-case-study-box.element-three .rt-case-study-box-item {
    width: 50% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-case-study-box.element-three .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-case-study-box.element-three .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* rt-case-study-box element-four */
.rt-case-study-box.element-four .rt-case-study-box-item {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .pic {
  position: relative;
  overflow: hidden;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .pic > img {
  width: 100%;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .pic > .holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder:hover > .pic > .holder {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data {
  padding: 25px 30px 32px 30px;
  background-color: #fff;
  border: 1px #ededed solid;
  border-top: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder:hover > .data {
  border-color: rgba(255, 255, 255, 0);
}

.rt-case-study-box.element-four[data-case-study-box-align=left] .rt-case-study-box-item > .holder > .data {
  text-align: left;
}

.rt-case-study-box.element-four[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .data {
  text-align: center;
}

.rt-case-study-box.element-four[data-case-study-box-align=right] .rt-case-study-box-item > .holder > .data {
  text-align: right;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data p.category {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #001a57;
  line-height: 28px;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #505050;
  line-height: 28px;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data h4 a {
  color: inherit;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data p {
  margin-bottom: 20px;
  color: #505050;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data .btn {
  padding: 12px 30px 13px 30px;
  background-color: #fff;
  border: 1px #d8dce0 solid;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #001139;
  line-height: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data .btn:hover {
  background-color: #273272;
  border-color: #273272;
  color: #fff;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data .btn i {
  margin-left: -3px;
  color: inherit;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data .btn:hover i {
  margin-left: 10px;
  color: #fff;
  opacity: 1;
  visibility: visible;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rt-case-study-box.element-four .rt-case-study-box-item {
    width: 33.33% !important;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-case-study-box.element-four .rt-case-study-box-item {
    width: 50% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-case-study-box.element-four .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-case-study-box.element-four .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* rt-case-study-box element-five */
.rt-case-study-box.element-five .rt-case-study-box-item {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .pic > img {
  width: 100%;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .pic > .holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder:hover > .pic > .holder {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .data {
  position: relative;
  padding-right: 75px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder:hover > .data {
  border-color: rgba(255, 255, 255, 0);
}

.rt-case-study-box.element-five[data-case-study-box-align=left] .rt-case-study-box-item > .holder > .data {
  text-align: left;
}

.rt-case-study-box.element-five[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .data {
  text-align: center;
}

.rt-case-study-box.element-five[data-case-study-box-align=right] .rt-case-study-box-item > .holder > .data {
  text-align: right;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .data p.category {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #1b273d;
  line-height: 28px;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .data h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #1b273d;
  line-height: 30px;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .data h4 a {
  color: inherit;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .data p {
  margin-bottom: 20px;
  color: #505050;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .data .arrow-link {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 3px #fdbe21 solid;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #fdbe21;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .data .arrow-link:hover {
  background-color: #fdbe21;
  color: #fff;
}

.rt-case-study-box.element-five .rt-case-study-box-item > .holder > .data .arrow-link i {
  margin-right: -2px;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rt-case-study-box.element-five .rt-case-study-box-item {
    width: 33.33% !important;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-case-study-box.element-five .rt-case-study-box-item {
    width: 50% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-case-study-box.element-five .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-case-study-box.element-five .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* rt-case-study-box element-six */
.rt-case-study-box.element-six .rt-case-study-box-item {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.rt-case-study-box.element-six .rt-case-study-box-item > .holder {
  padding: 55px 35px 55px 35px;
  background-color: #fff;
}

.rt-case-study-box.element-six[data-case-study-box-align=left] .rt-case-study-box-item > .holder > .data {
  text-align: left;
}

.rt-case-study-box.element-six[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .data {
  text-align: center;
}

.rt-case-study-box.element-six[data-case-study-box-align=right] .rt-case-study-box-item > .holder > .data {
  text-align: right;
}

.rt-case-study-box.element-six .rt-case-study-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-case-study-box.element-six .rt-case-study-box-item > .holder > .data h4 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 25px;
  color: #2f233d;
  line-height: 32px;
}

.rt-case-study-box.element-six .rt-case-study-box-item > .holder > .data h4 a {
  color: inherit;
}

.rt-case-study-box.element-six .rt-case-study-box-item > .holder > .data p {
  margin-bottom: 15px;
}

.rt-case-study-box.element-six .rt-case-study-box-item > .holder > .data .arrow-link {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #00c57c;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-six .rt-case-study-box-item > .holder > .data .arrow-link i {
  margin-left: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box.element-six .rt-case-study-box-item > .holder > .data .arrow-link:hover i {
  margin-left: 10px;
  opacity: 1;
  visibility: visible;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rt-case-study-box.element-six .rt-case-study-box-item {
    width: 33.33% !important;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-case-study-box.element-six .rt-case-study-box-item {
    width: 50% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-case-study-box.element-six .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-case-study-box.element-six .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* rt-case-study-box element-seven */
.rt-case-study-box.element-seven .rt-case-study-box-item {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.rt-case-study-box.element-seven .rt-case-study-box-item > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

.rt-case-study-box.element-seven .rt-case-study-box-item > .holder > .pic > img {
  width: 100%;
}

.rt-case-study-box.element-seven .rt-case-study-box-item > .holder > .pic > .holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-case-study-box.element-seven .rt-case-study-box-item > .holder > .pic > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00OTIsMjM2SDI3NlYyMGMwLTExLjA0Ni04Ljk1NC0yMC0yMC0yMGMtMTEuMDQ2LDAtMjAsOC45NTQtMjAsMjB2MjE2SDIwYy0xMS4wNDYsMC0yMCw4Ljk1NC0yMCwyMHM4Ljk1NCwyMCwyMCwyMGgyMTYgICAgdjIxNmMwLDExLjA0Niw4Ljk1NCwyMCwyMCwyMHMyMC04Ljk1NCwyMC0yMFYyNzZoMjE2YzExLjA0NiwwLDIwLTguOTU0LDIwLTIwQzUxMiwyNDQuOTU0LDUwMy4wNDYsMjM2LDQ5MiwyMzZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-size: 55px auto;
  background-position: center calc(50% + 15px);
  background-repeat: no-repeat;
  background-color: #333645;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, background-position 0.5s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, background-position 0.5s ease-in-out;
}

.rt-case-study-box.element-seven .rt-case-study-box-item > .holder > .pic:hover > .overlay {
  background-position: center center;
  opacity: 1;
}

.rt-case-study-box.element-seven[data-case-study-box-align=left] .rt-case-study-box-item > .holder > .data {
  text-align: left;
}

.rt-case-study-box.element-seven[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .data {
  text-align: center;
}

.rt-case-study-box.element-seven[data-case-study-box-align=right] .rt-case-study-box-item > .holder > .data {
  text-align: right;
}

.rt-case-study-box.element-seven .rt-case-study-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-case-study-box.element-seven .rt-case-study-box-item > .holder > .data h4 {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 22px;
  color: #303030;
  line-height: 30px;
}

.rt-case-study-box.element-seven .rt-case-study-box-item > .holder > .data h4 a {
  color: inherit;
}

.rt-case-study-box.element-seven .rt-case-study-box-item > .holder > .data p {
  margin-bottom: 10px;
  color: grey;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rt-case-study-box.element-seven .rt-case-study-box-item {
    width: 33.33% !important;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .rt-case-study-box.element-seven .rt-case-study-box-item {
    width: 50% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .rt-case-study-box.element-seven .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .rt-case-study-box.element-seven .rt-case-study-box-item {
    width: 100% !important;
  }
}
/* ================================== */
/* RadiantThemes Circular Progress Bar CSS */
/* TABLE OF INDEX */
/* ================================== */
/* ==================================
# Main CSS
================================== */
/* ==================================
# Main CSS
================================== */
.radiantthemes-circular-progress-bar {
  text-align: center;
}
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 190px;
  height: 190px;
}
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main div {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main div span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 184px;
  height: 184px;
  border-radius: 50%;
}
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main div span > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main div span > .table > .table-cell {
  position: static;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main .background {
  background-color: #b3cef6;
}
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main .rotate,
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main .left,
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main .right {
  clip: rect(0 95px 190px 0);
}
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main .left {
  opacity: 1;
}
.radiantthemes-circular-progress-bar .radiantthemes-circular-progress-bar-main .right {
  transform: rotate(180deg);
  opacity: 0;
}

/* clients element-one */
.clients.element-one {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.clients.element-one:not(.owl-carousel):after {
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  clear: both;
}

.clients.element-one * {
  margin: 0 auto;
}

.clients.element-one .clients-item {
  padding: 5px 15px 10px 15px;
}

.clients.element-one:not(.owl-carousel) .clients-item {
  float: left;
  margin-bottom: 40px;
}

.clients.element-one .clients-item > .holder {
  text-align: center;
}

.clients.element-one .clients-item > .holder > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.clients.element-one .clients-item > .holder > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.clients.element-one .clients-item > .holder .pic {
  display: inline-block;
  vertical-align: top;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .clients.element-one:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .clients.element-one:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .clients.element-one:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* clients element-two */
.clients.element-two {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px 10px 20px;
  background-color: #f9f9f9;
}

.clients.element-two:not(.owl-carousel):after {
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  clear: both;
}

.clients.element-two * {
  margin: 0 auto;
}

.clients.element-two .clients-item {
  padding: 5px 15px 10px 15px;
}

.clients.element-two:not(.owl-carousel) .clients-item {
  float: left;
  margin-bottom: 40px;
}

.clients.element-two .clients-item > .holder {
  text-align: center;
}

.clients.element-two .clients-item > .holder > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.clients.element-two .clients-item > .holder > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.clients.element-two .clients-item > .holder .pic {
  display: inline-block;
  vertical-align: top;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .clients.element-two:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .clients.element-two:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .clients.element-two:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* clients element-three */
.clients.element-three {
  width: auto;
}

.clients.element-three:not(.owl-carousel):after {
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  clear: both;
}

.clients.element-three * {
  margin: 0 auto;
}

.clients.element-three .clients-item {
  padding: 20px 15px 20px 15px;
  border: 1px #f2f2f2 solid;
}

.clients.element-three:not(.owl-carousel) .clients-item {
  float: left;
}

.clients.element-three .owl-stage > .owl-item .clients-item,
.clients.element-three:not(.owl-carousel) .clients-item {
  background-color: #fafafa;
}

.clients.element-three .owl-stage > .owl-item:nth-child(even) .clients-item,
.clients.element-three:not(.owl-carousel) .clients-item:nth-child(even) {
  background-color: #f4f4f4;
}

.clients.element-three .clients-item > .holder {
  text-align: center;
}

.clients.element-three .clients-item > .holder > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.clients.element-three .clients-item > .holder > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.clients.element-three .clients-item > .holder .pic {
  display: inline-block;
  vertical-align: top;
}

.clients.element-three .clients-item > .holder .pic img {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.clients.element-three .clients-item > .holder:hover .pic img {
  opacity: 1;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .clients.element-three:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .clients.element-three:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .clients.element-three:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* clients element-four */
.clients.element-four {
  width: auto;
  border-top: 1px #e4e5e9 solid;
  border-left: 1px #e4e5e9 solid;
}

.clients.element-four:not(.owl-carousel):after {
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  clear: both;
}

.clients.element-four * {
  margin: 0 auto;
}

.clients.element-four .clients-item {
  padding: 20px 15px 20px 15px;
  border-right: 1px #e4e5e9 solid;
  border-bottom: 1px #e4e5e9 solid;
}

.clients.element-four:not(.owl-carousel) .clients-item {
  float: left;
}

.clients.element-four .clients-item > .holder {
  text-align: center;
}

.clients.element-four .clients-item > .holder > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.clients.element-four .clients-item > .holder > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.clients.element-four .clients-item > .holder .pic {
  display: inline-block;
  vertical-align: top;
}

.clients.element-four .clients-item > .holder .pic img {
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.clients.element-four .clients-item > .holder:hover .pic img {
  opacity: 1;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .clients.element-four:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .clients.element-four:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .clients.element-four:not(.owl-carousel) .clients-item {
    width: 100% !important;
  }
}
/* Clients Nav Style One */
.clients[class*=element-].owl-nav-style-one .owl-nav {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  font-size: 0;
}

.clients[class*=element-].owl-nav-style-one .owl-nav > .owl-prev,
.clients[class*=element-].owl-nav-style-one .owl-nav > .owl-next {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.clients[class*=element-].owl-nav-style-one .owl-nav > .owl-prev:before,
.clients[class*=element-].owl-nav-style-one .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #252525;
  line-height: 1;
}

.clients[class*=element-].owl-nav-style-one .owl-nav > .owl-prev:before {
  content: "\f104";
}

.clients[class*=element-].owl-nav-style-one .owl-nav > .owl-next:before {
  content: "\f105";
}

/* Clients Nav Style Two */
.clients[class*=element-].owl-nav-style-two .owl-nav {
  font-size: 0;
}

.clients[class*=element-].owl-nav-style-two .owl-nav > .owl-prev,
.clients[class*=element-].owl-nav-style-two .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.clients[class*=element-].owl-nav-style-two:hover .owl-nav > .owl-prev,
.clients[class*=element-].owl-nav-style-two:hover .owl-nav > .owl-next {
  opacity: 1;
  visibility: visible;
}

.clients[class*=element-].owl-nav-style-two .owl-nav > .owl-prev {
  left: 15px;
}

.clients[class*=element-].owl-nav-style-two:hover .owl-nav > .owl-prev {
  left: 0;
}

.clients[class*=element-].owl-nav-style-two .owl-nav > .owl-next {
  right: 15px;
}

.clients[class*=element-].owl-nav-style-two:hover .owl-nav > .owl-next {
  right: 0;
}

.clients[class*=element-].owl-nav-style-two .owl-nav > .owl-prev:before,
.clients[class*=element-].owl-nav-style-two .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 25px;
  color: #252525;
  line-height: 1;
}

.clients[class*=element-].owl-nav-style-two .owl-nav > .owl-prev:before {
  content: "\f104";
}

.clients[class*=element-].owl-nav-style-two .owl-nav > .owl-next:before {
  content: "\f105";
}

/* Clients Dot Style One */
.clients[class*=element-] .owl-dots {
  margin-left: 15px;
  margin-right: 15px;
}

.clients[class*=element-].owl-dot-style-one .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.clients[class*=element-].owl-dot-style-two .owl-dots {
  text-align: right;
}

.clients[class*=element-] .owl-dots > .owl-dot {
  display: inline-block;
  vertical-align: top;
}

.clients[class*=element-].owl-dot-style-one .owl-dots > .owl-dot {
  margin-left: 5px;
  margin-right: 5px;
}

.clients[class*=element-].owl-dot-style-two .owl-dots > .owl-dot {
  margin-left: 3px;
  margin-right: 3px;
}

.clients[class*=element-].owl-dot-style-one .owl-dots > .owl-dot > span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #08276e;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.clients[class*=element-].owl-dot-style-one .owl-dots > .owl-dot.active > span {
  background-color: #fde428;
}

.clients[class*=element-].owl-dot-style-two .owl-dots > .owl-dot > span {
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.clients[class*=element-].owl-dot-style-two .owl-dots > .owl-dot.active > span {
  background-color: #fde428;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* radiantthemes-contact-box element-one */
.radiantthemes-contact-box.element-one ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 27px;
}

.radiantthemes-contact-box.element-one ul li:last-child {
  margin-bottom: 0;
}

.radiantthemes-contact-box.element-one ul li i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 15px;
  text-align: center;
  line-height: inherit;
}

.radiantthemes-contact-box.element-one ul li.address i {
  font-size: 18px;
}

.radiantthemes-contact-box.element-one ul li strong {
  display: block;
  font-weight: 500;
}

.radiantthemes-contact-box.element-one > ul li ul {
  margin-top: 12px;
}

/* radiantthemes-contact-box element-two */
.radiantthemes-contact-box.element-two ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 27px;
}

.radiantthemes-contact-box.element-two ul li:last-child {
  margin-bottom: 0;
}

.radiantthemes-contact-box.element-two ul li i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 15px;
  text-align: center;
  line-height: inherit;
}

.radiantthemes-contact-box.element-two ul li.address i {
  font-size: 18px;
}

.radiantthemes-contact-box.element-two > ul li ul {
  margin-top: 12px;
}

/* radiant-contact-form element-one */
.radiant-contact-form.element-one .row {
  margin-right: 0;
  margin-left: 0;
}
.radiant-contact-form.element-one .row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.radiant-contact-form.element-one .form-row.last {
  margin: 0;
}
.radiant-contact-form.element-one .form-row.button {
  text-align: left;
}
.radiant-contact-form.element-one .form-row > *:last-child {
  margin-bottom: 0 !important;
}
.radiant-contact-form.element-one .form-row label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.radiant-contact-form.element-one .form-row label span {
  color: #bf0000;
}
.radiant-contact-form.element-one .form-row input[type=text],
.radiant-contact-form.element-one .form-row input[type=email],
.radiant-contact-form.element-one .form-row input[type=url],
.radiant-contact-form.element-one .form-row input[type=tel],
.radiant-contact-form.element-one .form-row input[type=number],
.radiant-contact-form.element-one .form-row input[type=password],
.radiant-contact-form.element-one .form-row input[type=date],
.radiant-contact-form.element-one .form-row input[type=time],
.radiant-contact-form.element-one .form-row input[type=file],
.radiant-contact-form.element-one .form-row select,
.radiant-contact-form.element-one .form-row textarea {
  width: 100%;
  font-size: 14px;
  resize: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.radiant-contact-form.element-one .form-row select option {
  color: #252525;
}
.radiant-contact-form.element-one .form-row textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
.radiant-contact-form.element-one .form-row input[type=radio] {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 3px;
}
.radiant-contact-form.element-one .form-row input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 4px;
}
.radiant-contact-form.element-one .form-row input[type=submit],
.radiant-contact-form.element-one .form-row input[type=button],
.radiant-contact-form.element-one .form-row button[type=submit] {
  box-shadow: initial;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.radiant-contact-form.element-one .form-row .ajax-loader {
  position: absolute;
  margin-top: 15px;
}

/* wpcf7-not-valid-tip */
span.wpcf7-not-valid-tip {
  width: 100%;
  margin-top: 2px;
  padding: 1px 5px 0px 5px;
  background-color: #f8d7da;
  border: 1px #e4c2c5 solid;
  border-radius: 3px;
  font-weight: 400;
  font-size: 11px;
  color: #c01d2b;
  line-height: 18px;
  opacity: 0.7;
}

.wpcf7-response-output {
  margin-top: 5px !important;
  padding: 8px 12px 8px 12px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.9;
}
.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #f8d7da;
  border-color: #e4c2c5;
  color: #c01d2b;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #c5ebd4;
  border-color: #b1dac1;
  color: #01742f;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* rt-countdown element-one */
.rt-countdown.element-one {
  clear: both;
  margin-left: -5px;
  margin-right: -5px;
}

.rt-countdown.element-one > .time {
  display: table-cell;
  width: 1%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.rt-countdown.element-one > .time strong {
  display: block;
  font-size: 30px;
  line-height: 35px;
}

/* rt-countdown element-one */
.rt-countdown.element-one {
  clear: both;
  margin-left: -5px;
  margin-right: -5px;
}

.rt-countdown.element-one > .time {
  display: table-cell;
  width: 1%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.rt-countdown.element-one > .time strong {
  display: block;
  font-size: 30px;
  line-height: 35px;
}

/* ================================== */
/* RadiantThemes Custom Button CSS */
/* TABLE OF INDEX */
/* ================================== */
/* ==================================
# Main CSS
	## Hover Style One
	## Hover Style Two
	## Hover Style Three
	## Hover Style Four
================================== */
/* ==================================
# Main CSS
================================== */
.radiantthemes-custom-button {
  width: 100%;
}

.radiantthemes-custom-button[data-button-direction=left] {
  text-align: left;
}

.radiantthemes-custom-button[data-button-direction=center] {
  text-align: center;
}

.radiantthemes-custom-button[data-button-direction=right] {
  text-align: right;
}

.radiantthemes-custom-button .radiantthemes-custom-button-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.radiantthemes-custom-button[data-button-fullwidth=true] .radiantthemes-custom-button-main {
  width: 100%;
}

.radiantthemes-custom-button[class*=hover-style-] .radiantthemes-custom-button-main > .overlay {
  position: absolute;
  z-index: 0;
  content: " ";
}

.radiantthemes-custom-button .radiantthemes-custom-button-main > .placeholder {
  position: relative;
}

.radiantthemes-custom-button .radiantthemes-custom-button-main i {
  transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.radiantthemes-custom-button[data-button-icon-position=left] .radiantthemes-custom-button-main i {
  margin-right: 10px;
}

.radiantthemes-custom-button[data-button-icon-position=right] .radiantthemes-custom-button-main i {
  margin-left: 10px;
}

/* ==================================
# Hover Style One
================================== */
/* ==================================
# Hover Style Two
================================== */
.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main {
  overflow: hidden;
}

.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main > .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: inherit;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
}

.radiantthemes-custom-button.hover-style-two .radiantthemes-custom-button-main:hover > .overlay {
  width: 100%;
}

/* ==================================
# Hover Style Three
================================== */
.radiantthemes-custom-button.hover-style-three .radiantthemes-custom-button-main > .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-custom-button.hover-style-three .radiantthemes-custom-button-main:hover > .overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* ==================================
# Hover Style Four
================================== */
.radiantthemes-custom-button.hover-style-four .radiantthemes-custom-button-main i {
  opacity: 0;
  visibility: hidden;
}

.radiantthemes-custom-button.hover-style-four .radiantthemes-custom-button-main:hover i {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-custom-button[data-button-icon-position=left].hover-style-four .radiantthemes-custom-button-main i {
  margin-right: -3px;
}

.radiantthemes-custom-button[data-button-icon-position=left].hover-style-four .radiantthemes-custom-button-main:hover i {
  margin-right: 10px;
}

.radiantthemes-custom-button[data-button-icon-position=right].hover-style-four .radiantthemes-custom-button-main i {
  margin-left: -3px;
}

.radiantthemes-custom-button[data-button-icon-position=right].hover-style-four .radiantthemes-custom-button-main:hover i {
  margin-left: 10px;
}

/* radiantthemes-dropcaps element-one */
.radiantthemes-dropcaps.element-one > .holder > .radiantthemes-dropcap-letter {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #030712;
  line-height: 50px;
}

/* radiantthemes-dropcaps element-two */
.radiantthemes-dropcaps.element-two > .holder > .radiantthemes-dropcap-letter {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 7px;
  margin-right: 25px;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
}

/* radiantthemes-dropcaps element-three */
.radiantthemes-dropcaps.element-three > .holder > .radiantthemes-dropcap-letter {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 7px;
  margin-right: 25px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 70px;
}

/* radiantthemes-dropcaps element-four */
.radiantthemes-dropcaps.element-four > .holder > .radiantthemes-dropcap-letter {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 7px;
  margin-right: 25px;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #acadb1;
  border-left-color: #acadb1;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #acadb1;
  line-height: 70px;
}

/* radiantthemes-dropcaps element-five */
.radiantthemes-dropcaps.element-five > .holder > .radiantthemes-dropcap-letter {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 7px;
  margin-right: 25px;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #acadb1;
  border-bottom-color: #acadb1;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #acadb1;
  line-height: 70px;
}

/* radiantthemes-dropcaps element-six */
.radiantthemes-dropcaps.element-six > .holder > .radiantthemes-dropcap-letter {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 7px;
  margin-right: 25px;
  margin-bottom: 10px;
  border: 1px #acadb1 solid;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #474849;
  line-height: 70px;
}

/* radiantthemes-dropcaps element-seven */
.radiantthemes-dropcaps.element-seven > .holder > .radiantthemes-dropcap-letter {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 7px;
  margin-right: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 70px;
}

/* radiantthemes-dropcaps element-eight */
.radiantthemes-dropcaps.element-eight > .holder > .radiantthemes-dropcap-letter {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 7px;
  margin-right: 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 70px;
}

/* radiantthemes-dropcaps element-nine */
.radiantthemes-dropcaps.element-nine > .holder > .radiantthemes-dropcap-letter {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 7px;
  margin-right: 25px;
  margin-bottom: 10px;
  background-color: #474849;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 70px;
}

/* rt-fancy-text-box element-one */
.rt-fancy-text-box.element-one {
  text-align: center;
}
.rt-fancy-text-box.element-one > .holder {
  padding-bottom: 60px;
  text-align: inherit;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.rt-fancy-text-box.element-one > .holder:hover {
  padding-bottom: 0;
}
.rt-fancy-text-box.element-one > .holder > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-one > .holder .line {
  height: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.rt-fancy-text-box.element-one > .holder .line > .line-main {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: inherit;
  background-color: #272053;
}
.rt-fancy-text-box.element-one > .holder:hover .line {
  height: 45px;
  margin-bottom: 15px;
}
.rt-fancy-text-box.element-one > .holder .icon {
  position: relative;
  margin-bottom: 25px;
}
.rt-fancy-text-box.element-one > .holder .icon i {
  font-size: 55px;
  color: #1e1e1e;
  line-height: 1;
}
.rt-fancy-text-box.element-one > .holder .heading {
  position: relative;
  margin-bottom: 24px;
}
.rt-fancy-text-box.element-one > .holder .heading > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-one > .holder .heading .title {
  margin-bottom: 7px;
  font-weight: 800;
  font-size: 25px;
  color: #1e1e1e;
  line-height: 32px;
}
.rt-fancy-text-box.element-one > .holder .heading .title a {
  color: inherit;
}
.rt-fancy-text-box.element-one > .holder .heading .subtitle {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  line-height: 28px;
}
.rt-fancy-text-box.element-one > .holder .content {
  margin-bottom: 12px;
}
.rt-fancy-text-box.element-one > .holder .content > *:last-child {
  margin-bottom: 0 !important;
}

/* rt-fancy-text-box element-two */
.rt-fancy-text-box.element-two {
  text-align: center;
}
.rt-fancy-text-box.element-two > .holder {
  padding: 38px 28px 45px 28px;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: inherit;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.rt-fancy-text-box.element-two > .holder:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-10px);
}
.rt-fancy-text-box.element-two > .holder > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-two > .holder .icon {
  position: relative;
  margin-bottom: 27px;
}
.rt-fancy-text-box.element-two > .holder .icon i {
  font-size: 55px;
  line-height: 1;
}
.rt-fancy-text-box.element-two > .holder .heading {
  position: relative;
  margin-bottom: 22px;
}
.rt-fancy-text-box.element-two > .holder .heading > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-two > .holder .heading .title {
  margin-bottom: 7px;
  font-weight: 800;
  font-size: 25px;
  color: #1e1e1e;
  line-height: 32px;
}
.rt-fancy-text-box.element-two > .holder .heading .title a {
  color: inherit;
}
.rt-fancy-text-box.element-two > .holder .heading .subtitle {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  line-height: 28px;
}
.rt-fancy-text-box.element-two > .holder .content {
  margin-bottom: 12px;
}
.rt-fancy-text-box.element-two > .holder .content > *:last-child {
  margin-bottom: 0 !important;
}

/* rt-fancy-text-box element-three */
.rt-fancy-text-box.element-three {
  text-align: center;
}
.rt-fancy-text-box.element-three > .holder {
  padding: 37px 28px 28px 28px;
  background-color: #fff;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.13);
  text-align: inherit;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.rt-fancy-text-box.element-three > .holder:hover {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.rt-fancy-text-box.element-three > .holder > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-three > .holder .icon {
  margin-bottom: 28px;
}
.rt-fancy-text-box.element-three > .holder .icon i {
  font-size: 55px;
  color: #1e1e1e;
  line-height: 1;
}
.rt-fancy-text-box.element-three > .holder .heading {
  margin-bottom: 16px;
}
.rt-fancy-text-box.element-three > .holder .heading > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-three > .holder .heading .title {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #2d2d2d;
  line-height: 30px;
  letter-spacing: 3px;
}
.rt-fancy-text-box.element-three > .holder .heading .title a {
  color: inherit;
}
.rt-fancy-text-box.element-three > .holder .heading .subtitle {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  color: #2d2d2d;
  line-height: 28px;
}
.rt-fancy-text-box.element-three > .holder .content {
  margin-bottom: 20px;
}
.rt-fancy-text-box.element-three > .holder .content > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-three > .holder .more {
  margin-bottom: 20px;
}
.rt-fancy-text-box.element-three > .holder .more > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-three > .holder .more .btn {
  margin-bottom: 7px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: initial;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #565656;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-fancy-text-box.element-three > .holder .more .btn i {
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 8px;
  font-size: 11px;
}

/* rt-fancy-text-box element-four */
.rt-fancy-text-box.element-four {
  text-align: left;
}
.rt-fancy-text-box.element-four > .holder {
  padding: 30px 20px 35px 20px;
  background-color: #fff;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.075);
  text-align: inherit;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.rt-fancy-text-box.element-four > .holder:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder {
  position: relative;
  padding-left: 110px;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .icon {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 90px;
  text-align: center;
  margin-bottom: 20px;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .icon i {
  font-size: 80px;
  color: #1e1e1e;
  line-height: 1;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .data > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .data .title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  color: #2d2d2d;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .data .title a {
  color: inherit;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .data .subtitle {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  color: #2d2d2d;
  line-height: 28px;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .content {
  margin-bottom: 20px;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .content > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .more {
  margin-bottom: 20px;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .more > *:last-child {
  margin-bottom: 0 !important;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .more .btn {
  margin-bottom: 7px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: initial;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #565656;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-fancy-text-box.element-four > .holder > .main-placeholder .more .btn i {
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 8px;
  font-size: 11px;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* rt-fancy-text-box element-four */
  .rt-fancy-text-box.element-four {
    text-align: center;
  }
  .rt-fancy-text-box.element-four > .holder > .main-placeholder {
    padding-left: 0;
  }
  .rt-fancy-text-box.element-four > .holder > .main-placeholder .icon {
    position: static;
    width: 100%;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* rt-fancy-text-box element-four */
  .rt-fancy-text-box.element-four {
    text-align: center;
  }
  .rt-fancy-text-box.element-four > .holder > .main-placeholder {
    padding-left: 0;
  }
  .rt-fancy-text-box.element-four > .holder > .main-placeholder .icon {
    position: static;
    width: 100%;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* rt-fancy-text-box element-four */
  .rt-fancy-text-box.element-four {
    text-align: center;
  }
  .rt-fancy-text-box.element-four > .holder > .main-placeholder {
    padding-left: 0;
  }
  .rt-fancy-text-box.element-four > .holder > .main-placeholder .icon {
    position: static;
    width: 100%;
  }
}
/* rt-flip-box element-one */
.rt-flip-box.element-one > .holder {
  position: relative;
}

.rt-flip-box.element-one > .holder .front,
.rt-flip-box.element-one > .holder .backY {
  width: 100%;
}

.rt-flip-box.element-one > .holder .first-card,
.rt-flip-box.element-one > .holder .second-card {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.rt-flip-box.element-one > .holder > .second-card {
  position: absolute !important;
  top: 0;
}

.rt-flip-box.element-one > .holder .first-card > .first-card-main,
.rt-flip-box.element-one > .holder .second-card > .second-card-main {
  width: 100%;
}

.rt-flip-box.element-one > .holder .first-card img,
.rt-flip-box.element-one > .holder .second-card img {
  margin-bottom: 15px;
}

.rt-flip-box.element-one > .holder .first-card h4,
.rt-flip-box.element-one > .holder .second-card h4 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}

.rt-flip-box.element-one > .holder .second-card h4 {
  color: #fff;
}

.rt-flip-box.element-one > .holder .first-card p,
.rt-flip-box.element-one > .holder .second-card p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}

.rt-flip-box.element-one > .holder .second-card p {
  color: #fff;
}

.rt-flip-box.element-one > .holder .second-card .btn {
  margin-bottom: 0;
  padding: 0;
  background-color: initial;
  border: none;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.rt-flip-box.element-one > .holder .second-card .btn i {
  margin-left: 8px;
}

/* rt-highlight-box element-one */
.rt-highlight-box.element-one > .holder {
  margin-right: 0;
  margin-left: 0;
}

.rt-highlight-box.element-one > .holder > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.rt-highlight-box.element-one > .holder .pic {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-align: center;
}

.rt-highlight-box.element-one > .holder .pic > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-highlight-box.element-one > .holder .pic > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.rt-highlight-box.element-one > .holder .pic img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-highlight-box.element-one > .holder:hover .pic img {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}

.rt-highlight-box.element-one > .holder .data {
  padding: 22px 25px 25px 25px;
  text-align: left;
}

.rt-highlight-box.element-one > .holder .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-highlight-box.element-one > .holder .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-highlight-box.element-one > .holder .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-highlight-box.element-one > .holder .data h4 {
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  line-height: 50px;
}

.rt-highlight-box.element-one > .holder .data p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
}

.rt-highlight-box.element-one > .holder .data .btn {
  margin-bottom: 30px;
  padding: 9px 25px 12px 25px;
  background-color: initial;
  border: 1px #fff solid;
  border-radius: 35px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-highlight-box.element-one > .holder .data .btn:hover {
  background-color: #fff;
  color: #252525;
}

.rt-highlight-box.element-one > .holder .data .btn:after {
  margin-left: 0px;
  content: "\f105";
  font-family: "FontAwesome";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-highlight-box.element-one > .holder .data .btn:hover:after {
  margin-left: 12px;
  opacity: 1;
  visibility: visible;
}

/* rt-highlight-box element-two */
.rt-highlight-box.element-two > .holder {
  position: relative;
  overflow: hidden;
}

.rt-highlight-box.element-two > .holder > .pic {
  position: absolute;
  top: 0;
  left: -20%;
  z-index: 1;
  width: 140%;
  opacity: 0.75;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.rt-highlight-box.element-two > .holder:hover > .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rt-highlight-box.element-two > .holder > .pic img {
  width: 100%;
}

.rt-highlight-box.element-two > .holder > .data {
  position: relative;
  z-index: 2;
  padding: 55px 25px 60px 25px;
  text-align: center;
}

.rt-highlight-box.element-two > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-highlight-box.element-two > .holder .data h4 {
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
}

.rt-highlight-box.element-two > .holder .data p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}

.rt-highlight-box.element-two > .holder .data .btn {
  margin-bottom: 30px;
  padding: 9px 25px 12px 25px;
  background-color: initial;
  border: 1px #fff solid;
  border-radius: 35px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-highlight-box.element-two > .holder .data .btn:hover {
  background-color: #fff;
  color: #252525;
}

.rt-highlight-box.element-two > .holder .data .btn:after {
  margin-left: 0px;
  content: "\f105";
  font-family: "FontAwesome";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-highlight-box.element-two > .holder .data .btn:hover:after {
  margin-left: 12px;
  opacity: 1;
  visibility: visible;
}

/* rt-highlight-box element-three */
.rt-highlight-box.element-three > .holder {
  position: relative;
  overflow: hidden;
}

.rt-highlight-box.element-three > .holder > .pic {
  position: absolute;
  top: -20%;
  left: -30%;
  z-index: 1;
  width: 160%;
  opacity: 0.85;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.rt-highlight-box.element-three > .holder:hover > .pic {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.rt-highlight-box.element-three > .holder > .pic img {
  width: 100%;
}

.rt-highlight-box.element-three > .holder > .data {
  position: relative;
  z-index: 2;
  padding: 55px 25px 60px 25px;
  text-align: center;
}

.rt-highlight-box.element-three > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-highlight-box.element-three > .holder .data h4 {
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
}

.rt-highlight-box.element-three > .holder .data p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}

.rt-highlight-box.element-three > .holder .data .btn {
  margin-bottom: 30px;
  padding: 9px 25px 12px 25px;
  background-color: initial;
  border: 1px #fff solid;
  border-radius: 35px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-highlight-box.element-three > .holder .data .btn:hover {
  background-color: #fff;
  color: #252525;
}

.rt-highlight-box.element-three > .holder .data .btn:after {
  margin-left: 0px;
  content: "\f105";
  font-family: "FontAwesome";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-highlight-box.element-three > .holder .data .btn:hover:after {
  margin-left: 12px;
  opacity: 1;
  visibility: visible;
}

/* rt-highlight-box element-four */
.rt-highlight-box.element-four > .holder {
  position: relative;
  overflow: hidden;
}

.rt-highlight-box.element-four > .holder > .pic {
  position: absolute;
  top: 0;
  left: -30%;
  z-index: 1;
  width: 160%;
  opacity: 0.85;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.rt-highlight-box.element-four > .holder:hover > .pic {
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
}

.rt-highlight-box.element-four > .holder > .pic img {
  width: 100%;
}

.rt-highlight-box.element-four > .holder > .data {
  position: relative;
  z-index: 2;
  padding: 55px 25px 60px 25px;
  text-align: center;
}

.rt-highlight-box.element-four > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-highlight-box.element-four > .holder .data h4 {
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
}

.rt-highlight-box.element-four > .holder .data p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}

.rt-highlight-box.element-four > .holder .data .btn {
  margin-bottom: 30px;
  padding: 9px 25px 12px 25px;
  background-color: initial;
  border: 1px #fff solid;
  border-radius: 35px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-highlight-box.element-four > .holder .data .btn:hover {
  background-color: #fff;
  color: #252525;
}

.rt-highlight-box.element-four > .holder .data .btn:after {
  margin-left: 0px;
  content: "\f105";
  font-family: "FontAwesome";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-highlight-box.element-four > .holder .data .btn:hover:after {
  margin-left: 12px;
  opacity: 1;
  visibility: visible;
}

/* radiantthemes-iconbox element-one */
.radiantthemes-iconbox.element-one > .radiantthemes-iconbox-holder {
  display: inline-block;
  vertical-align: top;
}

.radiantthemes-iconbox.element-one[data-border-radius=square] > .radiantthemes-iconbox-holder {
  border-radius: 0;
}

.radiantthemes-iconbox.element-one[data-border-radius=rounded] > .radiantthemes-iconbox-holder {
  border-radius: 5px;
}

.radiantthemes-iconbox.element-one[data-border-radius=circle] > .radiantthemes-iconbox-holder {
  border-radius: 50%;
}

.radiantthemes-iconbox.element-one > .radiantthemes-iconbox-holder > i {
  line-height: 1;
}

/* rt-ihover element-one */
.rt-ihover.element-one > .holder {
  position: relative;
  overflow: hidden;
  border: 10px #fff solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rt-ihover.element-one > .holder > .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-one > .holder:hover > .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rt-ihover.element-one > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(219, 127, 8, 0.7);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-ihover.element-one > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}

.rt-ihover.element-one > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-ihover.element-one > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-ihover.element-one > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-ihover.element-one > .holder > .data h2 {
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-one > .holder:hover > .data h2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.rt-ihover.element-one > .holder > .data p {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-ihover.element-one > .holder:hover > .data p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* rt-ihover element-two */
.rt-ihover.element-two > .holder {
  position: relative;
  overflow: hidden;
  border: 10px #fff solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rt-ihover.element-two > .holder > .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-two > .holder:hover > .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rt-ihover.element-two > .holder > .overlay {
  position: absolute;
  top: -30%;
  right: -30%;
  bottom: -30%;
  left: -30%;
  background-color: rgba(219, 127, 8, 0.7);
  transform: skewX(-40deg) translateX(150%);
  -webkit-transform: skewX(-40deg) translateX(150%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-ihover.element-two > .holder:hover > .overlay {
  transform: skewX(-40deg) translateX(0);
  -webkit-transform: skewX(-40deg) translateX(0);
}

.rt-ihover.element-two > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-ihover.element-two > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}

.rt-ihover.element-two > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-ihover.element-two > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-ihover.element-two > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-ihover.element-two > .holder > .data h2 {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: 1px rgba(0, 0, 0, 0.4) solid;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  transform: translate(100%, -150%);
  -webkit-transform: translate(100%, -150%);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.rt-ihover.element-two > .holder:hover > .data h2 {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.rt-ihover.element-two > .holder > .data p {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  transform: translate(-100%, 150%);
  -webkit-transform: translate(-100%, 150%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.rt-ihover.element-two > .holder:hover > .data p {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* rt-ihover element-three */
.rt-ihover.element-three > .holder {
  position: relative;
  overflow: hidden;
  border: 10px #fff solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rt-ihover.element-three > .holder > .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-three > .holder:hover > .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rt-ihover.element-three > .holder > .overlay {
  position: absolute;
  top: -30%;
  right: -30%;
  bottom: -30%;
  left: -30%;
  background-color: rgba(219, 127, 8, 0.7);
  transform: translate(100%, -100%) rotate(90deg);
  -webkit-transform: translate(100%, -100%) rotate(90deg);
  transition: all 0.2s 0.4s ease-in-out;
  -webkit-transition: all 0.2s 0.4s ease-in-out;
}

.rt-ihover.element-three > .holder:hover > .overlay {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.rt-ihover.element-three > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-ihover.element-three > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}

.rt-ihover.element-three > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-ihover.element-three > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-ihover.element-three > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-ihover.element-three > .holder > .data h2 {
  margin-bottom: 20px;
  padding: 9px 20px 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-three > .holder:hover > .data h2 {
  transform: translateY(0);
  transition-delay: 0.5s;
  -webkit-transform: translateY(0);
  -webkit-transition-delay: 0.5s;
}

.rt-ihover.element-three > .holder > .data p {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  transform: translateX(100%) rotate(90deg);
  -webkit-transform: translateX(100%) rotate(90deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-three > .holder:hover > .data p {
  transform: translateX(0) rotate(0);
  transition-delay: 0.4s;
  -webkit-transform: translateX(0) rotate(0);
  -webkit-transition-delay: 0.4s;
}

/* rt-ihover element-four */
.rt-ihover.element-four > .holder {
  position: relative;
  overflow: hidden;
  border: 10px #fff solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rt-ihover.element-four > .holder > .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-four > .holder:hover > .pic img {
  transform: scale(0);
  -webkit-transform: scale(0);
}

.rt-ihover.element-four > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: scale(0) rotate(-180deg);
  -webkit-transform: scale(0) rotate(-180deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-ihover.element-four > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.rt-ihover.element-four > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-ihover.element-four > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-ihover.element-four > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-ihover.element-four > .holder > .data h2 {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-four > .holder:hover > .data h2 {
  transform: translateY(0);
  transition-delay: 0.5s;
  -webkit-transform: translateY(0);
  -webkit-transition-delay: 0.5s;
}

.rt-ihover.element-four > .holder > .data p {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.rt-ihover.element-four > .holder:hover > .data p {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

/* rt-ihover element-five */
.rt-ihover.element-five > .holder {
  position: relative;
  overflow: hidden;
  border: 10px #fff solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rt-ihover.element-five > .holder > .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-ihover.element-five > .holder:hover > .pic img {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.rt-ihover.element-five > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(146, 96, 91, 0.3);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-ihover.element-five > .holder:hover > .data {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.rt-ihover.element-five > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-ihover.element-five > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-ihover.element-five > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-ihover.element-five > .holder > .data h2 {
  margin-bottom: 20px;
  padding: 9px 20px 10px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 17px;
  color: #010101;
  line-height: 28px;
}

.rt-ihover.element-five > .holder > .data p {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #010101;
  line-height: 22px;
}

/* rt-ihover element-six */
.rt-ihover.element-six > .holder {
  position: relative;
  overflow: hidden;
  border: 10px #fff solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rt-ihover.element-six > .holder > .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s ease-in-out 0.5s;
  -webkit-transition: all 0.4s ease-in-out 0.5s;
}

.rt-ihover.element-six > .holder:hover > .pic img {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.rt-ihover.element-six > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(146, 96, 91, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in 0.4s;
  -webkit-transition: all 0.3s ease-in 0.4s;
}

.rt-ihover.element-six > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.rt-ihover.element-six > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-ihover.element-six > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-ihover.element-six > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-ihover.element-six > .holder > .data h2 {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  opacity: 0;
  visibility: hidden;
  transform: scale(10);
  -webkit-transform: scale(10);
  transition: all 0.3s ease-in-out 0.1s;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
}

.rt-ihover.element-six > .holder:hover > .data h2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.rt-ihover.element-six > .holder > .data p {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  transform: scale(10);
  -webkit-transform: scale(10);
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
}

.rt-ihover.element-six > .holder:hover > .data p {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

/* rt-ihover element-seven */
.rt-ihover.element-seven > .holder {
  position: relative;
  overflow: hidden;
  border: 10px #fff solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rt-ihover.element-seven > .holder > .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.rt-ihover.element-seven > .holder:hover > .pic img {
  opacity: 0;
  visibility: hidden;
  transform: rotate(720deg) scale(0);
  -webkit-transform: rotate(720deg) scale(0);
}

.rt-ihover.element-seven > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(77, 44, 35, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  transform: translateY(-200px) rotate(180deg);
  -webkit-transform: translateY(-200px) rotate(180deg);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.rt-ihover.element-seven > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) rotate(0deg);
  -webkit-transform: translateY(0px) rotate(0deg);
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.rt-ihover.element-seven > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-ihover.element-seven > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-ihover.element-seven > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-ihover.element-seven > .holder > .data h2 {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-seven > .holder:hover > .data h2 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.rt-ihover.element-seven > .holder > .data p {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.rt-ihover.element-seven > .holder:hover > .data p {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

/* rt-ihover element-eight */
.rt-ihover.element-eight > .holder {
  position: relative;
  overflow: hidden;
  border: 10px #fff solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rt-ihover.element-eight > .holder > .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.rt-ihover.element-eight > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all 0.3s ease-out 0.5s;
  -webkit-transition: all 0.3s ease-out 0.5s;
}

.rt-ihover.element-eight > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  animation: bounceY 0.9s linear;
  -webkit-animation: bounceY 0.9s linear;
}

.rt-ihover.element-eight > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-ihover.element-eight > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-ihover.element-eight > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-ihover.element-eight > .holder > .data h2 {
  margin-bottom: 20px;
  padding: 9px 20px 10px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transition: all 0.2s ease-in-out 0.1s;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
}

.rt-ihover.element-eight > .holder:hover > .data h2 {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.rt-ihover.element-eight > .holder > .data p {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #333;
  line-height: 22px;
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
}

.rt-ihover.element-eight > .holder:hover > .data p {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

@keyframes bounceY {
  0% {
    transform: translateY(-205%);
  }
  40% {
    transform: translateY(-100%);
  }
  65% {
    transform: translateY(-52%);
  }
  82% {
    transform: translateY(-25%);
  }
  92% {
    transform: translateY(-12%);
  }
  55%, 75%, 87%, 97%, 100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes bounceY {
  0% {
    transform: translateY(-205%);
  }
  40% {
    transform: translateY(-100%);
  }
  65% {
    transform: translateY(-52%);
  }
  82% {
    transform: translateY(-25%);
  }
  92% {
    transform: translateY(-12%);
  }
  55%, 75%, 87%, 97%, 100% {
    transform: translateY(0%);
  }
}
/* rt-ihover element-nine */
.rt-ihover.element-nine > .holder {
  position: relative;
  overflow: hidden;
  border: 10px #fff solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rt-ihover.element-nine > .holder > .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.rt-ihover.element-nine > .holder:hover > .pic img {
  opacity: 0;
  visibility: hidden;
  transform: scale(10);
  -webkit-transform: scale(10);
}

.rt-ihover.element-nine > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(77, 44, 35, 0.5);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 231, 179, 0.3);
  -webkit-background-color: rgba(255, 231, 179, 0.3);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.rt-ihover.element-nine > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}

.rt-ihover.element-nine > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-ihover.element-nine > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.rt-ihover.element-nine > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-ihover.element-nine > .holder > .data h2 {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
  text-transform: uppercase;
  font-size: 17px;
  color: #333;
  line-height: 28px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.rt-ihover.element-nine > .holder:hover > .data h2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.rt-ihover.element-nine > .holder > .data p {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #333;
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.rt-ihover.element-nine > .holder:hover > .data p {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* rt-image-gallery element-one */
.rt-image-gallery.element-one > .rt-image-gallery-holder > .owl-stage-outer {
  margin-bottom: 14px;
}
.rt-image-gallery.element-one > .rt-image-gallery-holder > .owl-thumbs {
  margin-left: -7px;
  margin-right: -7px;
}
.rt-image-gallery.element-one > .rt-image-gallery-holder > .owl-thumbs > .owl-thumb-item {
  padding-left: 7px;
  padding-right: 7px;
  background-color: initial;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-image-gallery.element-one > .rt-image-gallery-holder > .owl-thumbs > .owl-thumb-item.active {
  opacity: 0.6;
}

/* rt-image-gallery element-two */
.rt-image-gallery.element-two > .rt-image-gallery-holder {
  margin-left: -8px;
  margin-right: -8px;
}
.rt-image-gallery.element-two > .rt-image-gallery-holder > .rt-image-gallery-item {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.rt-image-gallery.element-two > .rt-image-gallery-holder > .rt-image-gallery-item > .holder {
  position: relative;
}
.rt-image-gallery.element-two > .rt-image-gallery-holder > .rt-image-gallery-item > .holder > img {
  width: 100%;
}
.rt-image-gallery.element-two > .rt-image-gallery-holder > .rt-image-gallery-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* rt-image-slider element-one */
.rt-image-slider.element-one {
  position: relative;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder {
  position: relative;
  text-align: center;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > img {
  width: 100%;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  background-color: rgba(19, 19, 32, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data .icon {
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data .icon i {
  font-size: 45px;
  color: #fff;
  line-height: 1;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data .title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data .description {
  margin-bottom: 20px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder:hover > .data .icon, .rt-image-slider.element-one .rt-image-slider-item > .holder:hover > .data .title, .rt-image-slider.element-one .rt-image-slider-item > .holder:hover > .data .description {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  content: " ";
}
.rt-image-slider.element-one > .owl-nav > .owl-prev,
.rt-image-slider.element-one > .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rt-image-slider.element-one > .owl-nav > .owl-prev:before,
.rt-image-slider.element-one > .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}
.rt-image-slider.element-one > .owl-nav > .owl-prev {
  left: 20px;
}
.rt-image-slider.element-one > .owl-nav > .owl-prev:before {
  content: "\f104";
}
.rt-image-slider.element-one > .owl-nav > .owl-next {
  right: 20px;
}
.rt-image-slider.element-one > .owl-nav > .owl-next:before {
  content: "\f105";
}
.rt-image-slider.element-one > .owl-dots {
  display: none;
}

/* rt-image-slider element-two */
.rt-image-slider.element-two {
  position: relative;
  width: auto !important;
  margin-left: -10px;
  margin-right: -10px;
}
.rt-image-slider.element-two .rt-image-slider-item {
  padding-top: 50px;
  padding-left: 10px;
  padding-bottom: 50px;
  padding-right: 10px;
  text-align: center;
}
.rt-image-slider.element-two .rt-image-slider-item > .holder {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-image-slider.element-two .rt-image-slider-item > .holder > .pic > img {
  width: 100%;
}
.rt-image-slider.element-two .owl-item.center .rt-image-slider-item > .holder {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
}
.rt-image-slider.element-two .owl-nav {
  text-align: center;
  font-size: 0;
}
.rt-image-slider.element-two .owl-nav > .owl-prev,
.rt-image-slider.element-two .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  opacity: 0.5;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-image-slider.element-two .owl-nav > .owl-prev:hover,
.rt-image-slider.element-two .owl-nav > .owl-next:hover {
  opacity: 1;
}
.rt-image-slider.element-two .owl-nav > .owl-prev:before,
.rt-image-slider.element-two .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
.rt-image-slider.element-two .owl-nav > .owl-prev {
  left: -50px;
}
.rt-image-slider.element-two .owl-nav > .owl-prev:before {
  content: "\f053";
  margin-left: -4px;
}
.rt-image-slider.element-two .owl-nav > .owl-next {
  right: -50px;
}
.rt-image-slider.element-two .owl-nav > .owl-next:before {
  content: "\f054";
  margin-right: -4px;
}
.rt-image-slider.element-two > .owl-dots {
  display: none;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* rt-image-slider element-two */
  .rt-image-slider.element-two .owl-item.center .rt-image-slider-item > .holder {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* rt-image-slider element-two */
  .rt-image-slider.element-two .owl-item.center .rt-image-slider-item > .holder {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* radiantthemes-list element-one */
.radiantthemes-list.element-one ul > li,
.radiantthemes-list.element-one ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-one ul > li {
  position: relative;
  padding-left: 25px;
}

.radiantthemes-list.element-one ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f18e";
  font-family: "FontAwesome";
}

.radiantthemes-list.element-one > ul > li ul,
.radiantthemes-list.element-one > ul > li ol {
  margin-top: 12px;
}

/* radiantthemes-list element-two */
.radiantthemes-list.element-two ul > li,
.radiantthemes-list.element-two ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-two ul > li {
  position: relative;
  padding-left: 20px;
}

.radiantthemes-list.element-two ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f101";
  font-family: "FontAwesome";
}

.radiantthemes-list.element-two > ul > li ul,
.radiantthemes-list.element-two > ul > li ol {
  margin-top: 12px;
}

/* radiantthemes-list element-three */
.radiantthemes-list.element-three ul > li,
.radiantthemes-list.element-three ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-three ul > li {
  position: relative;
  padding-left: 25px;
}

.radiantthemes-list.element-three ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f0a9";
  font-family: "FontAwesome";
}

.radiantthemes-list.element-three > ul > li ul,
.radiantthemes-list.element-three > ul > li ol {
  margin-top: 12px;
}

/* radiantthemes-list element-four */
.radiantthemes-list.element-four ul > li,
.radiantthemes-list.element-four ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-four ul > li {
  position: relative;
  padding-left: 18px;
}

.radiantthemes-list.element-four ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f0da";
  font-family: "FontAwesome";
}

.radiantthemes-list.element-four > ul > li ul,
.radiantthemes-list.element-four > ul > li ol {
  margin-top: 12px;
}

/* radiantthemes-list element-five */
.radiantthemes-list.element-five ul > li,
.radiantthemes-list.element-five ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-five ul > li {
  position: relative;
  padding-left: 25px;
}

.radiantthemes-list.element-five ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: "FontAwesome";
}

.radiantthemes-list.element-five > ul > li ul,
.radiantthemes-list.element-five > ul > li ol {
  margin-top: 12px;
}

/* radiantthemes-list element-six */
.radiantthemes-list.element-six ul > li,
.radiantthemes-list.element-six ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-six ul > li {
  position: relative;
  padding-left: 25px;
}

.radiantthemes-list.element-six ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f058";
  font-family: "FontAwesome";
}

.radiantthemes-list.element-six > ul > li ul,
.radiantthemes-list.element-six > ul > li ol {
  margin-top: 12px;
}

/* radiantthemes-list element-seven */
.radiantthemes-list.element-seven ul > li,
.radiantthemes-list.element-seven ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-seven ul > li {
  position: relative;
  padding-left: 18px;
}

.radiantthemes-list.element-seven ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 55%;
}

.radiantthemes-list.element-seven > ul > li ul,
.radiantthemes-list.element-seven > ul > li ol {
  margin-top: 12px;
}

/* radiantthemes-list element-eight */
.radiantthemes-list.element-eight ul > li,
.radiantthemes-list.element-eight ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-eight ul > li {
  position: relative;
  padding-left: 20px;
}

.radiantthemes-list.element-eight ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f0c8";
  font-family: "FontAwesome";
  font-size: 60%;
}

.radiantthemes-list.element-eight > ul > li ul,
.radiantthemes-list.element-eight > ul > li ol {
  margin-top: 12px;
}

/* radiantthemes-list element-nine */
.radiantthemes-list.element-nine ul > li,
.radiantthemes-list.element-nine ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-nine ul > li {
  position: relative;
  padding-left: 25px;
}

.radiantthemes-list.element-nine ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f005";
  font-family: "FontAwesome";
}

.radiantthemes-list.element-nine > ul > li ul,
.radiantthemes-list.element-nine > ul > li ol {
  margin-top: 12px;
}

/* radiantthemes-list element-ten */
.radiantthemes-list.element-ten ul > li,
.radiantthemes-list.element-ten ol > li {
  margin-bottom: 10px;
}

.radiantthemes-list.element-ten ul > li {
  position: relative;
  padding-left: 25px;
}

.radiantthemes-list.element-ten ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 80%;
}

.radiantthemes-list.element-ten > ul > li ul,
.radiantthemes-list.element-ten > ul > li ol {
  margin-top: 12px;
}

/* rt-masonry-gallery element-one */
.rt-masonry-gallery.element-one .rt-masonry-gallery-item {
  margin-bottom: 30px;
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder {
  position: relative;
  overflow: hidden;
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder > .pic {
  display: block;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder:hover > .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder > .pic img {
  width: 100%;
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 25px;
  background-color: rgba(227, 15, 95, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder > .data h5 {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}

.rt-masonry-gallery.element-one .rt-masonry-gallery-item > .holder > .data p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* radiantthemes-custom-menu element-one  */
.radiantthemes-custom-menu.element-one {
  text-align: left;
}
.radiantthemes-custom-menu.element-one ul.menu li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 28px;
}
.radiantthemes-custom-menu.element-one ul.menu li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 9px;
}
.radiantthemes-custom-menu.element-one ul.menu li a {
  color: inherit;
}
.radiantthemes-custom-menu.element-one ul.menu li ul {
  margin-top: 12px;
}

/* radiantthemes-custom-menu element-two  */
.radiantthemes-custom-menu.element-two {
  text-align: left;
}
.radiantthemes-custom-menu.element-two ul.menu li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 28px;
}
.radiantthemes-custom-menu.element-two ul.menu li a {
  color: inherit;
}
.radiantthemes-custom-menu.element-two ul.menu li ul {
  margin-top: 12px;
}

/* radiantthemes-custom-menu element-three  */
.radiantthemes-custom-menu.element-three {
  text-align: left;
}
.radiantthemes-custom-menu.element-three ul.menu li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 28px;
}
.radiantthemes-custom-menu.element-three ul.menu li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f105";
  font-family: "FontAwesome";
}
.radiantthemes-custom-menu.element-three ul.menu li a {
  color: inherit;
}
.radiantthemes-custom-menu.element-three ul.menu li ul {
  margin-top: 12px;
}

/* rt-popup-video element-one */
.rt-popup-video.element-one[data-popup-video-align=left] > .holder {
  text-align: left;
}

.rt-popup-video.element-one[data-popup-video-align=center] > .holder {
  text-align: center;
}

.rt-popup-video.element-one[data-popup-video-align=right] > .holder {
  text-align: right;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* rt-portfolio-box element-one */
.rt-portfolio-box.element-one {
  margin-right: 0;
  margin-left: 0;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item.small-box {
  width: 20%;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item.large-box {
  width: 40%;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder {
  position: relative;
  overflow: hidden;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > img {
  width: 100%;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .title a {
  color: inherit;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .categories {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  letter-spacing: -0.7px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .categories span:after {
  content: "/";
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .categories span:last-child:after, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .categories span:only-child:after {
  display: none;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-link,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-zoom {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-link .circle-btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-zoom .circle-btn {
  position: relative;
  display: block;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  border-radius: 50%;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-link .circle-btn > i,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-zoom .circle-btn > i {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 45px;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-link .circle-btn svg,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-zoom .circle-btn svg {
  position: absolute;
  top: -3px;
  left: -3px;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-link .circle-btn svg circle,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-zoom .circle-btn svg circle {
  stroke: #fff;
  stroke-width: 1;
  transition: stroke-dashoffset 0.6s ease-out 0.4s, stroke-width 0.2s ease-out, stroke-opacity 0.2s ease-out;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-link {
  left: 20px;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .portfolio-zoom {
  right: 20px;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .data .title,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .data .categories {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .data .categories {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .portfolio-link,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .portfolio-zoom {
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .portfolio-link .circle-btn svg circle,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .portfolio-link .circle-btn svg circle,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .portfolio-zoom .circle-btn svg circle,
.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder:hover > .portfolio-zoom .circle-btn svg circle {
  stroke-dashoffset: 2;
  stroke-opacity: 1;
}

/* rt-portfolio-box element-two */
.rt-portfolio-box.element-two {
  margin-right: -5px;
  margin-left: -5px;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder {
  position: relative;
  overflow: hidden;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > img {
  width: 100%;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 18px 15px 17px 15px;
  background-color: #fff;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .data .title {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  line-height: 26px;
  letter-spacing: 0;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .data .title a {
  color: inherit;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .data .categories {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #939393;
  line-height: 25px;
  letter-spacing: 0;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .data .categories span:after {
  content: "/";
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .data .categories span:last-child:after, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .data .categories span:only-child:after {
  display: none;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .portfolio-link,
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .portfolio-zoom {
  position: absolute;
  top: 15px;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .portfolio-link > i,
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .portfolio-zoom > i {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  color: #222;
  line-height: 45px;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .portfolio-link {
  left: 15px;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .portfolio-zoom {
  right: 15px;
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder:hover > .data {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder:hover > .portfolio-link,
.rt-portfolio-box.element-two .rt-portfolio-box-item > .holder:hover > .portfolio-zoom {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* rt-portfolio-box element-three */
.rt-portfolio-box.element-three {
  margin-right: 0;
  margin-left: 0;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder {
  position: relative;
  overflow: hidden;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > img {
  width: 100%;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px 110px 12px 25px;
  background-color: #f7113f;
  opacity: 0;
  visibility: hidden;
  perspective-origin: 50% 100%;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform: perspective(400px) rotateX(90deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .data .categories {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .data .categories span:after {
  content: "/";
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .data .categories span:last-child:after, .rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .data .categories span:only-child:after {
  display: none;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .data .title {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .data .title a {
  color: inherit;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .action-buttons {
  position: absolute;
  bottom: 23px;
  right: 15px;
  z-index: 3;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.4s ease-in-out 0.4s;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link,
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  background-color: transparent;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  border-radius: 50%;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link > i,
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom > i {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder:hover > .pic {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
  transform: perspective(400px) rotateX(0deg);
  -webkit-transform: perspective(400px) rotateX(0deg);
}
.rt-portfolio-box.element-three .rt-portfolio-box-item > .holder:hover > .action-buttons {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* rt-portfolio-box element-four */
.rt-portfolio-box.element-four {
  margin-right: -8px;
  margin-left: -8px;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder {
  position: relative;
  overflow: hidden;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > img {
  width: 100%;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data .title {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data .title a {
  color: inherit;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data .categories {
  margin-bottom: 1px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data .categories span:after {
  content: "/";
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data .categories span:last-child:after, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .data .categories span:only-child:after {
  display: none;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .portfolio-link,
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .portfolio-zoom {
  position: absolute;
  top: 15px;
  z-index: 2;
  background-color: transparent;
  border: 1px rgba(255, 255, 255, 0.6) solid;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .portfolio-link > i,
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .portfolio-zoom > i {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 45px;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .portfolio-link {
  left: 15px;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .portfolio-zoom {
  right: 15px;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder:hover > .data .categories,
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder:hover > .data .title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder:hover > .portfolio-link,
.rt-portfolio-box.element-four .rt-portfolio-box-item > .holder:hover > .portfolio-zoom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* rt-portfolio-box element-five */
.rt-portfolio-box.element-five {
  margin-right: -15px;
  margin-left: -15px;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder {
  position: relative;
  overflow: hidden;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .pic > img {
  width: 100%;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .categories {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .categories span:after {
  content: "/";
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .categories span:last-child:after, .rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .categories span:only-child:after {
  display: none;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .title a {
  color: inherit;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data hr {
  max-width: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 3px;
  border-top-color: #fff;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .action-buttons {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.6s ease-in-out 0.4s;
  -webkit-transition: all 0.6s ease-in-out 0.4s;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .action-buttons > .portfolio-link,
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .action-buttons > .portfolio-zoom {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  margin-right: 7px;
  background-color: transparent;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  border-radius: 50%;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .action-buttons > .portfolio-link > i,
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .action-buttons > .portfolio-zoom > i {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 35px;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder:hover > .data .categories,
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder:hover > .data .title,
.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder:hover > .data .action-buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* rt-portfolio-box element-six */
.rt-portfolio-box.element-six {
  margin-right: 0;
  margin-left: 0;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item:nth-child(4n) {
  margin-bottom: 1px;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder {
  position: relative;
  overflow: hidden;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > img {
  width: 100%;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .pic {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data .title {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data .title a {
  color: inherit;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data .categories {
  margin-bottom: 1px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data .categories span:after {
  content: "/";
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data .categories span:last-child:after, .rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .data .categories span:only-child:after {
  display: none;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .action-buttons {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  z-index: 3;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.6s ease-in-out 0.6s;
  -webkit-transition: all 0.6s ease-in-out 0.6s;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link,
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link > i,
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom > i {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  color: #222;
  line-height: 45px;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder:hover > .overlay {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder:hover > .data .categories,
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder:hover > .data .title {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.rt-portfolio-box.element-six .rt-portfolio-box-item > .holder:hover > .action-buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* rt-portfolio-box element-seven */
.rt-portfolio-box.element-seven {
  margin-right: 0;
  margin-left: 0;
  background-color: #000;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder {
  position: relative;
  overflow: hidden;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > img {
  width: 100%;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .pic {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  filter: grayscale(0%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 22px 25px 25px 25px;
  background-color: rgba(0, 0, 0, 0.35);
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .data .categories {
  margin-bottom: 1px;
  font-weight: 600;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 22px;
  letter-spacing: 0;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .data .categories span:after {
  content: "/";
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .data .categories span:last-child:after, .rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .data .categories span:only-child:after {
  display: none;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .data .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .data .title a {
  color: inherit;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .data hr {
  max-width: 30px;
  margin-bottom: 20px;
  border-top-width: 3px;
  border-top-color: #fff;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .action-buttons {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 2;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link,
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  background-color: transparent;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  border-radius: 50%;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link > i,
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom > i {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder:hover > .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  filter: grayscale(100%);
}
.rt-portfolio-box.element-seven .rt-portfolio-box-item > .holder:hover > .action-buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* rt-portfolio-box element-eight */
.rt-portfolio-box.element-eight {
  margin-right: -15px;
  margin-left: -15px;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > img {
  width: 100%;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .pic {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .overlay {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c01be+0,9c01be+100&0.25+0,1+100 */
  background: -moz-linear-gradient(45deg, rgba(156, 1, 190, 0.25) 0%, rgb(156, 1, 190) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(156, 1, 190, 0.25) 0%, rgb(156, 1, 190) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(156, 1, 190, 0.25) 0%, rgb(156, 1, 190) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409c01be', endColorstr='#9c01be',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 35px;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data .categories {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  letter-spacing: 0;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data .categories span:after {
  content: "/";
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data .categories span:last-child:after, .rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data .categories span:only-child:after {
  display: none;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data .title {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  letter-spacing: -0.5px;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .data .title a {
  color: inherit;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .action-buttons {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 4;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.4s ease-in-out 0.4s;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link,
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  background-color: transparent;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  border-radius: 50%;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-link > i,
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder > .action-buttons > .portfolio-zoom > i {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder:hover {
  z-index: 2;
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  box-shadow: 0px 45px 100px rgba(0, 0, 0, 0.18), 0px 16px 40px rgba(0, 0, 0, 0.18);
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder:hover > .overlay {
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-box.element-eight .rt-portfolio-box-item > .holder:hover > .action-buttons {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* rt-portfolio-box element-nine */
.rt-portfolio-box.element-nine {
  margin-right: -5px;
  margin-left: -5px;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder {
  position: relative;
  overflow: hidden;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > img {
  width: 100%;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .pic {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 3;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data .title {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data .title a {
  color: inherit;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data .categories {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data .categories span:after {
  content: "/";
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data .categories span:last-child:after, .rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder > .data .categories span:only-child:after {
  display: none;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder .action-buttons {
  margin-bottom: 0;
  font-size: 0;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder .action-buttons > .portfolio-link,
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder .action-buttons > .portfolio-zoom {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  background-color: transparent;
  border: 1px rgba(0, 0, 0, 0.7) solid;
  border-radius: 50%;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder .action-buttons > .portfolio-link > i,
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder .action-buttons > .portfolio-zoom > i {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  color: #090909;
  line-height: 32px;
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder:hover > .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.rt-portfolio-box.element-nine .rt-portfolio-box-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* rt-portfolio-box element-one */
  .rt-portfolio-box.element-one .rt-portfolio-box-item.small-box {
    width: 50%;
  }
  .rt-portfolio-box.element-one .rt-portfolio-box-item.large-box {
    width: 100%;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* rt-portfolio-box element-one */
  .rt-portfolio-box.element-one .rt-portfolio-box-item.small-box {
    width: 50%;
  }
  .rt-portfolio-box.element-one .rt-portfolio-box-item.large-box {
    width: 100%;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* rt-portfolio-box element-one */
  .rt-portfolio-box.element-one .rt-portfolio-box-item.small-box,
  .rt-portfolio-box.element-one .rt-portfolio-box-item.large-box {
    width: 100%;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* rt-portfolio-box element-one */
  .rt-portfolio-box.element-one .rt-portfolio-box-item.small-box,
  .rt-portfolio-box.element-one .rt-portfolio-box-item.large-box {
    width: 100%;
  }
}
/* rt-portfolio-slider element-one */
.rt-portfolio-slider.element-one {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder {
  position: relative;
  overflow: hidden;
  text-align: inherit;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder > img {
  width: 100%;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder > .pic {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  padding: 15px;
  background-color: rgba(19, 19, 19, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data > .table > *:last-child {
  margin-bottom: 0 !important;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data h4 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  padding: 8px 22px 7px 22px;
  background-color: #000;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data h4 a {
  color: inherit;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data p {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data p span:after {
  content: ",";
  margin-right: 3px;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data p span:last-child:after, .rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .data p span:only-child:after {
  display: none;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: auto;
  height: auto;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder:hover > .pic {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder:hover > .data h4, .rt-portfolio-slider.element-one .rt-portfolio-slider-item > .holder:hover > .data p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* owl-nav */
.rt-portfolio-slider.element-one > .owl-nav > .owl-prev,
.rt-portfolio-slider.element-one > .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-portfolio-slider.element-one > .owl-nav > .owl-prev {
  left: -20px;
}

.rt-portfolio-slider.element-one:hover > .owl-nav > .owl-prev {
  left: 20px;
}

.rt-portfolio-slider.element-one > .owl-nav > .owl-next {
  right: -20px;
}

.rt-portfolio-slider.element-one:hover > .owl-nav > .owl-next {
  right: 20px;
}

.rt-portfolio-slider.element-one > .owl-nav > .owl-prev:before,
.rt-portfolio-slider.element-one > .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}

.rt-portfolio-slider.element-one > .owl-nav > .owl-prev:before {
  content: "\f104";
}

.rt-portfolio-slider.element-one > .owl-nav > .owl-next:before {
  content: "\f105";
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* rt-portfolio-slider element-two */
.rt-portfolio-slider.element-two {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .pic > img {
  width: 100%;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .pic > .overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder:hover > .pic > .overlay {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .data h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #030712;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder:hover > .data h4 {
  color: #1d4fce;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .data h4 a {
  color: inherit;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .data p {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: #030712;
  line-height: 22px;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .data p span:after {
  content: ",";
  margin-right: 3px;
}

.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .data p span:last-child:after,
.rt-portfolio-slider.element-two .rt-portfolio-slider-item > .holder > .data p span:only-child:after {
  display: none;
}

.rt-portfolio-slider.element-two > .owl-nav > .owl-prev,
.rt-portfolio-slider.element-two > .owl-nav > .owl-next {
  position: absolute;
  top: calc(50% - 53px);
  z-index: 1;
  font-size: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-portfolio-slider.element-two:hover > .owl-nav > .owl-prev,
.rt-portfolio-slider.element-two:hover > .owl-nav > .owl-next {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.rt-portfolio-slider.element-two > .owl-nav > .owl-prev {
  left: 30px;
}

.rt-portfolio-slider.element-two > .owl-nav > .owl-next {
  right: 30px;
}

.rt-portfolio-slider.element-two > .owl-nav > .owl-prev:before,
.rt-portfolio-slider.element-two > .owl-nav > .owl-next:before {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

.rt-portfolio-slider.element-two > .owl-nav > .owl-prev:before {
  content: "\f177";
}

.rt-portfolio-slider.element-two > .owl-nav > .owl-next:before {
  content: "\f178";
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* rt-portfolio-slider element-three */
.rt-portfolio-slider.element-three {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.rt-portfolio-slider.element-three .rt-portfolio-slider-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.rt-portfolio-slider.element-three .rt-portfolio-slider-item > .holder {
  position: relative;
  overflow: hidden;
}

.rt-portfolio-slider.element-three .rt-portfolio-slider-item > .holder > .pic {
  position: relative;
  overflow: hidden;
}

.rt-portfolio-slider.element-three .rt-portfolio-slider-item > .holder > .pic > img {
  width: 100%;
}

.rt-portfolio-slider.element-three .rt-portfolio-slider-item > .holder > .pic > .holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-portfolio-slider.element-three .rt-portfolio-slider-item > .holder:hover > .pic > .holder {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rt-portfolio-slider.element-three .rt-portfolio-slider-item > .holder > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: auto;
}

.rt-portfolio-slider.element-three > .owl-nav > .owl-prev,
.rt-portfolio-slider.element-three > .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-portfolio-slider.element-three > .owl-nav > .owl-prev {
  left: -20px;
}

.rt-portfolio-slider.element-three:hover > .owl-nav > .owl-prev {
  left: 20px;
}

.rt-portfolio-slider.element-three > .owl-nav > .owl-next {
  right: -20px;
}

.rt-portfolio-slider.element-three:hover > .owl-nav > .owl-next {
  right: 20px;
}

.rt-portfolio-slider.element-three > .owl-nav > .owl-prev:before,
.rt-portfolio-slider.element-three > .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}

.rt-portfolio-slider.element-three > .owl-nav > .owl-prev:before {
  content: "\f104";
}

.rt-portfolio-slider.element-three > .owl-nav > .owl-next:before {
  content: "\f105";
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* rt-pricing-table element-one */
.rt-pricing-table.element-one {
  padding-top: 35px;
  padding-bottom: 35px;
}
.rt-pricing-table.element-one > .holder {
  position: relative;
  overflow: hidden;
  padding: 42px 20px 47px 20px;
  background-color: #5d26d9;
  border-radius: 30px;
  text-align: center;
}
.rt-pricing-table.element-one > .holder > .spotlight-tag {
  display: none;
  position: absolute;
  top: 40px;
  left: -50px;
  padding: 7px 50px 7px 50px;
  background-color: #01ffaf;
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.rt-pricing-table.element-one > .holder > .spotlight-tag .spotlight-tag-text {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  color: #252525;
  line-height: 25px;
}
.rt-pricing-table.element-one > .holder > .heading {
  margin-bottom: 25px;
}
.rt-pricing-table.element-one > .holder > .heading > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-one > .holder > .heading .title {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}
.rt-pricing-table.element-one > .holder > .heading .subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.rt-pricing-table.element-one > .holder > .pricing {
  margin-bottom: 30px;
}
.rt-pricing-table.element-one > .holder > .pricing > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-one > .holder > .pricing .price {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 45px;
  color: #fff;
  line-height: 0.75;
}
.rt-pricing-table.element-one > .holder > .pricing .price sup {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 7px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.rt-pricing-table.element-one > .holder > .pricing .price sub {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 3px;
  margin-left: 3px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.rt-pricing-table.element-one > .holder > .pricing .tagline {
  max-width: 220px;
  margin: 0 auto 10px auto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.rt-pricing-table.element-one > .holder > .list {
  margin-bottom: 30px;
}
.rt-pricing-table.element-one > .holder > .list > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-one > .holder > .list ul {
  max-width: 210px;
  margin: 0 auto;
}
.rt-pricing-table.element-one > .holder > .list ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  line-height: 25px;
}
.rt-pricing-table.element-one > .holder > .list ul li:last-child, .rt-pricing-table.element-one > .holder > .list ul li:only-child {
  margin-bottom: 0;
}
.rt-pricing-table.element-one > .holder > .more > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-one > .holder > .more .btn {
  margin-bottom: 15px;
  padding: 11px 37px 13px 37px;
  background-color: #161616;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-pricing-table.element-one > .holder > .more .btn:hover {
  box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.rt-pricing-table.element-one.spotlight {
  padding-top: 0;
  padding-bottom: 0;
}
.rt-pricing-table.element-one.spotlight > .holder {
  position: relative;
  z-index: 1;
  padding-top: 77px;
  padding-bottom: 82px;
  background-color: #fff;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
}
.rt-pricing-table.element-one.spotlight > .holder .spotlight-tag {
  display: block;
}
.rt-pricing-table.element-one.spotlight > .holder > .heading .title,
.rt-pricing-table.element-one.spotlight > .holder > .heading .subtitle,
.rt-pricing-table.element-one.spotlight > .holder > .pricing .price,
.rt-pricing-table.element-one.spotlight > .holder > .pricing .tagline,
.rt-pricing-table.element-one.spotlight > .holder > .list ul li {
  color: #242424;
}

/* rt-pricing-table element-two */
.rt-pricing-table.element-two {
  padding-top: 30px;
}
.rt-pricing-table.element-two > .holder {
  position: relative;
  border-radius: 15px;
  text-align: center;
}
.rt-pricing-table.element-two > .holder > .heading {
  padding: 27px 15px 27px 15px;
  border-radius: 15px 15px 0px 0px;
}
.rt-pricing-table.element-two > .holder > .heading > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-two > .holder > .heading .title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  line-height: 27px;
}
.rt-pricing-table.element-two > .holder > .heading .subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.rt-pricing-table.element-two > .holder > .pricing {
  padding: 33px 15px 35px 15px;
  border-left: 1px rgba(0, 0, 0, 0.09) solid;
  border-right: 1px rgba(0, 0, 0, 0.09) solid;
}
.rt-pricing-table.element-two > .holder > .pricing > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-two > .holder > .pricing .tagline {
  max-width: 250px;
  margin: 0 auto 30px auto;
  font-weight: 400;
  font-size: 15px;
  color: #0c121f;
  line-height: 25px;
}
.rt-pricing-table.element-two > .holder > .pricing .price {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 75px;
  color: #0c121f;
  line-height: 0.75;
}
.rt-pricing-table.element-two > .holder > .pricing .price sup {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 7px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}
.rt-pricing-table.element-two > .holder > .pricing .price sub {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
  margin-left: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}
.rt-pricing-table.element-two > .holder > .more {
  border-left: 1px rgba(0, 0, 0, 0.09) solid;
  border-right: 1px rgba(0, 0, 0, 0.09) solid;
}
.rt-pricing-table.element-two > .holder > .more > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-two > .holder > .more .btn {
  margin-bottom: 15px;
  padding: 14px 40px 16px 40px;
  background-color: #161616;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-pricing-table.element-two > .holder > .more .btn:hover {
  box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.rt-pricing-table.element-two > .holder > .list {
  padding: 35px 15px 40px 15px;
  border-left: 1px rgba(0, 0, 0, 0.09) solid;
  border-right: 1px rgba(0, 0, 0, 0.09) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.09) solid;
  border-radius: 0px 0px 15px 15px;
}
.rt-pricing-table.element-two > .holder > .list > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-two > .holder > .list ul li {
  margin-bottom: 20px;
  font-size: 15px;
  color: #0c121f;
  line-height: 25px;
}
.rt-pricing-table.element-two > .holder > .list ul li:last-child, .rt-pricing-table.element-two > .holder > .list ul li:only-child {
  margin-bottom: 0;
}
.rt-pricing-table.element-two.spotlight {
  padding-top: 0;
}
.rt-pricing-table.element-two.spotlight > .holder {
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
}
.rt-pricing-table.element-two.spotlight > .holder > .heading {
  padding-top: 37px;
  padding-bottom: 37px;
}
.rt-pricing-table.element-two.spotlight > .holder .pricing {
  padding-top: 38px;
}
.rt-pricing-table.element-two.spotlight > .holder .list {
  padding-bottom: 45px;
}
.rt-pricing-table.element-two.spotlight > .holder > .pricing,
.rt-pricing-table.element-two.spotlight > .holder > .more,
.rt-pricing-table.element-two.spotlight > .holder > .list {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* rt-pricing-table element-three */
.rt-pricing-table.element-three > .holder {
  background-color: #fff;
  border: 1px #efefef solid;
  text-align: center;
}
.rt-pricing-table.element-three > .holder > .heading {
  padding: 35px 20px 32px 20px;
  background-color: #f6f6f6;
}
.rt-pricing-table.element-three > .holder > .heading > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-three > .holder > .heading .title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  color: #1e1e1e;
  line-height: 30px;
}
.rt-pricing-table.element-three > .holder > .heading .subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 23px;
}
.rt-pricing-table.element-three > .holder > .pricing {
  position: relative;
  padding: 0px 20px 55px 20px;
  background-color: #f6f6f6;
}
.rt-pricing-table.element-three > .holder > .pricing .price {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 80px;
  color: #1e1e1e;
  line-height: 0.75;
}
.rt-pricing-table.element-three > .holder > .pricing .price sup {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-right: 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}
.rt-pricing-table.element-three > .holder > .pricing .period {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 0;
  padding: 6px 18px 5px 18px;
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1e;
  line-height: 25px;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.rt-pricing-table.element-three > .holder .pricing-tagline {
  padding: 45px 20px 0px 20px;
}
.rt-pricing-table.element-three > .holder .pricing-tagline > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-three > .holder .pricing-tagline .tagline {
  max-width: 250px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
  color: #1e1e1e;
  line-height: 27px;
}
.rt-pricing-table.element-three > .holder > .list {
  padding: 30px 20px 30px 20px;
}
.rt-pricing-table.element-three > .holder > .list > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-three > .holder > .list ul {
  max-width: 225px;
  margin: 0 auto;
}
.rt-pricing-table.element-three > .holder > .list ul li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 25px;
}
.rt-pricing-table.element-three > .holder > .list ul li:last-child, .rt-pricing-table.element-three > .holder > .list ul li:only-child {
  margin-bottom: 0;
}
.rt-pricing-table.element-three > .holder > .more {
  padding: 0px 20px 42px 20px;
}
.rt-pricing-table.element-three > .holder > .more > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-three > .holder > .more .btn {
  margin-bottom: 15px;
  padding: 14px 30px 15px 30px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.rt-pricing-table.element-three > .holder > .more .btn i {
  margin-left: 10px;
}
.rt-pricing-table.element-three.spotlight > .holder {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(5, 6, 6, 0.1);
}
.rt-pricing-table.element-three.spotlight > .holder .heading .title,
.rt-pricing-table.element-three.spotlight > .holder .pricing .price {
  color: #fff;
}
.rt-pricing-table.element-three.spotlight > .holder > .more .btn {
  color: #fff !important;
}

/* rt-pricing-table element-four */
.rt-pricing-table.element-four {
  padding-top: 20px;
}
.rt-pricing-table.element-four > .holder {
  position: relative;
  padding: 30px 30px 35px 30px;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.rt-pricing-table.element-four > .holder > .spotlight-tag {
  display: none;
  position: absolute;
  right: -10px;
  top: 15px;
}
.rt-pricing-table.element-four > .holder > .spotlight-tag > .spotlight-tag-text {
  position: relative;
  display: block;
  margin: 0;
  padding: 3px 20px 4px 20px;
  border-radius: 3px 0px 0px 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  letter-spacing: 1px;
}
.rt-pricing-table.element-four > .holder > .spotlight-tag > .spotlight-tag-text:after {
  position: absolute;
  top: 100%;
  right: 0;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
}
.rt-pricing-table.element-four > .holder > .heading {
  margin-bottom: 20px;
}
.rt-pricing-table.element-four > .holder > .heading > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-four > .holder > .heading .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  color: #1e1e1e;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.rt-pricing-table.element-four > .holder > .heading .subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}
.rt-pricing-table.element-four > .holder > .pricing {
  margin-bottom: 20px;
}
.rt-pricing-table.element-four > .holder > .pricing > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-four > .holder > .pricing .price {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 75px;
  color: #2b2944;
  line-height: 0.75;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-pricing-table.element-four > .holder > .pricing .price sup {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-right: 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}
.rt-pricing-table.element-four > .holder > .pricing .price sub {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
  margin-left: 2px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.rt-pricing-table.element-four > .holder > .pricing .tagline {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}
.rt-pricing-table.element-four > .holder > .list {
  margin-bottom: 35px;
}
.rt-pricing-table.element-four > .holder > .list > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-four > .holder > .list ul li {
  margin-bottom: 16px;
  font-size: 15px;
  color: #2b2944;
  line-height: 26px;
}
.rt-pricing-table.element-four > .holder > .list ul li:last-child, .rt-pricing-table.element-four > .holder > .list ul li:only-child {
  margin-bottom: 0;
}
.rt-pricing-table.element-four > .holder > .more > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-four > .holder > .more .btn {
  margin-bottom: 15px;
  padding: 12px 37px 13px 37px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-pricing-table.element-four > .holder > .more .btn:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: 0px 0px 30px rgba(5, 6, 6, 0.1);
}
.rt-pricing-table.element-four.spotlight {
  padding-top: 0;
}
.rt-pricing-table.element-four.spotlight > .holder {
  padding-top: 50px;
}
.rt-pricing-table.element-four.spotlight > .holder > .spotlight-tag {
  display: block;
}
.rt-pricing-table.element-four.spotlight > .holder > .more > *:last-child {
  margin-bottom: 0 !important;
}
.rt-pricing-table.element-four.spotlight > .holder > .more .btn {
  color: #fff !important;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* rt-pricing-table element-three */
  .rt-pricing-table.element-three > .holder > .pricing .price sub {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
  /* rt-pricing-table element-four */
  .rt-pricing-table.element-two > .holder > .pricing .price {
    font-size: 60px;
  }
  .rt-pricing-table.element-two > .holder > .pricing .price sub {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
}
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* rt-progress-bar element-one */
.rt-progress-bar.element-one > .title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.rt-progress-bar.element-one > .title > .progress-width {
  float: right;
}
.rt-progress-bar.element-one > .progress > .progress-bar {
  transition-duration: 2s;
  -webkit-transition-duration: 2s;
}

/* radiantthemes-recent-post-widget element-one */
.radiantthemes-recent-post-widget.element-one > .radiantthemes-recent-post-widget-holder > .radiantthemes-recent-post-widget-post {
  margin-bottom: 22px;
}
.radiantthemes-recent-post-widget.element-one > .radiantthemes-recent-post-widget-holder > .radiantthemes-recent-post-widget-post:last-child, .radiantthemes-recent-post-widget.element-one > .radiantthemes-recent-post-widget-holder > .radiantthemes-recent-post-widget-post:only-child {
  margin-bottom: 0;
}
.radiantthemes-recent-post-widget.element-one > .radiantthemes-recent-post-widget-holder > .radiantthemes-recent-post-widget-post .date {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  font-style: italic;
}
.radiantthemes-recent-post-widget.element-one > .radiantthemes-recent-post-widget-holder > .radiantthemes-recent-post-widget-post .title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  opacity: 0.7;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* radiantthemes-separator element-one */
.radiantthemes-separator.element-one > .radiantthemes-separator-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.radiantthemes-separator.element-one > .radiantthemes-separator-block > .radiantthemes-separator-block-gap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  animation: RadiantThemesSeparatorAnimation 1.5s infinite ease-in-out;
}
@keyframes RadiantThemesSeparatorAnimation {
  0% {
    left: -12px;
  }
  100% {
    left: 100%;
  }
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* radiantthemes-social-widget element-one */
.radiantthemes-social-widget.element-one > ul.radiantthemes-social-widget-buttons {
  font-size: 0;
}
.radiantthemes-social-widget.element-one > ul.radiantthemes-social-widget-buttons > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.radiantthemes-social-widget.element-one > ul.radiantthemes-social-widget-buttons > li:last-child, .radiantthemes-social-widget.element-one > ul.radiantthemes-social-widget-buttons > li:only-child {
  margin-right: 0;
}
.radiantthemes-social-widget.element-one > ul.radiantthemes-social-widget-buttons > li > a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #000;
  line-height: 45px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-social-widget.element-one > ul.radiantthemes-social-widget-buttons > li > a:hover {
  color: #fff;
}

/* radiantthemes-social-widget element-two */
.radiantthemes-social-widget.element-two > ul.radiantthemes-social-widget-buttons {
  font-size: 0;
}
.radiantthemes-social-widget.element-two > ul.radiantthemes-social-widget-buttons > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.radiantthemes-social-widget.element-two > ul.radiantthemes-social-widget-buttons > li:last-child, .radiantthemes-social-widget.element-two > ul.radiantthemes-social-widget-buttons > li:only-child {
  margin-right: 0;
}
.radiantthemes-social-widget.element-two > ul.radiantthemes-social-widget-buttons > li > a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* radiantthemes-social-widget element-three */
.radiantthemes-social-widget.element-three > ul.radiantthemes-social-widget-buttons {
  font-size: 0;
}
.radiantthemes-social-widget.element-three > ul.radiantthemes-social-widget-buttons > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
}
.radiantthemes-social-widget.element-three > ul.radiantthemes-social-widget-buttons > li:last-child, .radiantthemes-social-widget.element-three > ul.radiantthemes-social-widget-buttons > li:only-child {
  margin-right: 0;
}
.radiantthemes-social-widget.element-three > ul.radiantthemes-social-widget-buttons > li > a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* radiantthemes-social-widget element-four */
.radiantthemes-social-widget.element-four > ul.radiantthemes-social-widget-buttons {
  font-size: 0;
}
.radiantthemes-social-widget.element-four > ul.radiantthemes-social-widget-buttons > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.radiantthemes-social-widget.element-four > ul.radiantthemes-social-widget-buttons > li:last-child, .radiantthemes-social-widget.element-four > ul.radiantthemes-social-widget-buttons > li:only-child {
  margin-right: 0;
}
.radiantthemes-social-widget.element-four > ul.radiantthemes-social-widget-buttons > li > a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 42px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-social-widget.element-four > ul.radiantthemes-social-widget-buttons > li > a:hover {
  color: #fff;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/* rt-tab element-one */
.rt-tab.element-one > ul.nav-tabs {
  margin-top: 5px;
  margin-bottom: 50px;
  border: none;
  text-align: center;
  font-size: 0;
}
.rt-tab.element-one > ul.nav-tabs:after {
  content: " ";
  display: block;
  clear: both;
}
.rt-tab.element-one > ul.nav-tabs > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-tab.element-one > ul.nav-tabs > li:first-child {
  border-radius: 35px 0px 0px 35px;
}
.rt-tab.element-one > ul.nav-tabs > li:last-child {
  border-radius: 0px 35px 35px 0px;
}
.rt-tab.element-one > ul.nav-tabs > li:only-child {
  border-radius: 35px 35px 35px 35px;
}
.rt-tab.element-one > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 25px 10px 25px;
  border: none;
  border-radius: 35px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1e;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-tab.element-one > ul.nav-tabs > li > a i {
  margin-right: 10px;
}
.rt-tab.element-one > ul.nav-tabs > li > a > span {
  position: relative;
}
.rt-tab.element-one > ul.nav-tabs > li.active > a {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
}
/* rt-tab element-two */
.rt-tab.element-two > ul.nav-tabs {
  margin-bottom: 50px;
  border-bottom: 2px #dbdada solid;
  text-align: center;
  font-size: 0;
}

.rt-tab.element-two > ul.nav-tabs > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 6px;
  margin-bottom: -2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-two > ul.nav-tabs > li:last-child,
.rt-tab.element-two > ul.nav-tabs > li:only-child {
  margin-right: 0;
}

.rt-tab.element-two > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 12px 28px 12px 28px;
  background-color: #f8f5f5;
  border: 2px #dbdada solid;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #030712;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-two > ul.nav-tabs > li.active > a {
  background-color: #fff;
}

.rt-tab.element-two > ul.nav-tabs > li > a:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-two > ul.nav-tabs > li.active > a:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.rt-tab.element-two > ul.nav-tabs > li > a i {
  margin-right: 10px;
}

/* rt-tab element-three */
.rt-tab.element-three > ul.nav-tabs {
  margin-bottom: 50px;
  border: none;
  text-align: center;
  font-size: 0;
}

.rt-tab.element-three > ul.nav-tabs > li {
  display: table-cell;
  width: 1%;
  float: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-three > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 18px 40px 18px 40px;
  background-color: transparent;
  border-top: 1px #d7d7d7 solid;
  border-right: none;
  border-bottom: 1px #d7d7d7 solid;
  border-left: none;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-three > ul.nav-tabs > li > a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 2px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-three > ul.nav-tabs > li.active > a:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.rt-tab.element-three > ul.nav-tabs > li > a i {
  display: block;
  margin-bottom: 15px;
  font-size: 35px;
  color: #939190;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* rt-tab element-three */
  .rt-tab.element-three > ul.nav-tabs > li {
    display: block;
    width: 100%;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* rt-tab element-three */
  .rt-tab.element-three > ul.nav-tabs > li {
    display: block;
    width: 100%;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* rt-tab element-three */
  .rt-tab.element-three > ul.nav-tabs > li {
    display: block;
    width: 100%;
  }
}
/* rt-tab element-four */
.rt-tab.element-four > ul.nav-tabs {
  margin-bottom: 50px;
  border-bottom: 1px #dedede solid;
  text-align: center;
  font-size: 0;
}

.rt-tab.element-four > ul.nav-tabs > li {
  display: table-cell;
  width: 1%;
  float: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-four > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px 50px 30px 50px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-four > ul.nav-tabs > li.active > a {
  color: #030712;
}

.rt-tab.element-four > ul.nav-tabs > li > a:before {
  position: absolute;
  bottom: -1px;
  left: 30px;
  right: 30px;
  z-index: 0;
  content: " ";
  height: 2px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-four > ul.nav-tabs > li.active > a:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.rt-tab.element-four > ul.nav-tabs > li > a i {
  margin-right: 10px;
}

/* rt-tab element-five */
.rt-tab.element-five > ul.nav-tabs {
  margin-bottom: 28px;
  border: none;
  text-align: center;
  font-size: 0;
}

.rt-tab.element-five > ul.nav-tabs > li {
  display: table-cell;
  width: 1%;
  float: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-five > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 11px 25px 10px 25px;
  background-color: transparent;
  border: 1px #ece9e9 solid;
  border-right: none;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #030712;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-five > ul.nav-tabs > li:last-child > a,
.rt-tab.element-five > ul.nav-tabs > li:only-child > a {
  border-right: 1px #ece9e9 solid;
}

.rt-tab.element-five > ul.nav-tabs > li > a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  background-color: #ece9e9;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-five > ul.nav-tabs > li.active > a:before {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.rt-tab.element-five > ul.nav-tabs > li > a i {
  margin-right: 10px;
}

.rt-tab.element-five > ul.nav-tabs > li.active > a > span {
  position: relative;
}

/* rt-tab element-six */
.rt-tab.element-six > ul.nav-tabs {
  margin-bottom: 20px;
  border: none;
  text-align: left;
  font-size: 0;
}

.rt-tab.element-six > ul.nav-tabs > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 2px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-six > ul.nav-tabs > li:last-child,
.rt-tab.element-six > ul.nav-tabs > li:only-child {
  margin-right: 0;
}

.rt-tab.element-six > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 11px 25px 9px 25px;
  background-color: transparent;
  border: none;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #171d2d;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-six > ul.nav-tabs > li > a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  border-width: 2px;
  border-style: solid;
  border-radius: inherit;
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.rt-tab.element-six > ul.nav-tabs > li.active > a:before {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.rt-tab.element-six > ul.nav-tabs > li > a i {
  margin-right: 10px;
}

.rt-tab.element-six > ul.nav-tabs > li.active > a > span {
  position: relative;
}

/* rt-tab element-seven */
.rt-tab.element-seven > ul.nav-tabs {
  margin-bottom: 20px;
  border: none;
  text-align: left;
  font-size: 0;
}

.rt-tab.element-seven > ul.nav-tabs > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 2px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-seven > ul.nav-tabs > li:last-child,
.rt-tab.element-seven > ul.nav-tabs > li:only-child {
  margin-right: 0;
}

.rt-tab.element-seven > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 11px 25px 9px 25px;
  background-color: transparent;
  border: none;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #171d2d;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-seven > ul.nav-tabs > li.active > a {
  color: #fff;
}

.rt-tab.element-seven > ul.nav-tabs > li > a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  border-radius: inherit;
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.rt-tab.element-seven > ul.nav-tabs > li.active > a:before {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.rt-tab.element-seven > ul.nav-tabs > li > a i {
  margin-right: 10px;
}

.rt-tab.element-seven > ul.nav-tabs > li.active > a > span {
  position: relative;
}

/* rt-tab element-eight */
.rt-tab.element-eight > ul.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px #e5e6e8 solid;
  text-align: left;
  font-size: 0;
}

.rt-tab.element-eight > ul.nav-tabs > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 40px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-eight > ul.nav-tabs > li:last-child,
.rt-tab.element-eight > ul.nav-tabs > li:only-child {
  margin-right: 0;
}

.rt-tab.element-eight > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px 0px 10px 0px;
  background-color: transparent;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #171d2d;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-eight > ul.nav-tabs > li > a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 3px;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-eight > ul.nav-tabs > li.active > a:before {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.rt-tab.element-eight > ul.nav-tabs > li > a i {
  margin-right: 10px;
}

.rt-tab.element-eight > ul.nav-tabs > li.active > a > span {
  position: relative;
}

/* rt-tab element-nine */
.rt-tab.element-nine > ul.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  text-align: left;
  font-size: 0;
}

.rt-tab.element-nine > ul.nav-tabs > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 40px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-nine > ul.nav-tabs > li:last-child,
.rt-tab.element-nine > ul.nav-tabs > li:only-child {
  margin-right: 0;
}

.rt-tab.element-nine > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px 0px 10px 0px;
  background-color: transparent;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-nine > ul.nav-tabs > li > a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 3px;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-nine > ul.nav-tabs > li.active > a:before {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.rt-tab.element-nine > ul.nav-tabs > li > a i {
  margin-right: 10px;
}

.rt-tab.element-nine > ul.nav-tabs > li.active > a > span {
  position: relative;
}

.rt-tab.element-nine > .tab-content {
  color: #fff;
}

/* rt-tab element-ten */
.rt-tab.element-ten > ul.nav-tabs {
  width: 110px;
  float: left;
  border: none;
  border-right: 1px #e5e6e8 solid;
  text-align: left;
  font-size: 0;
}

.rt-tab.element-ten > ul.nav-tabs > li {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-ten > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 10px 15px 0px;
  background-color: transparent;
  border: none;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #171d2d;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-ten > ul.nav-tabs > li > a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  z-index: 0;
  content: " ";
  width: 3px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-ten > ul.nav-tabs > li.active > a:before {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.rt-tab.element-ten > ul.nav-tabs > li > a i {
  margin-right: 10px;
}

.rt-tab.element-ten > ul.nav-tabs > li.active > a > span {
  position: relative;
}

.rt-tab.element-ten > .tab-content {
  width: calc(100% - 110px);
  float: left;
  padding-left: 30px;
}

/* rt-tab element-eleven */
.rt-tab.element-eleven > ul.nav-tabs {
  width: 110px;
  float: left;
  border: none;
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
  text-align: left;
  font-size: 0;
}

.rt-tab.element-eleven > ul.nav-tabs > li {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-eleven > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 10px 15px 0px;
  background-color: transparent;
  border: none;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-eleven > ul.nav-tabs > li > a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  z-index: 0;
  content: " ";
  width: 3px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-eleven > ul.nav-tabs > li.active > a:before {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.rt-tab.element-eleven > ul.nav-tabs > li > a i {
  margin-right: 10px;
}

.rt-tab.element-eleven > ul.nav-tabs > li.active > a > span {
  position: relative;
}

.rt-tab.element-eleven > .tab-content {
  width: calc(100% - 110px);
  float: left;
  padding-left: 30px;
  color: #fff;
}

/* rt-tab element-twelve */
.rt-tab.element-twelve {
  display: flex;
  align-items: stretch;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.rt-tab.element-twelve:after {
  content: " ";
  display: block;
  clear: both;
}

.rt-tab.element-twelve > ul.nav-tabs {
  width: 22%;
  float: left;
  border: none;
}

.rt-tab.element-twelve > ul.nav-tabs > li {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-twelve > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 23px 40px 22px 40px;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-bottom: 1px #d7d7d7 solid;
  border-left: none;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-twelve > ul.nav-tabs > li:last-child > a {
  border-bottom: none;
}

.rt-tab.element-twelve > ul.nav-tabs > li.active > a {
  background-color: #282828;
}

.rt-tab.element-twelve > ul.nav-tabs > li > a:before {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(40, 40, 40, 0);
  border-left-color: #282828;
  border-width: 0;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-twelve > ul.nav-tabs > li.active > a:before {
  border-width: 12px;
  margin-top: -12px;
}

.rt-tab.element-twelve > ul.nav-tabs > li > a i {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  color: #282828;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-tab.element-twelve > .tab-content {
  width: 78%;
  float: left;
  padding: 30px;
  border-left: 1px #d7d7d7 solid;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* rt-tab element-twelve */
  .rt-tab.element-twelve > ul.nav-tabs {
    width: 30%;
  }
  .rt-tab.element-twelve > .tab-content {
    width: 70%;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* rt-tab element-twelve */
  .rt-tab.element-twelve {
    display: block;
  }
  .rt-tab.element-twelve > ul.nav-tabs,
  .rt-tab.element-twelve > .tab-content {
    width: 100%;
    border: none;
  }
  .rt-tab.element-twelve > ul.nav-tabs > li > a:before {
    display: none;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* rt-tab element-twelve */
  .rt-tab.element-twelve {
    display: block;
  }
  .rt-tab.element-twelve > ul.nav-tabs,
  .rt-tab.element-twelve > .tab-content {
    width: 100%;
    border: none;
  }
  .rt-tab.element-twelve > ul.nav-tabs > li > a:before {
    display: none;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* rt-tab element-twelve */
  .rt-tab.element-twelve {
    display: block;
  }
  .rt-tab.element-twelve > ul.nav-tabs,
  .rt-tab.element-twelve > .tab-content {
    width: 100%;
    border: none;
  }
  .rt-tab.element-twelve > ul.nav-tabs > li > a:before {
    display: none;
  }
}
/* team element-one */
.team.element-one {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.team.element-one .team-item {
  padding-left: 0;
  padding-right: 0;
}
.team.element-one .team-item > .holder {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.team.element-one .team-item > .holder > img {
  width: 100%;
}
.team.element-one .team-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
}
.team.element-one .team-item > .holder > .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ffda2a;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team.element-one .team-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 22px 30px 22px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team.element-one .team-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.team.element-one .team-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.team.element-one .team-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.team.element-one .team-item > .holder > .data .title {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 30px;
  color: #000;
  line-height: 30px;
  letter-spacing: -1px;
  transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.team.element-one .team-item > .holder > .data .title a {
  color: inherit;
}
.team.element-one .team-item > .holder > .data .designation {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-style: italic;
  transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
}
.team.element-one .team-item > .holder > .cursor-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.team.element-one .team-item > .holder:hover > .color-overlay {
  opacity: 0.87;
  visibility: visible;
}
.team.element-one .team-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}
.team.element-one .team-item > .holder:hover > .data .title,
.team.element-one .team-item > .holder:hover > .data .designation {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.team.element-one:not(.owl-carousel) .team-item {
  float: left;
  margin-bottom: 0;
}

/* team element-two */
.team.element-two {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.team.element-two .team-item {
  padding-left: 0;
  padding-right: 0;
}
.team.element-two .team-item > .holder {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.team.element-two .team-item > .holder > img {
  width: 100%;
}
.team.element-two .team-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
}
.team.element-two .team-item > .holder > .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fd1141;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team.element-two .team-item > .holder > .data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 22px 30px 22px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team.element-two .team-item > .holder > .data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.team.element-two .team-item > .holder > .data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.team.element-two .team-item > .holder > .data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}
.team.element-two .team-item > .holder > .data .title {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  letter-spacing: -1px;
  transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.team.element-two .team-item > .holder > .data .title a {
  color: inherit;
}
.team.element-two .team-item > .holder > .data .designation {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  font-style: italic;
  transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
}
.team.element-two .team-item > .holder > .cursor-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.team.element-two .team-item > .holder:hover > .color-overlay {
  opacity: 0.85;
  visibility: visible;
}
.team.element-two .team-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}
.team.element-two .team-item > .holder:hover > .data .title,
.team.element-two .team-item > .holder:hover > .data .designation {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.team.element-two .team-item:not(.owl-carousel) .team-item {
  float: left;
  margin-bottom: 0;
}

/* team element-three */
.team.element-three {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.team.element-three .team-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.team.element-three .team-item > .holder > .pic {
  position: relative;
  margin-bottom: 13px;
  overflow: hidden;
}
.team.element-three .team-item > .holder > .pic > img {
  width: 100%;
}
.team.element-three .team-item > .holder > .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team.element-three .team-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.team.element-three .team-item > .holder > .data .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 28px;
}
.team.element-three .team-item > .holder > .data .title a {
  color: inherit;
}
.team.element-three .team-item > .holder > .data .designation {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 13px;
  color: #707070;
  line-height: 26px;
}
.team.element-three .team-item > .holder:hover > .pic > .pic-main {
  filter: grayscale(0);
}
.team.element-three:not(.owl-carousel) .team-item {
  float: left;
  margin-bottom: 25px;
}

/* team element-four */
.team.element-four {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.team.element-four .team-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.team.element-four .team-item > .holder {
  position: relative;
  text-align: center;
}
.team.element-four .team-item > .holder > .pic {
  position: relative;
  overflow: hidden;
}
.team.element-four .team-item > .holder > .pic > img {
  width: 100%;
}
.team.element-four .team-item > .holder > .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
  filter: grayscale(1);
}
.team.element-four .team-item > .holder > .data {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px 20px 17px 20px;
  background-color: #fff;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.team.element-four .team-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}
.team.element-four .team-item > .holder > .data .title {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 17px;
  color: #2b2b2b;
  line-height: 27px;
  letter-spacing: -0.4px;
}
.team.element-four .team-item > .holder > .data .title a {
  color: inherit;
}
.team.element-four .team-item > .holder > .data .designation {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  line-height: 25px;
}
.team.element-four .team-item > .holder > .data > ul.social-icon {
  margin-top: 3px;
  font-size: 0;
}
.team.element-four .team-item > .holder > .data > ul.social-icon > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  margin-right: 3px;
}
.team.element-four .team-item > .holder > .data > ul.social-icon > li > a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  color: #fff;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team.element-four .team-item > .holder > .data > ul.social-icon > li.facebook > a {
  background-color: #3b5999;
}
.team.element-four .team-item > .holder > .data > ul.social-icon > li.twitter > a {
  background-color: #55acee;
}
.team.element-four .team-item > .holder > .data > ul.social-icon > li.gplus > a {
  background-color: #dd4b39;
}
.team.element-four .team-item > .holder > .data > ul.social-icon > li.pinterest > a {
  background-color: #bd081c;
}
.team.element-four .team-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.team.element-four:not(.owl-carousel) .team-item {
  float: left;
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Nav Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Nav Style One
--------------------------------------------------------------*/
.team[class*=element-].owl-nav-style-one .owl-nav {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  font-size: 0;
}

.team[class*=element-].owl-nav-style-one .owl-nav > .owl-prev,
.team[class*=element-].owl-nav-style-one .owl-nav > .owl-next {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  margin-right: 7px;
  background-color: initial;
  border: 1px #f5b315 solid;
  text-align: center;
}

.team[class*=element-].owl-nav-style-one .owl-nav > .owl-prev:before,
.team[class*=element-].owl-nav-style-one .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  color: #f5b315;
  line-height: 36px;
}

.team[class*=element-].owl-nav-style-one .owl-nav > .owl-prev:before {
  content: "\f104";
}

.team[class*=element-].owl-nav-style-one .owl-nav > .owl-next:before {
  content: "\f105";
}

/*--------------------------------------------------------------
# Nav Style Two
--------------------------------------------------------------*/
.team[class*=element-].owl-nav-style-two .owl-nav > .owl-prev,
.team[class*=element-].owl-nav-style-two .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team[class*=element-].owl-nav-style-two:hover .owl-nav > .owl-prev,
.team[class*=element-].owl-nav-style-two:hover .owl-nav > .owl-next {
  opacity: 1;
  visibility: visible;
}

.team[class*=element-].owl-nav-style-two .owl-nav > .owl-prev {
  left: 10px;
}

.team[class*=element-].owl-nav-style-two:hover .owl-nav > .owl-prev {
  left: 25px;
}

.team[class*=element-].owl-nav-style-two .owl-nav > .owl-next {
  right: 10px;
}

.team[class*=element-].owl-nav-style-two:hover .owl-nav > .owl-next {
  right: 25px;
}

.team[class*=element-].owl-nav-style-two .owl-nav > .owl-prev:before,
.team[class*=element-].owl-nav-style-two .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 45px;
  color: #fff;
  line-height: 45px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.team[class*=element-].owl-nav-style-two .owl-nav > .owl-prev:before {
  content: "\f104";
}

.team[class*=element-].owl-nav-style-two .owl-nav > .owl-next:before {
  content: "\f105";
}

/*--------------------------------------------------------------
# Dot Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Dot Style One
--------------------------------------------------------------*/
.team[class*=element-] .owl-dots {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.team[class*=element-].owl-dot-style-one .owl-dots {
  text-align: center;
}

.team[class*=element-].owl-dot-style-two .owl-dots {
  text-align: right;
}

.team[class*=element-] .owl-dots > .owl-dot {
  display: inline-block;
  vertical-align: top;
}

.team[class*=element-].owl-dot-style-one .owl-dots > .owl-dot {
  margin-left: 5px;
  margin-right: 5px;
}

.team[class*=element-].owl-dot-style-two .owl-dots > .owl-dot {
  margin-left: 3px;
  margin-right: 3px;
}

.team[class*=element-].owl-dot-style-one .owl-dots > .owl-dot > span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #f5b315;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team[class*=element-].owl-dot-style-one .owl-dots > .owl-dot.active > span {
  background-color: #90a0c7;
}

.team[class*=element-].owl-dot-style-two .owl-dots > .owl-dot > span {
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team[class*=element-].owl-dot-style-two .owl-dots > .owl-dot.active > span {
  background-color: #90a0c7;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* team element-one */
  .team.element-one:not(.owl-carousel) .team-item,
  .team.element-two:not(.owl-carousel) .team-item,
  .team.element-three:not(.owl-carousel) .team-item,
  .team.element-four:not(.owl-carousel) .team-item {
    width: 50% !important;
  }
}
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* team element-one */
  .team.element-one:not(.owl-carousel) .team-item,
  .team.element-two:not(.owl-carousel) .team-item,
  .team.element-three:not(.owl-carousel) .team-item,
  .team.element-four:not(.owl-carousel) .team-item {
    width: 50% !important;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* team element-one */
  .team.element-one:not(.owl-carousel) .team-item,
  .team.element-two:not(.owl-carousel) .team-item,
  .team.element-three:not(.owl-carousel) .team-item,
  .team.element-four:not(.owl-carousel) .team-item {
    width: 100% !important;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* team element-one */
  .team.element-one:not(.owl-carousel) .team-item,
  .team.element-two:not(.owl-carousel) .team-item,
  .team.element-three:not(.owl-carousel) .team-item,
  .team.element-four:not(.owl-carousel) .team-item {
    width: 100% !important;
  }
}
/* testimonial element-one */
.testimonial.element-one {
  position: relative;
}
.testimonial.element-one .testimonial-item > .holder {
  position: relative;
  padding-left: 220px;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-pic {
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  text-align: center;
  margin-bottom: 25px;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 155px;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-main {
  display: inline-block;
  vertical-align: top;
  width: 145px;
  height: 145px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-icon {
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  color: #000;
  line-height: 60px;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-data {
  margin-bottom: 25px;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 31px;
  color: #fff;
  line-height: 46px;
  font-style: italic;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-title > *:last-child {
  margin-bottom: 0 !important;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-title .title {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  line-height: 28px;
}
.testimonial.element-one .testimonial-item > .holder > .testimonial-title .designation {
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  font-style: italic;
}
.testimonial.element-one:not(.owl-carousel) .testimonial-item {
  float: left;
  padding-left: 0;
  margin-bottom: 40px;
}
.testimonial.element-one > .owl-thumbs {
  display: none;
}
.testimonial.element-one > .owl-nav {
  margin-top: -40px !important;
  text-align: right !important;
}

/* testimonial element-two */
.testimonial.element-two {
  position: relative;
}
.testimonial.element-two .testimonial-item > .holder {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-pic {
  margin-bottom: 35px;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 155px;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-main {
  display: inline-block;
  vertical-align: top;
  width: 145px;
  height: 145px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-icon {
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-data {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-data blockquote {
  margin-bottom: 23px;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-data blockquote p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #1f1f1f;
  line-height: 33px;
  font-style: italic;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-data .title {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 24px;
  color: #1f1f1f;
  line-height: 30px;
}
.testimonial.element-two .testimonial-item > .holder > .testimonial-data .designation {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 15px;
  color: #454545;
  line-height: 30px;
  font-style: italic;
}
.testimonial.element-two:not(.owl-carousel) .testimonial-item {
  float: left;
  margin-bottom: 40px;
}
.testimonial.element-two > .owl-thumbs {
  display: none;
}

/* testimonial element-three */
.testimonial.element-three {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.testimonial.element-three .testimonial-item {
  position: relative;
  padding-top: 36px;
  padding-left: 100px;
  padding-right: 0;
}
.testimonial.element-three .testimonial-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 60px;
  line-height: 1;
  font-style: italic;
}
.testimonial.element-three .testimonial-item > .holder > .testimonial-data {
  margin-bottom: 32px;
}
.testimonial.element-three .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.testimonial.element-three .testimonial-item > .holder > .testimonial-data blockquote p {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 33px;
  letter-spacing: -0.5px;
  font-style: italic;
}
.testimonial.element-three .testimonial-item > .holder > .testimonial-title > *:last-child {
  margin-bottom: 0 !important;
}
.testimonial.element-three .testimonial-item > .holder > .testimonial-title .title {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 24px;
  color: #1f1f1f;
  line-height: 30px;
  letter-spacing: -1px;
}
.testimonial.element-three .testimonial-item > .holder > .testimonial-title .designation {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  line-height: 30px;
  font-style: italic;
}
.testimonial.element-three > .owl-thumbs {
  display: none;
}

/* testimonial element-four */
.testimonial.element-four {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial.element-four .testimonial-item {
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.testimonial.element-four .testimonial-item:last-child, .testimonial.element-four .testimonial-item:only-child {
  margin-bottom: 0;
}
.testimonial.element-four .testimonial-item > .testimonial-line {
  position: relative;
  height: 1px;
  margin-top: 45px;
  background-color: #c8c8c8;
}
.testimonial.element-four .testimonial-item > .testimonial-line:before, .testimonial.element-four .testimonial-item > .testimonial-line:after {
  position: absolute;
  bottom: -7px;
  content: " ";
  width: 14px;
  height: 14px;
  background-color: #fd1141;
  border-radius: 50%;
}
.testimonial.element-four .testimonial-item > .testimonial-line:before {
  left: 0;
}
.testimonial.element-four .testimonial-item > .testimonial-line:after {
  right: 0;
}
.testimonial.element-four .testimonial-item > .holder {
  position: relative;
  padding-top: 32px;
  padding-left: 290px;
  padding-right: 70px;
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-main {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 200px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-data > *:last-child {
  margin-bottom: 0 !important;
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-data blockquote {
  margin-bottom: 15px;
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-data blockquote p {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  color: #141414;
  line-height: 45px;
  letter-spacing: -1px;
  font-style: italic;
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-data blockquote p:before {
  content: '"';
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-data blockquote p:after {
  content: '"';
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-data .title {
  margin-bottom: 3px;
  text-align: right;
  font-weight: 700;
  font-size: 24px;
  color: #141414;
  line-height: 30px;
  letter-spacing: -0.7px;
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-data .title:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 60px;
  height: 1px;
  margin-top: -5px;
  margin-right: 18px;
  background-color: #141414;
}
.testimonial.element-four .testimonial-item > .holder > .testimonial-data .designation {
  margin-bottom: 7px;
  text-align: right;
  font-weight: 400;
  font-size: 15px;
  color: #fd1141;
  line-height: 30px;
  font-style: italic;
}
.testimonial.element-four > .owl-thumbs {
  display: none;
}

/* owl-nav */
/* .testimonial owl-nav-style-one */
.testimonial.owl-nav-style-one .owl-nav {
  position: relative;
  margin-top: 31px;
  text-align: center;
  font-size: 0;
}
.testimonial.owl-nav-style-one .owl-nav > .owl-prev,
.testimonial.owl-nav-style-one .owl-nav > .owl-next {
  display: inline-block;
  vertical-align: top;
}
.testimonial.owl-nav-style-one .owl-nav > .owl-prev:before,
.testimonial.owl-nav-style-one .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
.testimonial.owl-nav-style-one .owl-nav > .owl-prev {
  margin-right: 7px;
}
.testimonial.owl-nav-style-one .owl-nav > .owl-prev:before {
  content: "\f053";
}
.testimonial.owl-nav-style-one .owl-nav > .owl-next {
  margin-left: 7px;
}
.testimonial.owl-nav-style-one .owl-nav > .owl-next:before {
  content: "\f054";
}

/* .testimonial owl-nav-style-two */
.testimonial.owl-nav-style-two .owl-nav {
  text-align: center;
  font-size: 0;
}
.testimonial.owl-nav-style-two .owl-nav > .owl-prev,
.testimonial.owl-nav-style-two .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  opacity: 0.5;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.testimonial.owl-nav-style-two .owl-nav > .owl-prev:hover,
.testimonial.owl-nav-style-two .owl-nav > .owl-next:hover {
  opacity: 1;
}
.testimonial.owl-nav-style-two .owl-nav > .owl-prev:before,
.testimonial.owl-nav-style-two .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
.testimonial.owl-nav-style-two .owl-nav > .owl-prev {
  left: 0;
}
.testimonial.owl-nav-style-two .owl-nav > .owl-prev:before {
  content: "\f053";
  margin-left: -4px;
}
.testimonial.owl-nav-style-two .owl-nav > .owl-next {
  right: 0;
}
.testimonial.owl-nav-style-two .owl-nav > .owl-next:before {
  content: "\f054";
  margin-right: -4px;
}

/* .testimonial owl-nav-style-three */
.testimonial.owl-nav-style-three .owl-nav {
  position: absolute;
  bottom: -4px;
  width: 100%;
  text-align: right;
  font-size: 0;
}
.testimonial.owl-nav-style-three .owl-nav > .owl-prev,
.testimonial.owl-nav-style-three .owl-nav > .owl-next {
  display: inline-block;
  vertical-align: top;
}
.testimonial.owl-nav-style-three .owl-nav > .owl-prev:before,
.testimonial.owl-nav-style-three .owl-nav > .owl-next:before {
  font-family: "FontAwesome";
  font-size: 22px;
  color: #1f1f1f;
  line-height: 1;
}
.testimonial.owl-nav-style-three .owl-nav > .owl-prev {
  margin-right: 7px;
}
.testimonial.owl-nav-style-three .owl-nav > .owl-prev:before {
  content: "\f053";
}
.testimonial.owl-nav-style-three .owl-nav > .owl-next {
  margin-left: 7px;
}
.testimonial.owl-nav-style-three .owl-nav > .owl-next:before {
  content: "\f054";
}

/* owl-dots */
.testimonial[class*=element-] .owl-dots {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial[class*=element-] .owl-dots > .owl-dot {
  display: inline-block;
  vertical-align: top;
}

/* owl-dots - style-one */
.testimonial[class*=element-].owl-dot-style-one .owl-dots {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 16px;
}

.testimonial[class*=element-].owl-dot-style-one .owl-dots > .owl-dot {
  margin-left: 4px;
  margin-right: 4px;
}

.testimonial[class*=element-].owl-dot-style-one .owl-dots > .owl-dot > span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.testimonial[class*=element-].owl-dot-style-one .owl-dots > .owl-dot.active > span {
  background-color: #1e2c41;
}

/* owl-dots - style-two */
.testimonial[class*=element-].owl-dot-style-two .owl-dots {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 16px;
}

.testimonial[class*=element-].owl-dot-style-two .owl-dots > .owl-dot {
  margin-left: 4px;
  margin-right: 4px;
}

.testimonial[class*=element-].owl-dot-style-two .owl-dots > .owl-dot > span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.testimonial[class*=element-].owl-dot-style-two .owl-dots > .owl-dot.active > span {
  background-color: #fff;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* testimonial element-one */
  .testimonial.element-one .testimonial-item > .holder {
    padding-left: 0;
  }
  .testimonial.element-one .testimonial-item > .holder > .testimonial-pic {
    position: static;
    width: 100%;
  }
  .testimonial.element-one .testimonial-item > .holder .testimonial-data {
    text-align: center;
  }
  /* testimonial element-two */
  .testimonial.element-two .testimonial-item > .holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* testimonial element-four */
  .testimonial.element-four .testimonial-item > .holder {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial.element-four .testimonial-item > .holder .testimonial-pic {
    position: static;
  }
  /* .testimonial owl-nav-style-two */
  .testimonial.owl-nav-style-two .owl-nav > .owl-prev,
  .testimonial.owl-nav-style-two .owl-nav > .owl-next {
    position: static;
    margin-left: 7px;
    margin-right: 7px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* testimonial element-one */
  .testimonial.element-one .testimonial-item > .holder {
    padding-left: 0;
  }
  .testimonial.element-one .testimonial-item > .holder > .testimonial-pic {
    position: static;
    width: 100%;
  }
  .testimonial.element-one .testimonial-item > .holder .testimonial-data {
    text-align: center;
  }
  /* testimonial element-two */
  .testimonial.element-two .testimonial-item > .holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* testimonial element-four */
  .testimonial.element-four .testimonial-item > .holder {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial.element-four .testimonial-item > .holder .testimonial-pic {
    position: static;
  }
  /* .testimonial owl-nav-style-two */
  .testimonial.owl-nav-style-two .owl-nav > .owl-prev,
  .testimonial.owl-nav-style-two .owl-nav > .owl-next {
    position: static;
    margin-left: 7px;
    margin-right: 7px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* testimonial element-one */
  .testimonial.element-one .testimonial-item > .holder {
    padding-left: 0;
  }
  .testimonial.element-one .testimonial-item > .holder > .testimonial-pic {
    position: static;
    width: 100%;
  }
  .testimonial.element-one .testimonial-item > .holder .testimonial-data {
    text-align: center;
  }
  /* testimonial element-two */
  .testimonial.element-two .testimonial-item > .holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* testimonial element-four */
  .testimonial.element-four .testimonial-item > .holder {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial.element-four .testimonial-item > .holder .testimonial-pic {
    position: static;
  }
  /* .testimonial owl-nav-style-two */
  .testimonial.owl-nav-style-two .owl-nav > .owl-prev,
  .testimonial.owl-nav-style-two .owl-nav > .owl-next {
    position: static;
    margin-left: 7px;
    margin-right: 7px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
/* radiantthemes-timeline element-one */
.radiantthemes-timeline.element-one > .radiantthemes-timeline-item {
  position: relative;
  padding-bottom: 65px;
  padding-left: 95px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item:last-child,
.radiantthemes-timeline.element-one > .radiantthemes-timeline-item:only-child {
  padding-bottom: 0;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  z-index: 0;
  content: " ";
  width: 2px;
  background-color: #cacdd4;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .radiantthemes-timeline-item-datestamp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 64px;
  height: 64px;
  border: 6px #dedfe2 solid;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 53px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-pic {
  position: relative;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-pic > img {
  width: 100%;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-pic > .radiantthemes-timeline-item-pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data {
  padding: 30px 30px 35px 30px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data > *:last-child {
  margin-bottom: 0 !important;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data .month {
  margin-bottom: 5px !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data .title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 25px;
  color: #030712;
  line-height: 35px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data p {
  margin-bottom: 20px;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .radiantthemes-timeline.element-one > .radiantthemes-timeline-item {
    padding-left: 85px;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .radiantthemes-timeline.element-one > .radiantthemes-timeline-item {
    padding-left: 85px;
  }
}
/* radiantthemes-timeline element-two */
.radiantthemes-timeline.element-two > .radiantthemes-timeline-item {
  position: relative;
  padding-top: 60px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 2px;
  margin-left: -1px;
  background-color: #cacdd4;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line:before,
.radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line:after {
  position: absolute;
  display: block;
  content: " ";
  width: 10px;
  height: 10px;
  margin-left: -4px;
  border-radius: 50%;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line:before {
  top: 0;
  background-color: #cacdd4;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line:after {
  bottom: 0;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:not(:first-child) > .radiantthemes-timeline-item-line:before,
.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:not(:last-child) > .radiantthemes-timeline-item-line:after {
  display: none;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-dot {
  display: block;
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 1;
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .row {
  margin-left: -35px;
  margin-right: -35px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .row > [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) > .row > [class*=col-]:first-child {
  float: right;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) > .row > [class*=col-]:last-child {
  float: left;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp {
  text-align: left;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 7px 15px 7px 15px;
  background-color: #cacdd4;
  font-weight: 500;
  font-size: 15px;
  color: #030712;
  line-height: 28px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder:after {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  width: 0;
  height: 0;
  content: " ";
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #cacdd4;
  border-width: 10px;
  pointer-events: none;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp > .holder:after {
  right: 100%;
  left: auto;
  border-right-color: #cacdd4;
  border-left-color: transparent;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder strong {
  font-weight: inherit;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-pic {
  margin-bottom: 22px;
  text-align: right;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-pic {
  text-align: left;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data {
  text-align: left;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-data {
  text-align: right;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data > *:last-child {
  margin-bottom: 0 !important;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #171c30;
  line-height: 30px;
}

.radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data p {
  margin-bottom: 20px;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-dot {
    display: none;
  }
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-data {
    text-align: center;
  }
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder:after,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp > .holder:after {
    display: none;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-dot {
    display: none;
  }
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-data {
    text-align: center;
  }
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder:after,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp > .holder:after {
    display: none;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-dot {
    display: none;
  }
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-data {
    text-align: center;
  }
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-datestamp > .holder:after,
  .radiantthemes-timeline.element-two > .radiantthemes-timeline-item:nth-child(even) .radiantthemes-timeline-item-datestamp > .holder:after {
    display: none;
  }
}
/* radiantthemes-timeline element-three */
.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider {
  padding-top: 100px;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-pic {
  margin-bottom: 30px;
  text-align: center;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-pic > .table,
.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-data > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-pic > .table > .table-cell,
.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-data > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-pic > .table > .table-cell > *:last-child,
.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-data > .table > .table-cell > *:last-child {
  margin-bottom: 0 !important;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-pic .radiantthemes-timeline-item-pic-holder {
  display: inline-block;
  vertical-align: top;
  width: 470px;
  max-width: 100%;
  position: relative;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-pic .radiantthemes-timeline-item-pic-holder img {
  width: 100%;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-pic .radiantthemes-timeline-item-pic-holder > .radiantthemes-timeline-item-pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-data {
  margin-bottom: 40px;
  text-align: left;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-data .date {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-data .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 32px;
  color: #030712;
  line-height: 42px;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider .radiantthemes-timeline-item .radiantthemes-timeline-item-data p:not(.date) {
  margin-bottom: 20px;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  font-size: 0;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  max-width: 100%;
  margin-bottom: 13px;
  padding-top: 26px;
  background: none;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #030712;
  line-height: 26px;
  cursor: pointer;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:before {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 4px;
  background-color: #d5d8e0;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:first-child:before {
  left: 50%;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:last-child:before {
  right: 50%;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:only-child:before {
  display: none;
}

.radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  content: " ";
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background-color: #fff;
  border: 3px #a8abb3 solid;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* radiantthemes-timeline element-three */
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider {
    padding-top: 0;
  }
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs {
    position: static;
  }
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item {
    width: 100%;
  }
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:first-child:before,
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:last-child:before {
    left: 0;
    right: 0;
  }
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* radiantthemes-timeline element-three */
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider {
    padding-top: 0;
  }
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item {
    width: 100%;
  }
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:first-child:before,
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:last-child:before {
    left: 0;
    right: 0;
  }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
  /* radiantthemes-timeline element-three */
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider {
    padding-top: 0;
  }
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item {
    width: 100%;
  }
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:first-child:before,
  .radiantthemes-timeline.element-three > .radiantthemes-timeline-slider > .owl-thumbs > .owl-thumb-item:last-child:before {
    left: 0;
    right: 0;
  }
}
/* ================================== */
/* RadiantThemes Element CSS */
/* Typewriter Text */
/* ================================== */
.radiantthemes-typewriter-text.element-one > .typed-strings:after {
  content: "|";
  font-weight: 300;
  opacity: 1;
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* radiantthemes-twitter-widget element-one  */
.radiantthemes-twitter-widget.element-one > .radiantthemes-twitter-widget-holder > ul > li {
  position: relative;
  margin-bottom: 22px;
  padding-left: 27px;
}
.radiantthemes-twitter-widget.element-one > .radiantthemes-twitter-widget-holder > ul > li:last-child, .radiantthemes-twitter-widget.element-one > .radiantthemes-twitter-widget-holder > ul > li:only-child {
  margin-bottom: 0;
}
.radiantthemes-twitter-widget.element-one > .radiantthemes-twitter-widget-holder > ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f099";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
.radiantthemes-twitter-widget.element-one > .radiantthemes-twitter-widget-holder > ul > li .tweet {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
.radiantthemes-twitter-widget.element-one > .radiantthemes-twitter-widget-holder > ul > li .tweet a {
  color: inherit;
  opacity: 0.7;
}
.radiantthemes-twitter-widget.element-one > .radiantthemes-twitter-widget-holder > ul > li .interact {
  display: none;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
