@charset "utf-8";
input[type="submit"] {
  border: none;
  padding: 10px 18px;
}
textarea {
  border: none;
  padding: 10px 18px;
  height: 150px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"] {
  height: 45px;
  padding: 10px 18px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
div textarea {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
input[type="submit"] {
  background: #009eed;
}
.rs-contact .contact-address .address-item {
  overflow: hidden;
  margin-top: 20px;
}
.rs-contact .contact-address .address-item .address-icon {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.rs-contact .contact-address .address-item .address-icon i {
  font-size: 25px;
}
.rs-contact .contact-address .address-item .address-text {
  float: left;
  width: 80%;
  padding-left: 15px;
}
.rs-contact .contact-address .address-item .address-text h3.contact-title {
  font-size: 16px;
  margin: 0;
  color: #1f2024;
}
.rs-contact .contact-address .address-item .address-text a {
  color: #1f2024;
}
.rs-contact .contact-address .address-item .address-text a:hover {
  color: #009eed;
}
.overlap-form .rs-heading {
  position: relative;
  z-index: 99;
}
.overlap-form .wpcf7 {
  background: #fff;
  padding: 0 40px !important;
  position: relative;
}
.overlap-form .wpcf7:before {
  background: #fff;
  content: "";
  height: 145px;
  left: 0;
  position: absolute;
  top: -145px;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
}
.overlap-form .wpcf7:after {
  background: #fff;
  content: "";
  height: 63px;
  left: 0;
  position: absolute;
  bottom: -53px;
  width: 100%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
}
.overlap-form .wpcf7 input[type="email"],
.overlap-form .wpcf7 input[type="text"] {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.overlap-form .wpcf7 textarea.wpcf7-textarea {
  width: 100%;
  margin-bottom: 5px;
}
.overlap-form .submit-btn {
  margin: 0 auto;
}
/* Blog Design */
.rs-blog-grid .pagination-area,
.rs-team .pagination-area {
  padding-bottom: 30px;
}
.rs-blog-grid .pagination-area {
  padding-bottom: 84px;
}
.page .comments-area {
  padding-top: 14px;
  clear: both;
}
.page .comments-area .comment-list li.comment .comment-body {
  padding-bottom: 0;
  position: relative;
  padding-left: 98px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.page .comments-area .comment-list li.comment .comment-author b {
  padding-right: 15px;
}
.page .comments-area .comment-list li.comment .comment-full {
  padding: 0;
  margin: 0;
}
.page .comments-area .comments-title {
  font-size: 20px;
}
.single-post .comments-area {
  padding-top: 14px;
  clear: both;
}
.single-post .comments-area .comment-list li.comment .comment-body {
  padding-bottom: 0;
  position: relative;
  padding-left: 98px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.single-post .comments-area .comment-list li.comment .comment-author b {
  padding-right: 15px;
}
.single-post .comments-area .comment-list li.comment .comment-full {
  padding: 0;
  margin: 0;
}
.single-post .comments-area .comments-title {
  font-size: 20px;
}
.rs-blog .cat_name {
  display: none;
}
.rs-blog .blog-meta .blog-title {
  margin: 0px 0 10px;
  font-weight: 600 !important;
}
.rs-blog .blog-meta .blog-title a {
  color: #212122;
}
.rs-blog .blog-meta .blog-title a:hover {
  color: #009eed;
}
.rs-blog .full-blog-content {
  padding: 0px 0 0 0;
}
.rs-blog .blog-slider .blog-meta {
  margin-top: 30px;
}
.rs-blog .blog-slider .blog-meta .blog-title {
  font-size: 22px;
}
.rs-blog .blog-slider .no-thumb .blog-meta {
  margin-top: 5px;
}
.rs-blog .blog-slider .style3.no-thumb .blog-img {
  margin-bottom: 12px;
}
.rs-blog .blog-slider .style3.no-thumb .blog-img .blog-meta {
  position: static;
  background: transparent;
  padding: 0;
  opacity: 1;
}
.rs-blog .blog-slider .style3.no-thumb .blog-img .blog-meta .blog-title {
  margin-top: 4px;
}
.rs-blog .blog-slider .style3.no-thumb .blog-img .blog-meta .blog-title a {
  color: #1f2024;
}
.rs-blog-grid.rs-blog .blog-meta .blog-title {
  line-height: 30px !important;
}
.rs-blog-grid.rs-blog .blog-item {
  margin-bottom: 0;
  border: none;
}
.full-blog-content {
  padding: 20px 30px 25px;
}
.full-blog-content .blog-meta {
  text-transform: initial;
}
.full-blog-content .full-date {
  background: #1f2024;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.full-blog-content .blog-title {
  margin: 4px 0 6px;
  line-height: 30px;
  font-weight: 600;
  font-size: 26px;
}
.full-blog-content .blog-title a {
  color: #222222;
}
.full-blog-content .blog-title a:hover {
  color: #009eed;
}
.full-blog-content .blog-date {
  padding: 0;
  color: #666666;
  margin-right: 0;
  line-height: normal;
}
.full-blog-content .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #666666;
}
.full-blog-content .author i {
  color: #666666;
  margin-right: 3px;
}
.no-post-author {
  font-weight: 600;
}
.author-box-wrap {
  border: 1px solid #f6f6f6;
  padding: 25px;
  margin-bottom: 48px;
  overflow: hidden;
}
.author-box-wrap .author-img {
  float: left;
}
.author-box-wrap .author-desc {
  padding-left: 30px;
  font-size: 14px;
  float: left;
  width: calc(100% - 150px);
}
.author-box-wrap .author-desc h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
.author-box-wrap .author-desc p {
  margin-bottom: 0;
}
.author-box-wrap .social-icons {
  margin-bottom: 5px;
}
.author-box-wrap .social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #666666;
  transition: all 0.3s ease 0s;
}
.author-box-wrap .social-icons a:hover {
  color: #009eed;
}
.author-box-wrap .post_count {
  background: #009eed;
  color: #fff;
  padding: 0px 14px;
  display: inline-block;
  margin-top: 10px;
}
.blog-item .blog-img .full-date {
  background: #1f2024;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.full-img-date {
  color: #fff;
}
.blog-date.img-date {
  border-radius: 3px;
  padding: 2px 15px !important;
}
.rs-blog .post-gallery-slider.cate-post-slider {
  margin-bottom: 50px;
  background: #fff;
}
.rs-blog .blog-item {
  margin-bottom: 47px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.rs-blog .blog-item.last-blog-item {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rs-blog .blog-slider .blog-item.style1 {
  border-bottom: none;
}
.archive .full-blog-content .full-date {
  margin-top: 0;
}
.blog .rs-blog .col-md-9 article:first-child .blog-item {
  border-top: none !important;
  padding-top: 0 !important;
}
.home-blog .rs-blog .blog-item {
  margin-bottom: 15px;
}
.blog .rs-blog .blog-item .blog-img {
  position: relative;
  border-radius: 0px;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content {
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 0px;
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease 0s;
  display: none;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  opacity: 0.75;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin-top: 15px;
  color: #009eed;
  margin-bottom: 0;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #009eed;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: #009eed;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content:hover .blog-img-content {
  top: 0;
}
.rs-blog-details .bs-img,
.rs-blog .bs-img,
.blog .bs-img,
.rs-blog-details .blog-img,
.rs-blog .blog-img,
.blog .blog-img {
  position: relative;
}
.rs-blog-details .bs-img .blog-date,
.rs-blog .bs-img .blog-date,
.blog .bs-img .blog-date,
.rs-blog-details .blog-img .blog-date,
.rs-blog .blog-img .blog-date,
.blog .blog-img .blog-date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: center;
  padding: 2px 22px;
  background: #1f2024;
  z-index: 99;
}
.rs-blog-details .bs-img .blog-date span,
.rs-blog .bs-img .blog-date span,
.blog .bs-img .blog-date span,
.rs-blog-details .blog-img .blog-date span,
.rs-blog .blog-img .blog-date span,
.blog .blog-img .blog-date span {
  display: block;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 12;
  height: 40px;
  padding-top: 3px;
}
.rs-blog-details .bs-img .blog-date span.date,
.rs-blog .bs-img .blog-date span.date,
.blog .bs-img .blog-date span.date,
.rs-blog-details .blog-img .blog-date span.date,
.rs-blog .blog-img .blog-date span.date,
.blog .blog-img .blog-date span.date {
  color: #fff;
  font-size: 24px;
  padding-top: 14px;
}
.rs-blog-details .bs-img .blog-date span.month,
.rs-blog .bs-img .blog-date span.month,
.blog .bs-img .blog-date span.month,
.rs-blog-details .blog-img .blog-date span.month,
.rs-blog .blog-img .blog-date span.month,
.blog .blog-img .blog-date span.month {
  font-size: 18px;
}
.rs-blog-details .blog-item.style1 .blog-meta .blog-date,
.rs-blog .blog-item.style1 .blog-meta .blog-date,
.blog .blog-item.style1 .blog-meta .blog-date {
  display: block;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date,
.rs-blog .blog-item.style2 .blog-img .blog-date,
.blog .blog-item.style2 .blog-img .blog-date {
  position: absolute;
  right: 10px;
  left: auto;
  bottom: 10px;
  width: 100px;
  height: 80px;
  padding: 0;
  z-index: 99;
  background: transparent;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date:after,
.rs-blog .blog-item.style2 .blog-img .blog-date:after,
.blog .blog-item.style2 .blog-img .blog-date:after,
.rs-blog-details .blog-item.style2 .blog-img .blog-date:before,
.rs-blog .blog-item.style2 .blog-img .blog-date:before,
.blog .blog-item.style2 .blog-img .blog-date:before {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 11;
  top: 0;
  left: 0;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date:before,
.rs-blog .blog-item.style2 .blog-img .blog-date:before,
.blog .blog-item.style2 .blog-img .blog-date:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 0 solid;
  border-bottom-color: #1f2024;
  border-top: 80px solid transparent;
  border-right: 100px solid #1f2024;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date:after,
.rs-blog .blog-item.style2 .blog-img .blog-date:after,
.blog .blog-item.style2 .blog-img .blog-date:after {
  display: none;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date:before,
.rs-blog .blog-item.style2 .blog-img .blog-date:before,
.blog .blog-item.style2 .blog-img .blog-date:before {
  border-top-width: 130px;
  border-right-width: 130px;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date span.date,
.rs-blog .blog-item.style2 .blog-img .blog-date span.date,
.blog .blog-item.style2 .blog-img .blog-date span.date {
  font-size: 24px;
  padding-left: 12px;
  padding-top: 10px;
  text-align: right;
  color: #fff !important;
  padding-right: 20px;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date span.month,
.rs-blog .blog-item.style2 .blog-img .blog-date span.month,
.blog .blog-item.style2 .blog-img .blog-date span.month {
  text-align: right;
  padding-right: 12px;
  font-size: 18px;
}
.rs-blog-details .blog-item.style2 .blog-meta .blog-date,
.rs-blog .blog-item.style2 .blog-meta .blog-date,
.blog .blog-item.style2 .blog-meta .blog-date {
  display: block;
}
.rs-blog-details .blog-item.style3 .blog-img,
.rs-blog .blog-item.style3 .blog-img,
.blog .blog-item.style3 .blog-img {
  margin-bottom: 25px;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-date,
.rs-blog .blog-item.style3 .blog-img .blog-date,
.blog .blog-item.style3 .blog-img .blog-date {
  right: 10px;
  left: auto;
  top: 10px;
  bottom: auto;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta,
.rs-blog .blog-item.style3 .blog-img .blog-meta,
.blog .blog-item.style3 .blog-img .blog-meta {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 25px;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title a,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title a,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title a {
  color: #fff;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title a:hover,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title a:hover,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title a:hover {
  color: #009eed;
}
.rs-blog-details .blog-item.style3 .bottom-shadow1,
.rs-blog .blog-item.style3 .bottom-shadow1,
.blog .blog-item.style3 .bottom-shadow1 {
  padding-top: 0;
}
#blog-home .owl-navigation-yes .owl-nav {
  top: -80px;
}
.bs-img {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.bs-img img {
  width: 100%;
}
.widget-title a {
  color: #fff;
}
.widget-title a:hover {
  color: #fff;
}
.widget-title a:visited {
  color: #fff;
}
/* -----------------------
    14. Blog Post
--------------------------*/
.rs-blog .grid-blog {
  margin-top: 50px;
}
.rs-blog .blog-item .blog-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
}
.rs-blog .blog-item .blog-img:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.rs-blog .blog-item .blog-img a {
  z-index: 11;
  position: relative;
}
.rs-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  background: #009eed;
  color: #fff !important;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #fff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.rs-blog .blog-item .blog-img:hover .blog-img-content {
  top: 0px;
  opacity: 1;
}
.rs-blog .blog-item .blog-img:hover .post-gallery-slider .owl-nav {
  opacity: 1;
}
.rs-blog .blog-item .blog-meta {
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-meta .seperator {
  padding-right: 7px;
}
.rs-blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rs-blog .blog-item .blog-meta .blog-date i {
  color: #666666;
  margin-right: 3px;
  font-size: 14px;
}
.rs-blog .blog-item .blog-meta .categories a {
  color: #666666;
}
.rs-blog .blog-item .blog-meta .categories a:hover {
  color: #009eed;
}
.rs-blog .blog-item .blog-meta .blog-lc {
  display: inline-block;
}
.rs-blog .blog-item .blog-meta .blog-lc > div {
  display: inline-block;
}
.rs-blog .blog-item .date-post {
  padding: 0;
  color: #666666;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
}
.rs-blog .blog-item span.author,
.rs-blog .blog-item span.category {
  padding: 0;
  color: #666666;
  margin-bottom: 10px;
  margin-left: 0;
  display: inline;
  position: relative;
  font-size: 14px;
}
.rs-blog .blog-item .blog-slidermeta {
  margin-bottom: 6px;
}
.rs-blog .blog-item .blog-slidermeta span.seperator {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.rs-blog .blog-item .blog-slidermeta span.category a {
  color: #666666;
}
.rs-blog .blog-item .blog-slidermeta span.category a:hover {
  color: #009eed;
}
.rs-blog .blog-item div.comment {
  padding: 0;
  color: #009eed;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: normal;
}
.rs-blog .blog-item .blog-author {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-blog .blog-item .blog-author .author-img {
  float: left;
}
.rs-blog .blog-item .blog-author .author-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.rs-blog .blog-item .blog-author .author-info {
  margin-left: 15px;
}
.rs-blog .blog-item .blog-author .author-info .author-name {
  font-size: 15px;
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-author .author-info .author-title {
  font-size: 14px;
}
.rs-blog .blog-item .blog-desc {
  margin: 0 0 15px;
  clear: both;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-button {
  padding: 0px 0 5px;
}
.rs-blog .blog-item .blog-button a {
  background: transparent;
  color: #222222;
  border: none;
  border-radius: 25px;
  padding-right: 25px;
  line-height: 30px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.rs-blog .blog-item .blog-button a:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  right: 0;
  opacity: 1;
  top: 3px;
  content: "\f178";
  font-size: 15px;
  font-family: fontawesome;
  font-weight: normal;
}
.rs-blog .blog-item .blog-button a:hover {
  padding-right: 30px;
  color: #009eed;
}
.rs-blog .blog-item .blog-button a:hover:before {
  opacity: 1;
}
.rs-blog .blog-item .blog-button a i {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  margin-left: 3px;
}
.rs-blog .full-layout {
  width: 100%;
}
.rs-blog .sidebar-none {
  display: none;
}
.rs-blog .home_full_blog {
  padding: 0;
}
.rs-blog .home_full_blog .blog-desc {
  margin-bottom: 20px;
}
.rs-blog .home_full_blog .blog-date {
  padding-top: 15px;
}
.cate-pages h2.blog-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.comment i {
  color: #999;
  font-size: 14px;
}
.archive .rs-blog .blog-item .blog-img,
.blog .rs-blog .blog-item .blog-img {
  margin-bottom: 30px !important;
}
.single-post .rs-blog-details .bs-meta {
  margin-top: 0;
  margin-bottom: 0px;
}
.single-post .rs-blog-details .bs-meta .author-name a {
  font-weight: 600;
}
.single-post .rs-blog-details .bs-meta li {
  color: #666666;
}
.single-post .rs-blog-details .type-post .single-content-full {
  padding-top: 0;
}
.home-blog-area .blog-item {
  padding: 0 1px;
  margin-bottom: 30px;
  background: transparent;
  border: none;
}
.home-blog-area .blog-item .content-overlay:before {
  border-radius: 5px;
}
.home-blog-area .blog-item .blog-img img {
  border-radius: 0;
}
.home-blog-area .home_full_blog {
  border: none;
  border-radius: 0 0 5px 5px;
}
.home-blog-area .blog-meta {
  margin-top: 20px;
}
.blog-seo .rs-blog .blog-item div.comment {
  padding: 6px 28px 5px;
}
#blog-home.blog-personel .owl-nav {
  display: none !important;
}
.ps-navigation {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul a {
  background: transparent;
  color: #666666;
  border-radius: 3px;
  font-weight: bold;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  vertical-align: middle;
}
.ps-navigation ul a i {
  vertical-align: text-top;
}
.ps-navigation ul a:hover {
  color: #009eed;
}
.ps-navigation ul a:hover span {
  color: #009eed !important;
}
.ps-navigation ul li.next {
  float: right;
}
.ps-navigation ul li.prev {
  float: left;
}
.ps-navigation ul li:nth-child(2) {
  text-align: right;
}
/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
.rs-blog-details {
  overflow: hidden;
}
.rs-blog-details .type-post {
  background: #fff;
}
.rs-blog-details .type-post .single-content-full {
  padding: 12px 0 0px;
  overflow: hidden;
}
.rs-blog-details .type-post .tag-line {
  padding: 0;
  color: #555;
}
.rs-blog-details .type-post .tag-line a {
  font-weight: 400;
  color: #555;
}
.rs-blog-details .type-post .tag-line a:hover {
  color: #009eed;
}
.rs-blog-details .bs-img {
  margin-bottom: 30px;
}
.rs-blog-details .bs-info {
  margin-bottom: 28px;
}
.rs-blog-details .ps-navigation ul {
  list-style: none;
  margin: 0;
}
.rs-blog-details .bs-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.rs-blog-details .single-page-info .p-user .author-img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}
.rs-blog-details .single-page-info .p-user .author-img img {
  border-radius: 3px;
}
.rs-blog-details .single-page-info .p-date,
.rs-blog-details .single-page-info .author-name,
.rs-blog-details .single-page-info .p-cname {
  padding: 0;
  color: #555;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.rs-blog-details .single-page-info .author-name {
  color: #555;
}
.rs-blog-details .bs-meta {
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0;
}
.rs-blog-details .bs-meta li {
  display: inline-block;
  margin-right: 10px;
}
.rs-blog-details .bs-meta li i {
  margin-right: 3px;
  font-size: 14px;
  color: #666666;
}
.rs-blog-details .bs-meta li a {
  color: #555;
}
.rs-blog-details .bs-meta li.category-name ul {
  margin: 0;
  float: left;
  padding-left: 8px;
}
.rs-blog-details .bs-meta li .seperator {
  padding-right: 10px;
}
.rs-blog-details .bs-desc {
  margin-top: 10px;
}
.rs-blog-details .bs-desc p:last-child {
  margin-bottom: 10px;
}
.rs-blog-details .bs-desc ul {
  margin-left: 20px;
}
.rs-blog-details .blockquote {
  padding-left: 30px;
  border-left: 4px solid #666666;
  display: block;
  margin: 40px 0;
  background: #f7f7f7;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 14px !important;
  border-radius: 5px;
}
.rs-blog-details .blockquote p {
  margin: 0;
}
.rs-blog-details .related-post {
  margin-top: 40px;
  padding: 0 15px;
}
.rs-blog-details .related-post .related-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 26px;
}
.rs-blog-details .related-post .blog-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.rs-blog-details .related-post .blog-title a {
  color: #1f2024;
}
.rs-blog-details .related-post .blog-title a:hover {
  color: #009eed;
}
.rs-blog-details .author-block {
  padding: 21px;
  overflow: hidden;
  margin-top: 45px;
  border: 1px solid #f6f6f6;
}
.rs-blog-details .author-block .author-img {
  float: left;
  padding-right: 30px;
}
.rs-blog-details .author-block .author-img img {
  border-radius: 50%;
}
.rs-blog-details .author-block .author-desc {
  float: left;
  width: calc(100% - 150px);
  text-align: left;
  font-size: 14px;
}
.rs-blog-details .author-block .social-icons {
  display: inline-block;
}
.rs-blog-details .author-block .social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #666666;
  transition: all 0.3s ease 0s;
}
.rs-blog-details .author-block .social-icons a:hover {
  color: #009eed;
}
.rs-blog-details .author-block .all-post {
  display: inline-block;
}
.rs-blog-details .author-block .all-post a {
  background: #009eed;
  color: #fff;
  padding: 0px 14px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 12px;
  border-radius: 3px;
}
.rs-blog-details .author-block .all-post a:hover {
  opacity: 0.8;
}
.rs-blog-details .author-block .author-title {
  margin: 0 0 10px 0 !important;
  font-size: 20px;
  position: relative;
  text-transform: capitalize;
}
.rs-blog-details .author-block .author-title:after {
  background: #009eed;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: auto;
  width: 120px;
  height: 1px;
  margin: 0 auto;
  display: none;
}
.rs-blog-details .author-block .author-title a {
  color: #212121;
}
.rs-blog-details .author-block p {
  margin-bottom: 8px;
}
.rs-blog-details .comment-respond {
  margin-top: 0px;
}
.rs-blog-details .comments-title {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 600;
  margin-top: 30px;
}
.rs-blog-details #reply-title {
  font-size: 18px;
  font-weight: 700 !important;
  margin-bottom: 33px;
  margin-top: 30px;
  position: relative;
  padding: 0 0 12px;
  text-transform: uppercase;
}
.rs-blog-details #reply-title:before {
  content: "";
  position: absolute;
  background: #009eed;
  height: 6px;
  width: 54px;
  left: 3px;
  bottom: 18px;
  z-index: -1;
  opacity: 0.5;
}
.rs-blog-details #reply-title small {
  font-size: 80%;
}
.rs-blog-details #reply-title small a {
  color: #222222;
}
.rs-blog-details #reply-title small a:hover {
  color: #009eed;
}
.rs-blog-details .comment-block {
  margin-top: 50px;
}
.rs-blog-details .comment-block .comment {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.rs-blog-details .comment-block .comment .comment-header {
  margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-header:before,
.rs-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
}
.rs-blog-details .comment-block .comment .comment-header:after {
  clear: both;
}
.rs-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
}
.rs-blog-details .comment-block .comment h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.rs-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}
.author-img img {
  border-radius: 50%;
}
.rs-blog .blog-item.style3 {
  padding: 0;
}
.rs-blog .blog-item.style3 .blog-no-thumb {
  margin-bottom: 0;
}
.rs-blog .blog-item.style3 .blog-no-thumb .blog-meta {
  margin: 0;
  z-index: 9;
}
.rs-blog .blog-item.style3 .blog-no-thumb .blog-meta .blog-title {
  margin-top: 5px;
}
.rs-blog .blog-item.style3 .blog-no-thumb .blog-meta .blog-title a {
  color: #fff;
}
.rs-blog .blog-item.style3 .blog-img:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
}
.rs-blog .blog-item.style3 .bottom-shadow1.no-thumb .blog-meta {
  margin-top: 16px;
}
.rs-blog .blog-item.style3 .all-date-sec {
  color: #fff;
}
.rs-blog .blog-item.style3 .all-date-sec i {
  color: #fff !important;
}
.rs-blog .blog-item.style3:hover .blog-no-thumb .blog-meta .blog-title a {
  color: #009eed;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}
.single #content h3,
.single #content h4 {
  margin-bottom: 17px;
  font-weight: 600;
}
.single #content h1,
.single #content h2 {
  margin-bottom: 18px;
  margin-top: 25px;
  font-weight: 600;
}
.single .ps-navigation {
  margin: 23px 0 17px;
}
.single .ps-navigation .prev {
  width: 50%;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
  margin-top: 2px;
}
.single .ps-navigation .next {
  width: 50%;
}
.single .ps-navigation .next i {
  margin-left: 10px;
  margin-top: 3px;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}
.single .ps-navigation .next_link i {
  color: #999;
}
.single .ps-navigation .link_text {
  color: #222222;
}
.single .ps-navigation a:hover i {
  color: #009eed;
}
.single-post .ps-navigation {
  border-top: 1px solid #f6f6f6;
  padding: 41px 0 0;
}
.single-post .ps-navigation .link_text {
  font-size: 18px;
  font-weight: 600;
}
.single-post .ps-navigation .next_link {
  font-size: 12px;
  font-weight: 600;
}
.single-post .full-date {
  background: #1f2024;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
  padding: 0 0 12px;
  position: relative;
  font-size: 14px;
  color: #666666;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.btm-cate li a {
  color: #666666;
}
.btm-cate li a:hover {
  color: #009eed;
}
.btm-cate li .seperator {
  padding-right: 7px;
}
.btm-cate li i {
  color: #666666;
  margin-right: 4px;
}
.btm-cate li .fa.fa-tag {
  margin-right: 8px;
  color: #bbb;
}
.btm-cate .category-name i {
  margin-right: 3px;
  color: #666666;
}
.btm-cate .tag-line {
  position: relative;
  padding-left: 2px;
  color: #666666;
}
.full-slider-news .blog-img {
  position: relative;
}
.full-slider-news .blog-img .blog-meta {
  color: #fff;
  position: absolute;
  bottom: 22px;
  left: 30px;
  margin: 0;
  padding-right: 40px;
  z-index: 1;
}
.full-slider-news .blog-img .blog-meta span {
  width: auto;
  height: auto;
  color: #ccc;
}
.full-slider-news .blog-img .blog-meta span.author {
  margin: 0;
  font-size: 14px;
}
.full-slider-news .blog-img .blog-meta .all-date-sec {
  font-size: 14px;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
.full-slider-news .blog-img .blog-meta span.author-by {
  margin: 0 20px;
}
.full-slider-news .blog-img .blog-meta span.seperator {
  display: none;
}
.full-slider-news .blog-img .blog-meta i {
  margin-right: 5px;
  font-size: 14px;
}
.full-slider-news .blog-img .blog-meta .blog-title {
  font-size: 30px;
  margin: 20px 0 17px;
}
.full-slider-news .blog-img .blog-meta .blog-title a {
  color: #fff;
}
.full-slider-news .blog-img .blog-meta .blog-button a {
  color: #fff;
}
.full-slider-news .blog-img .home_full_blog .blog-desc {
  padding: 0px;
  margin: 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.full-slider-news .blog-img:hover .blog-title a {
  color: #009eed;
}
.full-slider-news.style_grid4.blog-item {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  padding-right: 0;
  padding-left: 10px;
}
.full-slider-news.style_grid4.blog-item .blog-meta {
  bottom: 25px;
  padding-right: 20px;
}
.full-slider-news.style_grid4.blog-item .empty-thumb {
  margin-bottom: 20px;
}
.full-slider-news.style_grid4.blog-item .empty-thumb .blog-meta {
  position: static;
  padding: 0;
}
.full-slider-news.style_grid4.blog-item .empty-thumb .blog-meta .blog-title a {
  color: #222222;
}
.full-slider-news.style_grid4.blog-item .empty-thumb .cate-home {
  position: static;
}
.full-slider-news.style_grid4.blog-item .empty-thumb .cate-home .category {
  margin-right: 0;
}
.full-slider-news.style_grid4.blog-item .empty-thumb:after {
  display: none !important;
}
.full-slider-news.style_grid4.blog-item .blog-title {
  font-size: 20px;
  margin: 5px 0;
}
.full-slider-news.style_grid4.blog-item .blog-img img {
  transition: all 0.5s ease 0s;
}
.full-slider-news.style_grid4.blog-item .blog-img:hover img {
  filter: grayscale(100%);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cate-home {
  color: #fff;
  position: absolute;
  top: 13px;
  right: 15px;
  margin: 0;
  z-index: 2;
}
.cate-home .category a {
  background: #009eed;
  color: #fff;
  padding: 3px 10px 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 4px;
}
.cate-home .category a:last-child {
  margin-left: 10px;
}
.cate-home .category a:hover {
  background: #1f2024;
}
.search-wrap button .flaticon-search:before {
  font-size: 21px;
}
.inner-blog .cate-home {
  position: relative;
  top: 0;
  left: 0;
}
.post-gallery-slider {
  overflow: hidden;
}
.post-gallery-slider img {
  width: auto;
}
.post-gallery-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: all .5s ease;
}
.post-gallery-slider .owl-nav .owl-prev {
  float: left;
  padding: 0 7px;
  background: #009eed;
  color: #fff;
  cursor: pointer;
}
.post-gallery-slider .owl-nav .owl-prev .flaticon-back-1:before {
  font-size: 12px;
}
.post-gallery-slider .owl-nav .owl-next {
  float: left;
  padding: 0 7px;
  background: #009eed;
  color: #fff;
  cursor: pointer;
  margin-left: 1px;
}
.post-gallery-slider .owl-nav .owl-next .flaticon-next:before {
  font-size: 12px;
}
.post-gallery-slider.slider-hot {
  position: relative;
}
.post-gallery-slider.slider-hot .owl-nav {
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.post-gallery-slider.slider-hot .owl-nav .owl-next {
  float: right;
  background: none;
  transition: all .8s ease;
}
.post-gallery-slider.slider-hot .owl-nav .owl-next .flaticon-next:before {
  font-size: 30px;
  color: #009eed;
}
.post-gallery-slider.slider-hot .owl-prev {
  background: none;
  transition: all .8s ease;
}
.post-gallery-slider.slider-hot .owl-prev .flaticon-back-1:before {
  font-size: 30px;
  color: #009eed;
}
.post-gallery-slider.slider-hot.slider-hot-one .owl-nav .owl-next .flaticon-next:before {
  font-size: 20px;
}
.post-gallery-slider.slider-hot.slider-hot-one .owl-nav .owl-prev .flaticon-back-1:before {
  font-size: 20px;
}
.post-gallery-slider.slider-hot:hover .owl-nav {
  opacity: 1;
}
.post-gallery-slider.slider-hot:hover .owl-nav .owl-next {
  padding-right: 30px;
}
.post-gallery-slider.slider-hot:hover .owl-nav .owl-prev {
  padding-left: 30px;
}
.post-gallery-slider.cate-post-slider {
  position: relative;
}
.post-gallery-slider.cate-post-slider .owl-nav {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.post-gallery-slider.cate-post-slider .owl-nav .owl-next {
  float: right;
  background: none;
  transition: all .8s ease;
}
.post-gallery-slider.cate-post-slider .owl-nav .owl-next .flaticon-next:before {
  font-size: 30px;
  color: #009eed;
}
.post-gallery-slider.cate-post-slider .owl-prev {
  background: none;
  transition: all .8s ease;
}
.post-gallery-slider.cate-post-slider .owl-prev .flaticon-back-1:before {
  font-size: 30px;
  color: #009eed;
}
.post-gallery-slider.cate-post-slider:hover .owl-nav {
  opacity: 1;
}
.post-gallery-slider.cate-post-slider:hover .owl-nav .owl-next {
  padding-right: 30px;
}
.post-gallery-slider.cate-post-slider:hover .owl-nav .owl-prev {
  padding-left: 30px;
}
.post-gallery-slider.cate-post-slider2 {
  padding: 0;
}
.post-gallery-slider article {
  position: relative;
}
.post-gallery-slider article .blog-img2 {
  position: relative;
}
.post-gallery-slider article .blog-img2:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
}
.post-gallery-slider article .full-blog-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #fff;
}
.post-gallery-slider article .full-blog-content .get_date_format2 .author {
  color: #ccc;
}
.post-gallery-slider article .full-blog-content .blog-title {
  margin: 10px 0 10px;
}
.post-gallery-slider article .full-blog-content .blog-title a {
  color: #fff;
}
.post-gallery-slider article .full-blog-content .blog-desc p {
  margin: 0;
}
.post-gallery-slider.gallery-slider-single {
  margin-bottom: 28px;
}
.news-styles4 .owl-carousel:hover .owl-nav [class*="owl-"].owl-prev {
  left: 10px !important;
  border-radius: 5px;
}
.news-styles4 .owl-carousel:hover .owl-nav [class*="owl-"].owl-next {
  right: 10px !important;
  border-radius: 5px;
}
.comment-respond .form-field {
  margin-bottom: 30px;
  position: relative;
}
.comment-respond .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comment-respond .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
  clear: both;
}
.comment-respond .form-submit #submit {
  background: #009eed;
  position: relative;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 3px;
  line-height: normal;
  font-size: 17px;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}
.comment-respond .form-submit #submit:hover {
  background: #1f2024;
  color: #fff;
  opacity: 0.9;
}
.readmore2 a i::before {
  font-size: 15px;
  top: 2px;
  position: relative;
}
.readmore2 a i {
  padding-left: 5px;
}
.readmore2 a {
  color: #222222;
  font-weight: 600;
}
.readmore2 a:hover {
  color: #009eed;
}
.comments-area {
  margin-top: 0;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 0;
  margin: 20px 0 25px;
  border-radius: 5px;
  list-style: none;
}
.comments-area .comment-list li.comment .children .comment-full {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 30px !important;
}
.comments-area .comment-list li.comment .comment-full {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.comments-area .comment-list li.comment .comment-full .comment-body {
  position: relative;
  padding-left: 98px;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.comments-area .comment-list li.comment #respond {
  padding-left: 98px;
  padding-bottom: 12px;
  padding-top: 0px;
}
.comments-area .comment-list li.comment .comment-author {
  text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
  color: #222222;
}
.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 5px;
  position: absolute;
  left: 0;
}
.comments-area .comment-list li.comment .comment-author b {
  float: left;
  padding-right: 5px;
  padding-top: 0;
}
.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 0;
  margin-top: 0;
  font-size: 14px;
  padding-top: 0;
}
.comments-area .comment-list li.comment .comment-metadata a time {
  color: #666666;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 0;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}
.comments-area .comment-list li.comment .comment-content p {
  margin-bottom: 4px;
  color: #666;
}
.comments-area .comment-list li.comment .reply {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: left;
}
.comments-area .comment-list li.comment .reply a {
  position: relative;
  margin-left: 0;
  border: 2px solid;
  border-color: #009eed;
  background: #009eed;
  color: #ffffff;
  padding: 3px 20px 4px;
  border-radius: 3px;
}
.comments-area .comment-list li.comment .reply a:hover {
  border: 2px solid;
  border-color: #009eed;
  background: #009eed;
  color: #fff;
  opacity: 0.9;
}
.comments-area .comment-list li.comment .comment {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
  padding-right: 0;
  margin-left: 2.5em;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 52px;
}
.comments-area p.comment-form-author {
  float: left;
  width: 50%;
  padding-right: 25px;
  margin-bottom: 8px;
}
.comments-area p.comment-form-author label {
  display: block;
}
.comments-area p.comment-form-author input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comments-area p.comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.comments-area p.comment-form-email label {
  display: block;
}
.comments-area p.comment-form-email input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comments-area p.comment-form-url {
  clear: both;
}
.comments-area p.comment-form-url label {
  display: block;
}
.comments-area p.comment-form-url input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
.comments-area p.comment-form-comment label {
  display: block;
}
.comments-area p.comment-form-comment textarea {
  width: 100%;
  height: 160px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comments-area .comment-navigation {
  overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area label {
  font-weight: 400;
}
.comment-full .comment-form-cookies-consent,
.comment-full .comment-form-url {
  display: none;
}
.inner-page-title {
  padding-top: 70px;
}
.meta-single {
  padding-bottom: 30px;
}
.meta-single .page-title {
  margin: 0 0 22px !important;
  word-break: break-word;
}
.meta-single .p-user {
  padding-left: 8px;
}
.meta-single img {
  border-radius: 50%;
}
i.fa-calendar-check-o {
  font-size: 12px !important;
  position: relative;
  top: 1px;
}
.dynamic-sidebar section.widget,
.dynamic-sidebar .recent-widget {
  background: #fff;
  padding: 0 0 0 20px;
  border-radius: 5px;
}
.dynamic-sidebar .widget_darpan_flickr {
  margin-top: 8px;
}
.dynamic-sidebar #wp-calendar th {
  text-align: center;
  color: #fff;
  background: #009eed;
}
.dynamic-sidebar .widget select {
  height: 48px;
  margin: 0 0 10px;
}
.dynamic-sidebar .widget-title {
  margin: 0 0 18px;
}
.sidebar-widgets.widget_media_image a {
  text-align: center;
  background: #ffffff;
  display: block;
}
.bs-sidebar .widget_meta .sub-menu li:first-child,
.bs-sidebar .widget_pages .sub-menu li:first-child,
.bs-sidebar .widget_recent_entries .sub-menu li:first-child,
.bs-sidebar .widget_nav_menu .sub-menu li:first-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.padding-left-sidebar .dynamic-sidebar section.widget,
.padding-left-sidebar .dynamic-sidebar .recent-widget {
  padding: 0 0 0 0px;
}
#respond {
  border-radius: 5px;
}
li.comment #respond {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.check-arrow {
  padding: 0;
}
.check-arrow li {
  position: relative;
  list-style: none;
  padding: 0 0 0 26px;
}
.check-arrow li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 4px;
  right: auto;
  top: 0px;
  font-size: 14px;
  color: #009eed;
}
.check-circle {
  padding: 0;
}
.check-circle li {
  position: relative;
  list-style: none;
  padding: 0 0 0 26px;
}
.check-circle li:before {
  font-family: FontAwesome;
  content: "\f058";
  position: absolute;
  left: 0;
  right: auto;
  top: 0px;
  font-size: 18px;
  color: #009eed;
  width: 40px;
  height: 40px;
}
.social-share-sec {
  margin: 0;
  padding: 20px 0 16px;
  list-style: none;
  overflow: hidden;
}
.social-share-sec li {
  display: inline-block;
  margin-right: 5px;
}
.social-share-sec li a {
  font-size: 15px;
  display: block;
  width: 40px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
}
.social-share-sec li a.facebook {
  background: #3c5a99;
  color: #fff;
}
.social-share-sec li a.twitter {
  background: #38A1F3;
  color: #fff;
}
.social-share-sec li a.pinterest {
  background: #bd071d;
  color: #fff;
}
.social-share-sec li a.reddit {
  background: #ff4301;
  color: #fff;
}
.social-share-sec li a.linkedin {
  background: #0177b5;
  color: #fff;
}
.social-share-sec li a.google-plus {
  background: #ea4335;
  color: #fff;
}
.social-share-sec li a.tumblr {
  background: #36465d;
  color: #fff;
}
.social-share-sec li a:hover {
  opacity: .8;
}
.social-share-sec li .share-text {
  display: block;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
.social-share-sec.social-share-sec-top {
  padding: 30px;
  background: #f9f9f9;
  margin: 0 0 22px;
}
.single-page-info2 {
  background: #f9f9f9;
  padding: 30px 40px 30px;
  border-left: 5px solid #009eed;
}
.single-page-info2 ul.bs-meta {
  margin: 0 !important;
  padding: 0;
}
.single-page-info2 .social-share-sec {
  padding: 0;
  margin: 15px 0 6px;
}
.search-results .rs-breadcrumbs .breadcrumbs-inner span {
  font-size: 40px;
}
.tag-sec {
  margin: 0;
  padding: 35px 0 28px;
  font-size: 13px;
  list-style: none;
  overflow: hidden;
  font-weight: 600;
}
.tag-sec li a {
  font-size: 13px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #666666;
  border: 1px solid #f0f0f0;
  padding: 2px 10px;
  margin-right: 8px;
  border-radius: 5px;
}
.tag-sec li a:hover {
  background: #009eed;
  color: #fff;
  border-color: #009eed;
}
.tag-sec a:first-child {
  margin-left: 0;
}
/* ------------------------------------
    23. Related Posts Here 
---------------------------------------*/
.related-posts .relateds-text {
  font-size: 18px;
  padding-top: 16px;
  margin-bottom: 0;
  margin-top: 24px;
  padding: 16px 0 12px;
  font-weight: 700;
  color: #303745;
  text-transform: uppercase;
  position: relative;
}
.related-posts .relateds-text:before {
  content: "";
  position: absolute;
  background: #009eed;
  height: 6px;
  width: 54px;
  left: 3px;
  bottom: 21px;
  z-index: -1;
  opacity: 0.5;
}
.related-posts ul {
  list-style: none;
  margin-bottom: 0;
}
.related-posts ul li .related-thum {
  margin: 0;
}
.related-posts ul li span.date {
  color: #666666;
  display: block;
  margin: 14px 0 4px;
  font-size: 14px;
}
.related-posts ul li i {
  margin-right: 5px;
}
.related-posts ul li h3 {
  font-size: 16px;
  margin: 0;
  line-height: 23px !important;
  margin-bottom: 0 !important;
}
.related-posts ul li h3 a {
  color: #222222;
}
.related-posts ul li:hover h3 a {
  color: #009eed;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
  color: #222222;
  font-weight: 600;
  margin: 0 0 32px;
  display: block;
  font-family: 'Work Sans', sans-serif;
}
.bs-sidebar .widget-title {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bs-sidebar .widget-title:before {
  content: "";
  position: absolute;
  background: #009eed;
  height: 6px;
  width: 54px;
  left: 3px;
  bottom: 10px;
  z-index: -1;
  opacity: 0.5;
}
.bs-sidebar .widget-title span {
  display: inline-block;
}
.bs-sidebar .popular_posts.style3 .recent-widget .recent-popular-widget li .post-item .post-desc a {
  font-size: 16px !important;
  line-height: 23px !important;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar .gallery-item {
  margin-top: 0;
}
.bs-sidebar .recent-widget.popular-widget .recent-popular-widget li {
  border: none;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 0;
}
.bs-sidebar .recent-widget.popular-widget .recent-popular-widget li:first-child {
  border: none;
  margin-top: 0;
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar ul a {
  color: #222222;
  transition: all 0.3s ease 0s;
}
.bs-sidebar ul a:hover {
  color: #009eed;
}
.bs-sidebar ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 10px;
  padding-top: 10px;
}
.bs-sidebar ul li:first-child {
  border-top: none;
}
.bs-sidebar .widget_categories ul li {
  padding: 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 0px;
}
.bs-sidebar .widget_categories ul li a {
  position: relative;
  padding: 10px 0px 10px 14px;
  display: inline-block;
}
.bs-sidebar .widget_categories ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 8px;
  color: #1f2024;
}
.bs-sidebar .widget_categories ul li ul {
  margin-left: 20px;
}
.bs-sidebar .widget_categories ul li ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_recent_comments ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
.bs-sidebar .widget_recent_comments ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.bs-sidebar .widget_archive ul li {
  border: none;
  position: relative;
  padding: 6px 0px 6px 14px;
  margin: 0;
}
.bs-sidebar .widget_archive ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: #666666;
}
.bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .bs-search input {
  border: 1px solid #ddd;
  color: #666666;
  padding: 15px 16px;
  width: 100%;
  border-radius: 5px;
}
.bs-sidebar .bs-search button {
  background: transparent;
  border: medium none;
  color: #555555;
  padding: 7px 16px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  outline: none;
  border-radius: 0 5px 5px 0;
}
.bs-sidebar .bs-search button:hover {
  color: #fff;
}
.bs-sidebar .bs-search button:hover i {
  color: #fff;
}
.bs-sidebar .bs-search label {
  display: inline;
  font-weight: normal;
}
.bs-sidebar .widget_categories ul,
.bs-sidebar .widget_recent_entries ul,
.bs-sidebar .widget_archive ul,
.bs-sidebar .widget_meta ul {
  list-style: none;
}
.bs-sidebar .recent-post-widget .show-featured:first-child {
  margin-top: 8px;
  border: none;
}
.bs-sidebar .recent-post-widget > div + div {
  margin-top: 20px;
}
.bs-sidebar .recent-post-widget .post-date {
  font-size: 13px;
  color: #666666;
}
.bs-sidebar .recent-post-widget .post-title {
  font-weight: 600;
  margin-bottom: 0;
}
.bs-sidebar .recent-post-widget .post-title a {
  font-size: 15px;
}
.bs-sidebar .recent-post-widget .show-featured {
  display: table;
  width: 100%;
}
.bs-sidebar .recent-post-widget .show-featured .post-img {
  width: 40.5%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.bs-sidebar .recent-post-widget .show-featured .post-img a img {
  border-radius: 0;
}
.bs-sidebar .recent-post-widget .show-featured .post-item {
  display: table-cell;
  vertical-align: middle;
}
.bs-sidebar .recent-post-widget .post-desc a {
  display: block;
  line-height: 23px;
  color: #222222;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
  color: #009eed;
}
.bs-sidebar .recent-post-widget .post-desc span {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}
.bs-sidebar .recent-post-widget .post-desc span.date-post {
  margin-top: 5px;
}
.bs-sidebar .recent-post-widget .post-desc span.date-post i {
  font-size: 14px;
  margin-right: 5px;
}
.bs-sidebar .tagcloud a {
  display: inline-block;
  margin: 10px 3px 0px 0;
  line-height: 20px;
  padding: 6px 12px;
  font-size: 13px !important;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #ffffff;
  color: #666666;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.bs-sidebar .tagcloud a:hover {
  background-color: #009eed;
  color: #fff;
  border: 1px solid #009eed;
}
.bs-sidebar ul > li > :first-child {
  border: none;
  padding-top: 0;
}
.widget_categories ul > li:first-child {
  border-top: none;
}
.bottom-shadow1 {
  padding: 38px 0 20px 0;
}
.bottom-shadow1.no-thumb {
  padding-top: 0;
}
.cate-single ul {
  margin: 0;
  margin: 0 0 20px;
  list-style: none;
}
.cate-single ul li {
  display: inline-block;
}
.cate-single ul li a {
  padding: 5px 12px 4px;
  background: #009eed;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
}
.cate-single ul li a:hover {
  background: #1f2024;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}
body.search .entry-summary .blog-button a.readmore i {
  position: relative;
  top: 1px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
body.search article:hover .blog-button a.readmore i {
  margin-left: 10px;
}
.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 1px solid #ddd;
  color: #666666;
  padding: 15px 16px;
  width: 100%;
  border-radius: 5px;
}
.bs-search button {
  background: transparent;
  border: medium none;
  padding: 7px 16px;
  position: absolute;
  color: #666666;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 20px;
  outline: none;
  border-radius: 0;
}
.bs-search button:hover {
  color: #fff;
  background: #009eed;
}
.bs-search label {
  display: inline;
  font-weight: normal;
}
article.sticky .blog-title a {
  color: #009eed;
  position: relative;
  padding-left: 25px;
}
article.sticky .blog-title a:after {
  font-family: FontAwesome;
  content: "\f08d";
  position: absolute;
  left: 0;
  top: 2px;
  color: #009eed;
  font-size: 25px;
}
.archive-post h3.blog-title a {
  color: #009eed;
}
.archive-post h3.blog-title a:hover {
  color: #009eed;
}
body.blog .post-video.post-video2 .overley {
  opacity: 1;
  transform: scaleY(1);
}
body.blog .post-video .overley .videos-icon {
  z-index: 9999;
  opacity: 1;
}
body.blog i.fa-user-o {
  font-size: 13px;
}
i.fa-user-o {
  font-size: 13px !important;
}
body.archive .post-video.post-video2 .overley {
  opacity: 1;
  transform: scaleY(1);
  bottom: auto;
  top: 50%;
}
body.archive i.fa-user-o {
  font-size: 13px;
}
body.archive .post-video .overley .videos-icon {
  z-index: 9999;
  opacity: 1;
}
body.archive .videos-icon i:before {
  font-size: 70px !important;
  line-height: 84px !important;
}
body.archive .cate-home {
  position: relative;
  top: 0;
  left: 0;
}
body.archive .cate-home ul {
  overflow: hidden;
  margin: 0;
  padding: 0 0 3px;
  list-style: none;
}
body.archive .cate-home ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
body.archive .cate-home ul li a {
  background: #009eed;
  color: #fff;
  padding: 3px 10px 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
}
body.archive .cate-home ul li a:hover {
  background: #1f2024;
}
body.archive .blog-item .blog-img2 {
  position: relative;
  padding-bottom: 30px;
}
body.archive .blog-item .blog-img2 img {
  border-radius: 3px 3px 0 0;
}
body.archive .blog-item .blog-meta .btm-cate {
  padding: 0;
  margin: 10px 0 8px;
  text-align: center;
}
body.archive .blog-item .blog-meta .btm-cate li {
  display: inline-block;
}
body.archive .cate-pages .owl-nav .owl-prev i {
  display: none;
}
body.archive .cate-pages .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 28px;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
}
body.archive .cate-pages .owl-nav .owl-prev:hover:before {
  border-color: #009eed;
}
body.archive .cate-pages .owl-nav .owl-next i {
  display: none;
}
body.archive .cate-pages .owl-nav .owl-next:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 28px;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
}
body.archive .cate-pages .owl-nav .owl-next:hover:before {
  border-color: #009eed;
}
body.archive .category-page .blog-item .get_date_format2 {
  margin: 20px 0 5px;
}
body.archive .category-page .col-md-8 .post-cate-sec .col-sm-12.col-xs-12 .blog-item {
  margin: 0;
  overflow: hidden;
}
body.archive .category-page .col-md-8 .post-cate-sec .col-sm-12.col-xs-12 .blog-item .blog-img2 {
  float: left;
  width: 50%;
}
body.archive .category-page .col-md-8 .post-cate-sec .col-sm-12.col-xs-12 .blog-item .full-blog-content {
  float: left;
  width: 50%;
}
body.archive .category-page .col-md-8 .post-cate-sec .col-sm-12.col-xs-12 .blog-item .full-blog-content .inner-blog {
  padding-left: 30px;
}
body.archive .category-page .cate-post-slider .full-blog-content .get_date_format2 {
  color: #ccc;
}
body.archive .category-page .cate-post-slider .full-blog-content .get_date_format2 .fa-calendar-check-o {
  margin-right: 2px;
}
body.archive .category-page .cate-post-slider .full-blog-content .get_date_format2 .author i {
  color: #ccc;
}
body.blog .blog-img2 {
  padding-bottom: 30px;
}
body.blog .blog-page .blog-item .get_date_format2 {
  margin: 20px 0 5px;
}
body.blog .blog-page .blog-item .cate-home ul {
  overflow: hidden;
  margin: 0;
  padding: 0 0 3px;
  list-style: none;
}
body.blog .blog-page .blog-item .cate-home ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
body.blog .blog-page .blog-item .cate-home ul li a {
  background: #009eed;
  color: #fff;
  padding: 3px 10px 3px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
}
body.blog .blog-page .blog-item .cate-home ul li a:hover {
  opacity: .8;
}
body.blog .blog-page .blog-item .blog-meta .btm-cate {
  margin: 10px 0 8px;
  padding: 0;
}
body.blog .blog-page .blog-item .readmore2 a {
  color: #222222;
  font-weight: 600;
}
body.blog .blog-page .blog-item .readmore2 a i {
  padding-left: 5px;
}
body.blog .blog-page .blog-item .readmore2 a i:before {
  font-size: 15px;
  top: 2px;
  position: relative;
}
body.blog .blog-page .blog-item .readmore2 a:hover {
  color: #009eed;
}
body.blog .blog-page .col-md-8 .post-cate-sec .col-sm-12.col-xs-12 .blog-item {
  margin: 0;
  overflow: hidden;
}
body.blog .blog-page .col-md-8 .post-cate-sec .col-sm-12.col-xs-12 .blog-item .blog-img2 {
  float: left;
  width: 50%;
}
body.blog .blog-page .col-md-8 .post-cate-sec .col-sm-12.col-xs-12 .blog-item .full-blog-content {
  float: left;
  width: 50%;
}
body.blog .blog-page .col-md-8 .post-cate-sec .col-sm-12.col-xs-12 .blog-item .full-blog-content .inner-blog {
  padding-left: 30px;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.pagination-area {
  padding-top: 0;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.pagination-area .pagination {
  padding: 42px 0 0;
  margin: 0;
}
.pagination-area .nav-links {
  display: inline-block;
  border: 2px solid #f2f2f2;
  padding: 9px 20px;
  border-radius: 30px;
}
.pagination-area .nav-links span.current {
  padding: 0 15px;
  line-height: 26px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  color: #009eed;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.pagination-area .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.pagination-area .nav-links a {
  padding: 0 18px 0 10px;
  line-height: 26px;
  color: #555555;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  opacity: .96;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.pagination-area .nav-links a:hover {
  color: #009eed !important;
}
.pagination-area .nav-links a.next.page-numbers,
.pagination-area .nav-links a.prev.page-numbers {
  background: none !important;
  border-right: 0;
}
.pagination-area .nav-links a.next.page-numbers:hover,
.pagination-area .nav-links a.prev.page-numbers:hover {
  color: #009eed !important;
}
.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
.comment-list .pingback a.url,
.comment-list .trackback a.url {
  color: #222222;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}
.comment-list .pingback a.url:hover,
.comment-list .trackback a.url:hover {
  color: #009eed;
}
li.pingback,
li.trackback {
  line-height: 30px;
}
.pingback .comment-body a,
.trackback .comment-body a {
  display: block;
  font-size: 18px;
}
.pingback .comment-body span.edit-link a,
.trackback .comment-body span.edit-link a {
  font-weight: normal !important;
  font-size: 14px !important;
}
.rs-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}
li.category-name ul.post-categories {
  position: relative;
  float: none !important;
  padding-left: 22px !important;
}
li.category-name ul.post-categories:before {
  content: "\f115";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  color: #009eed;
}
.comment-list .pingback,
.comment-list .trackback {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: #fdfdfd;
}
.comment-list .pingback:nth-child(odd),
.comment-list .trackback:nth-child(odd) {
  background: #fbfbfb;
}
.rs-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}
li.category-name ul.post-categories {
  position: relative;
  float: none !important;
  padding-left: 22px !important;
}
li.category-name ul.post-categories:before {
  content: "\f115";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  color: #009eed;
}
.archive .cate-post-slider .owl-stage > div:first-child {
  display: none;
}
/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  background: #fff;
  padding: 45px 0 0;
  border-top: 1px solid #ededed;
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
body.search-results .site-main > article .entry-title a {
  color: #222222;
}
body.search-results .site-main > article .entry-title a:hover {
  color: #009eed;
}
body.search-results .site-main > article .entry-summary {
  padding: 0 0 15px;
}
body.search-results .site-main > article .entry-summary p:last-child {
  margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
  margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
  color: #222222;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: #009eed;
}
body.search-results .site-main > article .entry-summary .search-button a i {
  vertical-align: middle;
  transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-summary .blog-button {
  padding-top: 6px;
}
body.search-results .site-main > article .entry-summary .blog-button a {
  color: #fff;
}
body.search-results .site-main > article .entry-summary .blog-button a:hover {
  background: transparent !important;
  color: #1f2024;
}
body.search-results .site-main > article .entry-footer {
  padding: 20px 35px;
  background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
  display: none;
}
body.search-results .site-main > article .entry-footer span {
  font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
  font-weight: 400;
  color: #555555;
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: #009eed;
}
body.search-results .site-main > article:first-child {
  border: none;
  padding-top: 0;
}
body.search-results .pagination-area .pagination {
  margin: 0;
}
/* ---------------------------
    Header Section 
------------------------------*/
#rs-header {
  width: 100%;
  z-index: 9999;
}
#rs-header .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
#rs-header #top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
#rs-header #top-menu li {
  display: inline-block;
  padding: 0;
  margin-left: 20px;
}
#rs-header #top-menu li a {
  color: #fff;
  font-size: 14px;
}
#rs-header #top-menu li:hover a {
  color: #009eed;
}
#rs-header #top-menu li ul {
  display: none;
}
#rs-header .sticky_form {
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.98);
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
}
#rs-header .sticky_form .bs-search.search-form {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 600px;
  margin: 0 auto;
}
#rs-header .sticky_form .search-wrap .search-input {
  background: transparent;
  border: none;
  border-bottom: 3px solid #111;
  font-size: 25px;
}
#rs-header .sticky_form .search-wrap button {
  background: none;
  padding-top: 10px;
}
#rs-header .flaticon-search:before {
  font-size: 16px;
}
#rs-header .search-wrap button .flaticon-search:before {
  font-size: 24px;
}
#rs-header .sticky_search.close-search {
  position: fixed;
  right: 30px;
  padding-top: 30px;
}
#rs-header .sticky_search.close-search i {
  color: #009eed;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: block;
  background: #ffffff;
  font-weight: 600;
}
#rs-header .sticky_search.close-search i:before {
  font-size: 12px;
}
#rs-header .sticky_search.close-search i:hover {
  opacity: 0.9;
}
#rs-header .toolbar-area {
  background: #1f2024;
  border-bottom: 1px solid;
  border-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 25px;
  color: #fff;
  line-height: 28px;
}
#rs-header .toolbar-area .toolbar-contact ul li:last-child {
  margin-right: 0;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 6px;
  vertical-align: middle;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i.flaticon-mail {
  position: relative;
  top: 1px;
}
#rs-header .toolbar-area .toolbar-contact ul li i:before {
  font-size: 14px;
}
#rs-header .toolbar-area .toolbar-contact ul li i.fa.fa-calendar:before {
  font-size: 12px;
  position: relative;
  top: -2px;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #009eed;
}
#rs-header .toolbar-area .toolbar-contact ul li nav.nav {
  padding: 0;
}
#rs-header .toolbar-area .toolbar-contact ul li nav.nav ul.sub-menu {
  display: none;
}
#rs-header .toolbar-area .opening {
  margin-right: 20px;
}
#rs-header .toolbar-area .opening i {
  margin-right: 8px;
  line-height: 20px;
}
#rs-header .toolbar-area .opening i:before {
  font-size: 15px;
  font-weight: 600;
}
#rs-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
  margin: 0px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  padding: 4px 0;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 5px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #fff;
  background: #009eed;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  line-height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 2px;
  height: 25px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  background: #009eed;
  opacity: .9;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-button {
  font-size: 14px;
  padding: 0 14px;
  background-color: #fff;
  color: #555555;
  border-radius: 2px;
}
#rs-header .toolbar-area.toolbar-area-one .row {
  align-items: center;
  justify-content: flex-end;
}
#rs-header .toolbar-area.toolbar-area-one .row .toolbar-contact ul {
  text-align: right;
}
#rs-header .toolbar-area.toolbar-area-one .row .toolbar-contact ul li {
  margin: 0;
}
#rs-header .row-table {
  display: table;
  width: 100%;
  position: relative;
}
#rs-header .row-table .col-cell {
  display: table-cell;
  vertical-align: middle;
}
#rs-header .logo-area {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 20px;
}
#rs-header .logo-area a {
  font-weight: 700;
  color: #009eed;
  transition: all 0.3s ease 0s;
}
#rs-header .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}
#rs-header .menu-responsive .sidebarmenu-area {
  float: right;
  top: 26px;
  padding-left: 17px;
  position: relative;
}
#rs-header .menu-responsive .sidebarmenu-area.off-border-left {
  padding-left: 5px;
  margin-left: 14px;
}
#rs-header .menu-responsive .sidebarmenu-search {
  float: right;
  padding-left: 10px;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search {
  line-height: 66px;
  cursor: pointer;
  color: #28406d;
  font-size: 18px;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  width: 100%;
  max-width: 300px;
  z-index: 99;
}
#rs-header .menu-sticky.sticky {
  backface-visibility: hidden;
}
#rs-header .menu-sticky.sticky .logo-area.sticky-logo img {
  height: 32px;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li a {
  color: #222;
}
#rs-header.header-style3 .container-fluid,
#rs-header.header-style3 .container {
  position: relative;
}
#rs-header.header-style3 .full-breaking.breaking-news .breakingnews-carousel {
  width: 50%;
  padding-left: 10px;
}
#rs-header.header-style3 .full-breaking.breaking-news .breakingnews-carousel .owl-nav {
  display: none !important;
}
#rs-header.header-style3 .bs-search {
  width: 65%;
  float: right;
}
#rs-header.header-style3 .bs-search input {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  outline: none;
}
#rs-header.header-style3 .bs-search button i:before {
  font-size: 20px;
}
#rs-header.header-style3 .toolbar-sl-share ul {
  text-align: left;
  margin: 0px;
}
#rs-header.header-style3 .toolbar-sl-share ul li {
  display: inline-block;
  padding: 4px 0;
}
#rs-header.header-style3 .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header.header-style3 .toolbar-sl-share ul li a {
  display: block;
  color: #222222;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  text-align: center;
}
#rs-header.header-style3 .toolbar-sl-share ul li a:hover {
  color: #009eed;
}
#rs-header.header-style3 .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
}
#rs-header.header-style3 .menu-responsive {
  position: relative;
  background: #009eed;
}
#rs-header.header-style3 .header-logo {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
}
#rs-header.header-style3 .header-logo .logo-area {
  float: none;
  margin: 0;
}
#rs-header.header-style3 .nav.navbar {
  float: none;
  margin-right: 0;
}
#rs-header.header-style3 .nav.navbar .navbar-menu {
  width: 100%;
}
#rs-header.header-style3 .nav.navbar .navbar-menu .menu {
  text-align: center;
}
#rs-header.header-style3 .nav.navbar ul li + li {
  padding: 0 12px;
}
#rs-header.header-style3 .nav.navbar ul li .sub-menu li + li {
  padding: 0;
}
#rs-header.header-style3 .table_row .col-cell {
  width: 33.33%;
}
#rs-header.header-style3 .table_row .col-cell.header-logo {
  text-align: center;
}
#rs-header.header-style3 .menu-cart-area > a {
  padding-left: 15px;
}
#rs-header.header-style3 .sticky_form {
  right: 15px !important;
}
#rs-header.header-style3 .widget_shopping_cart_content ul li a {
  padding: 0;
  border: none;
}
#rs-header.header-style3 .menu-area .navbar ul li ul.sub-menu {
  min-width: 200px;
}
#rs-header.header-style4 .container-fluid,
#rs-header.header-style4 .container {
  position: relative;
}
#rs-header.header-style4 .toolbar-area {
  border: none;
}
#rs-header.header-style4 .header-inner .menu-area .navbar ul > li > a {
  color: #fff;
}
#rs-header.header-style4 .header-inner .menu-area .navbar ul > li > a:hover {
  color: #ccc;
}
#rs-header.header-style4 .logo-area a {
  color: #fff;
}
#rs-header.header-style4 .logo-area a:hover {
  color: #ccc;
}
#rs-header.header-style4 .menu-area .navbar ul > li.current-menu-ancestor > a,
#rs-header.header-style4 .menu-area .menu > li.current-menu-item > a {
  color: #ccc;
}
#rs-header.header-style4 .menu-area .navbar ul li ul.sub-menu li.current_page_item > a {
  color: #009eed !important;
}
#rs-header.header-style4 .full-breaking.breaking-news .breakingnews-carousel {
  width: 50%;
  padding-left: 10px;
}
#rs-header.header-style4 .full-breaking.breaking-news .breakingnews-carousel .owl-nav { position:absolute; left:0; top:49.50%; display:block;}
#rs-header.header-style4 .full-breaking.breaking-news .breakingnews-carousel .owl-nav .owl-prev{ background-color: transparent !important; font-weight:700; margin-left:-10px}
#rs-header.header-style4 .full-breaking.breaking-news .breakingnews-carousel .owl-nav .owl-next{ background-color: transparent !important; font-weight:700; margin-left:106px}
#rs-header.header-style4 .full-breaking.breaking-news .breakingnews-carousel .owl-nav .owl-prev:hover{ opacity:0.4}
#rs-header.header-style4 .full-breaking.breaking-news .breakingnews-carousel .owl-nav .owl-next:hover{ opacity:0.4}



#rs-header.header-style4 .head-advertisement {
  text-align: center;
}
#rs-header.header-style4 .menu-area {
  background: #121111;
  background-size: cover;
  background-position: center top;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .header-logo {
  display: none;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .menu-responsive {
  background: #009eed;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .menu-responsive .inner-contain .sidebarmenu-search .sticky_search_color:after {
  background: none;
}
#rs-header.header-style4 .toolbar-contact ul {
  margin: 0;
  list-style: none;
  text-align: left;
  color: #fff;
}
#rs-header.header-style4 .toolbar-contact ul li.top-date-4 i {
  margin-right: 5px;
}
#rs-header.header-style4 .toolbar-contact ul li.top-date-4 i:before {
  font-size: 12px;
  position: relative;
  top: -2px;
}
#rs-header.header-style4 .toolbar-sl-share ul {
  text-align: right;
  margin: 0px;
}
#rs-header.header-style4 .toolbar-sl-share ul li {
  display: inline-block;
  padding: 4px 0;
}
#rs-header.header-style4 .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header.header-style4 .toolbar-sl-share ul li a {
  display: block;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  text-align: center;
}
#rs-header.header-style4 .toolbar-sl-share ul li a:hover {
  color: #009eed;
}
#rs-header.header-style4 .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
}
#rs-header.header-style4 .menu-responsive {
  position: relative;
}
#rs-header.header-style4 .menu-responsive .inner-contain .col-menu {
  background: #009eed;
  position: relative;
}
#rs-header.header-style4 .menu-responsive .inner-contain .sidebarmenu-search {
  padding: 0;
}
#rs-header.header-style4 .menu-responsive .inner-contain .sidebarmenu-search .sticky_search_color {
  position: relative;
  overflow: hidden;
  padding: 0 20px 0;
  right: 0;
  width: 100px;
  line-height: 59px;
}
#rs-header.header-style4 .menu-responsive .inner-contain .sidebarmenu-search .sticky_search_color i {
  position: relative;
  z-index: 9;
  color: #fff;
}
#rs-header.header-style4 .menu-responsive .inner-contain .sidebarmenu-search .sticky_search_color:after {
  content: "";
  position: absolute;
  left: auto;
  right: -11px;
  width: 81px;
  background: #066fa4;
  height: 194%;
  z-index: 1;
  transform: rotate(215deg);
  top: -20px;
}
#rs-header.header-style4 .header-logo {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
}
#rs-header.header-style4 .header-logo .logo-area {
  float: none;
  margin: 0;
}
#rs-header.header-style4 .nav.navbar {
  float: none;
  margin-right: 0;
}
#rs-header.header-style4 .nav.navbar .navbar-menu {
  width: 100%;
}
#rs-header.header-style4 .nav.navbar .navbar-menu .menu {
  text-align: left;
}
#rs-header.header-style4 .nav.navbar ul li a {
  padding-left: 10px;
}
#rs-header.header-style4 .nav.navbar ul li + li {
  padding: 0 12px;
}
#rs-header.header-style4 .nav.navbar ul li .sub-menu li + li {
  padding: 0;
}
#rs-header.header-style4 .table_row .col-cell {
  width: 33.33%;
}
#rs-header.header-style4 .table_row .col-cell.header-logo {
  text-align: center;
}
#rs-header.header-style4 .menu-cart-area > a {
  padding-left: 15px;
}
#rs-header.header-style4 .sticky_form {
  right: 15px !important;
}
#rs-header.header-style4 .widget_shopping_cart_content ul li a {
  padding: 0;
  border: none;
}
#rs-header.header-style4 .menu-area .navbar ul li ul.sub-menu {
  min-width: 200px;
}
#rs-header .sticky_search i {
  font-size: 17px;
}
.toolbar-area.toolbar-area2 {
  padding: 10px 0;
}
.toolbar-area.toolbar-area2 .row {
  align-items: center;
}
.toolbar-area.toolbar-area2 .row .toolbar-contact .rs-contact-info .fa.fa-calendar:before {
  font-size: 12px !important;
  position: relative;
  top: -2px;
}
.boxed #rs-header,
.boxed .main-contain,
.boxed .menu-sticky.sticky,
.boxed #rs-footer {
  max-width: 1240px;
  margin: 0 auto;
}
.boxed #rs-footer .about-widget {
  padding-left: 15px;
}
body.search-active #rs-header .sticky_form3 {
  width: 100%;
}
body.single-post #rs-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.sticky_search2 {
  cursor: pointer;
}
.sticky_form25 {
  display: none;
}
.close-full {
  position: absolute;
}
#rs-header.header-transparent {
  position: absolute;
}
#rs-header.header-transparent .menu-area .navbar ul li a {
  color: #fff;
}
#rs-header.header-transparent .menu-area .navbar ul li a:hover {
  color: #009eed;
}
#rs-header.header-transparent .menu-area .navbar ul li.current-menu-ancestor a,
#rs-header.header-transparent .menu-area .navbar ul li.current_page_item a {
  color: #009eed;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a {
  color: #fff;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a:hover {
  color: #009eed;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current_page_item > a {
  color: #009eed;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #009eed;
}
#rs-header.header-transparent .menu-area .navbar ul li:hover > a {
  color: #009eed;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a {
  color: #1f2024;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a:hover {
  color: #1f2024;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-area.dark .navbar ul li.current_page_item > a {
  color: #1f2024;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li .sub-menu li a {
  color: #fff;
}
#rs-header.header-transparent .menu-area.dark .menu-responsive .sidebarmenu-search .sticky_search {
  color: #1f2024;
}
#rs-header.header-transparent .menu-area.dark ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #1f2024;
}
#rs-header.header-transparent .menu-area.dark .menu-cart-area i {
  color: #1f2024;
}
#rs-header.header-transparent .menu-responsive .sidebarmenu-search .sticky_search {
  color: #fff;
}
#rs-header.header-transparent .menu-cart-area i {
  color: #fff;
}
body.rs-search-active,
html.rs-search-active {
  overflow-y: hidden;
  overflow: hidden;
  margin-right: 8.5px;
}
.rslanguage-widget {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rslanguage-widget li {
  list-style: none;
}
.language-widget-sec {
  padding-left: 13px;
  font-size: 13px;
  padding-right: 13px;
  font-style: normal;
  background: none !important;
  position: relative;
  margin: 0 !important;
}
.language-widget-sec ul {
  padding: 0;
}
.language-widget-sec a {
  background: none !important;
  width: auto !important;
  padding: 14px 0;
  font-size: 14px;
  display: block;
  color: #fff;
}
.language-widget-sec li {
  margin: 0;
}
.language-widget-sec li ul {
  margin: 0;
  padding: 0;
}
.language-widget-sec li ul li {
  display: block !important;
  position: relative;
}
.language-widget-sec li ul li a {
  color: #fff;
  padding: 0 10px;
}
.language-widget-sec li ul li a:hover {
  color: #ccc;
}
.language-widget-sec ul li a:before {
  font-family: "FontAwesome";
  content: "\f107";
  padding-right: 3px;
  font-weight: 400;
  position: absolute;
  right: -2px;
  top: 14px;
}
.language-widget-sec ul li ul li a:before {
  display: none;
}
.language-widget-sec ul li ul {
  position: absolute;
  right: 0;
  top: 0px;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
  transition: all 0.3s ease 0s;
  background: #1f2024;
  padding: 10px 10px 13px 10px;
  width: 120px;
  z-index: 1;
  border-top: 2px solid #009eed;
}
.language-widget-sec ul li:hover ul {
  opacity: 1;
  top: 100%;
  transform: scaleY(1);
  visibility: visible;
}
#rs-header.header-style5 .toolbar-area {
  background: #fff;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li a {
  color: #555555;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li a:hover {
  color: #009eed;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li i {
  color: #555555;
}
#rs-header.header-style5 .toolbar-area .row-table .col-cell {
  width: 33.33%;
}
#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li a i {
  color: #555555;
  padding-right: 8px;
}
#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a {
  color: #555555;
}
#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a i:before {
  font-size: 22px;
}
#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a:hover {
  color: #009eed;
}
#rs-header.header-style5 .header-inner .menu-area {
  background: #1f2024;
  padding-top: 1px;
  padding-bottom: 0px;
}
#rs-header.header-style5 .header-inner .menu-area .navbar {
  float: none;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li a {
  color: #fff;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li a:hover {
  color: #009eed;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li ul li a {
  color: #fff;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li.current_page_item > a,
#rs-header.header-style5 .header-inner .menu-area .navbar ul li.current-menu-ancestor > a {
  color: #009eed;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li:hover > a {
  color: #009eed;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #009eed;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area {
  background: #fff;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar {
  float: none;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li a {
  color: #1f2024;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li a:hover {
  color: #1f2024;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li ul li a {
  color: #1f2024;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li.current_page_item > a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li.current-menu-ancestor > a {
  color: #009eed;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-cart-area i {
  color: #222;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .sticky_search i {
  color: #222;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .sidebarmenu-area .offcanvas-icon .nav-link-container a span {
  background: #222;
}
#rs-header.header-style5 .menu-responsive .sidebarmenu-search .sticky_search {
  color: #fff;
}
#rs-header.header-style5 .menu-responsive ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #fff;
}
#rs-header.header-style5 .menu-cart-area i {
  color: #fff;
}
#rs-header.header-style5 .logo-area {
  float: none;
  text-align: center;
  margin: 0;
}
.top-date {
  color: #fff !important;
  padding: 7px 20px 9px;
  border-radius: 0;
  background: #009eed;
}
.head-advertisement {
  text-align: right;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  float: right;
  padding: 0;
  margin-right: 25px;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  padding: 0 13px;
  font-size: 14px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
  color: #009eed;
}
.menu-area .navbar ul li a {
  color: #fff;
  font-size: 19px;
  font-family: 'Work Sans', sans-serif;
}
.menu-area .navbar ul li:hover a {
  color: #C00;
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 220px;
  padding: 0;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
}
.menu-area .navbar ul li ul.sub-menu li a {
  line-height: 25px;
  padding: 8px 15px;
  color: #fff;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a,
.menu-area .navbar ul li ul.sub-menu li.current_page_item > a {
  color: #009eed;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: #009eed;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li + li {
  padding: 0 14px;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  line-height: 60px;
  padding: 0;
}
.menu-area .navbar ul li.active a {
  color: #1f2024;
}
.menu-area .navbar ul li.active li a {
  color: #1f2024;
}
.menu-area .navbar ul li.active li ahover {
  color: #1f2024;
}
.menu-area .navbar ul li .sub-menu {
  background: #1f2024;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 220px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
  -moz-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
  box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
}
.menu-area .navbar ul li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
  display: block;
  padding: 12px 0;
  text-transform: none;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-weight: 600;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: #009eed;
}
.menu-area .navbar ul li .sub-menu li a:hover:before {
  opacity: 1 !important;
}
.menu-area .navbar ul li .sub-menu li.current-menu-item a {
  color: #009eed;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: #009eed;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
#rs-header.header-style-4 .menu-area .navbar ul li .sub-menu,
#rs-header.header-style5 .menu-area .navbar ul li .sub-menu {
  top: 100%;
}
.sidebarmenu-area,
.sidebarmenu-search,
.menu-cart-area {
  padding-top: 18px;
  padding-bottom: 17px;
}
.menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
.menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a {
  color: #1f2024 !important;
}
.menu-sticky.sticky .menu-area .navbar ul li ul li a:hover {
  color: #1f2024 !important;
}
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu > li.current_page_item > a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu > li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area.dark .navbar ul > li:hover > a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a {
  color: #1f2024;
}
#rs-header.header-transparent .menu-sticky.sticky .menu-responsive .sidebarmenu-search .sticky_search .fa,
#rs-header.header-transparent .menu-sticky.sticky .menu-cart-area i {
  color: #1f2024;
}
#rs-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #1f2024 !important;
}
header.header-style3 .menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  padding-bottom: 0;
}
#rs-header.header-style3 .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #009eed;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area {
  background: #fff !important;
}
#rs-header.header-style-4 .sidebarmenu-area,
#rs-header.header-style-4 .sidebarmenu-search,
#rs-header.header-style-4 .menu-cart-area {
  padding-top: 12px;
  padding-bottom: 5px;
}
#rs-header .menu-area .navbar ul .menu-item:not(.mega) ul li ul.sub-menu,
#rs-header .menu-area .navbar ul .page_item:not(.mega) ul li ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
}
.menu-area .navbar ul li.mega ul.sub-menu li a {
  padding: 15px 15px;
}
#rs-header .menu-area .navbar ul .menu-item:not(.mega) ul > li:hover > ul.sub-menu,
#rs-header .menu-area .navbar ul .page_item:not(.mega) ul > li:hover > ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#rs-header .menu-area ul li.direction-left ul {
  left: -100% !important;
}
/*******off Canvas css********/
ul.offcanvas-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-link-container .nav-menu-link span {
  height: 2px;
  width: 20px;
  display: block;
  background: #1f2024;
  margin-bottom: 4px;
  border-radius: 30px;
  transition: all .5s ease;
  cursor: pointer;
  list-style: none;
}
.nav-link-container a {
  display: block;
}
ul.sidenav.nav-active-menu-container {
  overflow-y: auto;
  padding: 30px 30px 0 30px;
}
ul.sidenav .sub-menu {
  display: none;
}
ul.sidenav .widget_darpan_flickr #rsflicker {
  margin-left: 0;
}
ul.sidenav .widget_darpan_flickr #rsflicker li {
  list-style-type: none;
  position: relative;
  width: 33.33%;
  display: inline-block;
}
ul.sidenav .widget_darpan_flickr #rsflicker li a img {
  opacity: 1;
  width: 100%;
}
ul.sidenav .widget_darpan_flickr #rsflicker li a:hover img {
  opacity: .9;
}
.mobile-menu-container div ul {
  position: relative;
}
.mobile-menu-container div ul li {
  position: relative !important;
}
.mobile-menu-container div ul li a {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-container div ul li a:hover {
  color: #009eed !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: #009eed !important;
}
.mobile-menu-container .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
  padding-right: 0;
  margin-right: 0;
}
ul.sidenav .menu > li.menu-item-has-children:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  left: auto;
  right: 0;
  top: 11px;
  color: #222222 !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 9999;
  font-size: 14px;
  display: block !important;
  cursor: pointer;
  background: #f0f0f0;
}
.sidenav .menu > li > .sub-menu li ul {
  display: block !important;
}
.sidenav .menu > li > .sub-menu li ul > li a {
  padding-left: 60px;
}
body.logged-in ul.sidenav {
  top: 30px;
}
body.logged-in .sticky_search.close-search {
  padding-top: 48px !important;
}
.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
  font-size: 13px;
}
.sidenav .menu li ul.sub-menu li a:before {
  display: none;
}
.sidenav .widget_nav_menu {
  padding: 0 !important;
}
.sidenav .widget_media_image {
  text-align: left;
}
.sidenav .widget_media_image img {
  width: auto;
  height: 30px !important;
  margin-top: 4px;
}
.sidenav p {
  font-size: 15px;
  line-height: 28px;
}
#rs-header.header-style-4 .header-inner {
  background: #ffffff;
}
#rs-header.header-style-4 .header-inner .logo-section {
  padding: 25px 0px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul {
  float: none;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #eee;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li:first-child {
  padding-left: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li i {
  float: left;
  margin-right: 10px;
  color: #009eed;
  line-height: 44px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li i:before {
  font-size: 30px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf {
  float: left;
  text-align: left;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf span {
  color: #222222;
  display: block;
  text-align: left;
  font-size: 100%;
  padding: 0;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a {
  color: #555555;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a:hover {
  color: #009eed;
}
#rs-header.header-style-4 .header-quote {
  text-align: right;
  position: relative;
}
#rs-header.header-style-4 .btn_quote {
  float: none;
  display: inline-block;
  padding-left: 25px;
  z-index: 999;
  position: relative;
}
#rs-header.header-style-4 .btn_quote .quote-button {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  font-size: 16px;
  padding: 8px 30px;
  display: block;
  border-radius: 30px;
}
#rs-header.header-style-4 .btn_quote .quote-button:hover {
  color: #1f2024;
  background: #fff;
}
#rs-header.header-style-4 ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #fff;
}
#rs-header.header-style-4 .sticky ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #1f2024;
}
#rs-header.header-style-4 .menu-area {
  background: #ffffff;
  padding: 0;
  box-shadow: 0 0 20px #f1f1f1;
}
#rs-header.header-style-4 .menu-area .menu-responsive .navbar {
  float: none;
}
#rs-header.header-style-4 .menu-area .menu li a {
  color: #222222;
}
#rs-header.header-style-4 .menu-area .menu li a:hover {
  color: #009eed;
}
#rs-header.header-style-4 .menu-area .menu li.current-menu-ancestor > a,
#rs-header.header-style-4 .menu-area .menu li.current-menu-item > a {
  color: #009eed;
}
#rs-header.header-style-4 .menu-area .menu li ul li a {
  color: #222222;
}
#rs-header.header-style-4 .menu-area .menu li ul li.current-menu-ancestor > a,
#rs-header.header-style-4 .menu-area .menu li ul li.current-menu-item > a {
  color: #009eed;
}
#rs-header.header-style-4 .menu-area .menu li:hover > a {
  color: #009eed;
}
#rs-header.header-style-4 .menu-area ul > li:first-child {
  padding-left: 0;
}
#rs-header.header-style-4 .sidebarmenu-area {
  display: inline-block;
  position: relative;
  top: 5px;
}
#rs-header.header-style-4 .sidebarmenu-search {
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
  padding: 0;
}
#rs-header.header-style-4 .sidebarmenu-search .sticky_search i {
  color: #222222;
}
#rs-header.header-style-4 .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  z-index: 9;
  width: 250px;
}
#rs-header.header-style-4 .sticky .sidebarmenu-search .sticky_search i {
  color: #1f2024;
}
#rs-header.header-style-4 .sticky .menu-cart-area i {
  color: #1f2024;
}
#rs-header.header-style-4 .menu-cart-area {
  float: none;
  display: inline-block;
  margin-right: 15px;
}
#rs-header.header-style-4 .menu-cart-area i {
  color: #fff;
}
#rs-header.header-style-4 .widget_shopping_cart_content {
  text-align: center;
}
#rs-header.header-style-4 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
  bottom: -40px;
}
#rs-header.header-style-4 .menu-sticky.sticky .menu-area {
  background: #ffffff;
}
#rs-header.header-style-4 .menu-sticky.sticky .menu-cart-area i.fa-shopping-cart {
  color: #1f2024;
}
#rs-header.header-style-5 .header-quote {
  text-align: right;
  position: relative;
}
#rs-header.header-style-5 .logo-area {
  padding: 0;
}
#rs-header.header-style-5 .btn_quote {
  float: none;
  display: inline-block;
  padding-left: 25px;
  z-index: 999;
  position: relative;
}
#rs-header.header-style-5 .btn_quote .quote-button {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  font-size: 16px;
  padding: 8px 30px;
  display: block;
  border-radius: 30px;
}
#rs-header.header-style-5 .btn_quote .quote-button:hover {
  color: #1f2024;
  background: #fff;
}
#rs-header.header-style-5 .menu-area .navbar ul li > a {
  line-height: 80px;
}
#rs-header.header-style-5 .menu-area .navbar ul li ul.sub-menu li a {
  line-height: 25px;
}
#rs-header.header-style-5 ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #fff;
}
#rs-header.header-style-5 .sticky ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #1f2024;
}
#rs-header.header-style-5 .sidebarmenu-area {
  display: inline-block;
  position: relative;
  top: 5px;
}
#rs-header.header-style-5 .sidebarmenu-search {
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
  padding: 0;
}
#rs-header.header-style-5 .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  z-index: 9;
  width: 250px;
}
#rs-header.header-style-5 .sticky .sidebarmenu-search .sticky_search i {
  color: #1f2024;
}
#rs-header.header-style-5 .sticky .menu-cart-area i {
  color: #1f2024;
}
#rs-header.header-style-5 .menu-cart-area {
  float: none;
  display: inline-block;
  margin-right: 15px;
}
#rs-header.header-style-5 .menu-cart-area i {
  color: #fff;
}
#rs-header.header-style-5 .widget_shopping_cart_content {
  text-align: center;
}
#rs-header.header-style-5 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
  bottom: -40px;
}
#rs-header.header-style-5 .menu-sticky.sticky .menu-cart-area i.fa-shopping-cart {
  color: #1f2024;
}
.header-style1 .menu-cart-area span.icon-num,
.header-style3 .menu-cart-area span.icon-num {
  background: #212121;
  color: #fff;
}
.sticky .menu-area .navbar ul li .sub-menu {
  top: 100%;
}
.header-transparent .menu-area.dark .menu-cart-area span.icon-num,
.header-style-4 .menu-area.dark .menu-cart-area span.icon-num,
.header-style5 .menu-area.dark .menu-cart-area span.icon-num {
  background: #212121 !important;
  color: #fff;
}
.header-transparent .menu-area .menu-cart-area span.icon-num,
.header-style-4 .menu-area .menu-cart-area span.icon-num,
.header-style5 .menu-area .menu-cart-area span.icon-num {
  background: #fff;
  color: #212121;
}
.header-transparent .sticky .menu-cart-area i {
  color: #1f2024;
}
.header-transparent .sticky .menu-cart-area .icon-num {
  background: #009eed;
}
.header-transparent .sticky .sticky_search i {
  color: #1f2024;
}
/******* Mega Menu css ********/
.mega {
  position: static !important;
}
#rs-header .menu-area .navbar ul > li.mega > ul {
  width: 100%;
}
#rs-header .menu-area .navbar ul li.mega ul > li {
  float: left !important;
}
#rs-header .menu-area .navbar ul li.three-col ul > li {
  width: 33.33%;
}
#rs-header .menu-area .navbar ul li.two-col ul > li {
  width: 50%;
}
#rs-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}
#rs-header .menu-area .navbar ul li.five-col ul > li {
  width: 20%;
}
#rs-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
  display: block;
  width: 99%;
}
#rs-header .menu-area .navbar ul li ul.sub-menu {
  padding: 15px 15px 15px;
}
#rs-header .menu-area .navbar ul li.mega.menu-mega-custom ul.sub-menu {
  padding: 15px 15px 10px;
}
#rs-header .menu-area .navbar ul li.mega ul li ul li {
  width: 100% !important;
  float: none !important;
  margin: 0;
}
#rs-header .menu-area .navbar ul > li.mega > ul > li > a:before {
  display: none;
}
#rs-header .menu-area .navbar ul > li.mega > ul > li img {
  margin-bottom: 15px;
  display: block;
}
#rs-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
  box-shadow: none;
}
#rs-header .menu-area .navbar ul li.mega ul li ul li:last-child a {
  border: none;
}
#rs-header .menu-area .navbar ul li.mega ul li ul li {
  border: none;
}
.menu-area .navbar ul li ul li ul.sub-menu {
  border: none;
}
#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
  position: relative;
  opacity: 1;
  transform: scaleY(1);
}
#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
  right: auto !important;
  left: auto !important;
  padding-bottom: 0;
  padding-top: 0;
}
.menu-area .navbar ul li.mega a {
  position: relative;
}
nav.nav.navbar,
.menu-area .col-sm-9.menu-responsive {
  position: static !important;
}
.menu-area .container {
  position: relative;
}
/* ---------------------------
    Footer Css 
------------------------------*/
.rs-footer {
  background: #21202e;
}
.rs-footer .about-widget .widget_media_image img {
  height: 35px !important;
  width: auto;
}
.rs-footer .about-widget.widget {
  padding-top: 6px;
}
.rs-footer .about-widget.widget h3.footer-title {
  margin-bottom: 20px;
}
.rs-footer #wp-calendar th {
  text-align: center;
  background: #009eed;
}
.rs-footer #wp-calendar td,
.rs-footer #wp-calendar th {
  padding: 5px 10px;
  border: 1px solid rgba(0, 158, 237, 0.3);
}
.rs-footer .widget {
  margin: 0 50px 30px 0;
}
.rs-footer .widget.widget_nav_menu ul li {
  position: relative;
}
.rs-footer .widget.widget_nav_menu ul li a:hover {
  color: #009eed;
}
.rs-footer .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.rs-footer {
  background: #1f2024;
  background-size: cover;
  font-size: 14px;
}
.rs-footer .footer-top {
  padding: 53px 0 32px;
}
.rs-footer .footer-top .row > [class*="col-"]:last-child {
  padding-right: 15px;
}
.rs-footer .footer-top h3.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  z-index: 1;
}
.rs-footer .footer-top h3.footer-title:before {
  content: "";
  position: absolute;
  background: #009eed;
  height: 6px;
  width: 54px;
  left: 3px;
  bottom: 4px;
  z-index: -1;
  opacity: 0.5;
}
.rs-footer .footer-top .col-lg-3:hover h3.footer-title:after {
  width: 50%;
}
.rs-footer .footer-top .mc4wp-form-fields p {
  margin: 30px 0 0;
  position: relative;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="email"] {
  background: none;
  border: 1px solid #898989;
  width: 100%;
  font-size: 13px;
  padding: 10px 10px;
  margin: 0;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #1f2024;
  border-radius: 0;
}
.rs-footer .footer-top .mc4wp-form-fields i {
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  padding: 16px 22px;
  pointer-events: none;
  color: #fff;
}
.rs-footer .footer-address {
  line-height: 35px;
}
.rs-footer li.about-widget-img img {
  margin-bottom: 10px;
  margin-top: 0px;
  height: 35px;
}
.rs-footer a {
  color: #fff;
}
.rs-footer a:hover {
  color: #eee;
}
.rs-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.rs-footer .recent-post-widget {
  margin-bottom: 0;
}
.rs-footer .recent-post-widget .show-featured .post-img a {
  overflow: hidden;
  display: block;
}
.rs-footer .recent-post-widget .show-featured .post-img a img {
  transition: all 0.5s ease 0s;
}
.rs-footer .recent-post-widget .show-featured:hover .post-img a img {
  filter: grayscale(100%);
  transform: scale3d(1.1, 1.1, 1.1);
}
.rs-footer .recent-post-widget .show-featured:hover .post-item .post-desc a {
  color: #009eed;
}
.rs-footer .recent-post-widget .show-featured {
  clear: both;
  overflow: hidden;
  margin-bottom: 16px;
}
.rs-footer .recent-post-widget .show-featured .post-img {
  width: 140px;
}
.rs-footer .recent-post-widget .show-featured .post-img img {
  border-radius: 0px;
}
.rs-footer .recent-post-widget .show-featured .post-desc {
  line-height: 24px;
  overflow: hidden;
}
.rs-footer .recent-post-widget .show-featured .post-desc a {
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}
.rs-footer .recent-post-widget .show-featured .post-desc i {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.rs-footer .recent-post-widget .show-featured .post-desc span {
  color: #ccc;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget {
  margin-bottom: 0;
  margin: 0 !important;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured {
  clear: both;
  overflow: hidden;
  border: none;
  margin: 0 0 16px;
  max-width: 100%;
  flex: auto;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-img,
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-item {
  padding-left: 0;
  padding-right: 0;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-img {
  width: 140px;
  padding-right: 15px;
  float: left;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-img img {
  border-radius: 0px;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-item {
  vertical-align: top;
  padding-top: 0;
  width: auto;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-item .post-desc a {
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-desc a {
  color: #fff;
  font-weight: 500;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-desc a:hover {
  color: #009eed !important;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-desc span.date-post {
  color: #ccc;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-desc i {
  margin-right: 3px;
  position: relative;
  bottom: 1px;
}
.rs-footer .recent-widget.popular-widget .recent-popular-widget .show-featured .post-desc span {
  color: #ccc;
  display: block;
  margin-top: 4px;
}
.rs-footer .about-widget p img {
  margin-bottom: 22px;
}
.rs-footer .footer-logo-light {
  height: 25px;
  margin: 11px 0 29px;
}
.rs-footer .fa-ul {
  margin-left: 0;
  text-align: left;
}
.rs-footer .fa-ul li {
  padding: 4px 0;
}
.rs-footer .fa-ul li i {
  padding-right: 10px;
  color: #009eed;
}
.rs-footer .fa-ul li a {
  color: #fff;
}
.rs-footer .fa-ul li a:hover {
  color: #009eed;
}
.rs-footer.footerlight {
  color: #666666;
}
.rs-footer.footerlight .footer-top h3.footer-title {
  color: #212121;
}
.rs-footer.footerlight .footer-top h3.footer-title:after {
  background: #666666;
}
.rs-footer.footerlight .footer_social li a {
  color: #666666;
}
.rs-footer.footerlight .fa-ul li a {
  color: #666666;
}
.rs-footer.footerlight a {
  color: #666666;
}
.rs-footer.footerdark .footer-bottom {
  border-color: #eee6;
}
.rs-footer.footerdark .footer-top .mc4wp-form-fields input[type="email"] {
  border-color: #eee6;
}
.rs-footer .footer-logo img {
  height: 20px;
}
.error404 .rs-footer {
  margin: 0;
}
.footer-top ul.footer_social li {
  display: inline-block;
  margin-right: 7px;
  text-align: center;
}
.footer-top ul.footer_social li:last-child {
  margin-right: 0;
}
.footer-top ul.footer_social li a {
  background: #2d2d2d;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  transition: all 0.5s ease 0s;
}
.footer-top ul.footer_social li a:hover {
  background: #009eed;
  color: #fff;
  transform: rotate(360deg);
}
.footer-top ul.footer_social li a i {
  padding: 0 !important;
}
.footer-bottom {
  border-top: 1px solid #313047;
  padding: 20px 0;
}
.footer-bottom .copyright p {
  margin: 0;
}
.footer-bottom .rows {
  margin-right: -15px;
  margin-left: -15px;
}
.footer-bottom .footer-menu .nav.navbar {
  padding: 0;
}
.footer-bottom .footer-menu .nav.navbar .navbar-menu {
  width: 100%;
}
.footer-bottom .footer-menu .menu {
  text-align: right;
}
.footer-bottom .footer-menu .menu li {
  display: inline-block;
  padding: 0 14px;
}
.footer-bottom .footer-menu .menu li a {
  color: #fff;
  font-size: 15px;
}
.footer-bottom .footer-menu .menu li a:hover {
  color: #009eed;
}
.footer-bottom .footer-menu .menu ul {
  display: none;
}
.rs-footer .widget.widget_nav_menu ul ul.sub-menu,
.rs-footer .widget.widget_pages ul ul.sub-menu,
.rs-footer .widget.widget_categories ul ul.sub-menu {
  padding-left: 15px;
}
.rs-footer .widget.widget_nav_menu ul li,
.rs-footer .widget.widget_pages ul li,
.rs-footer .widget.widget_recent_comments ul li,
.rs-footer .widget.widget_archive ul li,
.rs-footer .widget.widget_categories ul li {
  position: relative;
  padding: 0;
}
.rs-footer .widget.widget_pages ul li a,
.rs-footer .widget.widget_recent_comments ul li,
.rs-footer .widget.widget_archive ul li a,
.rs-footer .widget.widget_categories ul li a,
.rs-footer .widget.widget_nav_menu ul li a {
  position: relative;
  padding: 6px 0 6px 20px !important;
  display: inline-block;
  color: #fff;
}
.rs-footer .widget.widget_pages ul li a:hover,
.rs-footer .widget.widget_recent_comments ul li:hover,
.rs-footer .widget.widget_archive ul li a:hover,
.rs-footer .widget.widget_categories ul li a:hover,
.rs-footer .widget.widget_nav_menu ul li a:hover {
  color: #009eed;
}
.rs-footer .widget.widget_pages ul li a:before,
.rs-footer .widget.widget_recent_comments ul li:before,
.rs-footer .widget.widget_archive ul li a:before,
.rs-footer .widget.widget_categories ul li a:before,
.rs-footer .widget.widget_nav_menu ul li a:before {
  content: "\f105";
  position: absolute;
  font-family: fontawesome;
  top: 2px;
  left: 0;
  font-size: 18px;
  color: #009eed;
  display: block;
}
.rs-footer .widget.widget_recent_comments ul li {
  display: block;
}
.rs-footer .widget.widget_recent_comments ul li:before {
  top: 4px;
}
.rs-footer .widget a:hover {
  color: #009eed;
}
.rs-footer a:focus {
  color: #fff;
}
.flickr-widget ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.flickr-widget ul li img {
  width: 85px;
}
.flickr-widget ul li a {
  display: block;
  transition: all 0.5s ease 0s;
}
.flickr-widget ul li:hover a {
  position: relative;
}
.flickr-widget ul li:hover a:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.rs-heading .title-inner .sub-text {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
  color: #009eed;
  text-transform: uppercase;
  line-height: 25px;
  font-family: Poppins;
}
.rs-heading .title-inner .title {
  color: #222222;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.rs-heading .title-inner .title span.watermark {
  position: absolute;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: -1;
  opacity: 0.05;
  width: 100%;
  left: 0;
  color: inherit;
}
.rs-heading.big .title-inner h2 {
  font-size: 36px;
  line-height: 44px;
}
.rs-heading.big .description p {
  font-size: 20px;
  line-height: 32px;
}
.rs-heading.style4 .title-inner .title {
  margin-bottom: 8px;
}
.rs-heading.style4 .title-inner .title-img {
  margin-bottom: 12px;
}
.rs-heading.style2 {
  position: relative;
}
.rs-heading.style2 .description p {
  margin-bottom: 12px;
}
.rs-heading.style2 .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  position: relative;
  z-index: 1;
}
.rs-heading.style2 .title:before {
  content: "";
  position: absolute;
  background: #009eed;
  height: 6px;
  width: 54px;
  left: 2px;
  bottom: 2px;
  z-index: -1;
  opacity: 0.5;
}
.rs-heading.style3 {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style3 h2 {
  margin-bottom: 12px;
}
.rs-heading.style3 .description {
  position: relative;
  padding-left: 80px;
}
.rs-heading.style3 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 2px;
  background: #1f2024;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 14px;
}
.rs-heading.style3 .description p {
  margin-bottom: 12px;
}
.rs-heading.style3.light .description:after {
  background: #fff !important;
}
.rs-heading.style6 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style6 .title-inner h2 {
  margin-bottom: 12px;
}
.rs-heading.style6 .title-inner .sub-text {
  position: relative;
  padding-left: 65px;
  color: #1f2024;
}
.rs-heading.style6 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #009eed;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 12px;
}
.rs-heading.style6 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style6 .title-inner.light .sub-text:after {
  background: #fff !important;
}
.rs-heading.style6.text-center .title-inner .sub-text,
.rs-heading.style6.text-right .title-inner .sub-text {
  display: inline-block;
}
.rs-heading.style7 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style7 .title-inner h2 {
  margin-bottom: 12px;
}
.rs-heading.style7 .title-inner .sub-text {
  position: relative;
  padding-right: 65px;
  display: inline-block;
  color: #1f2024;
}
.rs-heading.style7 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #009eed;
  z-index: 9;
  margin-left: 0;
  right: 0;
  top: 12px;
}
.rs-heading.style7 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style7 .title-inner.light .sub-text:after {
  background: #fff !important;
}
.rs-heading.style7 .title-inner.text-center .title-inner .sub-text,
.rs-heading.style7 .title-inner.text-right .title-inner .sub-text {
  display: inline-block;
}
.title_bar .title_cate_slide {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 37px;
  color: #222222;
  font-family: 'Work Sans', sans-serif;
  z-index: 1;
  line-height: 1.2;
}
.title_bar .title_cate_slide:before {
  content: "";
  position: absolute;
  background: #009eed;
  height: 6px;
  width: 54px;
  left: 3px;
  bottom: 2px;
  z-index: -1;
  opacity: 0.5;
}
.title_cate_default {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  color: #222222;
  font-family: 'Work Sans', sans-serif;
  z-index: 1;
}
.title_cate_default:before {
  content: "";
  position: absolute;
  background: #009eed;
  height: 6px;
  width: 54px;
  left: 3px;
  bottom: 7px;
  z-index: -1;
  opacity: 0.5;
}
.list-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-style li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
}
.list-style li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
/*------------------------------------------------------------
Social Icon box CSS
---------------------------------------------------------------*/
.rs-social-icon {
  background: #ffffff;
  overflow: hidden;
}
.rs-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.rs-social-icon ul li {
  display: inline-block;
  text-align: center;
  padding: 25px 0;
  width: 33.333%;
  transition: 0.4s;
  border: 1px solid #ffffff;
}
.rs-social-icon ul li a {
  display: block;
}
.rs-social-icon ul li a span {
  display: block;
  margin-top: 6px;
  line-height: 23px;
}
.rs-social-icon ul li:hover {
  opacity: 0.8 !important;
}
.rs-social-icon .sidebar-social li {
  display: inline-block;
  text-align: center;
  margin: 2px;
  padding: 25px 0;
  width: 31%;
  transition: 0.4s;
}
.rs-social-icon .sidebar-social li a {
  display: block;
  color: #fff;
}
.rs-social-icon .sidebar-social li a span {
  display: block;
  margin-top: 6px;
  line-height: 23px;
  font-size: 15px;
  color: #fff;
}
.rs-social-icon .sidebar-social li.facebook {
  background: #3b5998;
}
.rs-social-icon .sidebar-social li.pinterest {
  background: #bd081c;
}
.rs-social-icon .sidebar-social li.twitter {
  background: #1da1f2;
}
.rs-social-icon .sidebar-social li.linkedin {
  background: #0177b5;
}
.rs-social-icon .sidebar-social li.googleplus {
  background: #dd4b39;
}
.rs-social-icon .sidebar-social li.instagram {
  background: #bd081c;
}
.rs-social-icon .sidebar-social li.vimeo {
  background: #bd081c;
}
.rs-social-icon .sidebar-social li.tumblr {
  background: #36465d;
}
.rs-social-icon .sidebar-social li.youtube {
  background: #ff0000;
}
.rs-social-icon .sidebar-social li:hover {
  opacity: 0.8;
}
.rs-social-icon .sidebar-social li:hover a {
  color: #fff;
}
.rs-social-icon .sidebar-social li:hover a span {
  color: #fff;
}
.rs-social-icon.sidebar {
  margin-top: 30px;
}
/*--------------------------------------------------------------
    Call to Action
--------------------------------------------------------------*/
.rs-cta .title-wrap .exp-title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  text-align: left;
}
.rs-cta .title-wrap .eta-subtitle {
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-cta .cta-wrap.style1 [class*="col-"] {
  padding: 0;
}
.rs-cta .button-wrap .cta-hints {
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 10px;
}
.rs-cta .style2 {
  text-align: center;
}
.rs-cta .style2 .title-wrap {
  padding: 15px 0 20px;
}
.rs-cta .style2 .button-wrap {
  margin-bottom: 10px;
}
.rs-cta.text-left .style2 {
  text-align: left;
}
.rs-cta.text-left .style2 .title-wrap h2 {
  text-align: left;
}
.rs-cta.text-right .style2 {
  text-align: right;
}
.rs-cta.text-right .style2 .title-wrap h2 {
  text-align: right;
}
.rs-cta .style2 .title-wrap .eta-subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
}
.rs-cta .style2 .title-wrap .exp-title {
  text-align: center;
}
/*--------------------------------------------------------------
services css
--------------------------------------------------------------*/
.rs-services-default .services-wrap .services-item {
  margin-bottom: 40px;
}
.rs-services-default .services-wrap .services-item .services-icon {
  font-size: 60px;
  line-height: 60px;
  width: 100%;
}
.rs-services-default .services-wrap .services-item .services-icon i {
  color: #1f2024;
}
.rs-services-default .services-wrap .services-item .services-title {
  font-size: 24px;
  margin: 15px 0 5px;
  font-weight: 500 !important;
}
.rs-services-default.services-center .services-icon {
  display: block;
  font-size: 40px;
  float: none;
  width: 100%;
  top: 8px;
  text-align: center;
}
.rs-services-default.services-center .services-icon i {
  margin: 0 auto;
}
.rs-services-default.services-center .services-desc {
  width: 100%;
  text-align: center;
}
.rs-services-default.services-right .services-icon {
  display: block;
  font-size: 40px;
  float: none;
  width: 100%;
  text-align: right;
}
.rs-services-default.services-right .services-icon i {
  margin: 0 auto;
  margin-right: 0;
}
.rs-services-default.services-right .services-desc {
  width: 100%;
  text-align: right;
}
.rs-services1 .services-title {
  font-size: 20px;
}
.rs-services1 .services-wrap .services-item {
  border-bottom: none;
  margin: 0;
  padding: 5px 0 32px;
}
.rs-services1 .services-wrap .services-item .services-icon {
  font-size: 30px;
  width: 100%;
}
.rs-services1 .services-wrap .services-item .services-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
}
.rs-services1 .services-wrap .services-item .services-desc {
  width: 100%;
}
.rs-services1 .services-wrap .services-item .services-desc .services-title {
  margin: 28px 0 10px;
}
.rs-services1 .services-wrap .services-item:hover .services-title a {
  color: #009eed;
}
.rs-services1.services-center .services-item {
  position: relative;
  padding: 0;
  z-index: 110;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  background: #fff;
  margin-bottom: 30px;
}
.rs-services1.services-center .services-title {
  margin: 0 0 12px !important;
}
.rs-services1.services-right .services-item,
.rs-services1.services-left .services-item {
  position: relative;
  padding: 0;
  z-index: 110;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  background: #fff;
  margin-bottom: 30px;
}
.rs-services1.services-right .services-item .services-title,
.rs-services1.services-left .services-item .services-title {
  font-size: 20px;
}
.rs-services1.services-right .services-item .services-icon,
.rs-services1.services-left .services-item .services-icon {
  position: relative;
  display: inline-block;
  font-size: 36px;
  float: left;
  width: auto;
  top: 0;
  text-align: center;
}
.rs-services1.services-right .services-item .services-desc,
.rs-services1.services-left .services-item .services-desc {
  position: relative;
  float: left;
  text-align: left;
  width: 88%;
  line-height: 25px;
  padding-left: 30px;
  font-size: 14px;
}
.rs-services1.services-right .services-item .services-desc .services-title,
.rs-services1.services-left .services-item .services-desc .services-title {
  margin-top: 0;
}
.rs-services1.services-right .services-item .services-icon {
  float: right;
}
.rs-services1.services-right .services-item .services-desc {
  float: left;
}
.rs-services1.services-center .services-icon {
  display: block;
  font-size: 36px;
  float: none;
  width: 100%;
  top: 8px;
  text-align: center;
}
.rs-services1.services-center .services-icon i {
  margin: 0 auto;
}
.rs-services1.services-center .services-desc {
  float: none;
  width: 100%;
  text-align: center;
}
.rs-services1.services-right .services-icon {
  display: block;
  font-size: 36px;
  float: none;
  width: 100%;
  top: 8px;
  text-align: right;
}
.rs-services1.services-right .services-icon i {
  margin: 0 auto;
  margin-right: 0;
}
.rs-services1.services-right .services-desc {
  float: none;
  width: 100%;
  text-align: right;
}
.services-style-2 {
  border-radius: 6px;
  transition: all .5s ease;
}
.services-style-2 .services-wrap .services-item .services-icon img {
  transition: all 0.7s;
  transform: scale(1);
}
.services-style-2 .services-wrap .services-item .services-desc {
  transition: all .5s ease;
  color: #fff;
  padding: 0 50px;
  max-width: 530px;
  margin: 0 auto;
}
.services-style-2 .services-wrap .services-item .services-desc p {
  color: #fff;
}
.services-style-2 .services-wrap .services-item .services-desc .services-title2 {
  font-size: 24px;
  margin: 25px 0 10px;
  line-height: normal;
  font-weight: 600;
  color: #1f2024;
}
.services-style-2 .services-wrap .services-item .services-desc .services-title2 a {
  color: #1f2024;
}
.services-style-2 .services-wrap .services-item:hover .services-icon img {
  transform: scale(0.9);
}
.services-style-2.services-center .services-icon {
  text-align: center;
}
.services-style-2.services-center .services-title2 {
  text-align: center;
}
.services-style-2.services-center .services-desc {
  text-align: center;
}
.services-style-2.service-active {
  background: #009eed;
}
.services-style-2.service-active .services-wrap .services-item .services-desc {
  color: #fff;
}
.services-style-2.service-active .services-wrap .services-item .services-desc .services-title2 {
  color: #fff;
}
.services-style-2.service-active .services-wrap .services-item .services-desc .services-title2 a {
  color: #fff;
}
.services-style-2.services-left {
  padding: 20px;
  margin-bottom: 30px;
}
.services-style-2.services-left .services-wrap {
  overflow: hidden;
}
.services-style-2.services-left .services-wrap .services-item .services-icon {
  float: left;
  width: 50px;
}
.services-style-2.services-left .services-wrap .services-item .services-title2 {
  text-align: left;
  margin: 0;
  font-weight: 600;
}
.services-style-2.services-left .services-wrap .services-item .services-desc {
  text-align: left;
  float: left;
  width: 80%;
  padding-left: 18px;
}
.services-style-2.services-right {
  padding: 20px;
  margin-bottom: 30px;
}
.services-style-2.services-right .services-wrap {
  overflow: hidden;
}
.services-style-2.services-right .services-wrap .services-item .services-icon {
  float: right;
  width: 50px;
}
.services-style-2.services-right .services-wrap .services-item .services-title2 {
  text-align: right;
  margin: 0;
  font-weight: 600;
}
.services-style-2.services-right .services-wrap .services-item .services-desc {
  text-align: right;
  float: left;
  width: 80%;
  padding-right: 18px;
}
/* Service Box Border Style*/
.rs-services1.services-left.border_style {
  margin-bottom: 30px;
}
.rs-services1.services-left.border_style .services-wrap .services-item {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.rs-services1.services-left.border_style .services-wrap .services-item .services-icon {
  width: 80px;
}
.rs-services1.services-left.border_style .services-wrap .services-item .services-icon i {
  border: 2px solid #1f2024;
  border-radius: 50%;
  line-height: 70px;
  height: 80px;
  width: 80px;
  font-size: 40px;
  cursor: pointer;
  background: #ffffff;
  color: #28406d;
}
.rs-services1.services-left.border_style .services-wrap .services-item:hover .services-icon i {
  background: #1f2024;
  color: #009eed;
}
.rs-services1.services-left.border_style .services-wrap .services-item .services-desc {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.rs-services1.services-left.border_style .services-wrap .services-item .services-desc p {
  margin-bottom: 0;
}
.rs-services1.services-right {
  margin-bottom: 30px;
}
.rs-services1.services-right .services-wrap .services-item {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.rs-services1.services-right .services-wrap .services-item .services-icon {
  width: 80px;
  float: right;
}
.rs-services1.services-right .services-wrap .services-item .services-icon i {
  border: 2px solid #1f2024;
  border-radius: 50%;
  line-height: 70px;
  height: 80px;
  width: 80px;
  font-size: 40px;
  cursor: pointer;
  background: #ffffff;
  color: #28406d;
}
.rs-services1.services-right .services-wrap .services-item .services-icon i:hover {
  background: #1f2024;
  color: #009eed;
}
.rs-services1.services-right .services-wrap .services-item .services-desc {
  width: calc(100% - 80px);
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
}
.rs-services1.services-right .services-wrap .services-item .services-desc p {
  margin-bottom: 0;
}
.rs-services-style3 {
  position: relative;
  overflow: hidden;
  margin: 15px auto 15px;
  max-width: 360px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 50px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.rs-services-style3 .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-size: cover;
}
.rs-services-style3 .bg-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
  opacity: 0.7;
  transition: 0.7s;
}
.rs-services-style3 .bg-img a {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  font-size: 15px;
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
  color: #fff;
  background: #1f2024;
  border-color: #1f2024;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.rs-services-style3 .bg-img a:hover {
  opacity: .95 !important;
  background: #1f2024;
}
.rs-services-style3 .bg-img a:before {
  display: none;
}
.rs-services-style3 .services-item {
  position: relative;
  z-index: 1;
}
.rs-services-style3 .services-item .services-icon {
  font-size: 44px;
}
.rs-services-style3 .services-item .services-icon span {
  display: inline-block;
}
.rs-services-style3 .services-item .services-desc .services-title {
  margin-bottom: 10px;
}
.rs-services-style3 .services-item .services-desc p:last-child {
  margin-bottom: 0;
}
.rs-services-style3:hover .bg-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 9;
}
.rs-services-style3:hover .bg-img a {
  top: 50%;
  opacity: 99;
  visibility: visible;
}
.rs-services-style3:hover .bg-img:after {
  opacity: 0;
}
.rs-services-style3.services-center {
  text-align: center;
}
.rs-services-style3.services-right {
  text-align: right;
}
.service-carousel .owl-stage-outer {
  overflow: hidden;
}
.service-carousel .rs-services-style3 {
  max-width: 100%;
}
.slider-services-style2 {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.slider-services-style2 .service-img img {
  max-width: 100%;
}
.slider-services-style2 .services-desc {
  padding: 25px 25px 6px;
  background: #fff;
}
.slider-services-style2 .services-desc .services-title {
  margin-bottom: 12px;
}
.slider-services-style2 .services-desc .readon {
  padding: 0 27px;
  height: 43px;
  line-height: 41px;
  margin-bottom: 25px;
}
.slider-services-style2 .services-desc .readon:hover {
  padding-right: 45px;
}
.slider-services-style2:hover .bg-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slider-services-style2:hover .bg-img a {
  top: 50%;
}
.service-carousel .owl-stage-outer {
  overflow: hidden;
}
.service-carousel .owl-nav.disabled {
  display: none;
}
.service-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.service-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.service-carousel .owl-dots .owl-dot.active {
  background: #fff;
  cursor: inherit;
}
.service-carousel .rs-services-style3 {
  max-width: 100%;
}
.rs-services-style4 {
  position: relative;
  transition: all .5s ease;
  padding: 50px 20px 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.rs-services-style4 .bg-img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all .5s ease;
}
.rs-services-style4 .services-item .services-icon i {
  font-size: 50px;
}
.rs-services-style4 .services-item .services-icon i {
  color: #009eed;
  background-color: transparent;
  font-size: 55px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  background: #1f2024;
  border-radius: 50%;
  font-size: 30px;
  border: 2px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  text-align: center;
}
.rs-services-style4 .services-item .services-desc {
  transition: all .5s ease;
}
.rs-services-style4 .services-item .services-desc .services-title {
  font-size: 20px;
  margin: 25px 0 10px !important;
  line-height: normal;
  font-weight: 600 !important;
  color: #222222;
  margin: 28px 0 10px;
}
.rs-services-style4 .services-item .services-desc .services-title a {
  color: #222222;
}
.rs-services-style4.services-center {
  border: 1px solid #e1e1e1;
}
.rs-services-style4.services-center .services-icon {
  text-align: center;
}
.rs-services-style4.services-center .services-title2 {
  text-align: center;
}
.rs-services-style4.services-center .services-desc {
  text-align: center;
}
.rs-services-style4.services-left .services-item .services-title {
  text-align: left;
  margin: 0;
  font-weight: 600;
}
.rs-services-style4.services-left .services-item .services-desc {
  text-align: left;
}
.rs-services-style4.services-right {
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.rs-services-style4.services-right .services-item .services-icon {
  float: right;
  width: 50px;
}
.rs-services-style4.services-right .services-item .services-title {
  text-align: right;
  margin: 0;
  font-weight: 600;
}
.rs-services-style4.services-right .services-item .services-desc {
  text-align: right;
  float: left;
  width: 80%;
  padding-right: 18px;
}
.rs-services-style4:hover .bg-img {
  opacity: 1;
}
.rs-services-style4:hover .services-icon i {
  background: #009eed;
  color: #1f2024;
}
.services-style-5 .services-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
}
.services-style-5 .services-desc,
.services-style-5 .services-item {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.services-style-5 .services-desc .services-title,
.services-style-5 .services-item .services-title {
  padding-top: 25px;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 50%;
  position: relative;
}
.services-style-5 .services-desc .services-title a,
.services-style-5 .services-item .services-title a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.services-style-5 .services-desc > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
}
.services-style-5 .services-item {
  top: 20px;
  box-shadow: 0 0 0 20px rgba(225, 197, 13, 0.4), inset 0 0 3px rgba(255, 255, 255, 0.2);
  position: relative;
  margin: 0 auto;
}
.services-style-5 .services-item .icon_bg {
  transition: all 0.6s ease-in-out;
  padding-top: 30px;
  text-align: center;
}
.services-style-5 .services-item .icon_bg img {
  max-width: 120px;
}
.services-style-5 .services-item .services-title {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.5);
  transition: all 0.4s ease-in-out 0.2s;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
.services-style-5 .services-item:hover .icon_bg {
  transform: scale(0);
  opacity: 0;
}
.services-style-5 .services-item:hover .services-title {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  background: #009eed;
  width: 100%;
  height: 100%;
}
.services-style-5 .services-icon {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 120px;
  background-repeat: no-repeat !important;
}
.rs-services-style6 {
  position: relative;
  border-radius: 6px;
  transition: all .5s ease;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.rs-services-style6 .bg-img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all .5s ease;
}
.rs-services-style6 .services-item .services-icon i {
  font-size: 50px;
}
.rs-services-style6 .services-item .services-icon i {
  color: #009eed;
  border: 2px solid #009eed !important;
  background-color: transparent;
  font-size: 55px;
  display: inline-block;
  width: 135px;
  height: 135px;
  line-height: 135px;
  color: #ffffff;
  background: #009eed;
  border-radius: 50%;
  font-size: 60px;
  border: 2px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  text-align: center;
}
.rs-services-style6 .services-item .services-desc {
  transition: all .5s ease;
}
.rs-services-style6 .services-item .services-desc .services-title {
  font-size: 24px;
  margin: 25px 0 10px !important;
  line-height: normal;
  font-weight: 500 !important;
  color: #222222;
  margin: 28px 0 10px;
}
.rs-services-style6 .services-item .services-desc .services-title a {
  color: #222222;
}
.rs-services-style6.services-center .services-icon {
  text-align: center;
}
.rs-services-style6.services-center .services-title2 {
  text-align: center;
}
.rs-services-style6.services-center .services-desc {
  text-align: center;
}
.rs-services-style6.services-left .services-item .services-title {
  text-align: left;
  margin: 0;
  font-weight: 600;
}
.rs-services-style6.services-left .services-item .services-desc {
  text-align: left;
}
.rs-services-style6.services-right {
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.rs-services-style6.services-right .services-item .services-icon {
  float: right;
  width: 50px;
}
.rs-services-style6.services-right .services-item .services-title {
  text-align: right;
  margin: 0;
  font-weight: 600;
}
.rs-services-style6.services-right .services-item .services-desc {
  text-align: right;
  float: left;
  width: 80%;
  padding-right: 18px;
}
.rs-services-style6:hover .bg-img {
  opacity: 1;
}
.rs-services-style6:hover .services-item .services-icon i {
  background: transparent;
  color: #009eed;
  font-size: 50px;
}
/*Counter Style*/
.counter-top-area {
  background-size: 100%;
  padding: 30px 0 30px;
  background-repeat: no-repeat;
}
.counter-top-area .count-number span {
  margin: 0 0 10px;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.counter-top-area .count-number h4 {
  font-weight: 600;
}
.counter-top-area.border-style {
  border: 1px solid #f7efef;
  padding: 30px 0 8px;
  transition: all 0.3s ease 0s;
}
.counter-top-area.border-style:hover {
  border-color: #009eed;
}
.style-bg .counter-top-area {
  padding: 60px 0 30px;
}
.style-bg .counter-top-area .count-number h3 {
  margin: 0;
}
/* -------------------------------- 

Vertical Timeline CSS

-------------------------------- */
@media only screen and (min-width: 1170px) {
  .cd-is-hidden {
    visibility: hidden;
  }
}
.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}
.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}
.cd-timeline__container iframe {
  margin-bottom: 15px;
}
.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #1f2024;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 34px;
    margin-bottom: 3em;
  }
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline__block {
  position: relative;
  margin: 80px 0;
}
.cd-timeline__content .event-shedule-info {
  color: #fff;
}
.cd-timeline__content .event-shedule-info .speaker-name,
.cd-timeline__content .event-shedule-info .speaker-name a {
  color: #f5f5f5;
  margin-bottom: 0;
  font-size: 14px;
  padding-bottom: 0;
}
.cd-timeline__content .event-shedule-info .event-des {
  font-size: 15px;
  line-height: 22px;
}
.cd-timeline__content .event-shedule-info .event-title {
  color: #fff !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-size: 24px;
}
.cd-timeline__content .event-shedule-info .event-title a {
  color: #fff !important;
}
.cd-timeline__content .event-shedule-info p {
  margin-top: 10px;
}
.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__block:first-child {
  margin-top: 0;
}
.cd-timeline__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    margin: 4em 0;
  }
}
.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cd-timeline__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  border-radius: 100% !important;
}
.cd-timeline__img.cd-timeline__img--picture {
  background: #1f2024;
}
.cd-timeline__img.cd-timeline__img--picture .rs-video-2 .popup-videos {
  transform: translateX(-50%);
  background: #28406d;
}
.cd-timeline__img.cd-timeline__img--picture .rs-video-2 .popup-videos i {
  color: #fff !important;
}
.cd-timeline__img.cd-timeline__img--picture .rs-video-2 .popup-videos i:before {
  color: #fff !important;
}
.cd-timeline__img.cd-timeline__img--picture span {
  color: #fff;
  font-size: 14px;
}
.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44;
}
.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em;
}
.cd-timeline__content .short-info {
  background: #fff;
  padding: 30px;
}
.cd-timeline__content .short-info h3 {
  color: #1f2024;
  font-size: 20px;
  line-height: 28px !important;
  margin-bottom: 14px;
}
.cd-timeline__content .short-info h3 a {
  color: #1f2024;
}
.cd-timeline__content .short-info .designation {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  float: left;
  margin-right: 10px;
}
.cd-timeline__content .short-info span.date {
  font-size: 15px;
}
.cd-timeline__content .short-info .career_thumb {
  margin-bottom: 23px;
}
.cd-timeline__content .cd_timeline_desc {
  margin-left: 40px;
  border-radius: 0.25em;
  padding: 20px 0;
  font-size: 20px;
  color: #1f2024;
  opacity: 1;
  font-weight: Work Sans;
}
.cd-timeline__content .cd_timeline_desc h3 {
  color: #1f2024;
  font-size: 20px;
  line-height: 28px !important;
  margin-bottom: 14px;
}
.cd-timeline__content .cd_timeline_desc p {
  font-size: 16px;
  color: #222222;
}
.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 15px solid transparent;
}
.cd-timeline__content h2 {
  color: #fff;
}
.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 16px;
  color: #222222;
}
.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}
.cd-block-start {
  padding-bottom: 100px;
}
.cd-block-start .cd-timeline__img {
  line-height: 24px;
  padding: 10px;
  text-transform: uppercase;
}
.cd-block-start .cd-timeline__img .timeline-year {
  position: relative;
  top: 5px;
  font-size: 14px;
}
.cd-block-done {
  padding-bottom: 80px;
  text-transform: uppercase;
}
.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 2rem;
  }
  .cd-timeline__content p {
    font-size: 16px;
    color: #222222;
  }
  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 0;
    width: 43%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }
  .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.6rem;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__content {
    float: right;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__read-more {
    float: right;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__date {
    left: auto;
    right: 133%;
    text-align: right;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(odd) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* -------------------------------- 

Horizontal Timeline CSS

-------------------------------- */
.wrap-list {
  overflow-x: hidden;
}
.wrap-index {
  overflow-x: hidden;
  -webkit-box-sizing: unset !important;
  -moz-box-sizing: unset !important;
  box-sizing: unset !important;
}
.over-wrap-index .prev {
  position: absolute;
  left: -1px;
  top: 61%;
  transform: translateY(-50%);
  font-size: 30px;
  background: #1f2024;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.over-wrap-index .prev:hover {
  color: #009eed;
}
.over-wrap-index .prev.disabled {
  background: #f2f2f2;
  cursor: default;
  color: #fff !important;
}
.over-wrap-index .next {
  position: absolute;
  right: -1px;
  top: 61%;
  transform: translateY(-50%);
  font-size: 30px;
  background: #1f2024;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.over-wrap-index .next:hover {
  color: #009eed;
}
.over-wrap-index .next.disabled {
  background: #f2f2f2;
  cursor: default;
  color: #fff !important;
}
.over-wrap-list {
  position: relative;
}
.over-wrap-list .prev,
.over-wrap-list .next {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  font-size: 80px;
  text-decoration: none;
  color: #A09F9F;
  text-shadow: 1px 1px #fff;
}
.over-wrap-list .prev.disabled,
.over-wrap-list .next.disabled {
  color: #DFDFDF;
}
.over-wrap-list .prev {
  left: 30px;
}
.over-wrap-list .prev:active {
  left: 29px;
}
.over-wrap-list .next {
  right: 30px;
}
.over-wrap-list .next:active {
  right: 29px;
}
.over-wrap-index {
  position: relative;
}
.over-wrap-index:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 999;
  background: url('../images/about-overlay-l.png') 0px top no-repeat;
  background-size: cover;
  background-position-x: right;
  display: none;
}
.over-wrap-index:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 999;
  background: url('../images/about-overlay-r.png') right top no-repeat;
  background-size: cover;
  background-position-x: left;
  display: none;
}
ul.index {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
ul.index li {
  font-size: 14px;
  display: inline-block;
  width: 200px;
  text-align: center;
  position: relative;
  vertical-align: bottom;
  padding-bottom: 15px;
  font-weight: 600;
  min-height: 40px;
}
ul.index li:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1f2024;
  position: absolute;
  bottom: -8px;
  left: 90px;
  z-index: 99;
  overflow: hidden;
}
.content-wrap {
  display: flex;
}
.content-wrap.col-full {
  display: block;
}
.content-wrap .date {
  margin-left: 15px;
  background: transparent;
  color: #777;
  font-size: 100%;
}
.content-wrap .clear-both {
  clear: both;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 13px;
  display: block;
  max-width: 360px;
}
.content-wrap .career-title {
  text-transform: capitalize;
  color: #1f2024;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 8px;
}
.col-left {
  width: 45%;
  padding-right: 35px;
}
.col-right {
  width: 55%;
  padding-left: 15px;
}
ul.index li.active:after {
  background: #1f2024;
}
ul.index li a {
  text-decoration: none;
  font-size: 24px;
  color: #646464;
  outline: none;
}
ul.index li a:hover {
  color: #7e7e7e;
}
ul.index li.active a {
  font-size: 48px;
  color: #1f2024;
}
ul.index:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 50px;
  left: 0;
  right: 0;
  border-top: 1px dotted #1f2024;
}
ul.list {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
ul.list > li {
  font-size: 14px;
  display: inline-block;
  padding-top: 20px;
  vertical-align: top;
}
ul.list > li .image {
  width: 200px;
  float: left;
  position: relative;
  z-index: 2;
}
.over-wrap-list iframe {
  display: none;
}
.over-wrap-list .show-me iframe {
  display: block !important;
}
.content-wrap .post_image,
.content-wrap .content {
  display: none;
}
.content-wrap .post_image img {
  border-radius: 5px;
}
.over-wrap-list .show-me .content-wrap .post_image,
.over-wrap-list .show-me .content-wrap .content {
  display: block !important;
}
#wrap-list iframe {
  margin-top: 10px;
}
ul.list > li .image:before,
ul.list > li .image:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 80%;
  max-height: 60px;
  -webkit-box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
  bottom: 20px;
}
ul.list > li .image:before {
  left: 20px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
ul.list > li .image:after {
  right: 20px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
ul.list > li .image img {
  min-width: 100%;
  min-height: 150px;
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #C0C0C0;
  padding: 7px;
  background: #1f2024;
  border-radius: 2px;
}
ul.list > li .content {
  color: #555555;
  font-size: 16px;
  line-height: 28px;
}
ul.list > li .content .title {
  text-transform: capitalize;
  color: #1f2024;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
}
.designation {
  color: #777;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  float: left;
}
.designation i {
  margin-right: 10px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arrow-up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow-down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow-right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow-left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.arrow {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-color: white;
  border-width: 5px;
  border-style: solid;
}
.arrow.up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow.down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow.right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow.left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Responsive
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   End Horizontal timeline
========================================================================== */
/*--------------------------------------------------------------
Video css
--------------------------------------------------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.rs-video-2 {
  position: relative;
}
.rs-video-2 .video-desc {
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  font-size: 20px;
}
.rs-video-2 .overly-border {
  border: 1px solid #009eed;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 0;
}
.rs-video-2 .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.rs-video-2 .video-content h4 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.rs-video-2:hover .popup-videos {
  animation-duration: 0.8s;
}
.rs-video-2 .popup-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  background: #009eed;
}
.rs-video-2 .popup-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.rs-video-2 .popup-videos:before {
  background: #009eed;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.rs-video-2 .popup-videos i {
  text-indent: 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 30px;
  color: #1f2024;
  position: relative;
}
.rs-video-2 .popup-videos i:before {
  color: #1f2024;
}
.rs-video-2 .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.rs-video-2 .popup-videos span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.rs-video-2:hover .overly-border:before,
.rs-video-2:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rs-video-2.Style2 .video-circle1 {
  height: 415px;
  width: 415px;
  animation: banner-right-circle 5s linear infinite;
}
.rs-video-2.Style2 .video-circle1,
.rs-video-2.Style2 .video-circle2 {
  border: 1px solid #009eed;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: banner-right-circle 5s linear infinite;
  z-index: 1;
}
.rs-video-2.Style2 .video-circle2 {
  height: 350px;
  width: 350px;
  animation: banner-right-circle2 5s linear infinite;
}
@keyframes banner-right-circle {
  0% {
    height: 250px;
    width: 250px;
    opacity: 1;
  }
  100% {
    height: 415px;
    width: 415px;
    opacity: .1;
  }
}
@keyframes banner-right-circle2 {
  0% {
    height: 150px;
    width: 150px;
    opacity: 1;
  }
  100% {
    height: 405px;
    width: 405px;
    opacity: .1;
  }
}
.readon {
  background: #1f2024;
  color: #fff;
  border: 2px solid;
  border-color: #1f2024;
  border-radius: 25px;
  padding: 0 40px;
  height: 50px;
  line-height: 45px;
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.readon:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: 50px;
  opacity: 0;
  top: 0px;
  content: "\f054";
  font-size: 15px;
  font-family: fontawesome;
}
.readon:hover {
  padding-right: 60px;
  border: 2px solid;
  border-color: #1f2024;
  background: #fff;
  color: #1f2024;
}
.readon:hover:before {
  right: 40px;
  opacity: 1;
}
/*--------------------------------
    Teams Single News
----------------------------------*/
.single-teams .ps-informations {
  padding-left: 20px;
}
.single-teams .ps-informations .info-title {
  font-size: 30px !important;
}
.single-teams .ps-informations ul li {
  font-size: 14px;
  color: #000;
}
.single-teams .ps-informations ul li span {
  font-weight: bold;
  color: #000;
  font-size: 15px;
}
.single-teams .ps-informations ul li.social-icon {
  float: left;
  border: none;
  text-align: center;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-teams .ps-informations ul li.social-icon i {
  color: #212122;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #009eed;
  font-size: 15px;
  border-radius: 150px;
}
.single-teams .ps-informations ul li.social-icon i:hover {
  color: #1f2024;
}
.single-teams .ps-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.single-teams .ps-image .ps-informations {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #1f2024;
}
.single-teams .ps-image .ps-informations ul li {
  border: none !important;
  margin-top: 0;
  color: #fff;
}
.single-teams .ps-image .ps-informations ul li span {
  width: 110px;
  color: #fff;
}
.single-teams .project-desc {
  padding-top: 30px;
  margin-top: 30px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-left: 20px;
}
/*--------------------------------
    Latest News
----------------------------------*/
.rs-latest-news .news-normal-block {
  padding: 0px;
  transition: 0.3s;
  background-size: cover !important;
}
.rs-latest-news .news-normal-block .news-img {
  margin-bottom: 0px;
  padding: 13px 13px 8px;
}
.rs-latest-news .news-normal-block .news-img img {
  width: 100%;
}
.rs-latest-news .news-normal-block .news-info {
  padding: 50px 30px;
  padding-right: 30%;
  color: #fff;
}
.rs-latest-news .news-normal-block .news-info a {
  color: #fff;
}
.rs-latest-news .news-normal-block .news-info a:hover {
  color: #009eed;
}
.rs-latest-news .news-normal-block .news-info .categories {
  font-size: 16px;
  margin: 0 0 16px;
}
.rs-latest-news .news-normal-block .news-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600 !important;
  line-height: 38px !important;
}
.rs-latest-news .news-normal-block .news-title a:hover,
.rs-latest-news .news-normal-block .news-title a:focus {
  color: #009eed;
}
.rs-latest-news .news-normal-block .news-desc p {
  margin-bottom: 30px;
}
.rs-latest-news .news-normal-block .news-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  background-color: #009eed;
  color: #fff;
  border-radius: 35px;
  text-transform: uppercase;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
  background-color: #009eed;
}
.rs-latest-news .news-list-block .news-list-item {
  transition: 0.3s;
  background: #fff;
}
.rs-latest-news .news-list-block .news-list-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-list-block .news-list-item .news-title {
  font-size: 18px !important;
  margin-bottom: 10px;
  font-weight: 600 !important;
}
.rs-latest-news .news-list-block .news-list-item .news-title a {
  color: #212121;
}
.rs-latest-news .news-list-block .news-list-item .news-title a:hover,
.rs-latest-news .news-list-block .news-list-item .news-title a:focus {
  color: #009eed;
}
.rs-latest-news .news-list-block .news-list-item .news-desc p {
  margin-bottom: 0;
}
.rs-latest-news .news-list-block .news-list-item .categories {
  font-size: 14px;
  margin: 0 0 10px;
}
.rs-latest-news .news-list-block .news-list-item .categories a {
  color: #181818;
}
.rs-latest-news .news-list-block .news-list-item .categories a:hover {
  color: #009eed;
}
.rs-latest-news .news-list-block .news-list-item .news-content {
  padding: 20px;
  background: #ffffff;
}
.latest-news-slider .news-normal-block {
  box-shadow: none !important;
}
.latest-news-slider .slick-arrow {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: -104px;
  height: 42px;
  width: 42px;
  font-size: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #009eed;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
  transition: 0.3s;
  top: auto;
}
.latest-news-slider .slick-arrow:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
  color: inherit;
  text-indent: 2px;
}
.latest-news-slider .slick-arrow.slick-prev {
  left: auto;
}
.latest-news-slider .slick-arrow.slick-prev:after {
  content: "\f104";
}
.latest-news-slider .slick-arrow.slick-next {
  right: -160px;
}
.latest-news-slider .slick-arrow.slick-next:after {
  content: "\f105";
}
.latest-news-slider .slick-arrow:hover {
  background-color: #009eed;
  color: #fff !important;
}
.latest-news-nav .slick-track {
  width: 100% !important;
}
.latest-news-nav .slick-slide {
  width: calc(100% - 2px) !important;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 13px;
  transition: 0.3s;
}
.latest-news-nav .slick-slide.slick-current,
.latest-news-nav .slick-slide:hover {
  background-color: #009eed;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.latest-news-nav .slick-slide.slick-current img,
.latest-news-nav .slick-slide:hover img {
  opacity: 0.8;
}
.rs-latest-news.style2 .latest-news-nav .slick-track {
  width: 100% !important;
}
.rs-latest-news.style2 .latest-news-nav .slick-slide {
  width: calc(100% - 2px) !important;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 13px;
}
.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current,
.rs-latest-news.style2 .latest-news-nav .slick-slide:hover {
  background: #fff;
  border-color: #ccc;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current img,
.rs-latest-news.style2 .latest-news-nav .slick-slide:hover img {
  opacity: 0.8;
}
.rs-latest-news.style2 .news-list-block .news-list-item + .news-list-item {
  margin-top: 15px;
}
.rs-latest-news.style2 .slick-arrow {
  bottom: -95px;
  right: -10px;
}
.rs-latest-news.style2 .slick-arrow.slick-next {
  right: -65px;
}
.rs-services3 {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.rs-services3 .col-services10 {
  float: right;
  width: 80%;
}
.rs-services3 .col-services10 .feature-title {
  padding-top: 26px;
  margin: 0 0 13px;
  font-size: 22px;
}
.rs-services3 .col-services10 .feature-title a {
  color: #1f2024;
}
.rs-services3 .col-services10 .slick-list {
  padding: 0 0 0 25px;
}
.rs-services3.services-right .col-services10 {
  float: left;
  width: 80%;
}
.rs-services3.services-right .col-services10 .slick-list {
  padding: 0 25px 0 0;
}
.rs-services3.services-right .col-services2 {
  float: left;
  width: 20%;
}
.rs-services3 .col-services2 {
  float: left;
  width: 20%;
}
.rs-services3 .heading-block {
  text-align: center;
}
.rs-services3 .heading-block h4 {
  font-size: 16px;
  margin: 15px 0;
}
.rs-services3 .slick-vertical .slick-slide {
  padding: 0 5px;
}
.rs-services3 .item-thumb img {
  border-radius: 0 !important;
  cursor: pointer;
}
.rs-services3 .slider-nav {
  margin: 0 !important;
}
.rs-services3 .slick-arrow {
  display: block;
  position: absolute;
  top: 10px;
  z-index: 99;
  left: 45%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #1f2024;
  color: #fff;
  border-radius: 50%;
  transition: 0.6s ease all;
  opacity: 1;
  opacity: 0;
  visibility: hidden;
}
.rs-services3 .slick-arrow:after {
  top: -2px;
}
.rs-services3 .slick-arrow.slick-next {
  bottom: 28px;
  top: auto;
}
.rs-services3 .slick-arrow:hover {
  background: #009eed;
  color: #1f2024;
}
.rs-services3 .col-services2 .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.rs-services3 .col-services2:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
/* ----------------------------------
    09. Team
-------------------------------------*/
/* -----------------------
    11. Team Member
--------------------------*/
.rs-team .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team .team-item .team-img img {
  width: 100%;
}
.rs-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  background: #009eed;
  transition: 0.3s all ease-out;
}
.rs-team .team-item .team-content h3.team-name a:hover {
  color: #fff;
}
.rs-team .team-item i {
  font-size: 52px;
  margin-bottom: 20px;
  color: #fff;
}
.rs-team .team-item .team-name {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.rs-team .team-item .team-name a {
  color: #fff;
}
.rs-team .team-item .team-title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.rs-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid;
  line-height: 22px;
}
.rs-team .team-item .team-social {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.rs-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #009eed;
  margin-right: 6px;
  border-radius: 50%;
}
.rs-team .team-item .team-social .social-icon i {
  font-size: 14px;
  color: #fff !important;
}
.rs-team .team-item .team-social .social-icon:hover {
  background: #009eed;
}
.rs-team .team-item:hover .team-content {
  opacity: .9;
  top: 0;
}
.rs-team .team-item:hover .team-social {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.rs-team .team-style5 .owl-stage-outer {
  overflow-y: visible;
}
.rs-team .team-style5 .team-item {
  overflow: visible;
  margin-bottom: 60px;
}
.rs-team .team-style5 .team-item:before {
  display: none;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img img {
  border: 3px solid #009eed;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img svg path {
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text {
  bottom: -25px;
  width: 100%;
  border-radius: 50px;
  clip-path: none;
  background: transparent;
  left: auto;
  right: -107px;
  transform: rotate(-30deg);
  transition: all 0.5s;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text .team-name,
.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text .subtitle {
  color: #222222;
  font-weight: 600;
  padding-bottom: 0;
  line-height: 20px !important;
  margin-bottom: 0;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text.slider-text {
  bottom: -22px !important;
  right: -35px;
  max-width: 196px;
}
.rs-team .team-style5 .team-item .team-content {
  background: transparent !important;
}
.rs-team .team-style5 .team-item .team-content:before {
  display: none;
}
.rs-team .team-style5 .team-item .team-content .team-social {
  transform: translate(0) !important;
  position: static;
  margin-bottom: 15px;
}
.rs-team .team-style5 .team-item .team-content .team-social a {
  border: 1px solid #fff;
}
.rs-team .team-style5 .team-item:before {
  background: transparent;
}
.rs-team .team-style5 .team-item:hover .image-wrapper .team-img .normal-text {
  opacity: 0;
  visibility: hidden;
  right: -80px;
  bottom: 35px;
}
.rs-team .team-style5 .team-item:hover .team-img img {
  border: 3px solid transparent !important;
}
.rs-team .team-style5 .team-item:hover .team-img svg path {
  fill: #009eed;
}
.rs-team .team-style5 .team-item:hover .team-content .team-name {
  margin-bottom: 0;
}
.rs-team .team-style5 .team-item:hover .team-content .team-social a {
  background: #fff !important;
}
.rs-team .team-style5 .team-item:hover .team-content .team-social a:hover {
  background: #f1f1f1 !important;
}
.rs-team .team-style5 .team-item:hover .team-content .team-social a i {
  color: #009eed !important;
}
.rs-team .team-style5 .team-item.team-rounded:before {
  background: transparent;
}
.rs-team .team-style5 .team-item.team-rounded .team-img {
  border-radius: 100%;
}
.rs-team .team-style5 .team-item.team-rounded .team-img img {
  border-radius: 100%;
}
.rs-team .team-style5 .team-item.team-rounded .team-content {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
.rs-team .team-style5 .team-item.team-square .team-img .normal-text {
  bottom: 20px;
  width: 84%;
  border-radius: 0;
}
.rs-team .team-style5 .team-item .team-social li {
  padding: 20px;
}
.rs-team .team-style5 .team-item .team-social.icons-1:before {
  height: 70px;
}
.rs-team .team-style5 .team-item .team-social.icons-1:after {
  height: 70px;
}
.rs-team .team-carousel .team-img {
  position: relative;
}
.rs-team .team-carousel .team-img .img-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #009eed;
  padding: 14px 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-team .team-carousel .team-item .team-name {
  line-height: normal !important;
  margin-bottom: 2px;
  font-size: 17px;
}
.rs-team .team-carousel .team-item:hover .img-title-wrap {
  opacity: 0;
  transform: translateY(10px);
}
.team-grid-style1 .team-item .social-icons1,
.team-slider-style1 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a i,
.team-slider-style1 .team-item .social-icons1 a i {
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #1f2024;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-grid-style1 .team-item .social-icons1 a:hover i,
.team-slider-style1 .team-item .social-icons1 a:hover i {
  background: #009eed;
  color: #fff;
}
.team-grid-style1 .team-item .team-content1,
.team-slider-style1 .team-item .team-content1 {
  text-align: center;
  margin: 20px 0 0;
}
.team-grid-style1 .team-item .team-content1 h3.team-name,
.team-slider-style1 .team-item .team-content1 h3.team-name {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
.team-grid-style1 .team-item .team-content1 h3.team-name a,
.team-slider-style1 .team-item .team-content1 h3.team-name a {
  color: #1f2024;
}
.team-grid-style1 .team-item .team-content1 h3.team-name a:hover,
.team-slider-style1 .team-item .team-content1 h3.team-name a:hover {
  color: #009eed;
}
.team-grid-style1 .team-item .team-content1 span.team-title,
.team-slider-style1 .team-item .team-content1 span.team-title {
  color: #101010;
  text-transform: capitalize;
}
.team-grid-style2 .team-item-wrap,
.team-slider-style2 .team-item-wrap {
  position: relative;
  margin-bottom: 35px;
}
.team-grid-style2 .team-item-wrap a,
.team-slider-style2 .team-item-wrap a {
  text-decoration: none;
}
.team-grid-style2 .team-item-wrap .team-img,
.team-slider-style2 .team-item-wrap .team-img {
  position: relative;
}
.team-grid-style2 .team-item-wrap .team-img .team-img-sec,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec {
  position: relative;
}
.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social {
  position: absolute;
  top: 0%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social a,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social a {
  border: 1px solid #bbb6;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
}
.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social a i,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social a i {
  font-size: 15px;
  color: #fff;
}
.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social a:hover,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social a:hover {
  color: #1f2024;
  border: 1px solid #fff;
  background: #fff;
}
.team-grid-style2 .team-item-wrap .team-img .team-img-sec .team-social a:hover i,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec .team-social a:hover i {
  color: #1f2024;
}
.team-grid-style2 .team-item-wrap .team-img .team-img-sec:before,
.team-slider-style2 .team-item-wrap .team-img .team-img-sec:before {
  content: "";
  position: absolute;
  background: #28406d;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: all 0.4s ease-in-out;
  display: block;
  top: 0;
  opacity: .9;
  z-index: 1;
}
.team-grid-style2 .team-item-wrap .team-img .wrap-text,
.team-slider-style2 .team-item-wrap .team-img .wrap-text {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 18px 20px 12px 20px;
}
.team-grid-style2 .team-item-wrap .team-img .wrap-text .team-desc,
.team-slider-style2 .team-item-wrap .team-img .wrap-text .team-desc {
  margin-bottom: 0;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text,
.team-slider-style2 .team-item-wrap .team-img .normal-text {
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
  font-size: 20px;
  margin-top: 0 !important;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a {
  color: #1f2024;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  z-index: 111;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a:hover,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #009eed;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
  margin: 18px 0 0;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-title,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-title {
  color: #1f2024;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 0;
  display: block;
}
.team-grid-style2 .team-item-wrap:hover .team-img .team-img-sec:before,
.team-slider-style2 .team-item-wrap:hover .team-img .team-img-sec:before {
  height: 100%;
}
.team-grid-style2 .team-item-wrap:hover .team-img .team-img-sec .team-social,
.team-slider-style2 .team-item-wrap:hover .team-img .team-img-sec .team-social {
  opacity: 1;
  top: 50%;
}
.team-grid-style3 .team-img,
.team-slider-style3 .team-img {
  position: relative;
  padding: 25px;
}
.team-grid-style3 .team-img:after,
.team-slider-style3 .team-img:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 200px solid #1f2024;
  border-right: 200px solid transparent;
  left: 0px;
  top: -10px;
}
.team-grid-style3 .team-img:before,
.team-slider-style3 .team-img:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 200px solid #1f2024;
  border-left: 200px solid transparent;
  right: 0px;
  bottom: -10px;
}
.team-grid-style3 .team-img img,
.team-slider-style3 .team-img img {
  position: relative;
  z-index: 99;
}
.team-grid-style3 .team-img .team-img-sec,
.team-slider-style3 .team-img .team-img-sec {
  position: relative;
}
.team-grid-style3 .team-img .team-img-sec:before,
.team-slider-style3 .team-img .team-img-sec:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #1f2024;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.team-grid-style3 .team-img .team-img-sec .team-content,
.team-slider-style3 .team-img .team-img-sec .team-content {
  position: absolute;
  display: block;
  left: 50%;
  width: 100%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 999;
  color: #fff;
  padding: 30px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-name,
.team-slider-style3 .team-img .team-img-sec .team-content .team-name {
  margin-bottom: 0;
  font-size: 20px;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-name a,
.team-slider-style3 .team-img .team-img-sec .team-content .team-name a {
  color: #fff;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-title,
.team-slider-style3 .team-img .team-img-sec .team-content .team-title {
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  display: block;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-title:after,
.team-slider-style3 .team-img .team-img-sec .team-content .team-title:after {
  position: absolute;
  content: '';
  width: 170px;
  height: 2px;
  background: #f2f2f2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-social a,
.team-slider-style3 .team-img .team-img-sec .team-content .team-social a {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-social a:last-child,
.team-slider-style3 .team-img .team-img-sec .team-content .team-social a:last-child {
  margin-right: 0;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-social a:hover,
.team-slider-style3 .team-img .team-img-sec .team-content .team-social a:hover {
  opacity: 0.8;
}
.team-grid-style3 .team-img .team-img-sec:hover:before,
.team-slider-style3 .team-img .team-img-sec:hover:before {
  opacity: 0.8;
}
.team-grid-style3 .team-img .team-img-sec:hover .team-content,
.team-slider-style3 .team-img .team-img-sec:hover .team-content {
  opacity: 1;
  width: 100%;
  top: 50%;
}
.team-grid-style3 .team-img:after {
  top: 0;
}
.team-grid-style3 .team-img:before {
  bottom: 0;
}
.rs-team-grid .team-item-wrap {
  margin-bottom: 60px;
}
.rs-team-grid .team-item {
  margin-bottom: 30px;
}
.rs-team-grid.team-grid-style1 .team-item {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding-bottom: 30px;
}
.rs-team-grid.team-grid-style1 .team-item img {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.rs-team-grid.team-grid-style1 .team-item:hover img {
  opacity: 0.7;
}
.rs-team-grid.team-style4 .team-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
  background: #fff;
  border-radius: 5px;
}
.rs-team-grid.team-style4 .team-wrapper .team_photo img {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc {
  height: 100px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 15px 20px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #1f2024;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  transition: 0.4s all ease;
  left: 0;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name a {
  color: #009eed;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name a:hover {
  color: #009eed;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name .designation {
  font-size: 15px;
  text-transform: capitalize;
  color: #009eed;
  float: none;
  text-align: center;
  font-weight: 600;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social {
  bottom: -100px !important;
  transition: all 0.3s ease 0s;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a {
  font-size: 17px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0px;
  border: none;
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
  background: transparent !important;
  margin-right: 8px;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a:last-child {
  margin-right: 0;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a i {
  font-size: 16px;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_desc {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  bottom: 0;
  height: 140px;
  color: #fff;
  background: #009eed;
}
.rs-team-grid.team-style4 .team-wrapper:hover .name a {
  color: #ffffff;
}
.rs-team-grid.team-style4 .team-wrapper:hover .name .designation {
  color: #ffffff;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_photo img {
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.rs-team-grid.team-style4 .team-wrapper:hover .team-social {
  bottom: 25px !important;
}
.rs-team-grid.team-style5 .team-grid-style5.col-md-4 .team-item .team-item-inner img {
  width: 100%;
}
.rs-team-grid.team-style5 .team-item {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
}
.rs-team-grid.team-style5 .team-item .team-img {
  position: relative;
  overflow: hidden;
}
.rs-team-grid.team-style5 .team-item .team-img img {
  width: 100%;
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-team-grid.team-style5 .team-item .normal-text {
  background: #f7f7f7;
  color: #666666;
  padding: 20px;
  text-align: center;
  z-index: 9;
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: -75px;
  background: #fff;
  width: calc(100% - 80px);
  padding: 20px 20px 25px;
  -webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
}
.rs-team-grid.team-style5 .team-item .normal-text .designation {
  font-size: 15px;
  font-weight: 600;
  float: none;
  color: #222222;
  margin-bottom: 0;
}
.rs-team-grid.team-style5 .team-item .normal-text .team-text {
  font-size: 14px;
  margin-bottom: 0;
  color: #777;
  position: relative;
  z-index: 1;
  max-height: 0;
  opacity: 0;
  line-height: 24px;
  -webkit-transition: all 0.6s, max-height 0.5s;
  -o-transition: all 0.6s, max-height 0.5s;
  -moz-transition: all 0.6s, max-height 0.5s;
  transition: all 0.6s, max-height 0.5s;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.rs-team-grid.team-style5 .team-item .normal-text .team-text:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #1f2024;
  top: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons {
  text-align: center;
  margin-top: 12px;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons a i {
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #1f2024;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons a:hover i {
  background: #1f2024;
  color: #fff;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 600;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name a {
  color: #1f2024;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name a:hover {
  color: #009eed;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-designation {
  font-size: 14px;
  color: #009eed;
  text-transform: uppercase;
  font-weight: normal;
}
.rs-team-grid.team-style5 .team-item:hover .normal-text .team-text {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.4s, max-height 1.5s;
  -o-transition: all 0.4s, max-height 1.5s;
  -moz-transition: all 0.4s, max-height 1.5s;
  transition: all 0.4s, max-height 1.5s;
  padding-top: 18px;
  margin-top: 8px;
}
.rs-team-grid.team-style5 .team-item .overlay-element .social-icons {
  margin-top: 5px;
}
.rs-team-grid.team-style5 .team-item .overlay-element .social-icons i {
  font-size: 15px;
  margin: 0 5px;
}
.rs-team-grid.team-style5 .team-item .team-content {
  padding: 10px;
}
.rs-team-grid.team-style5 .team-item .team-content h3.team-name {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: normal !important;
  text-transform: capitalize;
}
.rs-team-grid.team-style5 .team-item .team-content h3.team-name a {
  color: #fff;
}
.rs-team-grid.team-style5 .team-item .team-content h3.team-name a:hover {
  opacity: 0.8;
  color: #fff !important;
}
.rs-team-grid.team-style5 .team-item .team-content .designation {
  font-size: 16px;
  font-weight: 600;
}
.rs-team-grid.team-style5 .team-item .team-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.rs-team-grid.team-style5 .team-item .team-desc {
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid;
  line-height: 22px;
}
.rs-team-grid.team-style5 .team-item .team-title,
.rs-team-grid.team-style5 .team-item .team-desc {
  color: #ffffff;
}
.rs-team-grid.team-style5 .team-item:hover .team-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rs-team-grid.team-style5 .team-item:hover .designation {
  float: none;
  font-size: 15px;
  font-weight: 600;
}
/* ----------------------------------
    09. Portfolio
-------------------------------------*/
.rs-portfolio.col-filter .portfolio-content .portfolio-filter {
  text-align: center !important;
}
.rs-portfolio .portfolio-slider .portfolio-item {
  position: relative;
}
.rs-portfolio .portfolio-slider .portfolio-item .portfolio-img img {
  border-radius: 3px 3px 0 0;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories {
  position: absolute;
  top: 16px;
  right: 25px;
  z-index: 11;
  font-size: 16px;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #1f2024;
  position: absolute;
  left: -56px;
  top: 13px;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories a {
  color: #212127;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories a:hover {
  color: #009eed;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 30px !important;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title a {
  color: #28406d;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title a:hover {
  color: #009eed;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img {
  position: relative;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img:before {
  opacity: .85;
  background: transparent;
  background: linear-gradient(transparent, #333333), linear-gradient(transparent, #333333);
  background: -moz-linear-gradient(transparent, #333333), -moz-linear-gradient(transparent, #333333);
  background: -o-linear-gradient(transparent, #333333), -o-linear-gradient(transparent, #333333);
  content: "";
  height: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories {
  top: auto;
  bottom: 20px;
  left: 25px;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories:before {
  display: none;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a {
  color: #fff;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a:hover {
  color: #009eed;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title {
  top: auto;
  bottom: 52px;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title a {
  color: #fff;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item:hover .portfolio-content h3.p-title a {
  color: #009eed;
}
/* ----------------------------------
    10. cl-testimonial style 7
-------------------------------------*/
#cl-testimonial .testimonial-slide7 .slick-track {
  padding-bottom: 40px;
}
#cl-testimonial .testimonial-slide7 .single-testimonial {
  padding: 0;
  background: #ffffff;
  border-left: 4px solid #28406d;
  border-radius: 0;
  padding: 40px 20px 20px 120px;
  box-shadow: 0 0 15px #ccc;
  position: relative;
  margin: 0 15px;
}
#cl-testimonial .testimonial-slide7 .single-testimonial:after,
#cl-testimonial .testimonial-slide7 .single-testimonial:before {
  content: '';
  position: absolute;
  display: block;
  background: transparent;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: -3px;
  border: none !important;
  right: 0;
}
#cl-testimonial .testimonial-slide7 .single-testimonial:after {
  top: auto;
  bottom: 0;
  border-bottom: 0 solid;
  border-top: 30px solid transparent;
  border-bottom-color: #1f2024;
}
#cl-testimonial .testimonial-slide7 .right-content,
#cl-testimonial .testimonial-slide7 .testimonial-left {
  width: 100%;
  float: none;
}
#cl-testimonial .testimonial-slide7 .testimonial-left img {
  border: 2px solid #1f2024;
}
#cl-testimonial .testimonial-slide7 .right-content {
  position: relative;
}
#cl-testimonial .testimonial-slide7 .right-content i {
  top: 5px;
  padding-right: 0;
  position: absolute;
  left: -18px;
}
#cl-testimonial .testimonial-slide7 .testimonial-left {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: auto;
}
#cl-testimonial .testimonial-slide7 p {
  margin: 0;
  padding: 0;
}
#cl-testimonial .testimonial-slide7 ul.slick-dots li button {
  background: #1f2024;
  padding: 2px 0;
  height: 6px;
}
#cl-testimonial .testimonial-slide7 ul.slick-dots li.slick-active button {
  background: #009eed !important;
  border-color: #009eed !important;
}
#cl-testimonial.testimonials-area.slider8 {
  position: relative;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial p {
  margin: 0;
  padding: 0 !important;
  text-align: center !important;
  font-size: 20px;
  line-height: 30px;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial p i {
  display: block;
  text-align: center;
  font-size: 125px;
  opacity: 0.05;
}
#cl-testimonial.testimonials-area.slider8 ul.author {
  text-align: center;
  padding: 12px 0 0 !important;
}
#cl-testimonial.testimonials-area.slider8 ul.author li {
  font-size: 20px;
  text-transform: uppercase;
  padding: 8px 0 10px !important;
  font-family: Poppins !important;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial {
  padding-left: 20px;
  padding-top: 45px;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
  position: relative;
  max-width: 100%;
  text-align: left;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial i {
  font-size: 80px;
  position: absolute;
  left: -18px;
  opacity: 1;
  top: -30px;
  z-index: -1;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial ul.author,
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
  text-align: left !important;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav {
  overflow: hidden;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-list {
  float: right;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-track {
  width: 100% !important;
  float: right;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide {
  width: 15px !important;
  height: 6px;
  border-radius: 3px;
  background: #222222;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  transition: 0.3s;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide:hover,
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide.slick-current {
  background: #009eed;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial {
  margin: 0;
  border-left: 4px solid #009eed;
  box-shadow: none;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:before,
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
  border-top-color: #009eed;
  border-right-color: #009eed;
  border-right: 30px solid #009eed;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
  border-top: 30px solid transparent;
  border-bottom-color: #009eed;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial .cl-author-info li:first-child {
  font-size: 18px;
  color: #1f2024;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  line-height: 28px;
  margin-top: 5px;
}
.testimonial-light #cl-testimonial .slick-dots {
  text-align: right;
  bottom: -4px;
}
.testimonial-light #cl-testimonial .slick-dots li button {
  background: #fff !important;
  border: 1px solid #ffff !important;
}
.mfp-close-btn-in .mfp-close {
  top: -20px;
  right: -20px;
  text-align: right;
  padding-right: 0;
  display: inline-block;
  text-align: center;
  background: #009eed;
  width: 44px;
  border-radius: 50%;
  font-size: 27px;
}
.rs_button.btn-border {
  border-width: 2px;
  border-style: solid;
  border-color: #009eed;
  line-height: 45px;
  background: transparent;
}
.rs-btn.btn-center {
  text-align: center;
}
.rs-btn.btn-left {
  text-align: left;
}
.rs-btn.btn-right {
  text-align: right;
}
.portfolio-filter {
  margin-bottom: 20px;
}
.portfolio-filter.filter-center {
  text-align: center;
}
.portfolio-filter.filter-right {
  text-align: right;
}
.portfolio-filter.filter-left {
  text-align: left;
}
.portfolio-filter button {
  background: transparent !important;
  color: #555555;
  margin: 0 20px 12px 0;
  display: inline-block;
  padding: 0;
  transition: 0.4s;
  outline: none;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  position: relative;
  padding: 5px 15px;
  border-radius: 30px;
  border: 0;
}
.portfolio-filter button:hover,
.portfolio-filter button.active {
  color: #009eed;
  background: transparent !important;
}
.gutter-no-gap .row {
  margin: 0 !important;
}
.gutter-no-gap .row [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
}
.gutter-no-gap .portfolio-item {
  border-radius: 0 !important;
}
.gutter-no-gap .portfolio-item .portfolio-img img {
  border-radius: 0 !important;
}
.gutter-no-gap .portfolio-item .portfolio-img:before {
  border-radius: 0 !important;
}
.rs-portfolio-style1.gutter-no-gap .portfolio-item {
  border-radius: 0 !important;
}
.rs-portfolio-style1.gutter-no-gap .portfolio-item .portfolio-img img {
  border-radius: 0;
}
.rs-portfolio-style1.gutter-no-gap .portfolio-item .portfolio-img:before {
  border-radius: 0 !important;
}
.portfolio-item {
  border-radius: 5px;
}
.rs-portfolio-style1 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  border-radius: 5px;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
  position: relative;
  z-index: 9;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category {
  color: #fff;
  margin-bottom: 0;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a {
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.rs-portfolio-style1 .portfolio-item .portfolio-img img {
  width: 100%;
  border-radius: 5px;
}
.rs-portfolio-style1 .portfolio-item .p-link {
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.rs-portfolio-style1 .portfolio-item .p-link i {
  margin-left: 2px;
}
.rs-portfolio-style1 .portfolio-item .p-link:hover {
  background-color: #009eed;
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .p-title {
  font-size: 20px;
  line-height: normal;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.rs-portfolio-style1 .portfolio-item .p-title a {
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1 .portfolio-item .p-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-portfolio-style1 .portfolio-item:hover .portfolio-content {
  opacity: 1;
  top: 0;
}
.rs-portfolio-style1 .portfolio-item:hover .portfolio-content:before {
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more:hover {
  background: #009eed !important;
  border-color: #009eed !important;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content {
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding: 22px 30px;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content h4 {
  margin-bottom: 5px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #cccccc;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-content {
  bottom: 0;
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-img:before {
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item:hover .read_more {
  opacity: 1;
  visibility: visible;
}
.rs-portfolio-style3 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009eed;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img img {
  width: 100%;
  border-radius: 5px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link i {
  margin-left: 2px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link:hover {
  opacity: 0.7 !important;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  top: 0;
  width: 100%;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  transition: 0.3s ease all;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  transition: 0.3s ease all;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img .p-link {
  opacity: 1;
}
.rs-portfolio-style4 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009eed;
  transition: all 0.4s ease 0s;
  opacity: 0;
  z-index: 10;
  border-radius: 5px;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 5px;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img .p-link {
  display: none;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-title {
  margin-bottom: 15px;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content p a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.rs-portfolio-style5 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.4s ease 0s;
  opacity: 0;
  z-index: 10;
  border-radius: 5px;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 0px;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img .p-link {
  display: none !important;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  opacity: 0;
  z-index: 10;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img .p-link i {
  margin-left: 2px;
  display: none;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content {
  position: relative;
  padding: 15px 20px;
  opacity: 1;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content a {
  color: #1f2024;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content h4 {
  margin-bottom: 0;
  font-size: 20px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content h4 a:hover {
  color: #009eed;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #1f2024;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img:before {
  opacity: 1;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img .p-link {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.light .rs-portfolio-style5 .portfolio-item .portfolio-content {
  background: #fff;
}
.rs-portfolio .portfolio-item .portfolio-img img,
.rs-portfolio .portfolio-item .portfolio-content::before {
  border-radius: 5px;
}
.rs-portfolio-agency .portfolio-filter {
  margin-bottom: 30px;
}
.single-portfolios .project-img {
  margin-bottom: 50px;
}
.single-portfolios .ps-informations {
  padding: 40px 40px 45px;
  background: rgba(16, 16, 16, 0.05);
  margin-top: 10px;
}
.single-portfolios h3 {
  text-transform: uppercase;
}
.ps-navigation {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul .prev {
  display: inline-block;
  text-align: left;
}
.ps-navigation ul .next {
  display: inline-block;
  text-align: right;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
}
.ps-navigation ul a span:first-child {
  margin-top: 0;
}
.ps-navigation ul a span.pagi-date {
  font-size: 13px;
  color: #aaa;
  line-height: normal;
  margin-top: 5px;
}
.ps-navigation ul a:hover {
  color: #009eed !important;
}
.single-events .ps-navigation {
  margin-bottom: 0;
}
.post-video i:before {
  color: #fff;
}
/*--------------------------------------------------------------
    News Tab Css here
--------------------------------------------------------------*/
.rs-news-tab .tab-pane.fade {
  display: none;
}
.rs-news-tab .news-tab .nav-tabs {
  margin: 0 0 28px;
  border: none;
  padding: 0;
  flex: none;
  display: block;
  text-align: right;
}
.rs-news-tab .news-tab .nav-tabs li {
  float: none;
  display: inline-block;
}
.rs-news-tab .news-tab .nav-tabs li a {
  font-size: 15px;
  color: #555555;
  padding: 3px 40px 0px 0;
  display: block;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
}
.rs-news-tab .news-tab .nav-tabs li a:hover {
  color: #009eed;
}
.rs-news-tab .news-tab .nav-tabs li a.active.show {
  color: #009eed;
}
.rs-news-tab .news-tab .nav-tabs li a.active {
  color: #009eed;
}
.rs-news-tab .news-tab .nav-tabs li:last-child a {
  padding-right: 0;
}
.rs-news-tab .tab-top-content .post-title {
  font-size: 15px;
  line-height: 22px !important;
  font-weight: 600;
  margin: 4px 0;
}
.rs-news-tab .tab-top-content .big-title {
  font-size: 20px;
  line-height: 30px !important;
  font-weight: 600;
  margin: 4px 0;
}
.rs-news-tab .tab-top-content .big-title a {
  color: #222222;
}
.rs-news-tab .tab-top-content .big-title a:hover {
  color: #009eed;
}
.rs-news-tab .tab-top-content .author-date,
.rs-news-tab .tab-top-content .author-by {
  font-size: 14px;
  margin: 0 8px 0 0;
}
.rs-news-tab .tab-top-content .author-date i,
.rs-news-tab .tab-top-content .author-by i {
  font-size: 14px;
  margin-right: 4px;
}
.rs-news-tab .post-featured-img {
  position: relative;
  margin: 0;
}
.rs-news-tab .table_call {
  display: table;
  margin: 0 0 18px;
  background: #1f2024;
}
.rs-news-tab .table_call .cell_call {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.rs-news-tab .table_call .cell_call.right_padd {
  padding: 26px 30px 34px;
}
.rs-news-tab .table_call .cell_call .post-title {
  font-size: 20px;
  font-weight: 600;
  margin: 11px 0 12px;
  line-height: 30px !important;
}
.rs-news-tab .table_call .cell_call .post-title a {
  color: #fff;
}
.rs-news-tab .table_call .cell_call .post-title a:hover {
  color: #009eed;
}
.rs-news-tab .table_call .cell_call .excerpt {
  color: #ccc;
}
.rs-news-tab .table_call .post-img img {
  transition: all 0.5s ease 0s;
}
.rs-news-tab .table_call:hover .post-img img {
  filter: grayscale(100%);
  opacity: .8;
}
.rs-news-tab .table_call:hover .post-video2 .overley {
  opacity: 1;
  transform: scaleY(1);
}
.rs-news-tab .table_call:hover .post-video2 .overley:before {
  opacity: 1;
  transform: scaleY(1);
}
.rs-news-tab .table_call:hover .post-video2 .overley .videos-icon {
  opacity: 1;
}
.rs-news-tab .full-tab-sec .tab-top-content {
  padding: 18px 23px 10px;
  border: 1px solid #ddd;
}
.rs-news-tab .full-tab-sec .col-lg-3 {
  padding: 0 8px;
}
.rs-news-tab .full-tab-sec .col-lg-3 .post-img img {
  transition: all 0.5s ease 0s;
}
.rs-news-tab .full-tab-sec .col-lg-3:hover .post-title a {
  color: #009eed;
}
.rs-news-tab .full-tab-sec .col-lg-3:hover .post-img img {
  filter: grayscale(100%);
  opacity: .8;
}
.rs-news-tab .full-tab-sec .post-img {
  margin-bottom: 12px;
}
.rs-news-tab .full-tab-sec .post-img.post-featured-img {
  margin: 0;
}
.blog-img.image-scale:hover .top-icon {
  display: none;
}
.blog-img.image-scale:hover .overley .videos-icon i {
  color: #009eed;
}
.widget_darpan_flickr #rsflicker {
  margin-left: -3px;
  padding-top: 7px;
}
.widget_darpan_flickr #rsflicker li {
  border: none;
  padding: 0;
  margin: 0;
  width: 25%;
}
.widget_darpan_flickr #rsflicker li a img {
  display: inline-block;
  padding: 3px;
  width: 100%;
}
.rs-news-tab.rs-news-tab-style-vertical .tab-top-content {
  border: none;
  padding: 0 15px 0 0;
}
.rs-news-tab.rs-news-tab-style-vertical .tab-top-content .row {
  border: 1px solid #ddd;
  margin: 0 0 15.5px;
  display: table;
  width: 100%;
}
.rs-news-tab.rs-news-tab-style-vertical .tab-top-content .row .col-xs-12 {
  padding: 0 15px 0 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.rs-news-tab.rs-news-tab-style-vertical .tab-top-content .row .col-xs-12 .post-img {
  padding: 0px;
  margin: 0;
}
.rs-news-tab.rs-news-tab-style-vertical .tab-top-content .row .col-xs-12 .post-img img {
  transition: all 0.5s ease 0s;
}
.rs-news-tab.rs-news-tab-style-vertical .tab-top-content .row .col-lg-4 {
  width: 39.2%;
  max-width: 100%;
}
.rs-news-tab.rs-news-tab-style-vertical .tab-top-content .row .col-lg-8 {
  width: 63%;
  max-width: 100%;
}
.rs-news-tab.rs-news-tab-style-vertical .tab-top-content .row:hover .post-title a {
  color: #009eed;
}
.rs-news-tab.rs-news-tab-style-vertical .tab-top-content .row:hover .post-img a img {
  filter: grayscale(100%);
  opacity: .8;
}
.rs-news-tab.rs-news-tab-style-vertical .full-dis {
  padding-right: 1px;
}
.rs-news-tab.rs-news-tab-style-vertical .full-dis .dis-content {
  padding: 20px 20px 22px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rs-news-tab.rs-news-tab-style-vertical .full-dis .dis-content .post-title {
  margin-bottom: 0;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px !important;
}
.rs-news-tab.rs-news-tab-style-vertical .full-dis span.author-date,
.rs-news-tab.rs-news-tab-style-vertical .full-dis span.author-by {
  color: #666666;
  font-size: 14px;
  margin-right: 12px;
}
.rs-news-tab.rs-news-tab-style-vertical .full-dis span.author-date i,
.rs-news-tab.rs-news-tab-style-vertical .full-dis span.author-by i {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
}
.rs-news-tab.rs-news-tab-style-vertical .full-dis .post-img img {
  transition: all 0.5s ease 0s;
}
.rs-news-tab.rs-news-tab-style-vertical .full-dis:hover .post-title a {
  color: #009eed;
}
.rs-news-tab.rs-news-tab-style-vertical .full-dis:hover .post-img a img {
  filter: grayscale(100%);
  opacity: .8;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2 .news-tab {
  overflow: hidden;
  margin-bottom: 0;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2 .full-dis {
  margin-bottom: 14px;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2 .full-dis .cate-home {
  left: 22px;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2 .tab-top-content {
  padding: 0;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.rl_img_none .full-dis {
  margin-bottom: 0;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.rl_img_none .tab-top-content {
  background: #ffffff;
  padding: 23px 25px;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.rl_img_none .tab-top-content .post-title {
  font-size: 18px;
  line-height: 25px !important;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.rl_img_none .tab-top-content .content-post-list + .content-post-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.default .full-dis .dis-content {
  padding-left: 20px;
  padding-right: 20px;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical5 .post-img.post-featured-img .cate-home {
  right: auto;
  left: 40px;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical5 .post-video .top-icon {
  left: auto;
  right: 30px;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical5 .tab-top-content {
  padding-right: 15px;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical5 .tab-top-content .row .col-lg-4 {
  width: 45%;
  max-width: 100%;
  padding: 0 25px 0 0;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical5 .tab-top-content .row .col-lg-8 {
  width: 55%;
  max-width: 100%;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical5 .tab-top-content .blog-button {
  margin-top: 8px;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical5 .tab-top-content .blog-button a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 22px 0 0;
  color: #222222;
  transition: all .2s ease;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical5 .tab-top-content .blog-button a:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  right: 0;
  opacity: 1;
  content: "\f178";
  font-size: 15px;
  font-family: fontawesome;
  font-weight: normal;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical5 .tab-top-content .blog-button:hover a {
  color: #009eed;
  padding: 0 26px 0 0;
}
.readmore {
  margin-top: 15px;
}
.readmore a {
  background: #009eed;
  color: #fff;
  padding: 6px 18px;
  border-radius: 0;
  font-size: 13px;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
.readmore a:hover {
  opacity: .9;
  color: #fff;
}
.rs-news-vertical-slider .tab-top-content .post-title,
.rs-news-vertical-slider2 .tab-top-content .post-title {
  font-size: 18px;
  line-height: 25px !important;
}
.rs-news-vertical-slider .readmore {
  margin-top: 20px;
}
.rs-news-vertical-slider .tab-top-content {
  border: none;
}
.rs-news-vertical-slider .tab-top-content .post-content {
  margin-top: 10px;
}
.rs-news-vertical-slider .full-dis .dis-content {
  padding: 20px 0 22px;
}
.rs-news-vertical-slider .full-dis .dis-content .post-title {
  margin-bottom: 13px;
  margin-top: 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px !important;
}
.rs-news-vertical-slider .full-dis span.author-date,
.rs-news-vertical-slider .full-dis span.author-by {
  color: #666666;
  font-size: 14px;
  margin-right: 12px;
}
.rs-news-vertical-slider .full-dis span.author-date i,
.rs-news-vertical-slider .full-dis span.author-by i {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
}
.rs-news-vertical-slider .full-dis .post-img img {
  transition: all 0.5s ease 0s;
}
.rs-news-vertical-slider .full-dis:hover .post-title a {
  color: #009eed;
}
.rs-news-vertical-slider .full-dis:hover .post-img a img {
  filter: grayscale(100%);
  opacity: .8;
}
.rs-news-vertical-slider .full-gird-list .blog-inner-post,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post {
  margin-bottom: 19px;
}
.rs-news-vertical-slider .full-gird-list .blog-inner-post .post-img,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post .post-img {
  position: relative;
}
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent {
  position: relative;
  margin-bottom: 30px;
}
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent:after,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
}
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent .post-content,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent .post-content {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  z-index: 1;
  padding: 0 25px;
}
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent span.author-by,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent span.author-by,
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent span.author-by i,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent span.author-by i,
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent span.author-date,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent span.author-date,
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent span.author-date i,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent span.author-date i {
  color: #cccccc;
}
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent .excerpt,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent .excerpt,
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent .medium-font-size a,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent .medium-font-size a {
  color: #ffffff;
}
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent .medium-font-size,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent .medium-font-size {
  font-size: 20px;
  line-height: 26px !important;
}
.rs-news-vertical-slider .full-gird-list .blog-inner-post.transparent .medium-font-size a:hover,
.rs-news-vertical-slider .full-gird-sec .blog-inner-post.transparent .medium-font-size a:hover {
  color: #009eed;
}
.rs-news-vertical-slider .owl-carousel .owl-nav [class*="owl-"] {
  top: -56px;
}
.rs-news-vertical-slider .owl-carousel .owl-nav [class*="owl-"].owl-prev {
  right: 30px;
}
.rs-news-vertical-slider .owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.rs-news-vertical-slider2 .tab-top-content > .row + .row {
  margin-top: 20px;
}
.rs-news-vertical-slider2 .tab-top-content .loadmore_list {
  display: none;
}
.rs-news-vertical-slider2 #loadmore {
  margin-top: 10px;
  text-transform: uppercase;
  color: #009eed;
  border: 1px solid #009eed;
  padding: 6px 20px 6px;
  display: inline-block;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}
.rs-news-vertical-slider2 #loadmore i {
  margin-left: 10px;
}
.rs-news-vertical-slider2 #loadmore:hover {
  border-color: #009eed;
  background: #009eed;
  color: #ffffff;
}
.rs-news-vertical-slider2 .transparent-content {
  position: relative;
}
.rs-news-vertical-slider2 .transparent-content .dis-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px 20px 25px;
}
.rs-news-vertical-slider2 .transparent-content .author-date,
.rs-news-vertical-slider2 .transparent-content .dis-content .author-by,
.rs-news-vertical-slider2 .transparent-content .dis-content .author-by i,
.rs-news-vertical-slider2 .transparent-content .dis-content .author-date,
.rs-news-vertical-slider2 .transparent-content .dis-content .author-date i {
  color: #ccc;
}
.rs-news-vertical-slider2 .transparent-content .dis-content .excerpt,
.rs-news-vertical-slider2 .transparent-content .post-title a {
  color: #ffffff;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content {
  padding: 0;
  border: none;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 .row {
  border: 1px solid #ddd;
  margin: 0 0 15.5px;
  display: table;
  width: 100%;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 .row .col-xs-12 {
  padding: 0 15px 0 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 .row .col-xs-12.post-img {
  margin: 0;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 .row .col-xs-12.post-img img {
  transition: all 0.5s ease 0s;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 .row .col-lg-4 {
  width: 37%;
  max-width: 100%;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 .row .col-lg-8 {
  width: 63%;
  max-width: 100%;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 .row:hover .post-title a {
  color: #009eed;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 .row:hover .post-img a img {
  filter: grayscale(100%);
  opacity: .8;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 span.author-date,
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 span.author-by {
  color: #666666;
  font-size: 14px;
  margin-right: 12px;
}
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 span.author-date i,
.rs-news-tab.rs-news-tab-style.tab-horizental2 .tab-top-content .col-xs-12 span.author-by i {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
}
.rs-news-tab .tab-top-content .big-title.medium-font-size,
.rs-news-horizental-slider .tab-top-content .post-title.medium-font-size {
  font-size: 22px;
  line-height: 26px !important;
}
.rs-news-horizental-slider3.rs-news-vertical-slider .tab-top-content .post-content {
  margin-top: 16px;
}
.post-video {
  position: relative;
}
.post-video .top-icon {
  position: absolute;
  z-index: 1;
  line-height: 40px;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-video .top-icon i {
  color: #009eed;
  display: none;
}
.post-video .top-icon i:before {
  font-size: 30px;
}
.post-video .overley .videos-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
  z-index: 1;
  opacity: 0;
  transition: all .8s ease;
}
.post-video .overley .videos-icon i {
  display: block;
}
.post-video .overley .videos-icon i:before {
  font-size: 30px;
}
.post-video .overley .videos-icon:hover i {
  color: #fff;
}
.post-video.post-video2 .overley {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s ease 0s;
}
.post-video.post-video2 .overley .videos-icon i {
  color: #fff;
}
.post-video.post-video2 .overley .videos-icon i:hover {
  color: #009eed;
}
.post-video.post-video2 .overley .videos-icon i:before {
  font-size: 35px;
}
.blog-img.content-overlay:hover .overley .videos-icon {
  opacity: 1;
}
.blog-img.image-scale:hover .overley {
  transform: scaleY(1);
  opacity: 1;
}
.blog-img.image-scale:hover .overley:before {
  transform: scaleY(1);
}
.blog-img.image-scale:hover .overley .videos-icon {
  opacity: 1;
}
.rs-advertisement.center .add-image {
  text-align: center;
}
.rs-advertisement.left .add-image {
  text-align: left;
}
.rs-advertisement.right .add-image {
  text-align: right;
}
.post-title a {
  color: #222222;
}
.post-title a:hover {
  color: #009eed;
}
span.author-date,
span.author-by {
  color: #fff;
  font-size: 14px;
  margin-right: 12px;
}
span.author-date i,
span.author-by i {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}
.tab-top-content span.author-date,
.tab-top-content span.author-by {
  color: #666666;
  font-size: 14px;
  margin-right: 12px;
}
.tab-top-content span.author-date i,
.tab-top-content span.author-by i {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
}
span.category:hover {
  opacity: .9;
}
.title_cate_default {
  float: left !important;
}
h3.title_cate_default {
  position: static;
}
ul.nav.nav-tabs {
  overflow: hidden;
}
.title_cate_default2 {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 4px solid #009eed !important;
  border-radius: 0;
  color: #222222;
  padding: 0 0 7px;
  font-weight: 600;
  margin-bottom: 28px;
  display: block;
}
.single-portfolios .owl-carousel .owl-nav [class*="owl-"] {
  top: calc(50%);
}
.single-portfolios .ps-navigation {
  margin-bottom: 0;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.single-portfolios .ps-navigation ul li a {
  font-size: 15px;
}
.single-portfolios .ps-navigation ul li a span {
  font-size: 15px  !important;
}
.single-portfolios .owl-stage-outer {
  height: auto !important;
  margin-bottom: 50px;
}
/* ------------------------------------
    21. Gallery Css
  ---------------------------------------*/
.mfp-gallery.mfp-close-btn-in .mfp-close {
  top: 20px;
  right: -20px;
}
/* ------------------------------------
    21. Gallery Css
  ---------------------------------------*/
.rs-galleys .galley-img {
  position: relative;
  margin-bottom: 30px;
}
.rs-galleys .galley-img .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: hidden;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.rs-galleys .galley-img .zoom-icon:hover {
  color: #009eed;
}
.rs-galleys .galley-img:before {
  content: "";
  position: absolute;
  background: #1f2024;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 100%;
  opacity: .5;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.rs-galleys .galley-img:hover:before {
  width: 100%;
}
.rs-galleys .galley-img:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
  color: #fff !important;
}
.rs-galleys h3.title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px;
}
.rs-galleys h3.title a {
  color: #222222;
}
.rs-galleys .post-gallery-slider:hover .owl-nav {
  opacity: 1;
}
.rs-galleys .gallery-inner {
  margin-bottom: 30px;
  box-shadow: 0 0 50px #ccc;
}
.rs-galleys .gallery-inner .blog-padding {
  padding: 0 20px 36px;
}
.rs-galleys .gallery-inner .date-sce {
  padding: 0;
  margin-bottom: 8px;
}
.rs-galleys .gallery-inner .date-sce span {
  margin: 0 12px 0 0;
  font-size: 14px;
}
.rs-galleys .gallery-inner .date-sce span i {
  margin-right: 4px;
  font-size: 14px;
}
.rs-galleys .gallery-inner:hover h3.title a {
  color: #009eed;
}
.rs-galleys.style1 .galley-img {
  border-bottom: 5px solid #009eed;
}
.rs-galleys.style2 .gallery-inner {
  position: relative;
}
.rs-galleys.style2 .gallery-inner .blog-padding {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  transition: all .5s ease;
}
.rs-galleys.style2 .gallery-inner .blog-padding h3.title {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: all .5s ease;
  margin: 0;
}
.rs-galleys.style2 .gallery-inner .blog-padding h3.title a {
  color: #fff;
}
.rs-galleys.style2 .gallery-inner:hover h3.title {
  opacity: 1;
}
.rs-galleys.style2 .gallery-inner:hover h3.title a {
  color: #009eed;
}
.rs-galleys.style2 .gallery-inner .galley-img {
  position: relative;
}
.rs-galleys.style2 .gallery-inner .galley-img:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.rs-galleys .file-list-image,
.rs-galleys .galley-img {
  position: relative;
  margin-bottom: 30px;
}
.rs-galleys .file-list-image .p-zoom,
.rs-galleys .galley-img .p-zoom,
.rs-galleys .file-list-image .zoom-icon,
.rs-galleys .galley-img .zoom-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  transform: translate(0%, 0%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.rs-galleys .file-list-image .p-zoom i,
.rs-galleys .galley-img .p-zoom i,
.rs-galleys .file-list-image .zoom-icon i,
.rs-galleys .galley-img .zoom-icon i {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.rs-galleys .file-list-image .p-zoom i:before,
.rs-galleys .galley-img .p-zoom i:before,
.rs-galleys .file-list-image .zoom-icon i:before,
.rs-galleys .galley-img .zoom-icon i:before {
  font-size: 22px;
}
.rs-galleys .file-list-image:hover,
.rs-galleys .galley-img:hover {
  color: #009eed;
}
.rs-galleys .file-list-image:hover i,
.rs-galleys .galley-img:hover i {
  opacity: 1;
  visibility: visible;
}
.rs-galleys .file-list-image:before,
.rs-galleys .galley-img:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.rs-galleys .file-list-image:hover:before,
.rs-galleys .galley-img:hover:before {
  width: 100%;
}
.rs-galleys .file-list-image:hover .p-zoom,
.rs-galleys .galley-img:hover .p-zoom,
.rs-galleys .file-list-image:hover .zoom-icon,
.rs-galleys .galley-img:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
  color: #fff !important;
}
.rs-galleys .no-gutters .file-list-image {
  margin-bottom: 0;
}
.rs-galleys .file-list-image {
  overflow: hidden;
}
.rs-galleys .file-list-image img {
  -webkit-transition: all .4s linear;
  transition: all 1s linear;
}
.rs-galleys .file-list-image h5.gallery-titles {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  transition: all .8s ease;
  opacity: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
  line-height: 28px !important;
}
.rs-galleys .file-list-image:hover h5.gallery-titles {
  top: 55%;
  opacity: 1;
}
.rs-galleys .file-list-image:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.rs-galleys.gallerystyle2 .file-list-image .p-zoom i {
  opacity: 0;
}
.rs-galleys.gallerystyle2 .file-list-image h5.gallery-titles {
  position: absolute;
  left: 35px;
  bottom: 35px;
  top: auto;
  transform: translate(0%, 0%);
  opacity: 0;
  width: auto;
  padding: 0;
  text-align: left;
}
.rs-galleys.gallerystyle2 .file-list-image:hover h5.gallery-titles {
  opacity: 1;
}
.rs-galleys.gallerystyle3 .file-list-image h5.gallery-titles {
  display: none;
}
.mfp-close {
  opacity: 0.9;
}
/* ------------------------------------
    21. Portfolio Details
  ---------------------------------------*/
.rs-porfolio-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
}
.rs-porfolio-details .ps-informations ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.05);
}
.rs-porfolio-details .ps-informations ul li span {
  width: 150px;
  display: inline-block;
  font-weight: 600;
}
.rs-porfolio-details .ps-image-wrap {
  margin-bottom: 50px;
}
.rs-porfolio-details .ps-image {
  text-align: center;
  margin-bottom: 10px;
}
.rs-porfolio-details .ps-share {
  margin-top: 40px;
}
.rs-porfolio-details .ps-share ul {
  margin: 0;
}
.rs-porfolio-details .ps-share .share-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-share ul li {
  display: inline-block;
  margin: 0 10px 14px 0;
}
.rs-porfolio-details .ps-share ul li a {
  font-size: 20px;
  display: block;
  width: 50px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #009eed;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-porfolio-details .ps-share ul li a:hover {
  background-color: #009eed;
  color: #1f2024;
}
.rs-porfolio-details .project-desc {
  line-height: 30px;
}
.rs-porfolio-details .project-desc p:last-child {
  margin-bottom: 0;
}
.rs-porfolio-details .project-desc .ps-title {
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-related-project {
  margin-top: 50px;
}
.rs-porfolio-details .ps-related-project .ps-related-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.rs-porfolio-details .ps-related-project .portfolio-item {
  margin-bottom: 20px;
}
.rs-porfolio-details .portfolio-carousel .owl-dots {
  display: none;
}
.rs-porfolio-details .portfolio-carousel .owl-stage-outer {
  height: auto !important;
}
.rs-porfolio-details .portfolio-carousel .owl-nav {
  display: none;
}
.rs-porfolio-details .portfolio-carousel .owl-nav .owl-prev {
  left: 10px  !important;
  min-height: 1px;
  transition: all .5s ease;
}
.rs-porfolio-details .portfolio-carousel .owl-nav .owl-next {
  right: 10px  !important;
  min-height: 1px;
  transition: all .5s ease;
}
.rs-porfolio-details .portfolio-carousel:hover .owl-nav {
  display: block;
}
.rs-porfolio-details .portfolio-carousel .file-list-image img {
  border-radius: 5px;
}
.rs-porfolio-details.project-gallery .ps-image-wrap {
  margin-top: 28px;
}
.rs-porfolio-details.project-gallery .file-list-image {
  margin-bottom: 30px;
  position: relative;
  background: #000000;
  border-radius: 5px;
}
.rs-porfolio-details.project-gallery .file-list-image a:hover i {
  color: #fff;
}
.rs-porfolio-details.project-gallery .file-list-image img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
}
.rs-porfolio-details.project-gallery .file-list-image .p-zoom {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #009eed;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-porfolio-details.project-gallery .file-list-image:hover img {
  opacity: 0.4;
}
.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom {
  top: 50%;
  opacity: 1;
}
.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom:hover {
  background: #009eed;
  color: #ffffff;
}
.breaking-news {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
}
.breaking-news .breaking-title {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  padding: 9px 0;
  font-weight: bold;
}
.breaking-news .blog-carousel {
  width: 80%;
  position: static;
}
.breaking-news .blog-carousel.owl-loaded {
  display: inline-block;
}
.breaking-news .blog-carousel .owl-stage-outer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 70%;
}
.breaking-news .blog-title {
  margin-bottom: 0;
}
.breaking-news .blog-title a {
  color: #222222;
}
.breaking-news .blog-title a:hover {
  color: #009eed;
}
.breaking-news .blog-item {
  overflow: hidden;
}
.breaking-news .blog-item .cate-home {
  background: #009eed;
  color: #fff;
  padding: 6px 16px 3px;
  text-transform: uppercase;
  font-size: 14px;
}
.breaking-news .blog-item .cate-home.Health {
  background: #6929c4;
}
.breaking-news .blog-item .cate-home,
.breaking-news .blog-item .blog-title {
  display: inline-block;
}
.breaking-news .blog-item .blog-title {
  padding: 0 12px 0px;
}
.breaking-news .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
}
.breaking-news .owl-nav .owl-prev,
.breaking-news .owl-nav .owl-next {
  font-size: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #009eed;
  color: #fff;
  border-radius: 3px;
  position: static;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease all;
  opacity: 1;
  display: inline-block;
  visibility: visible;
}
.breaking-news .owl-nav .owl-prev:hover,
.breaking-news .owl-nav .owl-next:hover {
  background: #009eed;
}
.breaking-news .owl-nav .owl-prev {
  margin-right: 4px;
}
.breaking-news#breaking-news .owl-nav .owl-prev,
.breaking-news#breaking-news .owl-nav .owl-next {
  top: 0px !important;
  line-height: 30px;
  background: #009eed;
  color: #fff;
  border-radius: 0px;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease all;
  opacity: 1;
  display: inline-block;
  visibility: visible;
}
.breaking-news#breaking-news .owl-nav .owl-prev:hover,
.breaking-news#breaking-news .owl-nav .owl-next:hover {
  background: #009eed;
}
.breaking-news#breaking-news .owl-nav .owl-prev {
  margin-right: 0px;
}
.rs-blog .blog-slider .blog-item h2.blog-title {
  font-size: 30px !important;
  margin: 10px 0 12px !important;
  line-height: 36px !important;
}
.full-slider-news .blog-img .blog-meta span.author-by {
  margin-right: 12px !important;
}
.rs-blog .blog-slider .blog-item .blog-img.image-scale:after {
  display: none;
}
.rs-blog .blog-slider .blog-item .blog-meta {
  color: #555555;
  margin: 25px 0 15px;
}
.rs-blog .blog-slider .blog-item .blog-meta i {
  font-size: 14px;
  color: #555555;
  margin-right: 5px;
}
.rs-blog .blog-slider .blog-item .blog-meta span {
  font-size: 14px;
}
.rs-blog .blog-slider .blog-item .blog-meta span.author-by {
  margin-left: 12px;
  margin-right: 0;
}
.rs-blog .blog-slider .blog-item .blog-meta .all-date-sec {
  font-size: 14px;
  color: #666666;
}
.rs-blog .blog-slider .blog-item.style1 .blog-meta {
  margin: 0px 0px 15px;
  padding: 20px 20px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rs-blog .blog-slider .blog-item.border_no .blog-img img {
  border-radius: 3px 3px 0 0;
}
.rs-blog .blog-slider .blog-item.border_no .blog-meta {
  margin-bottom: 0;
  padding-bottom: 5px;
  border: none;
  background: #ffffff;
}
.rs-blog .blog-slider .blog-item.border_no .blog-meta .all-date-sec {
  overflow: hidden;
}
.rs-blog .blog-slider .blog-item.border_no .blog-meta .date {
  float: left;
}
.rs-blog .blog-slider .blog-item.border_no .blog-meta .author-by,
.rs-blog .blog-slider .blog-item.border_no .blog-meta .comment {
  float: right;
}
.rs-blog .blog-slider .blog-item h3.blog-title {
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0 12px;
  line-height: 30px !important;
}
.rs-blog .blog-slider .blog-item h3.blog-title a {
  color: #222222;
}
.rs-blog .blog-slider .blog-item h2.blog-title {
  margin: 6px 0 12px !important;
  line-height: 38px;
}
.rs-blog .blog-slider .blog-item:hover .blog-title a {
  color: #009eed;
}
.rs-blog .blog-slider .blog-item.style4 .blog-img.image-scale:after {
  display: block;
}
.rs-blog .blog-slider .blog-item.style4 .all-date-sec {
  color: #ccc;
}
.rs-blog .blog-slider .blog-item.style4 .all-date-sec i {
  color: #ccc;
}
.rs-blog .blog-slider .blog-item.style4 .all-date-sec .author-by {
  margin-right: 12px;
}
.rs-blog .blog-slider .blog-item.style4 .blog-meta {
  margin: 0;
}
.rs-blog .blog-slider .blog-item.style4 .blog-button {
  padding: 8px 0 0;
}
.rs-blog .blog-slider .blog-item.style4 .blog-title {
  margin: 15px 0 12px;
}
.rs-blog .blog-slider .blog-item.style4 .blog-title a {
  color: #fff;
}
.rs-blog .blog-slider .blog-item.style4:hover .blog-title a {
  color: #009eed;
}
.slider-hot .post-img img {
  width: 100%;
}
.breaking-news {
  margin: 0 !important;
}
.comments-blog-area .comment-title {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 4px solid #fc1616;
  color: #222222;
  padding: 0 0 7px;
  font-weight: 600;
  margin-right: 25px;
  display: block;
  margin-bottom: 30px;
  margin-right: 0;
}
.comments-blog-area .author-des a {
  color: #222222;
  display: block;
}
.comments-blog-area .author-des a:hover {
  color: #666666;
}
.comments-blog-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.comments-blog-area .author-image {
  width: 30%;
}
.comments-blog-area .author-image img {
  border-radius: 150px;
  max-width: 100px;
  max-height: 100px;
}
.comments-blog-area .author-content {
  width: 70%;
}
.comments-blog-area .author-content .author-text {
  padding-top: 3px;
}
.comments-blog-area .author-content .comment_author {
  color: #222222;
  font-weight: 600;
  position: relative;
}
.comments-blog-area .author-content .comment_author:after {
  position: absolute;
  top: 8px;
  left: -12px;
  width: 7px;
  height: 2px;
  background: #222222;
  content: "";
}
.comments-blog-grid ul + ul {
  margin-top: 25px;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-blog.home-blog-area.news-styles3 .blog-item {
  position: relative;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-desc {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .post-video img {
  transition: all 0.5s ease 0s;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .post-video .videos-icon a {
  color: #009eed;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .post-video .videos-icon a:hover {
  color: #009eed;
  opacity: 0.88;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .post-video .videos-icon a:hover i {
  color: #009eed;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 9;
  margin: 0;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta .all-date-sec {
  color: #ccc;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta .all-date-sec i {
  font-size: 14px;
  margin-right: 5px;
  color: #ccc;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta .all-date-sec .author-by {
  color: #ccc;
  margin-left: 12px;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta .all-date-sec .author-by i {
  font-size: 14px;
  margin-right: 5px;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta .all-date-sec .author {
  color: #ccc;
  margin: 0 12px 0 0;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta .all-date-sec .author i {
  font-size: 14px;
  margin-right: 5px;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta .blog-title {
  color: #fff;
  font-size: 20px;
  margin: 6px 0 0;
}
.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta .blog-title a {
  color: #fff;
}
.rs-blog.home-blog-area.news-styles3 .blog-item:after {
  display: none;
}
.rs-blog.home-blog-area.news-styles3 .blog-item:hover .post-video img {
  filter: grayscale(100%);
  opacity: .8;
}
.rs-blog.home-blog-area.news-styles3 .blog-item:hover .post-video .overley .videos-icon {
  opacity: 1;
}
.rs-blog.home-blog-area.news-styles3 .blog-item:hover .blog-title a {
  color: #009eed;
}
.rs-blog.home-blog-area.news-styles3 .blog-item:hover:after {
  transform: scaleY(1);
}
.latest-video-sec-content.rs-blog.home-blog-area.news-styles3 .blog-item .blog-meta {
  max-width: 360px;
}
.latest-video-sec-content .blog-meta .blog-title {
  line-height: 28px !important;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.transparent .full-dis {
  border: none;
  position: relative;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.transparent .full-dis .dis-content {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  width: 100%;
  border: none;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.transparent .full-dis .dis-content span,
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.transparent .full-dis .dis-content i {
  color: #ccc;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.transparent .full-dis .dis-content .post-title a {
  color: #fff;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.transparent .full-dis:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.rs-news-tab.rs-news-tab-style-vertical.style-vertical2.transparent .full-dis:hover .dis-content .post-title a {
  color: #009eed;
}
.rs-news-tab.tab-horizental6 .readmore {
  margin-top: 15px;
}
.rs-news-tab.tab-horizental6 .tab-pane.active {
  animation: slide-down 0.8s ease-out;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.rs-news-tab.tab-horizental6 .tab-top-content {
  padding: 0;
  border: none;
}
.rs-news-tab.tab-horizental6 .tab-top-content .post-list:nth-child(3) .blog-inner,
.rs-news-tab.tab-horizental6 .tab-top-content .post-list:last-child .blog-inner {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.rs-news-tab.tab-horizental6 .tab-top-content .post-list:nth-child(3) .blog-inner .blog-img img,
.rs-news-tab.tab-horizental6 .tab-top-content .post-list:last-child .blog-inner .blog-img img {
  border-radius: 0 3px 3px 0;
}
.rs-news-tab.tab-horizental6 .tab-top-content .post-title {
  font-size: 20px;
  line-height: 26px !important;
  margin-bottom: 10px;
}
.rs-news-tab.tab-horizental6 .tab-top-content .col-lg-6 > .row {
  margin-bottom: 30px;
}
.rs-news-tab.tab-horizental6 .tab-top-content .blog-inner {
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0px 20px #ddd;
}
.rs-news-tab.tab-horizental6 .tab-top-content .blog-inner .blog-img img {
  border-radius: 3px 0 0 3px;
}
.rs-news-tab.tab-horizental6 .tab-top-content .blog-inner .blog-img,
.rs-news-tab.tab-horizental6 .tab-top-content .blog-inner .blog-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.rs-news-tab.tab-horizental6 .tab-top-content .blog-inner .blog-details {
  padding: 5px 25px;
}
.rs-news-tab.tab-horizental6 .full-tab-sec .post-img {
  margin-bottom: 0;
}
.rs-news-tab.tab-horizental6 .post-img img {
  border-radius: 3px 0 0 3px;
}
/*--------------------------------------------------------------
Rs service slider css
--------------------------------------------------------------*/
#rs-services-slider {
  padding-bottom: 30px;
}
#rs-services-slider .item-thumb {
  width: 100%;
  margin: -10px;
}
#rs-services-slider .item-thumb img {
  border-radius: 5px;
}
#rs-services-slider .item-thumb .owl-dot {
  width: 33.333%;
  display: inline-block;
  justify-content: center;
  /*height: 220px;*/
  padding: 10px;
  float: left;
  cursor: pointer;
}
#rs-services-slider .device-lg .item-thumb .owl-dot,
#rs-services-slider .device-sm .item-thumb .owl-dot {
  height: 150px;
}
#rs-services-slider .device-xs .item-thumb .owl-dot {
  width: 50%;
  padding: 10px;
  height: 100px;
}
#rs-services-slider .feature-content {
  margin-bottom: 12px;
}
#rs-services-slider .img_wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
#rs-services-slider .img_wrap .feature-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 33px;
  z-index: 9;
  color: #fff;
}
#rs-services-slider .img_wrap .feature-title a {
  color: #fff;
}
#rs-services-slider .img_wrap .feature-title a:hover {
  color: #009eed;
}
#rs-services-slider .img_wrap a img {
  width: 100%;
}
#rs-services-slider .img_wrap:before {
  content: "";
  position: absolute;
  background: #1f2024;
  left: -60px;
  right: 0;
  bottom: -80px;
  display: block;
  height: 192px;
  opacity: .8;
  z-index: 1;
  transform: rotate(-3deg);
  width: 150%;
}
#rs-services-slider .img_wrap:after {
  content: "";
  position: absolute;
  background: #1f2024;
  left: -150px;
  right: 0;
  bottom: -80px;
  display: block;
  height: 204px;
  opacity: .8;
  z-index: 1;
  transform: rotate(-3deg);
  width: 150%;
}
#rs-services-slider .item-thumb .owl-dot span {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  width: auto;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#rs-services-slider .item-thumb .owl-dot.active span,
#rs-services-slider .item-thumb .owl-dot:hover span {
  opacity: .7;
}
#rs-services-slider .menu-carousel .heading-block h4 {
  margin-bottom: 7px;
  margin-top: 10px;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
}
#rs-services-slider .menu-carousel .heading-block h4 a {
  font-weight: 600;
  color: #222222;
  transition: .20s;
}
#rs-services-slider .menu-carousel .heading-block h4 a:hover {
  color: #009eed;
}
#rs-services-slider .menu-carousel .feature-content {
  position: relative;
  padding: 16px 25px 30px;
  background: #f9f9f9;
  border-radius: 0 0 5px 0px;
  text-align: left;
}
#rs-services-slider .menu-carousel .heading-block p {
  margin-bottom: 0;
}
#rs-services-slider .menu-carousel .heading-block .readon {
  margin-top: 20px;
}
#rs-services-slider .menu-carousel .heading-block .food-info {
  color: #BBB;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}
#rs-services-slider .food-price {
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
}
#rs-services-slider .menu-carousel .more-link {
  margin-top: 35px;
  border-bottom: 1px solid #333 !important;
}
#rs-services-slider .more-link {
  font-style: normal;
  border-bottom: 0;
  color: #333;
  margin-top: 10px;
  font-size: 14px;
}
#rs-services-slider .team-title h4 {
  font-size: 15px;
}
#rs-services-slider .team-title span {
  font-style: normal;
  margin-bottom: 15px;
  color: #aaa !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#rs-services-slider .entry {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
}
#rs-services-slider .entry-title {
  background-color: #FFF;
  padding: 15px;
}
#rs-services-slider .entry-title h2 {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
#rs-services-slider .entry-meta {
  margin: 8px 0 0;
}
#rs-services-slider .ipost .entry-meta li a {
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
#rs-services-slider .entry-meta li:before {
  content: '\00b7';
  opacity: 1;
}
#rs-services-slider .service-button {
  margin: 80px 0 80px 15px;
}
#rs-services-slider .device-sm .service-button,
#rs-services-slider .device-xs .service-button {
  margin: 30px 0 0;
}
#rs-services-slider .clfeatures .cl-ft-item img {
  display: block;
  margin: 0;
  border-radius: 5px 5px 0 0;
}
#rs-services-slider .item-thumb .owl-dot {
  position: relative;
}
#rs-services-slider .item-thumb .owl-dot:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
  opacity: 0;
  border-radius: 5px;
}
#rs-services-slider h5.overlay-feature-title {
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  width: calc(80%);
  transition: all 500ms ease;
  opacity: 0;
}
#rs-services-slider h5.overlay-feature-title a {
  color: #fff;
  pointer-events: none;
}
#rs-services-slider .item-thumb .owl-dot:hover:before,
#rs-services-slider .item-thumb .owl-dot.active:before {
  opacity: 1;
}
#rs-services-slider .item-thumb .owl-dot:hover h5.overlay-feature-title,
#rs-services-slider .item-thumb .owl-dot.active h5.overlay-feature-title {
  opacity: 1;
}
@media (min-width: 992px) {
  #rs-services-slider #header,
  #rs-services-slider #header-wrap {
    z-index: 200;
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  #rs-services-slider #primary-menu ul li > a {
    padding-top: 32px;
    padding-bottom: 10px;
  }
  #rs-services-slider #header.sticky-header #header-wrap {
    background-color: transparent !important;
    box-shadow: none;
  }
  #rs-services-slider .slider-caption h2 {
    font-size: 76px;
  }
  #rs-services-slider .food-price {
    font-size: 24px;
    top: 50px;
    right: 60px;
  }
}
#rs-services-slider .services-wrap .services-item {
  position: relative;
  padding: 0px 25px 65px;
  z-index: 10;
}
#rs-services-slider .services-wrap .services-item:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease 0s;
  top: 50%;
  transform: scale(1, 0.9) translateY(-50%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
#rs-services-slider .services-wrap .services-item:hover .services-desc:after {
  background: #009eed;
  width: 100px;
}
#rs-services-slider .services-wrap .services-item:hover:after {
  opacity: 1;
  transform: scale(1, 1) translateY(-50%);
}
#rs-services-slider .services-wrap .services-icon {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #009eed;
}
#rs-services-slider .services-wrap .services-title {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
}
#rs-services-slider .services-wrap .services-desc {
  position: relative;
}
#rs-services-slider .services-wrap .services-desc:after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  width: 50px;
  bottom: -45px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
#rs-services-slider .services-wrap .services-desc p {
  margin-bottom: 55px;
}
/*--------------------------------------------------------------
Recent Popular Widget  css
--------------------------------------------------------------*/
.recent-widget.popular-widget .recent-popular-widget {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recent-widget.popular-widget .recent-popular-widget li {
  border: 1px solid #ddd;
  margin: 15px 0;
  display: table;
  width: 100%;
}
.recent-widget.popular-widget .recent-popular-widget li.No {
  border: none;
  background: #ffffff;
}
.recent-widget.popular-widget .recent-popular-widget li.No img {
  border-radius: 3px 0 0 3px !important;
}
.recent-widget.popular-widget .recent-popular-widget li.empty-thumb {
  padding: 0 0 8px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0 0 6px;
}
.recent-widget.popular-widget .recent-popular-widget li.empty-thumb:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.recent-widget.popular-widget .recent-popular-widget li.empty-thumb .post-item .post-desc {
  padding: 0;
}
.recent-widget.popular-widget .recent-popular-widget li.empty-thumb .post-item .post-desc .blog-title {
  margin-bottom: 2px;
}
.recent-widget.popular-widget .recent-popular-widget li.empty-thumb .post-item .post-desc a {
  font-size: 18px;
}
.recent-widget.popular-widget .recent-popular-widget li .post-img {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.recent-widget.popular-widget .recent-popular-widget li .post-img img {
  margin: 0;
  border-radius: 0;
}
.recent-widget.popular-widget .recent-popular-widget li.show-featured .post-img {
  width: 45%;
}
.recent-widget.popular-widget .recent-popular-widget li .post-item {
  display: table-cell;
  vertical-align: middle;
}
.recent-widget.popular-widget .recent-popular-widget li .post-item .post-desc {
  padding-right: 15px;
}
.recent-widget.popular-widget .recent-popular-widget li .post-item .post-desc .date-post {
  display: block;
  color: #666666;
  font-size: 14px;
}
.recent-widget.popular-widget .recent-popular-widget li .post-item .post-desc .date-post i {
  margin-right: 5px;
}
.recent-widget.popular-widget .recent-popular-widget li .post-item .post-desc .date-post span {
  margin-left: 10px;
}
.recent-widget.popular-widget .recent-popular-widget li .post-item .post-desc a {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.recent-widget.popular-widget .recent-popular-widget li:hover .post-item .post-desc a {
  color: #009eed;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2 {
  display: block;
  border: none;
  position: relative;
  padding: 0;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2 .post-img {
  width: 100%;
  display: block;
  padding: 0;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2 .post-img img {
  width: 100%;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2 .post-img:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2 .post-item {
  display: block;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2 .post-item .post-desc {
  padding: 0 30px;
  color: #fff;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2 .post-item .post-desc .blog-title a {
  color: #fff;
  font-size: 20px;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2 .post-item .post-desc .date-post {
  margin-top: 15px;
  color: #fff;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2 .post-item .post-desc .content-dec {
  padding-bottom: 0px;
}
.recent-widget.popular-widget .recent-popular-widget li.popular-style2:hover .post-item .post-desc .blog-title a {
  color: #009eed;
}
.recent-widget.popular-widget .blog-poular.show-featured .post-desc {
  padding-left: 0px;
}
.recent-widget.popular-widget .blog-poular.show-featured .post-desc .blog-title {
  margin: 4px 0 0;
  line-height: 22px !important;
}
.recent-widget.popular-widget .blog-poular.show-featured .post-desc .content-dec {
  padding: 10px 0;
}
.most-views-post.style2 .recent-popular-widget li,
.popular_posts.style3 .recent-popular-widget li {
  border: none;
}
.popular_posts.style3 .recent-widget .recent-popular-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.popular_posts.style3 .recent-widget .recent-popular-widget li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: block;
  margin-bottom: 20px;
  margin-top: 0;
}
.popular_posts.style3 .recent-widget .recent-popular-widget li .post-item,
.popular_posts.style3 .recent-widget .recent-popular-widget li .post-img {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.popular_posts.style3 .recent-widget .recent-popular-widget li .post-item {
  padding-top: 14px;
  padding-bottom: 0;
}
.popular_posts.style3 .recent-widget .recent-popular-widget li .post-item .post-desc {
  padding-right: 0;
}
.popular_posts.style3 .recent-widget .recent-popular-widget li .post-item .blog-title {
  margin: 0;
}
.popular_posts.style3 .recent-widget .recent-popular-widget li .post-item .post-desc a,
.popular_posts.style3 .recent-widget .recent-popular-widget li .post-item .blog-title a {
  font-size: 18px !important;
  line-height: 25px !important;
}
.popular_posts.style1 .recent-popular-widget .border_none {
  border: none;
  background: #ffffff;
  border-radius: 0 3px 3px 0;
}
.popular_posts.style1 .recent-popular-widget .border_none .post-img img {
  border-radius: 3px 0 0 3px;
}
.polular-title,
.list-title {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 4px solid #009eed;
  border-radius: 0;
  color: #222222;
  padding: 0 0 7px;
  font-weight: 600;
  margin: 0 0 27px;
  display: block;
  line-height: 34px;
}
.list_cat .list-title {
  margin-bottom: 24px;
}
.list_cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_cat ul li {
  text-align: right;
  overflow: hidden;
  line-height: 30px;
  padding-left: 15px;
  color: #222222;
  position: relative;
}
.list_cat ul li a {
  color: #222222;
  display: inline-block;
  float: left;
}
.list_cat ul li ul {
  padding-left: 20px;
}
.list_cat ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 3px;
  font-weight: 400;
  position: absolute;
  left: 0;
}
.list_cat ul li a:hover {
  color: #009eed;
}
.cat_style2 ul li {
  background: #ffffff;
  padding: 11px 18px 11px 25px;
  border-radius: 3px;
}
.cat_style2 ul li:hover {
  opacity: 0.8;
}
.cat_style2 ul li a {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}
.cat_style2 ul li:before {
  left: 15px;
  display: none;
}
.cat_style2 ul li + li {
  margin-top: 15px;
}
.cat_style2 ul li span {
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #555555;
  display: inline-block;
  text-align: center;
  opacity: 0.8;
}
.rs-blog-grid.rs-blog .blog-item .blog-img.image-scale:after {
  display: none;
}
.rs-blog-grid.rs-blog .blog-item .blog-meta {
  color: #555555;
  font-size: 14px;
  margin: 25px 0 15px;
}
.rs-blog-grid.rs-blog .blog-item .blog-meta i {
  font-size: 14px;
  color: #555555;
  margin-right: 5px;
}
.rs-blog-grid.rs-blog .blog-item .blog-meta span {
  font-size: 14px;
}
.rs-blog-grid.rs-blog .blog-item .blog-meta span.author-by {
  margin-left: 12px;
  margin-right: 0;
}
.rs-blog-grid.rs-blog .blog-item .blog-meta span.author-by span.author {
  margin: 0;
}
.rs-blog-grid.rs-blog .blog-item h3.blog-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
}
.rs-blog-grid.rs-blog .blog-item h3.blog-title a {
  color: #222222;
}
.rs-blog-grid.rs-blog .blog-item:hover h3.blog-title a {
  color: #009eed;
}
.rs-blog-grid.rs-blog .blog-item.style4 .blog-img.image-scale:after {
  display: block;
}
.rs-blog-grid.rs-blog .blog-item.style4 .all-date-sec {
  color: #fff;
}
.rs-blog-grid.rs-blog .blog-item.style4 .all-date-sec i {
  color: #fff;
}
.rs-blog-grid.rs-blog .blog-item.style4 .all-date-sec .author-by {
  margin-right: 12px;
}
.rs-blog-grid.rs-blog .blog-item.style4 .blog-meta {
  margin: 0;
}
.rs-blog-grid.rs-blog .blog-item.style4 .blog-button {
  padding: 8px 0 0;
}
.rs-blog-grid.rs-blog .blog-item.style4 .blog-title {
  margin: 4px 0 0px;
}
.rs-blog-grid.rs-blog .blog-item.style4 .blog-title a {
  color: #fff;
}
.home2blog {
  padding: 0 15px;
}
/*--------------------------------------------------------------
Rs service Grid css
--------------------------------------------------------------*/
.rs-service-grid .service-item {
  position: relative;
}
.rs-service-grid .service-item .service-img {
  position: relative;
  overflow: hidden;
}
.rs-service-grid .service-item .service-img img {
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.4s linear;
}
.rs-service-grid .service-item .service-img:before {
  content: "";
  position: absolute;
  background: #1f2024;
  left: -73px;
  right: 0;
  bottom: -28px;
  display: block;
  height: 155px;
  opacity: .8;
  z-index: 1;
  transform: rotate(-8deg);
  width: 150%;
  transition: all 0.4s ease-in-out;
}
.rs-service-grid .service-item .service-img:after {
  content: "";
  position: absolute;
  background: #1f2024;
  left: -73px;
  right: 0;
  bottom: -28px;
  display: block;
  height: 136px;
  opacity: .6;
  z-index: 1;
  transform: rotate(-8deg);
  width: 150%;
  transition: all 0.4s ease-in-out;
}
.rs-service-grid .service-item .service-img .p-title {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 28px 0;
  font-weight: 600;
  margin: 0;
  z-index: 9;
}
.rs-service-grid .service-item .service-img .p-title a {
  color: #fff;
  opacity: 1;
}
.rs-service-grid .service-item .service-content {
  display: block;
}
.rs-service-grid .service-item .service-content .service-excerpt {
  padding-top: 0;
}
.rs-service-grid .service-item .service-content .service-excerpt p {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0 25px;
}
.rs-service-grid .service-item .service-content {
  position: absolute;
  opacity: 0;
  padding: 20px;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.rs-service-grid .service-item .service-content:before {
  content: "";
  position: absolute;
  background: #1f2024;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  top: 0;
  opacity: 0;
  z-index: 0;
}
.rs-service-grid .service-item .service-content .service-button {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.4s linear;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button {
  height: 50px;
  line-height: 45px;
  background: #fff;
  border: 2px solid;
  border-color: #fff;
  color: #1f2024;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover {
  background: #fff;
  padding-right: 55px;
  border: 2px solid;
  border-color: #1f2024;
  color: #1f2024;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover:before {
  right: 35px;
  color: #1f2024;
}
.rs-service-grid .service-item:hover .service-content {
  opacity: 1;
}
.rs-service-grid .service-item:hover .service-content:before {
  opacity: .8;
}
.rs-service-grid .service-item:hover .service-button {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.rs-service-grid .service-item:hover .service-img h3.p-title {
  display: none;
}
.rs-service-grid .service-item:hover .service-img:before,
.rs-service-grid .service-item:hover .service-img:after {
  opacity: 0;
  height: 0;
}
.rs-service-grid .service-item:hover .service-img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.rs-service-grid .service-item:hover .service-content .service-excerpt p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.rs-service-grid.rs-service-style2 .service-item .service-img:before,
.rs-service-grid.rs-service-style2 .service-item .service-img:after {
  height: 90px;
  transform: rotate(0deg);
  bottom: 0;
  z-index: 0;
}
.rs-service-grid.rs-service-style2 .service-item .service-img h3.p-title {
  padding: 20px 0 14px;
}
.rs-service-grid.rs-service-style2 .service-item .service-content .service-excerpt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.rs-service-grid .show_cate_ser {
  display: block;
  font-size: 14px;
}
.box-service .rs-services-default .services-wrap .services-item {
  padding: 25px 25px 25px 10px;
  transition: all 0.6s ease 0s;
  background: #fff;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
}
/* Processbar CSS */
.cdev div {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.skillbar-wrap {
  position: relative;
  height: 150px;
  width: 150px;
}
.skillbar-wrap .skill-title {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 113px;
}
.skillbar-wrap .skill-title:after {
  content: '';
  position: absolute;
  height: 113px;
  width: 1px;
  border: 1px dashed #1f2024;
  display: block;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}
.cdev div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 105px;
  height: 70%;
  width: 70%;
  left: 15%;
  top: 15%;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
.cdev .background {
  background-color: #b3cef6;
}
.cdev .rotate {
  clip: rect(0 75px 150px 0);
  background-color: #4b86db;
}
.cdev .left {
  clip: rect(0 75px 150px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.cdev .right {
  clip: rect(0 75px 150px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
    Price Table
--------------------------------------------------------------*/
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .btn-table {
  margin: 25px auto 0;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .btn-table {
  max-width: 165px;
  line-height: 40px;
  text-transform: capitalize;
  font-size: 18px;
  height: 43px;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom p {
  line-height: 32px;
}
.breaking-top {
  color: #fff;
}
.breaking-top h2.widget-title {
  margin: 0 0 30px;
}
.breaking-top #breakingnews .ticker-item a {
  color: #fff;
}
.breaking-top #breakingnews .ticker-item:hover a {
  color: #009eed;
}
.breaking-top #breakingnews .owl-item {
  display: table;
}
.breaking-top .brack-news {
  border: none !important;
}
.full-breaking {
  position: relative;
}
.full-breaking .ticker-item a {
  font-size: 14px;
}
.full-breaking .brack-news {
  display: block;
  padding: 13px 0;
  text-align: center;
  font-weight: bold;
}
.full-breaking .news-title {
  display: inline-block;
}
.full-breaking.breaking-news {
  padding-left: 0;
}
.full-breaking.breaking-news .breakingnews-carousel {
  width: 60% !important;
  padding-left: 25px;
}
.full-breaking.breaking-news .breakingnews-carousel.owl-loaded {
  display: inline-block;
}
.full-breaking.breaking-news .owl-nav {
  font-size: 0;
  right: 0px;
  cursor: pointer;
  top: 50%;
  display: none;
}
.full-breaking.breaking-news .owl-nav [class*="owl-"]:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.full-breaking.breaking-news .owl-nav [class*="owl-"] {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.full-breaking.breaking-news .owl-nav .owl-prev {
  border-radius: 0;
}
.full-breaking.breaking-news .owl-nav .owl-prev:before {
  content: "\f104";
}
.full-breaking.breaking-news .owl-nav .owl-next {
  border-radius: 0;
}
.full-breaking.breaking-news .owl-nav .owl-next:before {
  content: "\f105";
  margin-left: 2px;
}
.home-alter.home3-top .owl-carousel .owl-nav [class*="owl-"]::before {
  font-size: 20px;
}
.tickercontainer {
  /* the outer div with the black border */
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
/* that serves as a mask. so you get a sort of padding both left and right */
.tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}
ul.newsticker {
  /* that's your list */
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* important: display inline gives incorrect results when you check for elem's width */
ul.newsticker li {
  float: left;
  margin: 0 20px;
  padding: 0;
}
ul.er-controls {
  list-style: none;
  display: inline-block;
  padding: 0;
}
ul.er-controls > li {
  display: inline-block;
  padding: 0 20px;
  margin: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}
ul.er-controls > li:hover {
  cursor: pointer;
}
#breakingnews {
  overflow: hidden;
  margin: 0;
}
#breakingnews li {
  list-style: none;
}
#breakingnews li span {
  margin-right: 10px;
}
#breakingnews li a {
  color: #222222;
}
#breakingnews li a:hover {
  color: #009eed;
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  vertical-align: baseline;
  line-height: 1.8;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Work Sans', sans-serif;
  color: #222222;
  margin: 0 0 26px;
}
h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
a {
  color: #009eed;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #333333;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear,
.claer-fix {
  clear: both;
}
::-moz-selection {
  background: #009eed;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #009eed;
  text-shadow: none;
  color: #fff;
}
.white-color {
  color: #fff;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
  color: #fff;
}
iframe {
  width: 100%;
}
#page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.logo-area {
  padding: 6px 0;
}
.logo-area h1.site-title {
  margin: 0;
  line-height: 75px;
}
#post-slider .slotholder {
  position: relative;
}
#post-slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
}
#post-slider .post-tilte a {
  transition: all 0.3s ease 0s !important;
  color: #fff;
}
#post-slider .post-tilte a:hover {
  color: #009eed;
  opacity: 0.8;
}
#post-slider .post-cat a {
  background: #009eed;
  color: #fff;
  padding: 4px 12px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.site-content {
  clear: both;
}
.gap_20 {
  margin-right: -10px;
  margin-left: -10px;
}
.gap_20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.overly-img {
  position: relative;
}
.overly-img:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.rs-header-title.header-center {
  text-align: center;
}
.mt-30 {
  margin-top: 30px;
}
/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
}
.page-error .content-area {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.page-error .content-area h1.page-title {
  color: #009eed;
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h3 {
  color: #555555;
  font-size: 35px;
  line-height: 50px !important;
}
.page-error .bs-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-error .bs-sidebar {
  padding: 0 0 20px;
}
.page-error .large-title {
  font-size: 300px;
  line-height: 250px;
}
.page-error .readmore2 a {
  color: #009eed;
}
.page-error .readmore2 a:hover {
  color: #222222;
}
.home3-top .rs-blog-grid.rs-blog {
  margin-bottom: 10px;
}
.home3-top .rs-blog-grid.rs-blog .blog-item h3.blog-title {
  font-size: 22px;
  line-height: 28px !important;
}
.home3-top.home-alter .rs-blog-grid.rs-blog {
  margin-bottom: 10px;
}
.home3-top.home-alter .rs-blog-grid.rs-blog .blog-item h3.blog-title {
  font-size: 20px;
  line-height: 28px !important;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.rectangle {
  position: relative;
}
.rectangle:after {
  position: absolute;
  content: "";
  height: 120px;
  width: 1px;
  background: #404c51;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
span.yellow {
  color: #009eed;
}
.overflow-show {
  overflow: visible !important;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  vertical-align: text-top;
}
.sticky .menu-area {
  padding: 0;
}
.alignleft {
  margin-bottom: 26px;
}
.alignright {
  margin-bottom: 26px;
}
.vertical-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-middle .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
ul.stylelisting {
  list-style-type: none;
  margin-left: 20px;
}
ul.stylelisting li {
  position: relative;
  padding-left: 25px !important;
  line-height: 34px;
  border: none !important;
}
ul.stylelisting li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 16px;
  display: block;
  color: #1f2024;
}
ul.listing {
  list-style-type: none;
  margin-left: 20px;
}
ul.listing li {
  position: relative;
  padding-left: 23px !important;
  line-height: 34px;
  border: none !important;
}
ul.listing li:before {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 99;
  font-size: 16px;
  display: block;
  color: #1f2024;
}
blockquote {
  margin: 35px 0 !important;
  padding: 50px 60px 40px 60px;
  color: #222222;
  position: relative;
  background: #f7f7f7 url(../images/quote-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
  font-style: italic;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
blockquote:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 54px;
  top: 33px;
  z-index: 1;
  opacity: 0.5;
  transform: translateX(-50%);
  margin: 0 auto;
  background: #009eed;
}
blockquote p {
  margin-bottom: 10px !important;
}
mark,
ins {
  background: #009eed;
  color: #fff;
  padding: 0 4px;
}
code {
  background: #009eed;
  color: #fff !important;
}
.border-image .vc_single_image-wrapper {
  position: relative;
}
.border-image .vc_single_image-wrapper:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 200px solid #1f2024;
  border-right: 200px solid transparent;
  left: -32px;
  top: -32px;
}
.border-image .vc_single_image-wrapper:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 300px solid #1f2024;
  border-left: 300px solid transparent;
  right: -32px;
  bottom: -32px;
}
.border-image .vc_single_image-wrapper img {
  position: relative;
  z-index: 99;
}
.border-image.small-border .vc_single_image-wrapper:after {
  border-top: 250px solid #1f2024;
  border-right: 250px solid transparent;
  left: -21px;
  top: -21px;
}
.border-image.small-border .vc_single_image-wrapper:before {
  border-bottom: 250px solid #1f2024;
  border-left: 250px solid transparent;
  right: -21px;
  bottom: -21px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  padding: 9px 50px;
  font-size: 18px;
  text-transform: capitalize;
  outline: none;
  transition: all .5s ease;
  border-radius: 30px;
  padding: 14px 35px;
  background: #009eed;
  position: relative;
}
.mb-30 {
  margin-bottom: 30px;
}
.submit-btn {
  margin: 35px 0 0;
  padding: 0;
  position: relative;
  width: 170px;
}
.submit-btn .wpcf7-submit {
  margin: 0 !important;
  padding: 14px 50px;
  border: 2px solid;
  border-color: #1f2024;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.submit-btn i {
  position: absolute;
  right: 40px;
  top: 21px;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  opacity: 0;
}
.submit-btn:hover .wpcf7-submit {
  padding-right: 70px;
  border: 2px solid;
  border-color: #1f2024;
  background: #fff;
  color: #1f2024;
}
.submit-btn:hover i {
  opacity: 1;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
  background: #009eed;
  color: #1f2024;
}
input[type="submit"]:hover {
  opacity: .9;
}
.main-contain #content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-type-archive-product .main-contain #content {
  padding-top: 110px;
  padding-bottom: 90px;
}
.woocommerce-cart .main-contain #content {
  padding-bottom: 70px !important;
}
.sign {
  margin-top: 15px;
}
.rs-heading.bigger-text h2.title {
  font-size: 55px;
  line-height: 65px;
}
.rs-heading.bigger-text p {
  color: #fff;
  font-size: 18px;
}
.post-password-required input[type="password"] {
  margin-left: 5px;
}
.post-password-required input[type="submit"] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 11px 20px 13px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555555;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #555555;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
}
body #repeat_shape_bg {
  background-repeat: repeat-x !important;
  height: 90px;
  background-size: contain !important;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  color: #009eed;
}
a:hover,
a:focus,
a:active {
  color: #333333;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
.sticky-logo {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}
.dark .owl-carousel .owl-nav [class*=owl-] {
  color: #ddd;
}
.owl-carousel {
  padding-top: 0;
}
.owl-carousel .owl-nav {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ddd;
  background: #fff;
  color: #222222;
  border-radius: 3px;
  position: absolute;
  top: -55px;
  transition: 0.6s ease all;
  opacity: 1;
  visibility: visible;
}
.owl-carousel .owl-nav [class*="owl-"]:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev {
  right: 30px;
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next:before {
  content: "\f105";
  margin-left: 1px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #009eed;
}
.owl-carousel:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}
.owl-carousel .partner-item a img {
  width: auto;
  margin: 0 auto;
}
.home-blog-area.news-styles4 .owl-carousel {
  padding-top: 0;
}
.home-blog-area.news-styles4 .owl-carousel .owl-nav {
  right: 0;
}
.home-blog-area.news-styles4 .owl-carousel .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #009eed;
  background: #009eed;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s ease all;
  opacity: 0;
  visibility: visible;
}
.home-blog-area.news-styles4 .owl-carousel .owl-nav [class*="owl-"].owl-prev {
  right: auto;
  left: 5px;
}
.home-blog-area.news-styles4 .owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
  content: "\f104";
}
.home-blog-area.news-styles4 .owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 5px;
}
.home-blog-area.news-styles4 .owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #009eed;
  background: transparent;
  opacity: 1;
}
.home-blog-area.news-styles4 .owl-carousel:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}
.home-blog-area.news-styles4 .owl-carousel .partner-item a img {
  width: auto;
  margin: 0 auto;
}
.home-cate .category-widget {
  background: #1f2024;
  padding: 25px 30px 25px;
}
.home-cate .category-widget ul.category-widget-list li {
  color: #fff;
}
.home-cate .category-widget ul.category-widget-list li a {
  color: #fff;
}
.home-cate .category-widget ul.category-widget-list li a:hover {
  color: #009eed;
}
.sidenav {
  overflow-y: auto;
  float: none;
  background: #fafafa;
  list-style: none;
  width: 370px;
  height: 100vh;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  padding: 30px 30px 0 30px;
  z-index: 99999;
  -ms-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  text-align: left;
}
.sidenav .widget-title {
  color: #222222 !important;
  padding: 0 0 15px;
  font-size: 20px !important;
  line-height: 26px;
  font-weight: 600 !important;
  position: relative;
}
.sidenav .widget-title:before {
  content: "";
  position: absolute;
  background: #009eed;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.sidenav .widget {
  padding: 0;
}
.sidenav .widget .widget-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 17px;
}
.sidenav .widget .search-form .search-input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidenav .widget .search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sidenav .widget .search-form button {
  padding: 8px 12px;
  color: #fff;
  background: transparent !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sidenav .widget .search-form button:hover {
  opacity: 0.7;
}
.sidenav .fa-ul {
  margin-left: 0;
  text-align: left;
  font-size: 14px;
}
.sidenav .fa-ul li {
  padding: 5px 0;
}
.sidenav .fa-ul li i {
  padding-right: 10px;
  color: #555555;
}
.sidenav .fa-ul li a {
  color: #555555;
}
.sidenav .fa-ul li a:hover {
  color: #009eed;
}
.sidenav .offcanvas_social {
  margin-left: 0;
  list-style-type: none;
  padding-bottom: 30px;
}
.sidenav .offcanvas_social li {
  display: inline-block;
}
.sidenav .offcanvas_social li a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  float: left;
  margin-right: 12px;
}
.sidenav .offcanvas_social li a i {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #1f2024;
  text-align: center;
  border-radius: 50%;
}
.sidenav .offcanvas_social li a i:hover {
  opacity: .9;
}
.sidenav .offcanvas_social li:last-child a {
  margin-right: 0;
}
.sidenav .nav-close-menu-li {
  margin: 0;
  padding-bottom: 30px;
  text-align: right;
}
.sidenav .nav-close-menu-li a {
  font-size: 0;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.sidenav .nav-close-menu-li a:after,
.sidenav .nav-close-menu-li a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
}
.sidenav .nav-close-menu-li a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.sidenav .nav-close-menu-li a:hover:after,
.sidenav .nav-close-menu-li a:hover:before {
  background-color: #009eed;
}
.sidenav .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.sidenav .widget_nav_menu ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.sidenav .widget_nav_menu ul li a {
  font-size: 17px;
  padding: 8px 0;
  display: block;
  color: #222222;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: #009eed;
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.sidenav li.nav-link-container {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 30px;
  height: 40px;
  right: 16px;
  width: 40px;
  top: 22px;
  background: #009eed;
  position: absolute;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  transition: transform .5s ease;
}
.sidenav li.nav-link-container:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidenav li.nav-link-container a {
  display: block;
}
.sidenav li.nav-link-container a span {
  background: #fff !important;
}
.sidenav li.nav-link-container .nav-menu-link {
  padding: 13px 15px 15px 10px !important;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
  transform: rotate(-45deg) translate(-4px, 4px);
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
}
.mobile-menu-container .nav-close-menu-li {
  padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
  padding: 0;
}
.mobile-menu-container ul {
  padding-left: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-container ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.mobile-menu-container ul li a {
  font-size: 15px;
  padding: 12px 20px;
  display: block;
  color: #222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-container ul li a:hover {
  opacity: 0.9;
}
.mobile-menu-container ul li:before {
  display: none;
}
.nav-active-menu-container {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}
#rs-header .menu-area .navbar ul li ul li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
}
#rs-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container .nav-menu-link span {
  background: #fff !important;
}
#rs-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#rs-header .menu-area .navbar ul li.three-col ul > li {
  width: 33.33%;
}
#rs-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}
.transparent_header {
  position: absolute;
}
.transparent_header .menu-area .navbar ul > li > a:after {
  background: #fff;
}
.transparent_header .sticky .navbar ul > li > a:after {
  background: #009eed;
}
.default_header .menu-area .navbar ul > li > a:after {
  background: #009eed;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 9;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all .7s;
  background: transparent;
}
.menu-sticky.sticky {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.menu-sticky.sticky .toolbar-area {
  display: none;
}
.menu-sticky.sticky .navbar ul li > a {
  color: #222222;
}
.menu-sticky.sticky .quote-button {
  color: #fff !important;
  border-color: #009eed !important;
  background: #009eed !important;
}
.menu-sticky.sticky .quote-button:hover {
  border-color: #009eed !important;
  color: #009eed !important;
  background: transparent !important;
}
.menu-sticky.sticky .nav-link-container i {
  color: #222222;
}
.app-store a {
  margin: 0 10px;
  display: inline-block;
}
.over-text {
  position: relative;
  z-index: 99 !important;
}
.round-shape {
  position: relative;
  padding: 45px 0 100px;
  width: 600px !important;
  height: 400px !important;
  z-index: -1;
}
.round-shape:after {
  position: absolute;
  content: '';
  background: transparent;
  width: 90%;
  height: 90%;
  bottom: 0;
  right: 0px;
  border-bottom: 8px solid #1f2024;
  border-right: 8px solid #1f2024;
  transition: all 0.3s ease 0s;
  z-index: -1;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position-x: -8px;
  background-position-y: -1px;
}
.round-shape:before {
  position: absolute;
  content: '';
  background: transparent;
  width: 90%;
  height: 90%;
  top: 0;
  left: 0;
  border-top: 8px solid #1f2024;
  border-left: 8px solid #1f2024;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.round-shape .coming-soon-text {
  position: relative;
  z-index: 99;
}
/* -----------------------
    17. Scroll Up
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
}
#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 50%;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background-color: #1f2024;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  opacity: 0.8;
}
.home2post-sliders .tp-tab-content {
  padding-left: 124px !important;
}
.home2post-sliders .hesperiden .tp-tab-title {
  line-height: 26px !important;
}
.home2post-sliders .tp-tab,
.home2post-sliders .tp-tab-content {
  align-items: center !important;
  display: flex !important;
}
.home2post-sliders .tp-tab {
  margin-top: 0px !important;
  padding-bottom: 0 !important;
  padding-top: 12px !important;
}
.home2post-sliders .rs-parallax-wrap p {
  white-space: normal !important;
}
.full-slider-area {
  overflow: hidden;
}
.full-slider-area .full-slider {
  margin-bottom: 0;
  z-index: 1;
}
.full-slider-area .full-slider .post-item .post-img {
  position: relative;
  overflow: hidden;
}
.full-slider-area .full-slider .post-item .post-img img {
  width: 100%;
  border-radius: 0;
}
.full-slider-area .full-slider .post-item .post-img:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.full-slider-area .full-slider .post-item .post-desc {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 999;
  width: 100%;
  max-width: 80%;
}
.full-slider-area .full-slider .post-item .post-desc .category a:hover {
  opacity: .9;
}
.full-slider-area .full-slider .post-item .post-desc h2 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 38px;
  font-weight: 500;
}
.full-slider-area .full-slider .post-item .post-desc h2 a {
  font-size: 30px;
  color: #fff;
}
.full-slider-area .full-slider .post-item .post-desc h2 span {
  color: #009eed;
}
.full-slider-area .full-slider .post-item .post-desc .more-btn {
  background: #009eed;
  padding: 4px 13px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  display: inline-block;
  line-height: 16px;
}
.full-slider-area .full-slider .post-item .post-desc .date-post {
  margin-bottom: 10px !important;
  display: inline-block;
  color: #ccc;
  margin: 0;
  font-size: 14px;
}
.full-slider-area .full-slider .post-item .post-desc .date-post i {
  margin-right: 8px;
}
.full-slider-area .full-slider .post-item .post-desc .author-by {
  padding: 0;
  color: #ccc;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 12px;
  display: inline;
  position: relative;
  font-size: 14px;
}
.full-slider-area .full-slider .post-item .post-desc .author-by i {
  margin-right: 12px;
}
.full-slider-area .full-slider .post-item .post-desc .comments {
  padding: 0;
  color: #ccc;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 5px;
  display: inline;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
}
.full-slider-area .full-slider .post-item .post-desc .comments i {
  color: #ccc;
  font-size: 12px;
  margin-right: 5px;
}
.full-slider-area .full-slider .post-item .post-desc a {
  color: #009eed;
  margin: 0;
  font-size: 14px;
}
.full-slider-area .full-slider .post-item .post-desc a i {
  margin-left: 8px;
}
.full-slider-area .full-slider .post-item:hover .post-desc h2 a {
  color: #009eed;
}
.full-slider-area .full-slider .post-item {
  position: relative;
}
.full-slider-area .full-slider .post-item .post-desc {
  opacity: 0;
}
.full-slider-area .full-slider .post-item.slick-current .post-img:after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.full-slider-area .full-slider .post-item.slick-current .post-desc {
  opacity: 1;
}
.full-slider-area .slick-prev {
  left: 26%;
  z-index: 99;
  transition: all 0.5s ease 0s;
}
.full-slider-area .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.full-slider-area .slick-prev:hover:before {
  border: 1px solid #009eed;
  color: #009eed;
}
.full-slider-area .slick-next {
  right: 26%;
  z-index: 99;
  transition: all 0.5s ease 0s;
}
.full-slider-area .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.full-slider-area .slick-next:hover:before {
  color: #009eed;
  border: 1px solid #009eed;
}
.blog-inner-post .post-img,
.full-tab-sec .blog-inner .post-img,
.tab-top-content .align-items-center .post-img,
.blog-inner-post .blog-img,
.full-tab-sec .blog-inner .blog-img,
.tab-top-content .align-items-center .blog-img {
  overflow: hidden;
}
.blog-inner-post .post-img img,
.full-tab-sec .blog-inner .post-img img,
.tab-top-content .align-items-center .post-img img,
.blog-inner-post .blog-img img,
.full-tab-sec .blog-inner .blog-img img,
.tab-top-content .align-items-center .blog-img img {
  transition: all 0.5s ease 0s;
}
.blog-inner-post:hover .post-img img,
.full-tab-sec .blog-inner:hover .post-img img,
.tab-top-content .align-items-center:hover .post-img img,
.blog-inner-post:hover .blog-img img,
.full-tab-sec .blog-inner:hover .blog-img img,
.tab-top-content .align-items-center:hover .blog-img img {
  filter: grayscale(100%);
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog-inner-post:hover h3 a,
.full-tab-sec .blog-inner:hover h3 a,
.tab-top-content .align-items-center:hover h3 a {
  color: #009eed;
}
.blog-inner-post:hover .medium-font-size a,
.full-tab-sec .blog-inner:hover .medium-font-size a,
.tab-top-content .align-items-center:hover .medium-font-size a {
  color: #009eed !important;
}
body.blog .blog-item .blog-img2 a,
body.archive .blog-item .blog-img2 a {
  overflow: hidden;
  display: block;
}
body.blog .blog-item .blog-img2 a img,
body.archive .blog-item .blog-img2 a img {
  transition: all 0.5s ease 0s;
}
body.blog .blog-item:hover .blog-img2 a img,
body.archive .blog-item:hover .blog-img2 a img {
  filter: grayscale(100%);
  transform: scale3d(1.1, 1.1, 1.1);
}
.popular-widget ul li .post-img,
.home-blog-area .blog-item .post-img,
.rs-news-vertical-slider2 .transparent-content .post-img,
.popular-widget ul li .blog-img,
.home-blog-area .blog-item .blog-img,
.rs-news-vertical-slider2 .transparent-content .blog-img {
  overflow: hidden;
}
.popular-widget ul li .post-img img,
.home-blog-area .blog-item .post-img img,
.rs-news-vertical-slider2 .transparent-content .post-img img,
.popular-widget ul li .blog-img img,
.home-blog-area .blog-item .blog-img img,
.rs-news-vertical-slider2 .transparent-content .blog-img img {
  transition: all 0.5s ease 0s;
}
.popular-widget ul li:hover .post-img img,
.home-blog-area .blog-item:hover .post-img img,
.rs-news-vertical-slider2 .transparent-content:hover .post-img img,
.popular-widget ul li:hover .blog-img img,
.home-blog-area .blog-item:hover .blog-img img,
.rs-news-vertical-slider2 .transparent-content:hover .blog-img img {
  filter: grayscale(100%);
}
.popular-widget ul li:hover h3 a,
.home-blog-area .blog-item:hover h3 a,
.rs-news-vertical-slider2 .transparent-content:hover h3 a {
  color: #009eed;
}
.rs-news-vertical-slider2 .transparent-content .post-img,
.home-blog-area.news-styles4 .post-img,
.rs-news-vertical-slider2 .transparent-content .blog-img,
.home-blog-area.news-styles4 .blog-img {
  overflow: hidden;
}
.rs-news-vertical-slider2 .transparent-content .post-img:before,
.home-blog-area.news-styles4 .post-img:before,
.rs-news-vertical-slider2 .transparent-content .blog-img:before,
.home-blog-area.news-styles4 .blog-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .8s ease;
}
.rs-news-vertical-slider2 .transparent-content:hover .post-img:before,
.home-blog-area.news-styles4:hover .post-img:before,
.rs-news-vertical-slider2 .transparent-content:hover .blog-img:before,
.home-blog-area.news-styles4:hover .blog-img:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.rs-news-vertical-slider2 .transparent-content:hover .medium-font-size a,
.home-blog-area.news-styles4:hover .medium-font-size a {
  color: #009eed !important;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs-inner.bread-dark h1.page-title {
  color: #1f2024 !important;
}
.rs-breadcrumbs-inner.bread-dark ul li.trail-begin a::before {
  color: #1f2024 !important;
}
.rs-breadcrumbs-inner.bread-dark ul li * {
  color: #1f2024 !important;
}
.rs-breadcrumbs-inner.bread-dark ul li {
  color: #1f2024 !important;
}
h1.page-title {
  margin: 0 0 40px !important;
}
.rs-breadcrumbs {
  position: relative;
  background: #f7f7f7;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 35px 0;
}
.rs-breadcrumbs .breadcrumbs-inner a {
  position: relative;
  color: #222222;
}
.rs-breadcrumbs .breadcrumbs-inner a:after {
  right: -3px;
  top: -3px;
  color: #666666;
  padding: 0;
  position: absolute;
  font-size: 12px;
  content: '\f101';
  font-family: fontawesome;
}
.rs-breadcrumbs .breadcrumbs-inner a:hover {
  color: #009eed;
}
.rs-breadcrumbs .breadcrumbs-inner span {
  font-weight: 400;
  font-size: 13px;
  padding-right: 12px;
  color: #666666;
}
.rs-breadcrumbs .breadcrumbs-inner span.author {
  margin-left: 0;
}
.rs-breadcrumbs .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.rs-breadcrumbs .trail-browse {
  display: none !important;
}
.rs-breadcrumbs .trail-items li::after {
  right: 0px;
  position: relative;
  padding: 0;
}
.rs-breadcrumbs .page-title {
  margin-bottom: 4px !important;
  letter-spacing: 0.5px;
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
  color: #333;
}
.rs-breadcrumbs .breadcrumbs {
  font-weight: 500;
}
.rs-breadcrumbs .trail-items li:after {
  font-size: 12px;
  content: '\f101';
  font-family: fontawesome;
}
.rs-breadcrumbs .breadcrumbs-single {
  background-size: cover;
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-inner {
  text-align: center;
}
.rs-breadcrumbs .breadcrumbs-inner h1.page-title {
  color: #333 !important;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li {
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li a,
.rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li span {
  font-weight: 400;
  font-size: 13px;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li * {
  color: #fff;
}
.rs-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px;
}
.rs-breadcrumbs ul li {
  color: #aaa;
  display: inline-block;
  font-size: 14px;
}
.rs-breadcrumbs ul li * {
  color: #aaa;
}
.rs-breadcrumbs ul li a {
  padding: 0 8px;
  color: #aaa;
}
.rs-breadcrumbs ul li a:hover span {
  color: #009eed;
}
.rs-breadcrumbs ul li.trail-begin a {
  position: relative;
  display: inline-block;
  padding-left: 20px !important;
}
.rs-breadcrumbs ul li.trail-begin a:hover {
  opacity: 0.7;
}
.rs-breadcrumbs ul li.trail-end {
  padding-left: 8px;
}
.rs-breadcrumbs.porfolio-details {
  position: relative;
}
body.page .entry-content p:last-child {
  margin-bottom: 0;
}
body.search-no-results .rs-breadcrumbs.porfolio-details {
  background: none;
}
body.search-no-results .rs-breadcrumbs.porfolio-details .rs-breadcrumbs-inner .breadcrumbs-inner {
  text-align: left;
  padding: 0 0 8px;
  margin-top: -7px;
}
body.search-no-results .no-results .search-wrap button {
  background: #009eed;
  color: #fff;
  border-radius: 0 4px 6px 0;
  z-index: 0;
}
body.search-no-results .no-results .search-wrap button:hover {
  opacity: .8;
}
body.search-no-results .no-results .page-content .bs-search.search-form {
  max-width: 680px;
}
body.search-no-results .no-results .page-content p {
  margin-bottom: 20px;
}
body.search-results .rs-breadcrumbs.porfolio-details {
  background: none;
}
body.search-results .rs-breadcrumbs.porfolio-details .rs-breadcrumbs-inner .breadcrumbs-inner {
  text-align: left;
  padding: 0 0 8px;
  margin-top: -7px;
}
body.search-results .first-article-item {
  border-top: none !important;
  padding-top: 22px !important;
}
body.search-results .last-article-item {
  margin-bottom: 0;
}
body.search-results .last-article-item .entry-summary {
  padding-bottom: 0 !important;
}
body.single .rs-breadcrumbs {
  background: #fff;
}
body.single .rs-breadcrumbs .breadcrumbs-inner {
  padding-bottom: 0;
}
body.single .rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail {
  float: none;
  margin: 0;
}
body.single .rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li {
  color: #aaa;
  display: inline-block;
  font-size: 14px;
}
body.single .rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li * {
  color: #aaa;
}
body.single .rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li a {
  padding: 0 8px;
  color: #aaa;
}
body.single .rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li a:hover span {
  color: #009eed;
}
body.single .rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li.trail-begin a {
  position: relative;
  display: inline-block;
  padding-left: 20px !important;
}
body.single .rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li.trail-begin a:hover {
  opacity: 0.7;
}
body.single .rs-breadcrumbs .breadcrumbs-inner .breadcrumb-trail ul li.trail-end {
  padding-left: 8px;
}
.page-links span {
  padding: 0 18px 0 10px;
  line-height: 26px;
  color: #009eed;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  opacity: .96;
  display: inline-block;
  vertical-align: middle;
}
.page-links span:last-child {
  border: none;
}
.page .comment-reply-title {
  margin-top: 15px;
}
.comment-reply-title {
  font-size: 18px;
  margin-top: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.comment-reply-title:before {
  content: "";
  position: absolute;
  background: #009eed;
  height: 6px;
  width: 54px;
  left: 2px;
  bottom: 8px;
  z-index: -1;
  opacity: 0.5;
}
.single-post .comment-respond .form-submit {
  margin-bottom: 0;
}
.page-links span {
  padding: 0 6px;
  font-size: 18px;
  margin: 0 0 0 5px;
  color: #009eed;
}
.page-links a span {
  background: transparent !important;
  color: #666;
}
.page-links span:hover {
  color: #009eed;
}
.single-post .bs-sidebar h2 {
  margin-top: 0 !important;
}
.recent-widget .show-featured .post-img img {
  border-radius: 3px;
}
.finance_content_slide .wpb_revslider_element {
  margin-bottom: 0 !important;
}
.finance_content_slide {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.search-input {
  outline: none;
}
.close5 {
  background: #28406d;
  color: #fff;
  border-radius: 50%;
}
.clients-partners .wpb_single_image {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 8px;
}
.shadow-service .rs-services-style4 {
  border: none;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.full-news-sec .rs-news-tab.rs-news-tab-style-vertical .tab-top-content .row {
  margin: 0 0 22px;
}
.contact-sec {
  overflow: visible;
}
.contact-sec .vc_col-sm-12 {
  background: rgba(255, 255, 255, 0.8);
  padding: 45px 40px 56px !important;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.contact-sec .wpcf7-form .wpcf7-text {
  border: none;
  border-bottom: 2px solid #1f2024;
  background: none;
  border-radius: 0;
  width: 100%;
}
.contact-sec .wpcf7-form .wpcf7-textarea {
  border: none;
  border-bottom: 2px solid #1f2024;
  background: none;
  height: 100px;
  border-radius: 0;
  width: 100%;
}
.contact-sec .wpcf7-form .wpcf7-textarea .wpcf7-form-control {
  margin-bottom: 20px;
}
.contact-sec .wpcf7-form .wpcf7-submit {
  margin-top: 20px;
}
.contact-sec.personal .vc_col-sm-12 {
  padding: 18px 40px 30px !important;
}
.contact-sec .contact {
  position: relative;
}
.contact-sec .contact:before {
  content: '';
  position: absolute;
  height: 60%;
  width: 2px;
  background-color: #1f2024;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
}
.contact-sec .contact:after {
  content: '';
  position: absolute;
  height: 40%;
  width: 2px;
  background-color: #1f2024;
  top: 50%;
  left: auto;
  right: 6px;
  transform: translateY(-50%);
  display: block;
}
.contact-sec .contact2 {
  position: relative;
}
.contact-sec .contact2:before {
  content: '';
  position: absolute;
  height: 40%;
  width: 2px;
  background-color: #1f2024;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  display: block;
}
.contact-page1 input.wpcf7-text,
.contact-page1 textarea {
  width: 100%;
}
.contact-page1 .submit-btn {
  margin: 13px auto 0;
}
.contact-page2 input.wpcf7-text,
.contact-page2 textarea {
  width: 100%;
}
.contact-page2 textarea {
  height: 175px;
}
.contact-page2 .submit-btn {
  margin: 20px 0 0;
}
.time-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.time-listing li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.time-listing li span {
  float: right;
}
.time-listing li:last-child {
  border-bottom: none;
}
.readon .vc_btn3 {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  margin-top: -5px !important;
}
.readon .vc_btn3:hover {
  color: #1f2024 !important;
}
.contact-btm .services-style-2 .services-wrap .services-item:hover .services-icon img {
  transform: scale(1);
}
.contact-btm .services-style-2 .services-wrap .services-item .services-icon img {
  transform: scale(1);
  width: 80px;
}
.container .sidebar-title {
  padding: 10px 15px 13px 15px !important;
}
.container .sidebar-title .title {
  margin-bottom: 0;
}
body.single-services .rs-porfolio-details {
  padding: 100px 0 0;
}
.blog-img img,
.post-img img,
.rs-blog .blog-item .blog-img:after,
.home-blog-area .blog-item .blog-img img,
.recent-widget.popular-widget .recent-popular-widget li .post-img img {
  border-radius: 3px;
}
/* ------------------------------------
 Newsletter CSS
---------------------------------------*/
.mc4wp-form-fields .rs-newsletter span {
  display: block;
  color: #cccccc;
}
.mc4wp-form-fields .rs-newsletter .input-form {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 510px;
  margin: 0 auto;
}
.mc4wp-form-fields .rs-newsletter .input-form input[type="email"],
.mc4wp-form-fields .rs-newsletter .input-form input[type="submit"] {
  height: 70px;
  line-height: 70px;
  padding: 0 25px;
  margin-bottom: 14px;
  outline: none;
}
.mc4wp-form-fields .rs-newsletter .input-form input[type="email"] {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-weight: 400;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 2px 0 0 2px;
  border: none;
  font-size: 18px;
}
.mc4wp-form-fields .rs-newsletter .input-form input[type="email"]::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.mc4wp-form-fields .rs-newsletter .input-form input[type="email"]::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mc4wp-form-fields .rs-newsletter .input-form input[type="email"]:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.mc4wp-form-fields .rs-newsletter .input-form input[type="email"]:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mc4wp-form-fields .rs-newsletter .input-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 2px 2px 0 !important;
  width: 150px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.rs-newsletter-section .vc_column-inner > .wpb_wrapper {
  background: #222222;
  padding: 20px 25px 23px;
}
.rs-newsletter-section .subscribe-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-newsletter-section .rs-newsletter .input-form input[type="submit"] {
  width: auto;
}
.newsletter-wrap {
  background: #121111 url(../images/news-bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 30px;
}
.newsletter-wrap .newsletter-title {
  float: left;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background: url(../images/email.png) center left no-repeat;
  height: 64px;
  padding-left: 85px;
  padding-top: 22px;
  margin-top: 15px;
}
.newsletter-wrap .rs-newsletter .input-form {
  max-width: 720px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: 18px;
}
/* -----------------------------------
    Block CSS
-------------------------------------*/
.wp-block-button__link {
  background: #009eed;
}
.wp-block-media-text {
  margin-bottom: 26px;
}
.is-style-outline {
  color: #009eed;
}
/* ------------------------------------
 Preloader CSS
---------------------------------------*/
.spinner_inner {
  background-color: #009eed;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}
.spinner {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spinner_inner-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
