/*-------------------------------------    
CSS INDEX
===================================
#. EL: info box 1
#. EL: info box 2
#. EL: info box 3
#. EL: info box 4
#. EL: info box 5
#. EL: text with button
#. EL: Owl Nav
#. EL: Owl Dots
#. EL: Team Slider 1
#. EL: Team Slider 2
#. EL: Team Slider 3
#. EL: Testimonial 1
#. EL: Testimonial 2
#. EL: Logo Slider
#. EL: portfolio 1
#. EL: portfolio 2
#. EL: portfolio 3
#. EL: portfolio 4
#. EL: portfolio 5
#. EL: Counter
#. EL: Progress Bar
#. EL: Video
#. EL: Post Grid
#. EL: Post Slider
#. EL: Pricing Table
#. EL: About Text Social
#. EL: Elementor Default
#. EL: Slider
#. EL: Faq
---------------------------------------*/

/*-------------------------------------
#. EL: info box 1
---------------------------------------*/
.rtin-style1 {
	text-align: center;
	padding: 40px 22px 40px;
	transition: all 0.3s ease-out;
}
@media(min-width:992px) and (max-width:1199px) {
	.rtin-style1 {
		padding: 30px 10px 30px;
	}
}
.rtin-style1:hover {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.5);
}
.rtin-style1 .rtin-media {
	margin-bottom: 25px;
}
.rtin-style1 .rtin-media .info-image img {
	max-width: 125px;
}
.rtin-style1 .rtin-content .rtin-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 12px;
}
.rtin-style1 .rtin-content .rtin-title a {
	color: #111111;
}
.rtin-style1 .rtin-content .rtin-title a:hover {
	color: #0d47a1;
}
.rtin-style1 .rtin-content .rtin-text {
	margin-bottom: 0;
}
.rtin-style1 .rtin-icon .info-icon {
	display: inline-block;
	height: 120px;
	width: 120px;
	line-height: 120px;
	border-radius: 50%;
	background: #0d47a1;
	color: #ffffff;
}
/*-------------------------------------
#. EL: info box 2
---------------------------------------*/
.rtin-style2 {
	text-align: center;
	transition: all 0.3s ease-out;
}
.rtin-style2 .info-image {
	min-height: 80px;
	display: inline-block;
}
.rtin-style2 .rtin-media {
	margin-bottom: 25px;
}
.rtin-style2 .rtin-content .rtin-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 12px;
}
.rtin-style2 .rtin-content .rtin-title a {
	color: #111111;
}
.rtin-style2 .rtin-content .rtin-title a:hover {
	color: #0d47a1;
}
.rtin-style2 .rtin-content .rtin-text {
	margin-bottom: 0;
}
.rtin-style2 .rtin-icon .info-icon {
	display: inline-block;
	color: #444444;
}
.rtin-style2 .info-image img {
	transition: all 0.3s ease-out;
}
.rtin-style2:hover .info-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*-------------------------------------
#. EL: info box 3
---------------------------------------*/
.rtin-style3 {
	transition: all 0.3s ease-out;
}
.rtin-style3 .info-image {
	width: 100px;
	display: inline-block;
}
.rtin-style3 .rtin-media {
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
.rtin-style3 .rtin-icon .info-icon {
	display: inline-block;
	height: 90px;
	width: 90px;
	line-height: 90px;
	border-radius: 50%;
	background: #0d47a1;
	color: #ffffff;
	text-align: center;
}
.rtin-style3 .media-body {
	width: 100%;
	display: table-cell;
}
.rtin-style3 .rtin-content .rtin-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 12px;
}
.rtin-style3 .rtin-content .rtin-title a {
	color: #111111;
}
.rtin-style3 .rtin-content .rtin-title a:hover {
	color: #0d47a1;
}
.rtin-style3 .rdtheme-button-2 {
	padding: 10px 22px;
	font-size: 14px;
	text-transform: uppercase;
}
@media (max-width: 425px) {
	.rtin-style3 .rtin-media {
		float: inherit;
		margin-right: 0;
		text-align: center;
	}
	.rtin-style3 .media-body {
		text-align: center;
	}
}
/*-------------------------------------
#. EL: info box 5
---------------------------------------*/
.info-box5-bg {
	padding: 70px 0;
}
.info-box5-bg:nth-child(even) {
	background: #f7f7f7;
}
.rtin-style5 {
	text-align: center;
}
.rtin-style5 .rtin-media {
	margin-bottom: 25px;
}
.rtin-style5 .rtin-icon .info-icon {
	display: inline-block;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 50%;
	background: #0d47a1;
	color: #ffffff;
	text-align: center;
}
.rtin-style5 .rtin-content .rtin-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.rtin-style5 .rtin-content .rtin-title a {
	color: #111111;
}
.rtin-style5 .rtin-content .rtin-title a:hover {
	color: #0d47a1;
}
.rtin-style5 .rtin-content .rtin-text {
	margin-bottom: 30px;
}
.rtin-style5 .rdtheme-button-2 {
	padding: 12px 25px;
	font-size: 15px;
	text-transform: uppercase;
}
/*-------------------------------------
#. EL: text with button
---------------------------------------*/
.rt-text-button .rtin-title {
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 25px;
}
.rt-text-button .rtin-title span {
	font-weight: 600;
}
.rt-text-button ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}
.rt-text-button ul li {
	width: 50%;
	float: left;
	padding-bottom: 5px;
	font-size: 18px;
	color: #111111;
}
@media(max-width: 480px) {
	.rt-text-button ul li {
		width: 100%;
	}
}
.rt-text-button ul li:before {
    content: "\f0da";
    font-family: fontawesome;
    padding-right: 8px;
    color: #0d47a1;
}
.rt-text-button .rtin-button.rtin-light .rdtheme-button-3 {
	background: #ffffff;
	color: #444444;
}
.rt-text-button .rtin-button.rtin-light .rdtheme-button-3:hover {
	color: #ffffff;
}
.rt-text-button.left {
	text-align: left;
}
.rt-text-button.center {
	text-align: center;
}
.rt-text-button.right {
	text-align: right;
}
.rt-text-button .rtin-sub-title {
	font-size: 18px;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.rt-text-button .rtin-button {
	margin-top: 20px;
	margin-right: 10px;
	display: inline-block;
}
/*-------------------------------------
#. EL: Owl Nav
---------------------------------------*/
@media all and (max-width: 767px) {
  .slider-nav-enabled.slider-nav-enabled {
    padding: 0 32px;
  }
}
.slider-nav-enabled .owl-theme .owl-nav {
  margin-top: 0;
}
.slider-nav-enabled .owl-theme .owl-nav > div {
  border: 2px solid #ff6d00;
  background-color: transparent;
  border-radius: 50%;
  color: #ff6d00;
  font-size: 18px;
  line-height: 46px;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.slider-nav-enabled .owl-theme .owl-nav > div:hover {
  background-color: #ff6d00;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .slider-nav-enabled .owl-theme .owl-nav > div {
    font-size: 16px;
    line-height: 36px;
    height: 40px;
    width: 40px;
  }
}
.slider-nav-enabled .owl-theme .owl-nav .owl-prev {
  left: -60px;
}
@media all and (max-width: 1260px) {
  .slider-nav-enabled .owl-theme .owl-nav .owl-prev {
    left: -40px;
  }
}
@media all and (max-width: 767px) {
  .slider-nav-enabled .owl-theme .owl-nav .owl-prev {
    left: -32px;
  }
}
.slider-nav-enabled .owl-theme .owl-nav .owl-next {
  right: -60px;
}
@media all and (max-width: 1260px) {
  .slider-nav-enabled .owl-theme .owl-nav .owl-next {
    right: -40px;
  }
}
@media all and (max-width: 767px) {
  .slider-nav-enabled .owl-theme .owl-nav .owl-next {
    right: -32px;
  }
}
.slider-nav-enabled.rtin-dark .owl-theme .owl-nav > div {
  color: #ffffff;
}
/*-------------------------------------
#. EL: Owl Dots
---------------------------------------*/
.slider-dot-enabled .owl-theme .owl-dots {
  margin-top: 40px !important;
}
@media all and (max-width: 480px) {
  .slider-dot-enabled .owl-theme .owl-dots {
    margin-top: 30px !important;
  }
}
.slider-dot-enabled .owl-theme .owl-dots .owl-dot span {
  margin: 3px;
  height: 14px;
  width: 14px;
}
.slider-dot-enabled .owl-theme .owl-dots .owl-dot.active span,
.slider-dot-enabled .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff6d00;
}
.slider-dot-enabled.rtin-dark .owl-theme .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.slider-dot-enabled.rtin-dark .owl-theme .owl-dots .owl-dot.active span,
.slider-dot-enabled.rtin-dark .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}
/*-------------------------------------
#. EL: Team Grid 1
---------------------------------------*/
.team-grid-default .rtin-content-wrap {
	position: relative;
	overflow: hidden;
}
.team-grid-default ul.rtin-social {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.team-grid-default ul.rtin-social li {
	display: inline-block;
}
.team-grid-default ul.rtin-social li a {
	font-size: 14px;
	color: #111111;
	height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #ff6d00;
    display: inline-block;
    border-radius: 50%;
    margin: 3px;
}
.team-grid-default ul.rtin-social li a:hover {
	color: #ffffff;
    background: #ff6d00;
}
.team-grid-default .rtin-content p {
	margin-top: 20px;
}
.team-grid-default .rtin-content .rtin-title {
	margin-bottom: 2px;
	font-size: 24px;
	font-weight: 500;
}
.team-grid-style1 .rtin-content-wrap .rtin-content {
	left: 0;
    top: 100%;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 109, 0, 0.8);
	padding: 0 30px;
}
.team-grid-style1 .rtin-content .rtin-title {
	position: absolute;
	bottom: 62px;
}
.team-grid-style1 .rtin-content .rtin-title a {
	color: #ffffff;
}
.team-grid-style1 .rtin-content .rtin-title a:hover {
	color: #0d47a1;
}
.team-grid-style1 .rtin-content .rtin-designation {
	position: absolute;
	padding-bottom: 10px;
	bottom: 30px;
	color: #ffffff;
}
.team-grid-style1 .rtin-content .rtin-designation:after {
	content: "";
    height: 3px;
    width: 42px;
    left: 0;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
}
/*-------------------------------------
#. EL: Team Grid 2
---------------------------------------*/
.team-grid-style2 .rtin-content {
	padding-top: 20px;
	margin-bottom: 35px;
}
.team-grid-style2 .rtin-content .rtin-title {
	font-size: 22px;
}
.team-grid-style2 .rtin-content .rtin-title a {
	color: #111111;
}
.team-grid-style2 .rtin-content .rtin-title a:hover {
	color: #0d47a1;
}
.team-grid-style2 .rtin-content .rtin-designation {
	padding-bottom: 10px;
	color: #444444;
	position: relative;
}
.team-grid-style2 .rtin-content .rtin-designation:after {
	content: "";
    height: 3px;
    width: 42px;
    left: 0;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    background-color: #ff6d00;
}
.team-grid-style2 figure {
	overflow: hidden;
	position: relative;
}
.team-grid-style2 figure:after {
	left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.team-grid-style2 figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -ms-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
}
.team-grid-style2 figure:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-grid-style2 figure:hover:after {
	background-color: transparent;
	position: inherit;
}
/*-------------------------------------
#. EL: Team Slider 1
---------------------------------------*/
.rt-el-team-slider-1 .rtin-item {
  text-align: center;
}
@media all and (max-width: 767px) {
  .rt-el-team-slider-1 .rtin-item {
    max-width: 360px;
    margin: 0 auto;
  }
}
.rt-el-team-slider-1 .rtin-item .rtin-content-wrap {
  overflow: hidden;
  position: relative;
}
.rt-el-team-slider-1 .rtin-item .rtin-content-wrap .rtin-overlay {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.7s ease-out;
  width: 100%;
  height: 100%;
}
.rt-el-team-slider-1 .rtin-item .rtin-content-wrap .rtin-overlay .rtin-content {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  transform: translateY(-50%);
}
.rt-el-team-slider-1 .rtin-item .rtin-content-wrap .rtin-overlay .rtin-content .rtin-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rt-el-team-slider-1 .rtin-item .rtin-content-wrap .rtin-overlay .rtin-content .rtin-social li {
  display: inline-block;
  margin: 0 4px 8px;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-1 .rtin-item .rtin-content-wrap .rtin-overlay .rtin-content .rtin-social li {
    margin: 2px;
  }
}
.rt-el-team-slider-1 .rtin-item .rtin-content-wrap .rtin-overlay .rtin-content .rtin-social li a {
  color: #ff6d00;
  border: 1px solid #ff6d00;
  font-size: 14px;
  line-height: 40px;
  height: 42px;
  width: 42px;
  display: block;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-1 .rtin-item .rtin-content-wrap .rtin-overlay .rtin-content .rtin-social li a {
    font-size: 13px;
    line-height: 23px;
    height: 25px;
    width: 25px;
  }
}
.rt-el-team-slider-1 .rtin-item .rtin-content-wrap .rtin-overlay .rtin-content .rtin-social li a:hover {
  color: #fff;
  background-color: #ff6d00;
}
.rt-el-team-slider-1 .rtin-item .rtin-footer {
  background-color: #ff6d00;
  color: #fff;
  padding: 18px 10px;
}
.rt-el-team-slider-1 .rtin-item .rtin-footer .rtin-title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 500;
}
.rt-el-team-slider-1 .rtin-item .rtin-footer .rtin-title a {
  color: #fff;
}
.rt-el-team-slider-1 .rtin-item .rtin-footer .rtin-designation {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 3px;
}
.rt-el-team-slider-1 .rtin-item:hover .rtin-overlay {
  top: 50%;
  transform: translateY(-50%);
}
.rt-el-team-slider-1 .rtin-item .rtin-img {
	overflow: hidden;
	position: relative;
}
.rt-el-team-slider-1 .rtin-item .rtin-img:after {
	left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.rt-el-team-slider-1 .rtin-item .rtin-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -ms-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
}
.rt-el-team-slider-1 .rtin-item .rtin-img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.rt-el-team-slider-1 .rtin-item .rtin-img:hover:after {
	background-color: transparent;
	position: inherit;
}
/*-------------------------------------
#. EL: Team Slider 2
---------------------------------------*/
.rt-el-team-slider-2 .rtin-item {
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 767px) {
  .rt-el-team-slider-2 .rtin-item {
    max-width: 360px;
    margin: 0 auto;
  }
}
.rt-el-team-slider-2 .rtin-item .rtin-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-out;
}
.rt-el-team-slider-2 .rtin-item .rtin-bottom .rtin-title {
  color: #fff;
  background-color: #ff6d00;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  padding: 4px 12px;
  margin-bottom: 0;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-2 .rtin-item .rtin-bottom .rtin-title {
    font-size: 17px;
  }
}
.rt-el-team-slider-2 .rtin-item .rtin-bottom .rtin-designation {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  background-color: #111;
  display: inline-block;
  padding: 4px 12px;
  margin-top: 3px;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-2 .rtin-item .rtin-bottom .rtin-designation {
    font-size: 13px;
  }
}
.rt-el-team-slider-2 .rtin-item .rtin-content {
  padding: 0 15px;
  display: block;
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 0;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease-out;
}
.rt-el-team-slider-2 .rtin-item .rtin-content .rtin-header {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-2 .rtin-item .rtin-content .rtin-header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.rt-el-team-slider-2 .rtin-item .rtin-content .rtin-header .rtin-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-2 .rtin-item .rtin-content .rtin-header .rtin-title {
    font-size: 18px;
  }
}
.rt-el-team-slider-2 .rtin-item .rtin-content .rtin-header .rtin-title a {
  color: #fff;
}
.rt-el-team-slider-2 .rtin-item .rtin-content .rtin-header .rtin-designation {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 3px;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-2 .rtin-item .rtin-content .rtin-header .rtin-designation {
    font-size: 13px;
    margin-top: 0;
  }
}
.rt-el-team-slider-2 .rtin-item .rtin-content .rtin-header:after {
  height: 2px;
  width: 42px;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-2 .rtin-item .rtin-content .rtin-header:after {
    content: none;
  }
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-2 .rtin-item .rtin-content p {
    margin: 0;
  }
}
.rt-el-team-slider-2 .rtin-item .rtin-content .rtin-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rt-el-team-slider-2 .rtin-item .rtin-content .rtin-social li {
  display: inline-block;
  margin: 0 4px 8px;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-2 .rtin-item .rtin-content .rtin-social li {
    margin: 2px;
  }
}
.rt-el-team-slider-2 .rtin-item .rtin-content .rtin-social li a {
  color: #111;
  background-color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  height: 42px;
  width: 42px;
  display: block;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
@media all and (max-width: 400px) {
  .rt-el-team-slider-2 .rtin-item .rtin-content .rtin-social li a {
    font-size: 13px;
    line-height: 23px;
    height: 25px;
    width: 25px;
  }
}
.rt-el-team-slider-2 .rtin-item .rtin-content .rtin-social li a:hover {
  color: #fff;
  background-color: transparent;
}
.rt-el-team-slider-2 .rtin-item:after {
  content: "";
  background-color: #ff6d00;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-out;
}
.rt-el-team-slider-2 .rtin-item:hover:after {
  opacity: 1;
  top: 0;
}
.rt-el-team-slider-2 .rtin-item:hover .rtin-bottom {
  left: -50%;
}
.rt-el-team-slider-2 .rtin-item:hover .rtin-content {
  top: 50%;
  transform: translateY(-50%);
}
/*-------------------------------------
#. EL: Team Slider 3
---------------------------------------*/
.rt-team-slider-3 .rtin-item {
  overflow: hidden;
  position: relative;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  z-index: 1;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content {
	color: #ffffff;
	padding: 30px 20px;
	text-align: center;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content .rtin-header {
  margin-bottom: 20px;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content .rtin-header .rtin-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content .rtin-header .rtin-title a {
  color: #fff;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content .rtin-header .rtin-title a:hover {
  color: #ff6d00;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content .rtin-header .rtin-designation {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 3px;
  color: #ff6d00;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content .rtin-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content .rtin-social li {
  display: inline-block;
  margin: 0 4px 8px;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content .rtin-social li a {
  color: #ff6d00;
  border: 1px solid #ff6d00;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  height: 42px;
  width: 42px;
  display: block;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.rt-team-slider-3 .rtin-item .rtin-content-wrap .rtin-content .rtin-social li a:hover {
  color: #fff;
  background-color: #ff6d00;
}
/*-------------------------------------
#. EL: Testimonial 1
---------------------------------------*/
.rtin-testimonial-1 {
  text-align: center;
}
.rtin-testimonial-1 .rtin-item {
  margin: 0 auto;
  width: 65%;
}
@media(max-width: 991px) {
	.rtin-testimonial-1 .rtin-item {
		width: 80%;
	}
}
@media(max-width: 480px) {
	.rtin-testimonial-1 .rtin-item {
		width: 90%;
	}
}
.rtin-testimonial-1 .rtin-content p {
  margin: 0;
}
.rtin-testimonial-1 .rtin-thumb {
  margin: 0 auto 20px;
  width: 100px;
}
.rtin-testimonial-1 .rtin-thumb img {
  border-radius: 50%;
}
.rtin-testimonial-1 .rtin-title {
  color: #111;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0;
}
.rtin-testimonial-1 .rtin-designation {
  color: #111;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 5px 0 0;
}
.rtin-testimonial-1 .rtin-content {
  margin-top: 20px;
  font-size: 22px;
  font-style: italic;
  line-height: 1.6;
}
@media(max-width: 480px) {
	.rtin-testimonial-1 .rtin-content {
		font-size: 18px;
	}
}
.rtin-testimonial-1.rtin-dark {
  color: #fff;
}
.rtin-testimonial-1.rtin-dark .rtin-title {
  color: #fff;
}
.rtin-testimonial-1.rtin-dark .rtin-designation {
  color: #ffffff;
}
/*-------------------------------------
#. EL: Testimonial 2
---------------------------------------*/
.rt-testimonial-2 .rtin-item .rtin-thumb {
  width: 80px;
  margin-right: 25px;
  padding: 0;
}
.rt-testimonial-2 .rtin-item .rtin-thumb img {
  border-radius: 50%;
}
.rt-testimonial-2 .rtin-item .rtin-header .rtin-title {
  color: #111111;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}
.rt-testimonial-2 .rtin-item .rtin-header .rtin-designation {
  color: #222222;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 5px 0 0;
}
.rt-testimonial-2 .rtin-item .rtin-content {
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
  padding-bottom: 15px;
}
.rt-testimonial-2 .rtin-item .rtin-content:before {
    font-family: FontAwesome;
    content: "\f10d";
    font-size: 20px;
	position: relative;
	left: 1px;
}
.rt-testimonial-2.rtin-dark .rtin-item .media-body .rtin-title,
.rt-testimonial-2.rtin-dark .rtin-item .media-body .rtin-designation {
  color: #ffffff;
}
.rt-testimonial-2.rtin-dark .rtin-item .rtin-content {
  color: #ffffff;
}
.rt-testimonial-2.slider-dot-enabled .owl-theme .owl-dots {
	text-align: left;
}
/*--------------------------------------
#. EL: Logo Slider
---------------------------------------*/
.rtin-logo-slider img {
  width: inherit !important;
  margin: 0 auto;
}
.rtin-logo-slider.slider-nav-enabled .owl-theme .owl-nav > div {
	height: 40px;
	width: 40px;
	line-height: 36px;
	opacity: 0;
	visibility: hidden;
}
.rtin-logo-slider.slider-nav-enabled:hover .owl-theme .owl-nav > div {
	opacity: 1;
	visibility: visible;
}
.rtin-logo-slider.slider-nav-enabled .owl-theme .owl-nav .owl-prev {
	left: -20%;
}
.rtin-logo-slider.slider-nav-enabled .owl-theme .owl-nav .owl-next {
	right: -20%;
}
.rtin-logo-slider.slider-nav-enabled:hover .owl-theme .owl-nav .owl-prev {
	left: -3%;
}
.rtin-logo-slider.slider-nav-enabled:hover .owl-theme .owl-nav .owl-next {
	right: -3%;
}
/*-------------------------------------
#. EL: portfolio Tab
---------------------------------------*/
.rt-portfolio-tab {
  text-align: center;
  margin-bottom: 40px;
  font-size: 0;
}
.rt-portfolio-tab a {
  background-color: #eeeeee;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  margin: 0 10px 5px 0;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s ease-out;
  border-radius: 3px;
  line-height: 1.5;
}
.rt-portfolio-tab a:hover {
  background-color: #ff6d00;
  color: #ffffff;
}
.rt-portfolio-tab .current {
  background-color: #ff6d00;
  color: #ffffff;
}
/*-------------------------------------
#. EL: portfolio 1
---------------------------------------*/
.rt-portfolio-1 .rtin-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .rt-portfolio-1 .rtin-item {
    max-width: 375px;
    margin: 0 auto;
  }
}
.rt-portfolio-1 .rtin-item .rtin-content {
  padding: 20px;
  position: absolute;
  content: "";
  top: 100%;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.rt-portfolio-1 .rtin-item .rtin-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3px;
  position: absolute;
  left: 20px;
  bottom: 45px;
}
.rt-portfolio-1 .rtin-item .rtin-content span {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.rt-portfolio-1 .rtin-item .rtin-content h3 a {
  color: #fff;
}
.rt-portfolio-1 .rtin-item .rtin-content h3 a:hover {
  color: #ff6d00;
}
.rt-portfolio-1 .rtin-item .rtin-icon {
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 8;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #f8f8f8;
  height: 50px;
  width: 50px;
  line-height: 46px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
}
.rt-portfolio-1 .rtin-item .rtin-icon:hover {
  color: #ff6d00;
  background: #ffffff;
}
.rt-portfolio-1 .rtin-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-1 .rtin-item:hover .rtin-content {
  bottom: 0;
  transition: all 0.5s ease-out;
}
/*-------------------------------------
#. EL: portfolio 2
---------------------------------------*/
.rt-portfolio-2 .rtin-item {
  position: relative;
  margin-bottom: 30px;
}
.rt-portfolio-2 .rtin-item .item-img {
	position: relative;
	overflow: hidden;
}
.rt-portfolio-2 .rtin-item .item-img:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(transparent, #ff6d00), linear-gradient(transparent, #ff6d00);
  background-size: 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.rt-portfolio-2 .rtin-item .rtin-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  transform: translateY(-110%);
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  background-color: #f8f8f8;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 3px;
  color: #111111;
  font-size: 20px;
  transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
}
.rt-portfolio-2 .rtin-item .rtin-icon:hover {
  color: #ff6d00;
}
.rt-portfolio-2 .rtin-item .rtin-content {
  padding-top: 20px;
  transition: all 0.3s ease-out;
}
.rt-portfolio-2 .rtin-item .rtin-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.4;
}
.rt-portfolio-2 .rtin-item .rtin-content h3 a {
  color: #111111;
}
.rt-portfolio-2 .rtin-item .rtin-content h3 a:hover {
  color: #ff6d00;
}
.rt-portfolio-2 .rtin-item .rtin-content .rtin-cat {
  color: #111111;
  font-size: 16px;
  line-height: 1.5;
}
.rt-portfolio-2 .rtin-item .item-img:hover:before {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.rt-portfolio-2 .rtin-item .item-img:hover .rtin-icon {
  transform: translateY(-50%);
  top: 50%;
  opacity: 1;
  visibility: visible;
}
/*-------------------------------------
#. EL: portfolio 3
---------------------------------------*/
.rt-portfolio-3 .rtin-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.rt-portfolio-3 .rtin-item img {
  transform: scale(1);
  transition: all 1s ease-out;
}
.rt-portfolio-3 .rtin-item .rtin-content {
  padding: 30px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.rt-portfolio-3 .rtin-item:hover .rtin-content {
  bottom: 10%;
}
.rt-portfolio-3 .rtin-item .rtin-content .rtin-title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.rt-portfolio-3 .rtin-item .rtin-content .rtin-title a {
  color: #fff;
}
.rt-portfolio-3 .rtin-item .rtin-content .rtin-title a:hover {
  color: #ff6d00;
}
.rt-portfolio-3 .rtin-item .rtin-content .rtin-cat {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.rt-portfolio-3 .rtin-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rt-portfolio-3 .rtin-item:hover img {
  transform: scale(1.2);
}
.rt-portfolio-3 .rtin-item:before {
  opacity: 0.8;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rt-portfolio-3 .rtin-item:hover:before {
  opacity: 0.9;
  background-color: #111111;
}
/*-------------------------------------
#. EL: portfolio 4
---------------------------------------*/
.rt-portfolio-4 .rtin-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.rt-portfolio-4 .rtin-item .rtin-content {
	padding-top: 20px;
}
.rt-portfolio-4 .rtin-item .rtin-content p {
	margin-bottom: 0;
}
.rt-portfolio-4 .rtin-item .rtin-content .rtin-title {
	position: relative;
	padding-bottom: 12px;
	font-size: 24px;
	font-weight: 500;
}
.rt-portfolio-4 .rtin-item .rtin-content .rtin-title a {
  color: #111111;
}
.rt-portfolio-4 .rtin-item .rtin-content .rtin-title a:hover {
  color: #ff6d00;
}
.rt-portfolio-4 .rtin-item .rtin-content .rtin-title:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 3px;
	width: 50px;
	background: #ff6d00;
}
.rt-portfolio-4 .portfolio-button {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.rt-portfolio-4 .portfolio-button.rtin-light a {
	color: #ffffff;
}
/*-------------------------------------
#. EL: portfolio 5
---------------------------------------*/
.rt-portfolio-5 .rtin-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.rt-portfolio-5 .rtin-item .rtin-content {
	padding-top: 20px;
}
.rt-portfolio-5 .rtin-item .rtin-content p {
	margin-bottom: 0;
}
.rt-portfolio-5 .rtin-item .rtin-content .rtin-title {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 12px;
}
.rt-portfolio-5 .rtin-item .rtin-content .rtin-title a {
  color: #111111;
}
.rt-portfolio-5 .rtin-item .rtin-content .rtin-title a:hover {
  color: #ff6d00;
}
.rt-portfolio-5 .portfolio-button {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.rt-portfolio-5 .portfolio-button.rtin-light a {
	color: #ffffff;
}
/*-------------------------------------
#. EL: CTA
---------------------------------------*/
.rt-cta {
  padding: 55px 0;
  color: #fff;
}
@media all and (max-width: 767px) {
  .rt-cta {
    padding: 50px 0;
    text-align: center;
  }
}
.rt-cta .rtin-title {
  font-size: 28px;
  margin: 0 0 8px 0;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}
.rt-cta .rtin-button {
  text-align: right;
}
@media all and (max-width: 767px) {
  .rt-cta .rtin-button {
    text-align: center;
    margin-top: 20px;
  }
}
.rt-cta .row > div:last-child {
	display: flex;
	align-items: center;
}
@media(max-width:480px) {
	.rt-cta .row > div:last-child {
		display: initial;
	}
}
.cta-layout1 .rtin-title span {
	padding-left: 25px;
}
.cta-layout1 .rtin-title span i {
	padding-right: 10px;
}
.cta-layout1.light .rtin-title {
	color: #111111;
}
.rt-cta.cta-layout2 .rtin-title {
  font-size: 36px;
}
.cta-layout2 .rtin-sub-title {
	margin-top: 15px;
}
.cta-layout2.light .rtin-sub-title,
.cta-layout2.light .rtin-title {
	color: #111111;
}
/*-------------------------------------
#. EL: Counter
---------------------------------------*/
.rtin-counter-layout1 {
  text-align: center;
}
.rtin-counter-layout1 .rt-progress-circle {
  width: 140px;
  position: relative;
  margin: 0 auto;
}
.rtin-counter-layout1 .rt-progress-circle canvas {
  vertical-align: middle;
}
.rtin-counter-layout1 .rt-progress-circle .rtin-num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  word-wrap: break-word;
  padding: 0 15px;
}
.rtin-counter-layout1 .rtin-title {
  font-size: 20px;
  line-height: 1.2;
  margin: 20px 0 0;
  font-weight: 500;
}
.rtin-counter-layout2 .rtin-counter {
	font-weight: 500;
	margin-bottom: 20px;
}
.rtin-counter-layout2.rtin-left {
	text-align: left;
}
.rtin-counter-layout2.rtin-left .left {
	float: left;
	margin-right: 20px;
}
.rtin-counter-layout2.rtin-center {
	text-align: center;
}
.rtin-counter-layout2.rtin-center .center {
	margin-bottom: 20px;
}
.rtin-counter-layout2.rtin-right {
	text-align: right;
}
.rtin-counter-layout2.rtin-right .right {
	float: right;
	margin-left: 20px;
}
.rtin-counter-layout2 .rtin-right {
	display: table-cell;
	width: 100%;
}
.rtin-counter-layout2 .rtin-title {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
	color: #111111;
}
.rtin-counter-layout2 .rtin-content {
	color: #444444;
}
/*-------------------------------------
#. EL: Progress Bar
---------------------------------------*/
.rtin-progress-bar {
  overflow: hidden;
}
.rtin-progress-bar .rtin-name {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.rtin-progress-bar .progress {
  background-color: #f0f0f0;
  border-radius: 4px;
  box-shadow: none;
  height: 15px;
  overflow: visible;
  margin: 0;
}
.rtin-progress-bar .progress .progress-bar {
  border-radius: 4px;
  height: 15px;
  animation-duration: 1.5s;
  animation-delay: 1.2s;
  animation-name: fadeInLeft;
}
.rtin-progress-bar .progress .progress-bar > span {
  background-color: #333;
  float: right;
  font-size: 12px;
  margin-top: -25px;
  position: relative;
  padding: 5px;
}
.rtin-progress-bar .progress .progress-bar > span:before,
.rtin-progress-bar .progress .progress-bar > span::after {
  border: medium solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.rtin-progress-bar .progress .progress-bar > span:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
/*-------------------------------------
#. EL: Video
---------------------------------------*/
.rtin-video .rtin-play {
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 9;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  font-size: 30px;
  padding-left: 5px;
  background-color: #ff6d00;
  transition: all 0.5s ease-out;
}
.rtin-video .rtin-play:hover {
	color: #0d47a1;
}
.video-style1 .rtin-media {
	text-align: center;
}
.video-style2 .rtin-title {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.video-style2 img {
	width: 100%;
}
.video-style2 .rtin-content {
	position: absolute;
	bottom: 80px;
	left: 40px;
	right: 40px;
	color: #ffffff;
	text-align: center;
}
@media(max-width: 767px) {
	.background-image-fix {
		background-color: #ff6d00 !important;
	}
}
/*-------------------------------------
#. EL: Post Grid
---------------------------------------*/
.post-grid-default .rtin-single-post {
	margin-bottom: 30px;
}
.post-grid-default .rtin-single-post .rtin-content .rtin-date {
	display: block;
    font-size: 18px;
    color: #707070;
    margin-bottom: 10px;
}
.post-grid-default .rtin-single-post .rtin-img {
	margin-bottom: 20px;
	position: relative;
}
.post-grid-default .rtin-content .rtin-title {
    font-size: 22px;
	font-weight: 500;
}
@media(max-width:991px) {
	.post-grid-default .rtin-content .rtin-title {
		font-size: 20px;
		line-height: 1.4;
	}
}
.post-grid-default .rtin-content .rtin-title a {
	color: #111111;
}
.post-grid-default .rtin-content .rtin-title a:hover {
	color: #ff6d00
}
.post-grid-default .rtin-content .post-meta {
	position: relative;
}
.post-grid-default .rtin-content .post-meta .rtin-author a {
	padding-left: 10px;
}
.post-grid-default .rtin-content .post-meta .rtin-comments {
	position: absolute;
	right: 0;
}
.post-grid-default .rtin-content .post-meta i {
	padding-right: 8px;
	color: #c5c5c5;
}
.post-grid-default .rtin-content .post-meta a {
	color: #ff6d00
}
.post-grid-default .rtin-content .post-meta a:hover {
	color: #0d47a1
}
.post-grid-default .rtin-content p {
	margin-bottom: 0;
}
.post-grid-default.post-grid-style1 .rtin-content .rtin-title {
	border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.post-grid-default.post-grid-style2 .rtin-content .rtin-title {
	margin-bottom: 15px;
}
.post-grid-default.post-grid-style2 .rdtheme-button-2 {
	margin-top: 20px;
	padding: 10px 22px;
}
.post-grid-default.post-grid-style3 .rtin-single-post .rtin-img .rtin-date {
	position: absolute;
    bottom: 0;
    background: #ff6d00;
    left: 0;
    padding: 12px 18px;
    color: #ffffff;
}
.post-grid-default.post-grid-style3 .rtin-content .rtin-title {
	margin-bottom: 15px;
}
.post-grid-default.post-grid-style3 .rtin-content .post-meta {
	margin-bottom: 10px;
}
.post-grid-default.post-grid-style3 .rtin-content .post-meta a {
	color: #707070;
}
/*-------------------------------------
#. EL: Post Slider
---------------------------------------*/
.rt-post-slider .rtin-item {
  margin: 0 2px;
}
.rt-post-slider .rtin-item .rtin-thumbnail-area {
  display: block;
  position: relative;
  overflow: hidden;
}
.rt-post-slider .rtin-item .rtin-thumbnail-area:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.rt-post-slider .rtin-item .rtin-thumbnail-area:hover:before {
  animation: shine .75s;
}
.rt-post-slider .rtin-item .rtin-thumbnail-area img {
  transition: all 0.5s ease-out;
}
.rt-post-slider .rtin-item .rtin-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: -50px;
  padding: 12px 20px 8px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-out;
  color: #fff;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.rt-post-slider .rtin-item .rtin-meta li {
  display: inline;
  padding-right: 20px;
}
.rt-post-slider .rtin-item .rtin-meta li:last-child {
  padding-right: 0;
}
.rt-post-slider .rtin-item .rtin-meta li i {
  margin-right: 10px;
  width: 16px;
}
.rt-post-slider .rtin-item:hover .rtin-meta {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.rt-post-slider .rtin-item .rtin-content-area {
  background-color: #fff;
  padding: 25px 0 0 0;
}
.rt-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
.rt-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title a {
  color: #111111;
  transition: all 0.4s ease-out;
}
.rt-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title a:hover {
  color: #ff6d00;
}
.rt-post-slider .rtin-item .rtin-content-area .rdtheme-button-2 {
	margin-top: 5px;
	padding: 10px 22px;
}
/*-------------------------------------
#. EL: Pricing Table
---------------------------------------*/
/*pricing table 1*/
.rtin-pricing-layout1 .price-header {
	padding: 20px 0;
	text-align: center;
	background-color:#d80019;
}
.rtin-pricing-layout1 .price-header .rtin-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	color:#fff
}
.rtin-pricing-layout1 .price-header .rtin-pricing-price {
	border-top: 1px solid #e4e4e4;
	padding-top: 20px;
}
.rtin-pricing-layout1 .price-header .rtin-pricing-price .rtin-price {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	position: relative;
}

.rtin-pricing-layout1 .price-header .rtin-price .price-symbol {
	font-size: 30px;
	color: #b3b3b3;
	position: absolute;
	left: -20px;
}
.rtin-pricing-layout1 .price-header .rtin-price .price-unit {
	font-size: 16px;
	color: #fff;
}
.rtin-pricing-layout1 .rt-price-table-box {
	-webkit-box-shadow: 0 1px 0 0 rgba(111,111,111,.3);
    -moz-box-shadow: 0 1px 0 0 rgba(111,111,111,.3);
    box-shadow: 0 1px 0 0 rgba(111,111,111,.3);
}
.rtin-pricing-layout1 .rt-price-table-box ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.rtin-pricing-layout1 .rt-price-table-box ul li {
    font-size: 15px;
    padding: 15px 20px;
}
.rtin-pricing-layout1 .rt-price-table-box ul li:nth-child(2n) {
    background: #eaeff0;
    -webkit-transition: all .5s cubic-bezier(0.4,0,1,1);
    -moz-transition: all .5s cubic-bezier(0.4,0,1,1);
    -ms-transition: all .5s cubic-bezier(0.4,0,1,1);
    -o-transition: all .5s cubic-bezier(0.4,0,1,1);
    transition: all .5s cubic-bezier(0.4,0,1,1);
}
.rtin-pricing-layout1 .rt-price-table-box ul li:before {
    color: #0d49a7;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
    padding-right: 7px;
}
.rtin-pricing-layout1 .rt-price-table-box .rtin-price-button {
	padding: 0 15px 30px;
}
.rtin-pricing-layout1 .rt-price-table-box .rdtheme-button-5 {
	display: block;
	text-align: center;
}
.rtin-pricing-layout1.active-class .price-header .rtin-title,
.rtin-pricing-layout1.active-class .price-header .rtin-pricing-price .rtin-price,
.rtin-pricing-layout1.active-class .price-header .rtin-price .price-unit,
.rtin-pricing-layout1.active-class .price-header .rtin-price .price-symbol,
.rtin-pricing-layout1.active-class .rt-price-table-box ul li,
.rtin-pricing-layout1.active-class .rt-price-table-box ul li:before {
	color: #ffffff;
}
.rtin-pricing-layout1.active-class .rt-price-table-box ul li:nth-child(2n) {
    background: rgba(0,0,0,0.1);
}
.rtin-pricing-layout1.active-class {
	background-color: #0d49a7 !important;
}
.rtin-pricing-layout1:hover .price-header .rtin-title,
.rtin-pricing-layout1:hover .price-header .rtin-pricing-price .rtin-price,
.rtin-pricing-layout1:hover .price-header .rtin-price .price-unit,
.rtin-pricing-layout1:hover .price-header .rtin-price .price-symbol,
.rtin-pricing-layout1:hover .rt-price-table-box ul li,
.rtin-pricing-layout1:hover .rt-price-table-box ul li:before {
	color: #ffffff;
}
.rtin-pricing-layout1:hover .rt-price-table-box ul li:nth-child(2n) {
    background: rgba(0,0,0,0.1);
}
.rtin-pricing-layout1 {
	background: #f7f7f7;
    -webkit-transition: all .5s cubic-bezier(0.4,0,1,1);
    -moz-transition: all .5s cubic-bezier(0.4,0,1,1);
    -ms-transition: all .5s cubic-bezier(0.4,0,1,1);
    -o-transition: all .5s cubic-bezier(0.4,0,1,1);
    transition: all .5s cubic-bezier(0.4,0,1,1);
}
.rtin-pricing-layout1:hover {
	background-color: #0d49a7 !important;
}
/*pricing table 2*/
.rtin-pricing-layout2 {
	background: #f7f7f7;
}
.rtin-pricing-layout2 .price-header {
	background: #ff6d00;
	padding: 30px 0;
	text-align: center;
	-webkit-transition: all .5s cubic-bezier(0.4,0,1,1);
    -moz-transition: all .5s cubic-bezier(0.4,0,1,1);
    -ms-transition: all .5s cubic-bezier(0.4,0,1,1);
    -o-transition: all .5s cubic-bezier(0.4,0,1,1);
    transition: all .5s cubic-bezier(0.4,0,1,1);
}
.rtin-pricing-layout2 .price-header .rtin-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #ffffff;
}
.rtin-pricing-layout2 .price-header .rtin-pricing-price {
	padding-top: 0px;
	color: #ffffff;
}
.rtin-pricing-layout2 .price-header .rtin-pricing-price .rtin-price {
	font-size: 80px;
	font-weight: 500;
	line-height: 1;
	position: relative;
}

.rtin-pricing-layout2 .price-header .rtin-price .price-symbol {
	font-size: 30px;
	position: absolute;
	left: -20px;
}
.rtin-pricing-layout2 .price-header .rtin-price .price-unit {
	font-size: 16px;
}
.rtin-pricing-layout2 .rt-price-table-box {
	-webkit-box-shadow: 0 1px 0 0 rgba(111,111,111,.3);
    -moz-box-shadow: 0 1px 0 0 rgba(111,111,111,.3);
    box-shadow: 0 1px 0 0 rgba(111,111,111,.3);
}
.rtin-pricing-layout2 .rt-price-table-box ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.rtin-pricing-layout2 .rt-price-table-box ul li {
    font-size: 15px;
    padding: 15px 20px;
	text-align: center;
}
.rtin-pricing-layout2 .rt-price-table-box ul li:nth-child(2n) {
    background: #eaeff0;
}
.rtin-pricing-layout2 .rt-price-table-box .rtin-price-button {
	padding: 0 15px 30px;
}
.rtin-pricing-layout2 .rt-price-table-box .rdtheme-button-5 {
	display: block;
	text-align: center;
	-webkit-transition: all .5s cubic-bezier(0.4,0,1,1);
    -moz-transition: all .5s cubic-bezier(0.4,0,1,1);
    -ms-transition: all .5s cubic-bezier(0.4,0,1,1);
    -o-transition: all .5s cubic-bezier(0.4,0,1,1);
    transition: all .5s cubic-bezier(0.4,0,1,1);
}
.rtin-pricing-layout2:hover .rt-price-table-box .rdtheme-button-5 {
	display: block;
	text-align: center;
	background-color: #0d49a7;
}
.rtin-pricing-layout2:hover .price-header {
	background-color: #0d49a7;
}
.rtin-pricing-layout2.active-class .price-header,
.rtin-pricing-layout2.active-class .rt-price-table-box .rdtheme-button-5 {
    background: #0d49a7;
}
/*-------------------------------------
#. EL: About Text Social
---------------------------------------*/
.about-text-social .rtin-title {
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 30px;
}
.about-text-social ul.rtin-social {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 0;
}
.about-text-social ul.rtin-social li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.about-text-social ul.rtin-social li a {
}
.about-text-social ul.rtin-social li a i {
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    border-radius: 3px;
    width: 42px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.about-text-social ul.rtin-social li .fa-facebook {
	color: #3b5998;
}
.about-text-social ul.rtin-social li .fa-twitter {
	color: #55acee;
}
.about-text-social ul.rtin-social li .fa-linkedin {
	color: #1565c0;
}
.about-text-social ul.rtin-social li .fa-youtube-play {
	color: #e52d27;
}
.about-text-social ul.rtin-social li .fa-behance {
	color: #000000;
}
.about-text-social ul.rtin-social li .fa-dribbble {
	color: #e91e63;
}
.about-text-social ul.rtin-social li a:hover .fa-facebook {
	background: #3b5998;
	color: #ffffff;
}
.about-text-social ul.rtin-social li a:hover .fa-twitter {
	background: #55acee;
	color: #ffffff;
}
.about-text-social ul.rtin-social li a:hover .fa-linkedin {
	background: #1565c0;
	color: #ffffff;
}
.about-text-social ul.rtin-social li a:hover .fa-youtube-play {
	background: #e52d27;
	color: #ffffff;
}
.about-text-social ul.rtin-social li a:hover .fa-behance {
	background: #000000;
	color: #ffffff;
}
.about-text-social ul.rtin-social li a:hover .fa-dribbble {
	background: #e91e63;
	color: #ffffff;
}

/*-------------------------------------
#. EL: Elementor Default
---------------------------------------*/
.about1-section:before {
    position: absolute;
    content: "";
    background: #f6f6f6;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
	z-index: -1;
}
.about2-section:after {
    position: absolute;
    content: "";
    background: #f42f3b;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
	z-index: -1;
}
.about3-section:after {
    position: absolute;
    content: "";
    background: #0d47a1;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
	z-index: -1;
}
@media( max-width: 767px) {
	.about1-section:before {
		width: 100%;
	}
	.about2-section:after {
		width: 100%;
	}
	.about3-section:after {
		width: 100%;
		top: 50%;
	}
	.about2-section .rt-text-button .rtin-title,
	.about2-section .rtin-content,
	.about2-section .rtin-progress-bar .rtin-name{
		color: #ffffff !important;
	}
}

.rtin-contact-layout1 .contact-info > div {
	display: block;
	padding-bottom: 5px;
}
.rtin-contact-layout1 .contact-info span {
	padding-right: 5px;
}
.rtin-contact-layout1.dark .contact-info {
	color: #ffffff;
}
.rtin-contact-layout2 span {
	display: block;
	padding-bottom: 5px;
}
.rtin-contact-layout2 span i {
	padding-right: 10px;
}
.rtin-contact-layout2.dark span {
	color: #ffffff;
}
/*-------------------------------------
#. EL: Slider
---------------------------------------*/
.rt-el-slider {
  color: #fff;
  position: relative;
}
.rt-el-slider .rt-nivoslider {
  opacity: 0;
}
.rt-el-slider .rtin-content {
  display: table;
  height: 100%;
  width: 100%;
}
.rt-el-slider .rtin-content .rtin-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap {
  margin: 0 60px;
}
@media all and (max-width: 1199px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap {
    margin: 0 30px;
  }
}
@media all and (max-width: 991px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap {
    margin: 0 15px;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
  color: #222222;
  line-height: 1.2;
  font-size: 48px;
  font-weight: 600;
  padding: 0;
  margin: 0 auto;
  max-width: 1110px;
  text-align: left;
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title span {
  font-weight: 400;
}
@media all and (max-width: 1199px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
    font-size: 42px;
  }
}
@media all and (max-width: 991px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
    font-size: 36px;
  }
}
@media all and (max-width: 767px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
    font-size: 32px;
  }
}
@media all and (max-width: 480px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-title {
    font-size: 24px;
    line-height: 1;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle {
  line-height: 1.7;
  font-weight: 400;
  color: #444444;
  max-width: 1110px;
  margin: 25px auto 0;
  padding: 0;
  text-align: left;
}
@media all and (max-width: 767px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media all and (max-width: 480px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle {
    display: none;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle-mob {
  font-weight: 400;
  color: #bfbfbf;
  padding: 0;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.4;
  display: none;
}
@media all and (max-width: 480px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-subtitle-mob {
    display: block;
  }
}
.rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn {
  max-width: 1110px;
  margin: 40px auto 0;
  text-align: left;
}
.rt-el-slider .nivo-caption a {
    display: inline-block !important;
}
@media all and (max-width: 991px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn {
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn {
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  .rt-el-slider .rtin-content .rtin-content-inner .rtin-content-wrap .rtin-btn a {
    font-size: 13px;
    padding: 8px 15px;
  }
}
.rt-el-slider .rtin-content.rtin-odd .rtin-title {
  animation: fadeInRight 1000ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-odd .rtin-subtitle,
.rt-el-slider .rtin-content.rtin-odd .rtin-subtitle-mob {
  animation: fadeInRight 1500ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-odd .rtin-btn {
  animation: fadeInRight 2000ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-even .rtin-title {
  animation: fadeInLeft 1000ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-even .rtin-subtitle,
.rt-el-slider .rtin-content.rtin-even .rtin-subtitle-mob {
  animation: fadeInLeft 1500ms ease-in-out;
}
.rt-el-slider .rtin-content.rtin-even .rtin-btn {
  animation: fadeInLeft 2000ms ease-in-out;
}
.rt-el-slider .slider-direction {
  display: none;
}

.rt-el-slider .nivo-directionNav a.nivo-prevNav,
.rt-el-slider .nivo-directionNav a.nivo-nextNav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fe9000;
  transition: all 0.5s ease-out;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-prevNav,
  .rt-el-slider .nivo-directionNav a.nivo-nextNav {
    width: 30px;
    height: 30px;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:before,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 10px;
  transition: all 0.5s ease-out;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-prevNav:before,
  .rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
    font-size: 10px;
    top: 0;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:hover,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(255, 190, 0, 0.6);
  transition: all 0.5s ease-out;
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:hover:before,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #fff;
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav {
  left: 15px;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-prevNav {
    left: 10px;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  left: 17px;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-prevNav:before {
    left: 9px;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-nextNav {
  right: 15px;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-nextNav {
    right: 10px;
  }
}
.rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  right: 17px;
}
@media all and (max-width: 991px) {
  .rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
    right: 9px;
  }
}
.rt-el-slider .nivo-caption {
  height: 100%;
  opacity: 1;
  background: inherit;
}
.rt-el-slider .nivo-controlNav {
	position: absolute;
    left:50%;
    bottom: 0;
    transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    left: 50%;
    z-index: 8;
}
@media(max-width:1440px) {
	.rt-el-slider .nivo-controlNav {
		left: 50%;
	}
}
.rt-el-slider .nivo-controlNav .nivo-control {
    text-indent: -9999px;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #0d47a1;
    color: #0d47a1;
    margin-bottom: 1rem;
    display: inline-block;
	border-radius:50%;
	margin:0 5px
}
.rt-el-slider .nivo-controlNav .nivo-control.active {
	background-color: #fff!important;
}
/*-------------------------------------
#. EL: Faq
---------------------------------------*/
.seomaster-faq .elementor-accordion .elementor-tab-title {
	padding: 22px 10px 25px 0;
	font-weight: 500;
	line-height: 1.5;
}
.seomaster-faq .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right i {
	width:40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
}
.seomaster-faq .elementor-tab-title.elementor-active .elementor-accordion-icon.elementor-accordion-icon-right i {
	background-color: #ff6d00;
	border: 1px solid transparent;
}
.seomaster-faq .elementor-accordion .elementor-accordion-item,
.seomaster-faq .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
}
.seomaster-faq .elementor-accordion .elementor-tab-content {
	color: #444444;
	border-top: none;
	padding: 10px 0 10px;
}
