@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Medvill - Medical WordPress Theme 
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Slider Section
06. About Us
07. Services
08. Calltoaction
09. Portfolio
10. Pricing Tables
11. Team Member
12. Newsletter
13. Testimonial
15. Contact Us
16. Footer
17. Scroll Up
18. Video
19. Counter up
20. Breadcrumbs
21. Portfolio Details
25. Home Banner
26. Preloader
27. FAQ
--------------------------------------------------------*/
/*contact layout*/
input[type="submit"] {
  border: none;
  padding: 10px 18px;
}
textarea {
  border: none;
  padding: 10px 18px;
  height: 150px;
  border-radius: 4px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
select,
input[type="password"] {
  height: 45px;
  padding: 10px 18px;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  outline: none;
  border-radius: 4px;
}
div textarea {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
input[type="submit"] {
  background: #0b2ba7;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 16px;
  right: -40px;
}
.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: #021b79;
}
.rs-contact .contact-address .address-item .address-text a {
  color: #021b79;
}
.rs-contact .contact-address .address-item .address-text a:hover {
  color: #0b2ba7;
}
.rs-contact .contact-address.style3 .address-icon:after {
  background: transparent !important;
}
.contact-2-info .rs-contact .contact-address .address-item .address-icon i {
  color: #fff !important;
}
.contact-2-info .rs-contact .contact-address .address-item .address-text {
  color: #fff;
}
.contact-2-info .rs-contact .contact-address .address-item .address-text h3.contact-title {
  color: #fff;
}
.contact-2-info .rs-contact .contact-address .address-item .address-text a {
  color: #fff !important;
}
.contact-2-info .submit-btn {
  margin: 0 !important;
}
.contact-2-info select {
  color: #bbb;
}
.contact-2-info .select-doctors::after {
  color: #bbb;
}
.contact-2-info input[type="text"] {
  margin-bottom: 28px;
}
.contact-2-info input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb !important;
  opacity: 1;
}
.contact-2-info input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb !important;
  opacity: 1;
}
.contact-2-info input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb !important;
  opacity: 1;
}
.contact-2-info input:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb !important;
  opacity: 1;
}
.contact-2-info textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb !important;
  opacity: 1;
}
.contact-2-info textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb !important;
  opacity: 1;
}
.contact-2-info textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb !important;
  opacity: 1;
}
.contact-2-info textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb !important;
  opacity: 1;
}
div.wpcf7-validation-errors {
  border-color: #ff0000;
  color: #ff0000;
}
div.wpcf7-acceptance-missing {
  border-color: #ff0000;
  color: #ff0000;
}
.button-left .submit-btn.appoint-btn {
  margin-left: 0;
}
.button-left .submit-btn.appoint-btn input[type="submit"] {
  background: #021b79 !important;
  color: #fff !important;
}
.button-left .submit-btn.appoint-btn i:before {
  color: #fff !important;
}
.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: 73px;
  left: 0;
  position: absolute;
  bottom: -73px;
  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%;
}
.overlap-form .submit-btn {
  margin: 0 auto;
}
.contact-details-address .rs-heading .title-inner h3.title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500 !important;
}
blog-item .rs-blog-grid .pagination-area,
.rs-team .pagination-area {
  padding-bottom: 30px;
}
.rs-blog-grid .pagination-area {
  padding-bottom: 84px;
}
.rs-blog .cat_name {
  display: none;
}
.rs-blog .blog-meta .blog-title {
  margin: 0px 0 10px;
  font-weight: 500;
  line-height: 26px !important;
}
.rs-blog .blog-meta .blog-title a {
  color: #303745;
}
.rs-blog .blog-meta .blog-title a:hover {
  color: #021b79;
}
.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: 24px;
  font-weight: 600;
}
.rs-blog-grid.rs-blog .blog-meta .blog-title {
  line-height: 30px !important;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}
.full-blog-content {
  padding: 20px 30px 25px;
}
.full-blog-content .blog-meta {
  text-transform: initial;
}
.full-blog-content .blog-title {
  margin: 4px 0 10px;
  line-height: 30px;
  font-weight: 500;
  font-size: 27px;
}
.full-blog-content .blog-title a {
  color: #303745;
}
.full-blog-content .blog-title a:hover {
  color: #0b2ba7;
}
.full-blog-content .post-view {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.full-blog-content .post-view i {
  margin-right: 5px;
}
.full-blog-content .post-view i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .post-comment {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.full-blog-content .post-comment i {
  margin-right: 5px;
}
.full-blog-content .post-comment i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .blog-button {
  float: left;
}
.full-blog-content .blog-button.left-btn {
  float: none;
  display: block;
}
.full-blog-content .view-comments {
  float: right;
}
.full-blog-content .btm-cate li {
  margin-right: 15px;
}
.full-blog-content .btm-cate li i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .btm-cate .tag-line i {
  margin-right: 3px;
}
.full-blog-content .blog-date {
  padding: 0;
  color: #999999;
  margin-right: 0;
  line-height: normal;
  padding: 1px;
}
.full-blog-content .blog-date i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #999999;
}
.full-blog-content .author i {
  color: #aaa;
  margin-right: 3px;
}
.home-blog .rs-blog .blog-item {
  margin-bottom: 15px;
}
.blog .rs-blog .blog-item,
.archive .rs-blog .blog-item {
  margin-bottom: 70px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.blog .rs-blog .blog-item .full-blog-content,
.archive .rs-blog .blog-item .full-blog-content {
  padding: 0 50px 50px;
  overflow: hidden;
}
.blog .rs-blog .blog-item .full-blog-content .title-wrap .blog-title,
.archive .rs-blog .blog-item .full-blog-content .title-wrap .blog-title {
  font-size: 30px;
  line-height: 32px;
}
.blog .rs-blog .blog-item .blog-img,
.archive .rs-blog .blog-item .blog-img {
  position: relative;
  border-radius: 0px;
  z-index: 0;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content,
.archive .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,
.archive .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,
.archive .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,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-weight: normal;
  margin-top: 15px;
  color: #092591;
  margin-bottom: 0;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #092591;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: #021b79;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content:hover .blog-img-content,
.archive .rs-blog .blog-item .blog-img .blog-img-content:hover .blog-img-content {
  top: 0;
}
.blog .rs-blog .blog-img .categories,
.archive .rs-blog .blog-img .categories,
.blog .blog .blog-img .categories,
.archive .blog .blog-img .categories {
  left: 46px;
  bottom: 46px;
}
.blog-item.no-thumbs {
  padding-top: 45px;
}
.blog-item.no-thumbs .categories {
  margin-bottom: 5px;
  padding: 0 0 0 48px;
}
.blog-item.no-thumbs .categories .category-name a {
  background: #0b2ba7;
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-item.no-thumbs .categories .category-name a:hover {
  background: #021b79;
}
.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;
  z-index: 0;
}
.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;
  width: 100px;
  height: 80px;
}
.rs-blog-details .bs-img .blog-date:after,
.rs-blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:after,
.rs-blog-details .blog-img .blog-date:after,
.rs-blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:after,
.rs-blog-details .bs-img .blog-date:before,
.rs-blog .bs-img .blog-date:before,
.blog .bs-img .blog-date:before,
.rs-blog-details .blog-img .blog-date:before,
.rs-blog .blog-img .blog-date:before,
.blog .blog-img .blog-date:before {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: 0;
  left: 0;
}
.rs-blog-details .bs-img .blog-date:after,
.rs-blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:after,
.rs-blog-details .blog-img .blog-date:after,
.rs-blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:after {
  border-top: 0 solid;
  border-bottom-color: #f9f9f9;
  border-bottom: 80px solid transparent;
  border-left: 100px solid #f9f9f9;
}
.rs-blog-details .bs-img .blog-date:before,
.rs-blog .bs-img .blog-date:before,
.blog .bs-img .blog-date:before,
.rs-blog-details .blog-img .blog-date:before,
.rs-blog .blog-img .blog-date:before,
.blog .blog-img .blog-date:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 0 solid;
  border-bottom-color: #021b79;
  border-top: 80px solid transparent;
  border-right: 100px solid #021b79;
}
.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: 700;
  position: relative;
  z-index: 999;
  height: 40px;
  padding: 6px 0;
}
.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: #021b79;
  font-size: 24px;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
}
.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 {
  text-align: right;
  padding-right: 12px;
  font-size: 18px;
}
.rs-blog-details .bs-img .categories,
.rs-blog .bs-img .categories,
.blog .bs-img .categories,
.rs-blog-details .blog-img .categories,
.rs-blog .blog-img .categories,
.blog .blog-img .categories {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.rs-blog-details .bs-img .categories .category-name a,
.rs-blog .bs-img .categories .category-name a,
.blog .bs-img .categories .category-name a,
.rs-blog-details .blog-img .categories .category-name a,
.rs-blog .blog-img .categories .category-name a,
.blog .blog-img .categories .category-name a {
  background: #0b2ba7;
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rs-blog-details .bs-img .categories .category-name a:hover,
.rs-blog .bs-img .categories .category-name a:hover,
.blog .bs-img .categories .category-name a:hover,
.rs-blog-details .blog-img .categories .category-name a:hover,
.rs-blog .blog-img .categories .category-name a:hover,
.blog .blog-img .categories .category-name a:hover {
  background: #021b79;
}
.rs-blog-details .post-meta,
.rs-blog .post-meta,
.blog .post-meta {
  font-size: 13px;
  color: #999;
}
.rs-blog-details .post-meta i,
.rs-blog .post-meta i,
.blog .post-meta i {
  margin-right: 8px;
}
.rs-blog-details .post-meta i:before,
.rs-blog .post-meta i:before,
.blog .post-meta i:before {
  font-size: 14px;
  font-weight: 600;
}
.rs-blog-details .post-meta.date-meta,
.rs-blog .post-meta.date-meta,
.blog .post-meta.date-meta {
  margin-right: 12px;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date,
.rs-blog .blog-item.style1 .blog-img .blog-date,
.blog .blog-item.style1 .blog-img .blog-date {
  right: 10px;
  left: auto;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date:after,
.rs-blog .blog-item.style1 .blog-img .blog-date:after,
.blog .blog-item.style1 .blog-img .blog-date:after {
  display: none;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date:before,
.rs-blog .blog-item.style1 .blog-img .blog-date:before,
.blog .blog-item.style1 .blog-img .blog-date:before {
  border-top-width: 130px;
  border-right-width: 130px;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date .date,
.rs-blog .blog-item.style1 .blog-img .blog-date .date,
.blog .blog-item.style1 .blog-img .blog-date .date {
  text-align: right;
  color: #fff !important;
  padding-right: 20px;
}
.rs-blog-details .blog-item.style1 .blog-slidermeta,
.rs-blog .blog-item.style1 .blog-slidermeta,
.blog .blog-item.style1 .blog-slidermeta {
  margin-bottom: 15px;
}
.rs-blog-details .blog-item.style1 .icon-button a,
.rs-blog .blog-item.style1 .icon-button a,
.blog .blog-item.style1 .icon-button a {
  margin-top: 6px;
}
.rs-blog-details .blog-item.style1 .category,
.rs-blog .blog-item.style1 .category,
.blog .blog-item.style1 .category {
  position: absolute;
  bottom: 20px;
  left: 40px;
  text-transform: none;
}
.rs-blog-details .blog-item.style1 .category a,
.rs-blog .blog-item.style1 .category a,
.blog .blog-item.style1 .category a {
  background: #092591;
  color: #fff;
  padding: 6px 19px;
  border-radius: 5px;
  font-size: 13px;
}
.rs-blog-details .blog-item.style1 .category a:hover,
.rs-blog .blog-item.style1 .category a:hover,
.blog .blog-item.style1 .category a:hover {
  background: #021b79;
}
.rs-blog-details .blog-item.style1 .blogfull,
.rs-blog .blog-item.style1 .blogfull,
.blog .blog-item.style1 .blogfull {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 35px 40px 30px;
  background: #fff;
}
.rs-blog-details .blog-item.style1 .blogfull .blog-meta,
.rs-blog .blog-item.style1 .blogfull .blog-meta,
.blog .blog-item.style1 .blogfull .blog-meta {
  margin-top: 0;
}
.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 {
  right: 10px;
  left: auto;
}
.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 .date,
.rs-blog .blog-item.style2 .blog-img .blog-date .date,
.blog .blog-item.style2 .blog-img .blog-date .date {
  text-align: right;
  color: #fff !important;
  padding-right: 20px;
}
.rs-blog-details .blog-item.style2 .blogfull,
.rs-blog .blog-item.style2 .blogfull,
.blog .blog-item.style2 .blogfull {
  background: #fff;
  padding: 25px 25px 25px 25px;
  box-shadow: 0 15px 30px rgba(34, 34, 34, 0.03);
}
.rs-blog-details .blog-item.style2 .blogfull .blog-meta,
.rs-blog .blog-item.style2 .blogfull .blog-meta,
.blog .blog-item.style2 .blogfull .blog-meta {
  margin-top: 0;
}
.rs-blog-details .blog-item.style2 .blogfull .blog-desc,
.rs-blog .blog-item.style2 .blogfull .blog-desc,
.blog .blog-item.style2 .blogfull .blog-desc {
  margin-bottom: 25px;
}
.rs-blog-details .blog-item.style2 .blogfull .post-view,
.rs-blog .blog-item.style2 .blogfull .post-view,
.blog .blog-item.style2 .blogfull .post-view {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.rs-blog-details .blog-item.style2 .blogfull .post-view i,
.rs-blog .blog-item.style2 .blogfull .post-view i,
.blog .blog-item.style2 .blogfull .post-view i {
  margin-right: 5px;
}
.rs-blog-details .blog-item.style2 .blogfull .post-view i:before,
.rs-blog .blog-item.style2 .blogfull .post-view i:before,
.blog .blog-item.style2 .blogfull .post-view i:before {
  font-size: 15px;
  font-weight: 600;
}
.rs-blog-details .blog-item.style2 .blogfull .post-comment,
.rs-blog .blog-item.style2 .blogfull .post-comment,
.blog .blog-item.style2 .blogfull .post-comment {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.rs-blog-details .blog-item.style2 .blogfull .post-comment i,
.rs-blog .blog-item.style2 .blogfull .post-comment i,
.blog .blog-item.style2 .blogfull .post-comment i {
  margin-right: 5px;
}
.rs-blog-details .blog-item.style2 .blogfull .post-comment i:before,
.rs-blog .blog-item.style2 .blogfull .post-comment i:before,
.blog .blog-item.style2 .blogfull .post-comment i:before {
  font-size: 15px;
  font-weight: 600;
}
.rs-blog-details .blog-item.style2 .blogfull .blog-button,
.rs-blog .blog-item.style2 .blogfull .blog-button,
.blog .blog-item.style2 .blogfull .blog-button {
  margin-bottom: 20px;
}
.rs-blog-details .blog-item.style2 .blogfull .icon-button,
.rs-blog .blog-item.style2 .blogfull .icon-button,
.blog .blog-item.style2 .blogfull .icon-button,
.rs-blog-details .blog-item.style2 .blogfull .blog-button,
.rs-blog .blog-item.style2 .blogfull .blog-button,
.blog .blog-item.style2 .blogfull .blog-button {
  float: right;
  display: inline-block;
}
.rs-blog-details .blog-item.style2 .blogfull .icon-button a,
.rs-blog .blog-item.style2 .blogfull .icon-button a,
.blog .blog-item.style2 .blogfull .icon-button a,
.rs-blog-details .blog-item.style2 .blogfull .blog-button a,
.rs-blog .blog-item.style2 .blogfull .blog-button a,
.blog .blog-item.style2 .blogfull .blog-button a {
  margin-top: 0;
}
.rs-blog-details .blog-item.style2 .blog-slidermeta,
.rs-blog .blog-item.style2 .blog-slidermeta,
.blog .blog-item.style2 .blog-slidermeta {
  margin-bottom: 15px;
}
.rs-blog-details .blog-item.style2 .icon-button a,
.rs-blog .blog-item.style2 .icon-button a,
.blog .blog-item.style2 .icon-button a {
  margin-top: 6px;
}
.rs-blog-details .blog-item.style2 .category,
.rs-blog .blog-item.style2 .category,
.blog .blog-item.style2 .category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-transform: none;
}
.rs-blog-details .blog-item.style2 .category a,
.rs-blog .blog-item.style2 .category a,
.blog .blog-item.style2 .category a {
  background: #092591;
  color: #fff;
  padding: 6px 19px;
  border-radius: 13px;
  font-size: 13px;
}
.rs-blog-details .blog-item.style2 .category a:hover,
.rs-blog .blog-item.style2 .category a:hover,
.blog .blog-item.style2 .category a:hover {
  background: #021b79;
}
.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;
  background: #021b79;
  width: 100%;
  padding: 20px 25px;
  opacity: 0.8;
}
.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: #0b2ba7;
}
.rs-blog-details .blog-item.style3 .bottom-shadow1,
.rs-blog .blog-item.style3 .bottom-shadow1,
.blog .blog-item.style3 .bottom-shadow1 {
  padding-top: 0;
}
.rs-blog-grid .blog-img a.float-cat {
  background: #0b2ba7;
  color: #fff;
  padding: 6px 19px;
  border-radius: 10px;
  font-size: 13px;
  margin-right: 8px;
}
.rs-blog-grid .blog-img a.float-cat:hover {
  background: #021b79;
}
.rs-blog-grid .blog-item .blog-date i:before {
  font-size: 14px;
  font-weight: 600;
}
.rs-blog-grid .blog-item.style1 .blog-date,
.rs-blog-grid .blog-item.style2 .blog-date {
  margin-bottom: 15px;
}
.get_date_format2 {
  position: relative;
}
.get_date_format2 .blog-date2 {
  position: relative;
  width: 100px;
  height: 80px;
  margin: 0 0 15px;
}
.get_date_format2 .blog-date2:after,
.get_date_format2 .blog-date2:before {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: 0;
  left: 0;
}
.get_date_format2 .blog-date2:after {
  border-top: 0 solid;
  border-bottom-color: #f9f9f9;
  border-bottom: 80px solid transparent;
  border-left: 100px solid #f9f9f9;
}
.get_date_format2 .blog-date2:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 0 solid;
  border-bottom-color: #021b79;
  border-top: 80px solid transparent;
  border-right: 100px solid #021b79;
}
.get_date_format2 .blog-date2 span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 999;
  height: 40px;
  padding: 6px 0;
}
.get_date_format2 .blog-date2 span.date {
  color: #021b79;
  font-size: 24px;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
}
.get_date_format2 .blog-date2 span.month {
  text-align: right;
  padding-right: 12px;
  font-size: 18px;
}
#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 {
  margin-bottom: 30px;
  background: #fff;
}
.rs-blog .blog-item .blog-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
}
.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: #0b2ba7;
  color: #fff !important;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  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-meta {
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-meta .seperator {
  padding-left: 7px;
}
.rs-blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
}
.rs-blog .blog-item .blog-meta .blog-date i {
  color: #aaa;
  margin-right: 3px;
}
.rs-blog .blog-item .blog-meta .categories a {
  color: #999999;
}
.rs-blog .blog-item .blog-meta .categories a:hover {
  color: #0b2ba7;
}
.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: #999999;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
}
.rs-blog .blog-item span.author,
.rs-blog .blog-item span.category {
  padding: 0;
  color: #999999;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 0;
  display: inline;
  position: relative;
  font-size: 13px;
  text-transform: inherit;
}
.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: 12px;
}
.rs-blog .blog-item .blog-slidermeta span.category a {
  color: #999999;
}
.rs-blog .blog-item .blog-slidermeta span.category a:hover {
  color: #0b2ba7;
}
.rs-blog .blog-item div.comment {
  padding: 0;
  color: #021b79;
  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: 12px;
}
.rs-blog .blog-item .blog-desc {
  margin: 0 0 25px;
  clear: both;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-button a {
  text-align: center;
  display: inline-block;
  color: #303745;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.rs-blog .blog-item .blog-button a:before {
  content: "\f133";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 50%;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.rs-blog .blog-item .blog-button a:hover {
  color: #0b2ba7;
}
.rs-blog .blog-item .blog-button a:hover:before {
  right: -5px;
  opacity: 1;
}
.rs-blog .full-layout {
  width: 100%;
}
.rs-blog .sidebar-none {
  display: none;
}
.rs-blog .owl-nav {
  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;
}
.comment i {
  color: #999;
  font-size: 12px;
}
.archive .rs-blog .blog-item .blog-img,
.blog .rs-blog .blog-item .blog-img {
  margin-bottom: 40px !important;
}
.single-post .rs-blog-details .bs-meta {
  margin-top: 0px;
  margin-bottom: 18px;
}
.single-post .comment-respond .form-submit {
  margin-bottom: 0;
}
.single-post .rs-blog-details .type-post .single-content-full {
  padding: 24px 40px 24px;
  overflow: visible;
  margin-bottom: 60px;
}
.home-blog-area .blog-item {
  padding: 0 1px;
  background: transparent;
}
.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;
}
body.archive .rs-blog .blog-item {
  overflow: hidden;
  margin-bottom: 70px;
}
.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 {
  text-transform: uppercase;
  background: transparent;
  color: #444444;
  border-radius: 3px;
  font-weight: bold;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
  vertical-align: middle;
}
.ps-navigation ul a i {
  vertical-align: text-top;
}
.ps-navigation ul a:hover {
  color: #0b2ba7;
}
.ps-navigation ul a:hover span {
  color: #0b2ba7 !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 .type-post {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.rs-blog-details .type-post .single-content-full {
  padding: 12px 0 0px;
  overflow: hidden;
}
.rs-blog-details .type-post .tag-line {
  padding: 0;
}
.rs-blog-details .type-post .tag-line a {
  font-weight: 400;
  color: #999999;
}
.rs-blog-details .type-post .tag-line a:hover {
  color: #0b2ba7;
}
.rs-blog-details .bs-info {
  margin-bottom: 10px;
}
.rs-blog-details .bs-info.tags {
  margin-top: 25px;
  clear: both;
}
.rs-blog-details .bs-info.tags a {
  font-size: 13px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #666666;
  border: 1px solid rgba(170, 170, 170, 0.25);
  padding: 2px 15px;
  margin-left: 7px;
  border-radius: 5px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rs-blog-details .bs-info.tags a:hover {
  background: #0b2ba7;
  border-color: #0b2ba7;
  color: #fff;
}
.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: 50%;
}
.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: #999999;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.rs-blog-details .single-page-info .author-name {
  color: #999999;
}
.rs-blog-details .bs-meta {
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.rs-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 10px;
}
.rs-blog-details .bs-meta li i {
  margin-right: 3px;
  font-size: 12px;
  color: #aaa;
}
.rs-blog-details .bs-meta li a {
  color: #999999;
}
.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: 0;
}
.rs-blog-details .bs-desc p:last-child {
  margin-bottom: 10px;
}
.rs-blog-details .blockquote {
  padding-left: 30px;
  border-left: 4px solid #444444;
  display: block;
  margin: 40px 0;
  background: #f7f7f7;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 14px !important;
  border-radius: 5px;
}
.rs-blog-details .related-post {
  margin-top: 40px;
  padding: 0 15px;
}
.rs-blog-details .related-post .related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.rs-blog-details .related-post .blog-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.rs-blog-details .related-post .blog-title a {
  color: #092591;
}
.rs-blog-details .related-post .blog-title a:hover {
  color: #021b79;
}
.rs-blog-details .author-block {
  align-items: center;
  margin-top: 50px;
  padding: 35px 0px 30px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.rs-blog-details .author-block .author-img {
  float: left;
  width: 17%;
  padding-right: 30px;
}
.rs-blog-details .author-block .author-img img {
  border-radius: 5px;
  width: 120px;
}
.rs-blog-details .author-block .author-desc {
  float: left;
  width: 83%;
  text-align: left;
}
.rs-blog-details .author-block .author-title {
  margin: -10px 0 8px 0;
  font-size: 20px;
  position: relative;
}
.rs-blog-details .author-block .author-title:after {
  background: #0b2ba7;
  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: 24px;
  margin-bottom: 40px;
}
.rs-blog-details #reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  padding: 0 0 12px;
}
.rs-blog-details #reply-title:before {
  content: "";
  position: absolute;
  background: #021b79;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.rs-blog-details #reply-title small {
  font-size: 80%;
}
.rs-blog-details #reply-title small a {
  color: #303745;
}
.rs-blog-details #reply-title small a:hover {
  color: #0b2ba7;
}
.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;
}
ol.comment-list .comment-respond .form-submit {
  margin-bottom: 50px;
}
.single .tag-line {
  position: relative;
  color: #999999;
}
.single .tag-line a {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  background: #fff;
  border-radius: 0;
  position: relative;
}
.single .ps-navigation {
  margin: 30px 0;
}
.single .ps-navigation .prev {
  width: 50%;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.single .ps-navigation .prev .next_link {
  margin-left: 0;
}
.single .ps-navigation .next {
  width: 50%;
}
.single .ps-navigation .next .next_link {
  margin-right: 0;
}
.single .ps-navigation .next i {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #909090 !important;
}
.single .ps-navigation .link_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #303745;
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}
.single-post .ps-navigation {
  border-top: 1px solid rgba(170, 170, 170, 0.25);
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
  padding: 30px 0;
}
.single-post .ps-navigation .link_text {
  font-size: 12px;
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
  padding: 0 0 12px;
  position: relative;
  font-size: 13px;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.btm-cate li a {
  color: #999999;
}
.btm-cate li a:hover {
  color: #021b79;
}
.btm-cate .category-name i {
  margin-right: 3px;
  color: #aaa;
}
.btm-cate .tag-line {
  position: relative;
  padding-left: 2px;
  color: #999999;
}
.btm-cate .tag-line .seperator {
  padding-right: 12px !important;
}
.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 {
  border: 2px solid;
  border-color: #021b79;
  background: #021b79;
  position: relative;
  display: inline-block;
  padding: 9px 22px;
  border-radius: 5px;
  line-height: normal;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.comment-respond .form-submit #submit:hover {
  border-color: #021b79;
  background: #fff;
  color: #021b79;
}
.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 .comment-full {
  padding: 0;
  border-radius: 0px;
  position: relative;
}
.comments-area .comment-list li.comment .comment-body {
  padding-bottom: 0;
  position: relative;
  padding-left: 98px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.comments-area .comment-list li.comment #respond {
  padding-left: 98px;
  padding-bottom: 0;
  padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
  display: none;
}
.comments-area .comment-list li.comment .comment-author {
  text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
  color: #303745;
}
.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: 14px;
  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: #909090;
}
.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: #021b79;
  background: #021b79;
  color: #ffffff;
  padding: 2px 20px 3px;
  border-radius: 5px;
}
.comments-area .comment-list li.comment .reply a:hover {
  border-color: #021b79;
  background: #fff;
  color: #021b79;
}
.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;
  margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
}
.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;
}
.dynamic-sidebar {
  background: #fff;
  padding: 35px 40px 40px;
  margin: 0 0 0 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.dynamic-sidebar .recent-widget {
  margin: 0 0 3em;
}
.padding-left-sidebar .dynamic-sidebar {
  margin-left: 0;
  margin-right: 25px;
}
#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: #021b79;
}
.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: #0b2ba7;
  width: 40px;
  height: 40px;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar a {
  color: #303745;
}
.bs-sidebar a:hover {
  color: #0b2ba7;
}
.bs-sidebar .wp-block-search__label,
.bs-sidebar .widget_block h2,
.bs-sidebar .widget-title {
  color: #303745;
  padding: 0 0 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500 !important;
  position: relative;
}
.bs-sidebar .wp-block-search__label:before,
.bs-sidebar .widget_block h2:before,
.bs-sidebar .widget-title:before {
  content: "";
  position: absolute;
  background: #0b2ba7;
  height: 2px;
  width: 40px;
  left: 0;
  bottom: 4px;
  display: block;
  z-index: 1;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar .widget-title {
  font-weight: 600;
  margin-bottom: 30px;
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar ul a {
  color: #444444;
  transition: all 0.3s ease 0s;
}
.bs-sidebar ul a:hover {
  color: #0b2ba7;
}
.bs-sidebar ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 10px;
  padding-top: 10px;
}
.bs-sidebar ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_block,
.bs-sidebar .widget_categories {
  margin-bottom: 30px;
}
.bs-sidebar .widget_block h2.widget-title,
.bs-sidebar .widget_categories h2.widget-title {
  margin-bottom: 18px;
}
.bs-sidebar .widget_block ul li,
.bs-sidebar .widget_categories ul li {
  border-top: none;
  padding: 6px 0px 6px 14px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.bs-sidebar .widget_block ul li:after,
.bs-sidebar .widget_categories ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: #021b79;
}
.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 .recent-widget .widget-title {
  margin-bottom: 30px;
}
.bs-sidebar .widget_tag_cloud .widget-title {
  margin-bottom: 22px;
}
.bs-sidebar .widget_calendar table caption {
  padding-bottom: 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: #444444;
}
.bs-sidebar .widget_search,
.bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .widget_search input,
.bs-sidebar .bs-search input {
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
}
.bs-sidebar .widget_search button,
.bs-sidebar .bs-search button {
  background: transparent;
  border: medium none;
  color: #494949;
  padding: 11px 16px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  outline: none;
  border-radius: 0 5px 5px 0;
}
.bs-sidebar .widget_search button:hover,
.bs-sidebar .bs-search button:hover {
  color: #fff;
}
.bs-sidebar .widget_search button:hover i,
.bs-sidebar .bs-search button:hover i {
  color: #fff;
}
.bs-sidebar .widget_search label,
.bs-sidebar .bs-search label {
  display: inline;
  font-weight: normal;
}
.bs-sidebar .wp-block-search__inside-wrapper {
  position: relative;
  margin-top: 50px;
}
.bs-sidebar .wp-block-search button {
  font-size: 0;
}
.bs-sidebar .wp-block-search button:before {
  font-family: Flaticon;
  font-size: 18px;
  font-weight: 600;
  content: "\f156";
  position: absolute;
  right: 20px;
  top: 8px;
}
.bs-sidebar .wp-block-search button:hover:before {
  color: #0b2ba7;
}
.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 > div + div {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .recent-post-widget .post-date {
  font-size: 13px;
  color: #999999;
}
.bs-sidebar .recent-post-widget .post-title {
  font-weight: 500;
  margin-bottom: 0;
}
.bs-sidebar .recent-post-widget .post-title a {
  font-size: 15px;
}
.bs-sidebar .recent-post-widget .post-desc a {
  display: block;
  line-height: 22px;
  color: #444444;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
  color: #0b2ba7;
}
.bs-sidebar .recent-post-widget .post-desc span {
  display: block;
  font-size: 12px;
  color: #888;
}
.bs-sidebar .recent-post-widget .post-desc span i {
  margin-right: 5px;
}
.bs-sidebar .recent-post-widget .post-desc span i:before {
  font-size: 12px;
}
.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: #444444;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.bs-sidebar .tagcloud a:hover {
  background-color: #0b2ba7;
  color: #fff;
  border: 1px solid #0b2ba7;
}
.bs-sidebar .widget_block.widget_archive ul li:after {
  top: 12px;
}
.bottom-shadow1 {
  padding: 32px 0 20px 0;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}
body.single-post,
body.blog,
body.archive,
body.single-services,
body.single-mp-event {
  background: #f9f8ff !important;
}
body.archive.post-type-archive-product {
  background: #fff !important;
}
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: #444444;
  padding: 10px;
  width: 100%;
}
.bs-search button {
  background: transparent;
  border: medium none;
  color: #303745;
  padding: 4px 11px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 20px;
  outline: none;
  border-radius: 0;
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search button:hover {
  color: #fff;
  background: #021b79;
}
.bs-search label {
  display: inline;
  font-weight: normal;
}
article.sticky .blog-title a {
  color: #092591;
  position: relative;
  padding-left: 25px;
}
article.sticky .blog-title a:after {
  font-family: FontAwesome;
  content: "\f08d";
  position: absolute;
  left: 0;
  top: 2px;
  color: #021b79;
  font-size: 25px;
}
.archive-post h3.blog-title a {
  color: #021b79;
}
.archive-post h3.blog-title a:hover {
  color: #0b2ba7;
}
body.archive .rs-breadcrumbs.heads_trans .breadcrumbs-inner,
body.error404 .rs-breadcrumbs.heads_trans .breadcrumbs-inner,
body.single-product .rs-breadcrumbs.heads_trans .breadcrumbs-inner {
  padding: 260px 0 75px;
}
.single-post .comments-area p.comment-form-comment textarea,
.single-post .comments-area p.comment-form-email input,
.single-post .comments-area p.comment-form-author input,
.single-mp-event .comments-area p.comment-form-comment textarea,
.single-mp-event .comments-area p.comment-form-email input,
.single-mp-event .comments-area p.comment-form-author input {
  border: 0;
  outline: none;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.page-numbers.dots {
  padding-left: 13px;
  border-right: 1px solid #E6E6E6;
  padding-right: 20px;
  line-height: 24px;
  display: inline-block;
}
.pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
}
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.pagination-area .nav-links {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0px;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pagination-area .nav-links span.current {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  color: #0b2ba7;
  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: 2px 20px 0 14px;
  line-height: 23px;
  color: #494949;
  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.next.page-numbers {
  background: none !important;
  border-right: 0;
}
.pagination-pages {
  display: inline-block;
  border: 1px solid #f1f1f1;
  padding: 11px 30px;
  border-radius: 10px;
}
.entry-footer .edit-link {
  padding: 20px;
  display: block;
}
.page-links {
  display: block;
  clear: both;
}
.page-links span {
  padding: 3px 5px;
  margin: 0 0 0 5px;
}
.page-links .current span {
  color: #0b2ba7;
}
.page-links a span {
  background: transparent !important;
  color: #757575;
}
.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
.rs-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}
.single #content h3,
.single #content h4 {
  margin-bottom: 17px;
}
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: #0b2ba7;
}
/*-------------------
    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: #303745;
}
body.search-results .site-main > article .entry-title a:hover {
  color: #0b2ba7;
}
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: #303745;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: #0b2ba7;
}
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-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: #494949;
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: #0b2ba7;
}
body.search-results .site-main > article:first-child {
  border: none;
  padding-top: 0;
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
/* ---------------------------
    Header Section 
------------------------------*/
#rs-header {
  width: 100%;
  z-index: 9999;
}
#rs-header .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
#rs-header .toolbar-area {
  background: #021b79;
  padding: 0;
  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;
  line-height: 40px;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  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 a {
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #0b2ba7;
}
#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;
  font-size: 14px;
  line-height: 40px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #303745;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #0b2ba7;
}
#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: #494949;
  border-radius: 2px;
}
#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: #0b2ba7;
  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;
  padding-top: 30px;
  padding-bottom: 30px;
  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 {
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  color: #28406d;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search i:before {
  font-size: 18px;
  font-weight: 600;
}
#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 .header-logo {
  padding-top: 15px;
}
#rs-header.header-style3 .header-logo .logo-area {
  float: none;
  margin: 0;
}
#rs-header.header-style3 .nav.navbar {
  float: none;
}
#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 {
  border-left: 1px solid #000;
  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 .sticky_search {
  font-size: 18px;
}
#rs-header .menu-sticky .menu-area {
  background: #fff;
}
#rs-header.header-transparent {
  position: absolute;
}
#rs-header.header-transparent .menu-area {
  padding: 8px 0;
}
#rs-header.header-transparent .menu-area .navbar ul li a {
  color: #202427;
}
#rs-header.header-transparent .menu-area .navbar ul li a:before {
  color: #fff;
}
#rs-header.header-transparent .menu-area .navbar ul li a:hover {
  color: #0b2ba7;
}
#rs-header.header-transparent .menu-area .navbar ul li:hover a:before {
  text-shadow: 10px 0 #ffffff, -10px 0 #ffffff;
}
#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: #0b2ba7;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a {
  color: #202427;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a:hover {
  color: #0b2ba7;
}
#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: #0b2ba7;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #0b2ba7;
}
#rs-header.header-transparent .menu-area .navbar ul li:hover > a {
  color: #0b2ba7;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a {
  color: #021b79;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a:hover {
  color: #021b79;
}
#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: #021b79;
}
#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: #021b79;
}
#rs-header.header-transparent .menu-area.dark ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #0b2ba7;
}
#rs-header.header-transparent .menu-area.dark .menu-cart-area i {
  color: #021b79;
}
#rs-header.header-transparent .menu-responsive .sidebarmenu-search .sticky_search {
  color: #fff;
}
#rs-header.header-transparent .menu-cart-area i {
  color: #fff;
}
#rs-header.header-transparent .opening {
  color: #fff;
}
#rs-header.header-transparent .toolbar-area {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 0 5px;
}
#rs-header.header-transparent .toolbar-area .toolbar-sl-share ul li a i {
  color: #fff;
  transition: all 0.3s ease 0s;
}
#rs-header.header-transparent .toolbar-area .toolbar-sl-share ul li:hover a i {
  color: #d6d6d6 !important;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li {
  color: #fff;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li i {
  color: #fff;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li a {
  color: #fff ;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li:hover a {
  color: #d6d6d6;
}
.transparent_head .rs-breadcrumbs .breadcrumbs-inner {
  padding: 260px 0 50px;
  min-height: 400px;
  padding-left: 40px;
}
.transparent_head .rs-breadcrumbs .breadcrumbs-inner:before {
  top: auto;
  bottom: 40px;
}
#rs-header.header-style5 .toolbar-area {
  background: #fff;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li a {
  color: #494949;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li a:hover {
  color: #0b2ba7;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li i {
  color: #494949;
}
#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: #494949;
  padding-right: 8px;
}
#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a {
  color: #494949;
}
#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: #0b2ba7;
}
#rs-header.header-style5 .header-inner .menu-area {
  background: #021b79;
  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: #0b2ba7;
}
#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: #0b2ba7;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li:hover > a {
  color: #0b2ba7;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #0b2ba7;
}
#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: #021b79;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li a:hover {
  color: #021b79;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li ul li a {
  color: #021b79;
}
#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: #0b2ba7;
}
#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;
}
#rs-header.header-style1.header-style8 .toolbar-area {
  padding: 15px 0;
}
#rs-header.header-style1.header-style8 .menu-area {
  padding-top: 12px;
  padding-bottom: 12px;
}
#rs-header.header-style1.header-style8 .btn_quote a {
  background: none;
  color: #303745;
  padding: 15px 22px;
}
#rs-header.header-style1.header-style8 .btn_quote:hover a {
  color: #0b2ba7;
}
#rs-header.header-style1.header-style8 .header-inner.stuck .btn_quote a {
  padding: 8px 22px;
}
.menu-area {
  padding-top: 0;
  padding-bottom: 0;
}
.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: 35px 20px;
  font-size: 16px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
  color: #0b2ba7;
}
.menu-area .navbar ul li a {
  color: #494949;
  font-size: 16px;
}
.menu-area .navbar ul li:hover a {
  color: #0b2ba7;
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 250px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.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 44px;
  color: #494949;
  font-size: 14px;
}
.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: #0b2ba7;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: #0b2ba7;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.menu-area .navbar ul li.active a {
  color: #021b79;
}
.menu-area .navbar ul li.active li a {
  color: #021b79;
}
.menu-area .navbar ul li.active li ahover {
  color: #021b79;
}
.menu-area .navbar ul li .sub-menu {
  background: #ffffff;
  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: 400;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: #0b2ba7;
}
.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: #0b2ba7;
}
.menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: #0b2ba7;
  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%;
}
.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: #021b79 !important;
}
.menu-sticky.sticky .menu-area .navbar ul li ul li a:hover {
  color: #021b79 !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-transparent .menu-sticky.sticky .menu-cart-area i,
#rs-header.header-transparent .menu-sticky.sticky .menu-responsive .sidebarmenu-search .sticky_search .fa,
#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: #021b79 !important;
}
#rs-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #021b79 !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: #0b2ba7;
}
/*******off Canvas css********/
ul.offcanvas-icon {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
ul.sidenav.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}
.nav-link-container .nav-menu-link span {
  height: 2px;
  width: 20px;
  display: block;
  background: #494949;
  margin-bottom: 4px;
  border-radius: 30px;
  transition: all .5s ease;
  cursor: pointer;
  list-style: none;
}
.nav-link-container .nav-menu-link span:hover {
  background: #0b2ba7;
}
.nav-link-container a {
  display: block;
}
ul.sidenav.nav-active-menu-container {
  overflow-y: auto;
  padding: 50px 50px 0;
}
ul.sidenav .sub-menu {
  display: none;
}
ul.sidenav .widget_medvill_flickr #rsflicker {
  margin-left: 0;
}
ul.sidenav .widget_medvill_flickr #rsflicker li {
  list-style-type: none;
  position: relative;
  width: 33.33%;
  display: inline-block;
}
ul.sidenav .widget_medvill_flickr #rsflicker li a img {
  opacity: 1;
  width: 100%;
}
ul.sidenav .widget_medvill_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: #0b2ba7 !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: #0b2ba7 !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;
}
.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;
}
.sidenav #contact_widget-3 {
  margin: 35px 0 50px;
}
.sidenav #text-9 {
  padding-top: 20px;
}
#rs-header.header-style1 .btn_quote {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  margin-left: 20px;
}
#rs-header.header-style1 .btn_quote a {
  font-size: 14px;
  border: 1px solid #0b2ba7;
  padding: 9px 22px;
  border-radius: 5px;
  color: #fff;
  background: #0b2ba7;
  text-transform: uppercase;
}
#rs-header.header-style1 .btn_quote a:hover {
  background: transparent;
  color: #0b2ba7;
}
#rs-header.header-transparent .btn_quote {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  margin-left: 20px;
}
#rs-header.header-transparent .btn_quote a {
  font-size: 14px;
  border: 2px solid #0b2ba7;
  padding: 9px 22px;
  border-radius: 5px;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
}
#rs-header.header-transparent .btn_quote a:hover {
  background: #0b2ba7;
  color: #fff;
  border-color: #0b2ba7;
}
#rs-header.header-transparent .menu-area {
  background: transparent !important;
}
#rs-header.header-transparent .header-inner.sticky .btn_quote:hover a.quote-button {
  color: #0b2ba7;
}
#rs-header.header-style-4 .header-inner {
  background: #ffffff;
}
#rs-header.header-style-4 .header-inner .logo-section {
  padding: 20px 0 20px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul {
  float: none;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
}
#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: 15px;
  color: #494949;
  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: #303745;
  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: #494949;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a:hover {
  color: #0b2ba7;
}
#rs-header.header-style-4 .header-quote {
  text-align: right;
  position: relative;
}
#rs-header.header-style-4 .btn_quote {
  float: none;
  display: inline-block;
  margin-left: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 999;
  position: relative;
}
#rs-header.header-style-4 .btn_quote .quote-button {
  color: #0b2ba7;
  border: 1px solid;
  border-color: #0b2ba7;
  font-size: 14px;
  padding: 7px 25px;
  display: block;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
#rs-header.header-style-4 .btn_quote .quote-button:hover {
  color: #021b79;
  border: 1px solid;
  border-color: #021b79;
}
#rs-header.header-style-4 .btn_quote .toolbar-sl-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#rs-header.header-style-4 .btn_quote .toolbar-sl-share ul li {
  display: inline-block;
}
#rs-header.header-style-4 .btn_quote .toolbar-sl-share ul li a {
  display: inline-block;
  margin: 0 0 0 15px;
  color: #494949;
}
#rs-header.header-style-4 .btn_quote .toolbar-sl-share ul li a:hover {
  opacity: .9;
  color: #0b2ba7;
}
#rs-header.header-style-4 .menu-area {
  background: #021b79;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#rs-header.header-style-4 .menu-area .menu-responsive .navbar {
  float: none;
}
#rs-header.header-style-4 .menu-area .menu li a:hover {
  color: #0b2ba7;
}
#rs-header.header-style-4 .menu-area .menu li.current-menu-ancestor > a,
#rs-header.header-style-4 .menu-area .menu li.current_page_item > a {
  color: #0b2ba7;
}
#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_page_item > a {
  color: #0b2ba7;
}
#rs-header.header-style-4 .menu-area .menu li:hover > a {
  color: #0b2ba7;
}
#rs-header.header-style-4 .menu-cart-area,
#rs-header.header-style-4 .menu-area .navbar ul > li {
  padding-top: 25px;
  padding-bottom: 25px;
}
#rs-header.header-style-4 .menu-cart-area ul.sub-menu li,
#rs-header.header-style-4 .menu-area .navbar ul > li ul.sub-menu li {
  padding: 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: 15px;
  cursor: pointer;
}
#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 .menu-cart-area {
  float: none;
  display: inline-block;
  margin-right: 15px;
}
#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-cart-area i.fa-shopping-cart {
  color: #021b79;
}
#rs-header.header-style-4 .nav-link-container .nav-menu-link span {
  background: #494949;
}
.menu-area .navbar ul li a {
  position: relative;
}
.menu-area .navbar ul li a:before {
  position: absolute;
  top: 80%;
  left: 50%;
  color: transparent;
  content: '•';
  text-shadow: 0 0 transparent;
  font-size: 1.4em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
}
.menu-area .navbar ul li:hover a:before {
  text-shadow: 10px 0 #0b2ba7, -10px 0 #0b2ba7;
  color: #0b2ba7;
  opacity: 1;
}
.menu-area .navbar ul li ul.sub-menu > li.menu-item-has-children > a {
  position: relative;
}
.menu-area .navbar ul li ul.sub-menu > li.menu-item-has-children > a:before {
  position: absolute;
  top: 56%;
  left: auto;
  right: 35px;
  content: '•';
  text-shadow: 0 0 transparent !important;
  color: #0b2ba7 !important;
  font-size: 1.4em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 1;
  transform: rotate(270deg);
  transform-origin: 0 0;
  display: block;
}
.menu-area .navbar ul li ul.sub-menu > li:hover a:before {
  text-shadow: 10px 0 #0b2ba7, -10px 0 #0b2ba7 !important;
  color: #0b2ba7 !important;
  opacity: 1;
}
ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
  display: none;
}
#rs-header.header-style-3 .sticky-wrapper {
  background: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all .5s ease;
}
#rs-header.header-style-3 .menu-area .container {
  position: static;
}
#rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {
  padding-top: 275px;
  padding-bottom: 120px;
}
#rs-header.header-style-3 .row-table {
  position: static;
}
#rs-header.header-style-3 .box-layout {
  position: relative;
}
#rs-header.header-style-3 .header-inner .box-layout {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
}
#rs-header.header-style-3 .header-inner .box-layout .toolbar-area {
  text-align: right;
}
#rs-header.header-style-3 .header-inner .logo-section {
  padding: 10px 0 10px;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul {
  float: none;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
#rs-header.header-style-3 .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-3 .header-inner .logo-section .toolbar-contact-style4 ul li:first-child {
  padding-left: 0;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li i {
  float: left;
  margin-right: 15px;
  color: #0b2ba7;
  line-height: 44px;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li i:before {
  font-size: 30px;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf {
  float: left;
  text-align: left;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf span {
  color: #303745;
  display: block;
  text-align: left;
  font-size: 100%;
  padding: 0;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a {
  color: #494949;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a:hover {
  color: #0b2ba7;
}
#rs-header.header-style-3 .header-inner.sticky {
  position: fixed;
  background: #fff;
}
#rs-header.header-style-3 .header-inner.sticky .box-layout {
  background: #fff;
  margin-top: 0;
}
#rs-header.header-style-3 .header-inner.sticky .box-layout .navbar-menu {
  width: 100%;
}
#rs-header.header-style-3 .header-inner.sticky .box-layout .menu-area .navbar ul {
  text-align: right;
}
#rs-header.header-style-3 .header-inner.sticky .logo-section {
  display: none;
}
#rs-header.header-style-3 .header-inner.sticky .menu-cart-area,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-area,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-search {
  display: inline-block;
}
#rs-header.header-style-3 .header-inner.sticky .menu-cart-area .fa-shopping-cart,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-area .fa-shopping-cart,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-search .fa-shopping-cart {
  color: #494949;
}
#rs-header.header-style-3 .toolbar-area {
  background: none;
}
#rs-header.header-style-3 .toolbar-area .container2 {
  border-radius: 0 0 5px 5px;
  margin-bottom: -50px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#rs-header.header-style-3 .toolbar-area .container2 .toolbar-contact ul li {
  color: #fff;
}
#rs-header.header-style-3 .toolbar-area .container2 .toolbar-contact ul li i {
  color: #fff;
}
#rs-header.header-style-3 .toolbar-area .container2 .toolbar-contact ul li a {
  color: #fff;
}
#rs-header.header-style-3 .toolbar-area .container2 .toolbar-contact ul li:hover a {
  color: #0b2ba7;
}
#rs-header.header-style-3 .toolbar-area .container2 .toolbar-sl-share ul li {
  color: #fff;
}
#rs-header.header-style-3 .toolbar-area .container2 .toolbar-sl-share ul li i {
  color: #fff;
}
#rs-header.header-style-3 .toolbar-area .container2 .toolbar-sl-share ul li a {
  color: #fff;
}
#rs-header.header-style-3 .toolbar-area .container2 .toolbar-sl-share ul li a:hover i {
  color: #0b2ba7;
}
#rs-header.header-style-3 .header-quote {
  text-align: right;
  position: relative;
}
#rs-header.header-style-3 .btn_quote {
  float: none;
  display: inline-block;
  padding-left: 15px;
  z-index: 999;
  position: relative;
}
#rs-header.header-style-3 .btn_quote .quote-button {
  font-size: 14px;
  border: 1px solid #0b2ba7;
  padding: 9px 22px;
  border-radius: 30px;
  color: #fff;
  background: #0b2ba7;
  text-transform: uppercase;
}
#rs-header.header-style-3 .btn_quote .quote-button:hover {
  background: transparent;
  color: #0b2ba7;
}
#rs-header.header-style-3 .menu-area {
  background: none;
}
#rs-header.header-style-3 .menu-area .container {
  padding: 0;
}
#rs-header.header-style-3 .menu-area .menu-responsive .navbar {
  float: none;
}
#rs-header.header-style-3 .sidebarmenu-area {
  display: inline-block;
  position: relative;
  top: 5px;
}
#rs-header.header-style-3 .sidebarmenu-search {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  margin-left: 15px;
}
#rs-header.header-style-3 .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  z-index: 9;
  width: 250px;
}
#rs-header.header-style-3 .menu-cart-area {
  float: none;
  display: inline-block;
}
#rs-header.header-style-3 .widget_shopping_cart_content {
  text-align: center;
}
#rs-header.header-style-3 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
  bottom: -40px;
}
.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: 8px 0;
}
.language-widget-sec a:hover {
  color: #0b2ba7 !important;
}
.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;
  margin: 0 !important;
}
.language-widget-sec li ul li a {
  background: none !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  padding: 0;
}
.language-widget-sec li ul li a:hover {
  color: #0b2ba7 !important;
}
.language-widget-sec ul li a:before {
  font-family: "FontAwesome";
  content: "\f107";
  padding-right: 3px;
  font-weight: 400;
  position: absolute;
  right: -2px;
  top: 9px;
}
.language-widget-sec ul li ul li a:before {
  display: none;
}
.language-widget-sec ul li ul {
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
  transition: all 0.3s ease;
  background: #fff;
  padding: 0 10px 0 10px;
  width: 100px;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}
.language-widget-sec ul li:hover ul {
  opacity: 1;
  top: 100%;
  transform: scaleY(1);
  visibility: visible;
}
.header-share {
  display: inline-block;
  margin-right: 10px;
}
.header-share ul {
  margin: 0;
  text-align: right;
}
.header-share ul li {
  display: inline-block;
  margin-right: 10px;
  line-height: 70px;
  height: 70px;
}
.header-share ul li:last-child {
  margin-right: 0;
}
.header-share ul li a {
  font-size: 16px;
}
.header-share ul li a i {
  color: #494949;
  padding-right: 8px;
}
.header-share ul li a:hover i {
  color: #0b2ba7;
}
#rs-header .sticky .menu-cart-area,
#rs-header .sticky .sidebarmenu-area,
#rs-header .sticky .sidebarmenu-search {
  display: none !important;
}
#rs-header.header-style-4 .sticky .menu-cart-area,
#rs-header.header-style-4 .sticky .sidebarmenu-area,
#rs-header.header-style-4 .sticky .sidebarmenu-search {
  display: inline-block !important;
}
#rs-header .sticky_search i:before {
  font-size: 18px;
  font-weight: 600;
}
#rs-header .menu-cart-area span.icon-num {
  background: #f2f2f2;
  color: #212121;
}
.sticky .menu-area .navbar ul li .sub-menu {
  top: 100%;
}
.header-transparent .menu-cart-area span.icon-num,
.header-style-4 .menu-cart-area span.icon-num,
.header-style5 .menu-cart-area span.icon-num {
  background: #fff;
  color: #000;
}
/******* 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.mega ul li ul.sub-menu {
  display: block;
  width: 99%;
}
#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 {
  font-size: 17px;
  font-weight: 500;
  cursor: auto;
}
#rs-header .menu-area .navbar ul > li.mega > ul > li > a:before {
  display: none;
}
#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 .widget {
  margin: 0 0 30px;
}
.rs-footer .widget ul li .fa {
  padding-right: 10px;
}
.rs-footer .widget.widget_nav_menu ul li {
  position: relative;
}
.rs-footer .widget.widget_nav_menu ul li a:hover {
  color: #d1d1d1;
}
.rs-footer .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.mc4wp-form-fields {
  max-width: 90%;
}
.rs-footer {
  background: #092591;
  font-size: 14px;
}
.rs-footer .footer-top {
  padding: 100px 0 55px;
}
.rs-footer .footer-top input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.rs-footer .footer-top input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.rs-footer .footer-top input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.rs-footer .footer-top input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.rs-footer .footer-top h3.footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.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 #fff;
  width: 100%;
  font-size: 13px;
  padding: 10px 20px;
  margin: 0;
  color: #fff;
  border-radius: 10px;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  top: 1px;
  right: -2px;
  bottom: 1px;
  font-size: 0px;
  background: #fff;
  border-radius: 0;
  padding: 0 40px 0 14px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rs-footer .footer-top .mc4wp-form-fields i {
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  padding: 16px 20px;
  pointer-events: none;
  color: #0b2ba7;
}
.rs-footer .footer-top .mc4wp-form-fields i:hover {
  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 ul li {
  padding: 0 0 16px 0;
}
.rs-footer ul li:last-child {
  padding-bottom: 0;
}
.rs-footer .recent-post-widget {
  margin-bottom: 0;
  margin-top: 30px;
}
.rs-footer .recent-post-widget .show-featured {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.rs-footer .recent-post-widget .show-featured .post-img img {
  border-radius: 3px;
}
.rs-footer .recent-post-widget .show-featured .post-desc {
  line-height: 22px;
}
.rs-footer .recent-post-widget .show-featured .post-desc i {
  margin-right: 3px;
  position: relative;
  font-size: 12px;
}
.rs-footer .recent-post-widget .show-featured .post-desc span {
  color: #aaa;
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.rs-footer .recent-post-widget .show-featured .post-item {
  overflow: hidden;
}
.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: fff;
}
.rs-footer .fa-ul li a {
  color: #fff;
}
.rs-footer .fa-ul li a:hover {
  color: #d1d1d1;
}
.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;
  border-color: #666666;
}
.rs-footer.footerlight .footer_social li a .fa {
  color: #666666;
}
.rs-footer.footerlight .footer_social li a:hover .fa {
  color: #fff;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"] li a,
.rs-footer.footerlight .footer-top .mc4wp-form-fields ul.footer_social li a {
  border-color: #666;
}
.rs-footer.footerlight .footer-bottom .copyright p {
  color: #666;
}
.rs-footer.footerlight .fa-ul li a {
  color: #666666;
}
.rs-footer.footerlight .fa-ul li .fa {
  color: #666666;
}
.rs-footer.footerlight .widget.widget_nav_menu 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: 35px;
  margin: -2px 0 18px;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"] {
  border-color: #0b2ba7;
  color: #666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
.error404 .rs-footer {
  margin: 0;
}
ul.footer_social li {
  display: inline-block;
  margin-right: 7px;
  text-align: center;
}
ul.footer_social li a {
  border: 1px solid transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
}
ul.footer_social li a:hover {
  background: #0b2ba7;
  border: 1px solid #0b2ba7;
  color: #222;
}
ul.footer_social li a i {
  padding: 0 !important;
}
.footer-bottom {
  padding: 15px 0;
  background: #14309e;
}
.footer-bottom .copyright {
  text-align: center;
}
.footer-bottom .copyright p {
  margin: 0;
}
.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_categories ul li {
  position: relative;
  padding: 0;
}
.rs-footer .widget.widget_nav_menu ul li a,
.rs-footer .widget.widget_pages ul li a,
.rs-footer .widget.widget_categories ul li a {
  position: relative;
  padding: 6px 0 6px 0px !important;
  display: inline-block;
  color: #fff;
}
.rs-footer .widget a:hover {
  color: #d1d1d1;
}
.rs-footer a:focus {
  color: #fff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .wc-forward,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border: 2px solid;
  border-color: #021b79;
  padding: 7px 30px;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background: #021b79;
  color: #fff;
  border-radius: 5px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce .wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #fff;
  border: 2px solid;
  border-color: #021b79;
  color: #021b79;
}
.woocommerce #review_form #respond textarea {
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.wc-forward:hover {
  background: transparent;
  color: #303745;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.bs-sidebar .widget_product_search .woocommerce-product-search {
  position: relative;
}
.bs-sidebar .widget_product_search .woocommerce-product-search button {
  border: none;
  font-size: 0;
  padding: 9px 18px 9px 18px;
  background: transparent;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  border-radius: 0 5px 5px 0;
}
.bs-sidebar .widget_product_search .woocommerce-product-search:hover:after {
  color: #fff;
  background: #021b79;
}
.bs-sidebar .widget_product_search .woocommerce-product-search:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #666;
  padding: 9px 18px 9px 18px;
  transition: all 0.3s ease 0s;
  border-radius: 0 5px 5px 0;
}
.bs-sidebar .widget_product_search input[type="search"] {
  height: 44px;
  padding: 8px 15px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
}
.bs-sidebar .widget_product_search button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.bs-sidebar .widget_product_search button:hover {
  opacity: .95;
}
.woocommerce div.product form.cart .group_table td {
  padding: 25px 20px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  padding: 25px 20px 25px 0px;
  width: 180px;
}
.woocommerce-checkout table.shop_table td {
  padding: 20px 12px;
}
#ship-to-different-address .woocommerce-form__label .input-checkbox {
  margin: 11px 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 10px 45px !important;
}
.woocommerce-grouped-product-list .quantity .qty {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.grouped_form .single_add_to_cart_button {
  margin-top: 15px !important;
}
.grouped_form .woocommerce-Price-amount {
  font-weight: 800;
  color: #021b79;
}
.grouped_form td ins {
  padding: 0;
}
.grouped_form del .woocommerce-Price-amount {
  font-weight: 600;
  color: #666666;
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
  color: #303745 !important;
  font-weight: 700;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #494949;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 35px;
}
.woocommerce div.product .product_meta {
  font-size: 13px;
}
.woocommerce div.product .product_meta .posted_in {
  display: block;
  font-weight: 700;
}
.woocommerce div.product form.grouped_form table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce div.product form.grouped_form table td {
  border: none !important;
}
.woocommerce div.product form.grouped_form button {
  margin-left: 0 !important;
}
.woocommerce div.product form.grouped_form .group_table tr:first-child td {
  padding-top: 30px;
}
.woocommerce div.product form.grouped_form .group_table tr:last-child td {
  padding-bottom: 30px;
}
.woocommerce div.product form.grouped_form .group_table td {
  padding: 10px 20px;
}
.woocommerce div.product form.grouped_form .group_table td:first-child {
  padding: 10px 20px 10px 0px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent;
  color: #0b2ba7;
}
body .woocommerce-pagination ul {
  border-color: #f2f2f2 !important;
  border-radius: 3px;
  border-width: 1px !important;
  border-right: 1px solid #E6E6E6 !important;
}
body .woocommerce-pagination ul li {
  border: none !important;
  padding: 2px 16px !important;
  margin: 14px 0 !important;
  border-right: 1px solid #E6E6E6 !important;
}
body .woocommerce-pagination ul li:last-child {
  border-right: 0 !important;
}
body .woocommerce-pagination ul li a.page-numbers,
body .woocommerce-pagination ul li span {
  font-size: 18px;
  padding: 0;
  font-weight: 500;
  border: none;
  color: #505050;
  outline: none;
  text-align: center;
  font-size: 18px !important;
  padding: 0 !important;
  display: block;
  margin-left: -1px;
  outline: none !important;
  background: transparent !important;
}
ul.products .star-rating {
  width: 66px;
  margin: 2px auto 5px !important;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
  color: #0b2ba7 !important;
}
.woocommerce a.added_to_cart {
  padding-top: 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #021b79;
}
.woocommerce .related .products li .add_to_cart_button,
.woocommerce .related .products li a.product_type_grouped {
  display: none;
}
.widget_product_categories ul li {
  text-transform: uppercase;
}
.widget_product_categories .sub-menu li a {
  font-size: 14px;
}
.woocommerce #commentform {
  max-width: 650px;
}
.woocommerce #commentform .comment-form-author label,
.woocommerce #commentform .comment-form-email label {
  min-width: 60px;
}
.woocommerce #commentform .comment-form-author input,
.woocommerce #commentform .comment-form-email input {
  width: 100%;
}
.woocommerce #commentform .comment-form-comment textarea {
  margin-bottom: 0;
}
.woocommerce #review_form #respond p {
  margin: 5px 0 20px;
}
.woocommerce .cart_totals h2 {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 17px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #494949;
}
.woocommerce .cart_totals table.shop_table {
  border: none;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
  padding: 30px 10px;
}
.woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce-checkout #payment .wc_payment_methods,
.woocommerce-checkout #payment .place-order {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout #payment .place-order {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout #payment .payment_box {
  background-color: #f9f9f9 !important;
}
.woocommerce-checkout #payment .payment_box:before {
  border: 1em solid #f9f9f9 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #f9f9f9 !important;
}
.woocommerce-shipping-fields h3 {
  margin-bottom: 10px;
  margin-top: 40px;
}
.price_slider_wrapper .price_slider {
  margin-bottom: 25px !important;
}
.price_slider_wrapper .price_slider_amount button {
  padding: 9px 30px;
  z-index: 99;
  position: relative;
  font-size: 12px !important;
}
.price_slider_wrapper .price_slider_amount .price_label {
  top: 4px;
  position: relative;
}
.woocommerce ul.products {
  margin-bottom: 0 !important;
}
.woocommerce ul.products li {
  padding: 0 0 32px !important;
  position: relative !important;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  background: transparent;
  border-radius: 4px;
}
.woocommerce ul.products li img {
  margin-bottom: 0 !important;
  position: relative;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
  font-size: 18px !important;
  padding-bottom: 0px !important;
}
.woocommerce ul.products li .woocommerce-loop-product__title a {
  color: #303745;
}
.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
  color: #0b2ba7;
}
.woocommerce ul.products li a.fa,
.woocommerce ul.products li .glyph-icon {
  background: #fff !important;
  border: none !important;
  font-size: 30px;
  padding: 0 !important;
  margin: 0 !important;
  height: 45px !important;
  width: 45px !important;
  line-height: 45px !important;
  color: #212121;
}
.woocommerce ul.products li a.fa:before,
.woocommerce ul.products li .glyph-icon:before {
  font-size: 27px;
  color: #212121;
}
.woocommerce ul.products li .added_to_cart {
  width: 100% !important;
  padding: 0 20px;
  background: none !important;
  border-radius: 25px !important;
  background: #fff !important;
  color: #212121 !important;
}
.woocommerce ul.products li .button {
  margin-top: 5px !important;
  margin-left: 15px;
  margin-right: 15px;
}
.woocommerce ul.products li:hover {
  background: transparent;
}
.woocommerce ul.products li:hover a.button {
  border: 2px solid;
  border-color: #021b79;
  background: #fff;
  color: #021b79;
}
.woocommerce ul.products li:hover .wc-forward {
  border: 2px solid;
  border-color: #021b79;
  background: #fff;
  color: #021b79;
}
.woocommerce ul.products li ul li {
  background: none;
  border-radius: 0;
}
.related .star-rating::beforee {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%);
}
.woocommerce .star-rating span::before {
  color: #0b2ba7;
}
body.woocommerce-js ul.products li {
  margin-bottom: 35px !important;
}
/*-----------------------------
    Cart icon design
-------------------------------*/
.menu-cart-area {
  float: right;
  position: relative;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.menu-cart-area .cart-icon-total-products {
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 100%;
  width: 278px;
  z-index: 10000;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  transition: all .2s ease 0s;
}
.menu-cart-area .cart-icon-total-products .widget_shopping_cart {
  margin-bottom: 0px;
  padding: 25px 10px 0;
}
.menu-cart-area .cart-icon-total-products .widget_shopping_cart .quantity {
  border: none;
  padding: 3px 0 0 0;
  display: block;
}
.menu-cart-area .woocommerce-mini-cart__empty-message {
  text-align: center;
  text-transform: uppercase;
  color: #303745;
  position: relative;
  padding-top: 50px;
}
.menu-cart-area .woocommerce-mini-cart__empty-message:before {
  position: absolute;
  content: "\f131";
  color: #303745;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
}
.menu-cart-area .widget_shopping_cart .cart_list li {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}
.menu-cart-area .widget_shopping_cart .cart_list li a {
  color: #494949;
}
.menu-cart-area .widget_shopping_cart .cart_list li a img {
  width: 40px;
}
.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
  color: #303745;
}
.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
  color: #303745 !important;
  top: 19px;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child {
  padding-top: 0;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child a.remove {
  top: 0px;
}
.menu-cart-area .widget_shopping_cart .total {
  padding: 29px 0 0;
  text-align: center;
  border-top: none;
}
.menu-cart-area i {
  cursor: pointer;
  color: #28406d;
  font-size: 18px;
}
.menu-cart-area i:before {
  font-size: 18px;
}
.menu-cart-area:hover .cart-icon-total-products {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}
.menu-cart-area span.icon-num {
  border-radius: 50%;
  font-size: 11px;
  line-height: 18px;
  min-height: 18px;
  min-width: 18px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  margin-top: -12px;
  right: -2px;
}
.menu-cart-area .woocommerce-mini-cart__buttons {
  text-align: center;
}
.menu-cart-area .button.wc-forward {
  padding: 9px 20px;
  font-size: 12px;
}
/* ------------------------------------
    29. Shop Page Start Here 
---------------------------------------*/
.woocommerce ul.products.single-product-page {
  padding: 100px 0 0;
}
.woocommerce ul.products li.product {
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .triangle_left {
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-right: 140px solid #0b2ba7;
  border-bottom: 70px solid transparent;
  position: absolute;
  top: -75px;
  left: -117px;
  transform: rotate(48deg);
  opacity: 0;
}
.woocommerce ul.products li.product:hover {
  background: transparent;
}
.woocommerce ul.products li.product:hover .triangle_left {
  opacity: 1;
}
.woocommerce ul.products li.product:hover h3 a {
  color: #0b2ba7;
}
.woocommerce ul.products li.product:hover .add-to-cart {
  background: #0b2ba7;
  color: #fff !important;
}
.woocommerce ul.products li.product:hover .images-product .overley {
  opacity: 1;
  transform: scaleY(1);
}
.woocommerce ul.products li.product .images-product {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce ul.products li.product .images-product a {
  display: block;
}
.woocommerce ul.products li.product .images-product a img {
  transition: all 0.3s ease-out;
  width: 100%;
}
.woocommerce ul.products li.product .images-product .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  padding: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details {
  padding: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.woocommerce ul.products li.product .images-product .overley .winners-details h4:after {
  display: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info {
  margin: 0;
  padding: 0px;
  list-style: none;
  bottom: -14px;
  position: absolute;
  transform: translateY(-55%);
  transition: all .9s;
  text-align: right;
  left: 0;
  right: 14px;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul {
  padding: 0;
  margin: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
  border: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a {
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ffffff;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a:hover {
  color: #0b2ba7;
  border: 1px solid #0b2ba7;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i {
  font-size: 16px;
  margin: 0;
  transition: all 0.3s ease 0s;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i:hover {
  color: #0b2ba7;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li:hover {
  background: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 13px;
}
.woocommerce ul.products li.product .images-product .overley .winners-details p i {
  color: #ffffff;
  margin-right: 8px;
}
.woocommerce ul.products li.product h4 {
  margin-bottom: 10px !important;
  margin-left: 0;
  font-weight: 700;
}
.woocommerce ul.products li.product h4 a {
  color: #303745;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  margin: 0;
}
.woocommerce ul.products li.product h4 a:hover {
  color: #0b2ba7;
}
.woocommerce ul.products li.product .price-details ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.woocommerce ul.products li.product .price-details ul li {
  display: block;
}
.woocommerce ul.products li.product .price-details ul li:first-child {
  font-weight: 600;
  font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li:first-child del {
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li .add-to-cart {
  border: 1px solid #0b2ba7;
  padding: 8px 18px;
  color: #303745;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}
.woocommerce ul.products .topbar-area {
  overflow: hidden;
  padding-bottom: 54px;
}
.woocommerce ul.products .topbar-area .showing-Short .seclec-box {
  float: right;
}
.woocommerce ul.products .topbar-area .showing-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.woocommerce ul.products .topbar-area .showing-result ul li {
  display: inline-block;
  font-weight: 400;
  color: #494949;
  margin-right: 0;
  font-size: 14px;
  height: 25px;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group {
  margin: 0;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
  display: inline-block;
  border: 0;
  background: transparent;
  border-radius: 0px;
}
.woocommerce ul.products .pagination {
  margin-top: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #021b79 !important;
  font-size: 20px !important;
  font-weight: 800;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
  color: #021b79 !important;
  font-size: 20px;
  font-weight: 800;
}
.woocommerce .quantity .qty {
  height: 36px !important;
  width: 50px;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin-bottom: 0;
  padding: 8px 0;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-radius: 0 !important;
}
.woocommerce .quantity {
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  padding: 0 10px;
}
.woocommerce .quantity .qty_button {
  border: none;
  background: none;
  box-shadow: none;
  color: #212121;
  font-size: 20px;
  padding: 0px 12px;
  position: relative;
  top: 1px;
}
.woocommerce .quantity .qty_button:hover {
  border: none;
  background: none !important;
  box-shadow: none;
}
.woocommerce input[type="number"] {
  border: 0;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
body.woocommerce ins {
  background: none !important;
}
body.woocommerce .panel {
  border: none;
  box-shadow: none;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
  padding: 15px 0 0 !important;
  text-align: center;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
  float: none !important;
  display: inline-block;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
  width: 98%;
  display: inline-block;
  margin-bottom: 10px !important;
}
.woocommerce-variation-price {
  margin-bottom: 30px;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews h2,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
  font-size: 15px;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  margin-right: 8px;
  border-radius: 0;
  border: none !important;
}
.woocommerce div.product .product_meta .posted_in a {
  color: #494949;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  font-size: 18px;
  margin-right: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #021b79;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #021b79;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  box-shadow: -2px 2px 0 #f0f0f0;
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  border-radius: 5px 0 0 0;
  padding-top: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #f0f0f0;
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #f0f0f0;
  display: none;
}
.woocommerce-form-login .woocommerce-Button {
  margin-right: 12px !important;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 2em;
}
.woocommerce .woocommerce-result-count {
  margin-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ddd !important;
}
.woocommerce a.remove {
  margin: 0 auto;
  color: #303745 !important;
  line-height: 1em;
  border: 1px solid #ddd;
  font-weight: 400;
}
.woocommerce-cart table.cart .product-thumbnail img {
  width: 80px !important;
}
.woocommerce-cart table.cart .product-name a {
  color: #494949;
  font-weight: bold;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #303745;
  text-decoration: underline !important;
}
.woocommerce-cart table.cart .product-price span {
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #494949;
}
.woocommerce-checkout .woocommerce form .form-row {
  margin: 0 0 15px;
}
.woocommerce button.button:disabled {
  opacity: .8 !important;
  background: none;
}
.coupon input#coupon_code {
  width: 320px !important;
  border-radius: 5px;
  height: 35px !important;
  margin-right: 20px;
  text-align: left !important;
  padding-left: 22px;
}
.coupon ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #303745 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon ::-moz-placeholder {
  /* Firefox 19+ */
  color: #303745 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-ms-input-placeholder {
  /* IE 10+ */
  color: #303745 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-moz-placeholder {
  /* Firefox 18- */
  color: #303745 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.product_meta span.tagged_as {
  display: block;
}
.product_meta span {
  font-weight: 600;
}
.product_meta span a {
  font-weight: 400;
}
.single-product .bs-info {
  display: none;
}
.single-product .bs-img {
  display: none;
}
.single-product .bs-desc {
  margin-top: 0px !important;
}
.single-product div.product p.price {
  margin-bottom: 28px;
}
.single-product div.product form.cart {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #021b79;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #021b79;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 110px;
  height: 40px;
  text-align: center;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}
input[type="tel"] {
  padding: 10px 14px;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.woocommerce-form__label span {
  padding-left: 5px;
}
.woocommerce-form__label .input-checkbox {
  margin: 7px 0 0 !important;
}
body.woocommerce-page input[type="text"],
body.woocommerce-page input[type="password"],
body.woocommerce-page input[type="email"],
body.woocommerce-page .select2-container--default .select2-selection--single,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated .select2-container,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated select {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #494949;
  opacity: .5;
}
.woocommerce-cart-form table.shop_table {
  border-collapse: collapse;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
  padding: 25px;
  text-align: center;
}
.woocommerce-cart-form table.shop_table .quantity {
  border-radius: 5px;
  padding: 0 0px;
  margin: 0 auto;
  width: 150px;
}
.woocommerce-cart-form table.shop_table .quantity .qty_button {
  top: -1px;
  padding: 0px 6px;
}
.woocommerce-cart-form table.shop_table .quantity .qty {
  width: 50px;
  border-radius: 0 !important;
}
.woocommerce table.shop_table {
  border-collapse: collapse !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  padding-top: 40px;
}
.woocommerce div.product form.cart .variations select {
  padding: 5px 2px;
}
.cart_totals h2 {
  text-transform: capitalize;
}
.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
  padding: 20px;
}
.woocommerce-tabs h2 {
  font-size: 20px;
}
.related.products h2 {
  font-size: 20px;
}
.single-product .summary.entry-summary h1.product_title.entry-title {
  font-size: 25px !important;
  line-height: 25px !important;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 50px !important;
}
.cart-collaterals th,
.cart-collaterals td {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cart-collaterals tr:last-child td,
.cart-collaterals tr:last-child th {
  border-bottom: none !important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}
.woocommerce .bottom,
.woocommerce .featured {
  text-align: left;
}
.woocommerce .form-row {
  display: block;
}
.woocommerce.single-product form.cart .button {
  padding: 9px 24px;
  margin-left: 10px;
}
.woocommerce .add_to_cart_button {
  transition: 0.3s ease all;
}
.woocommerce .add_to_cart_button:after {
  font-size: inherit !important;
  vertical-align: initial !important;
}
.woocommerce .add_to_cart_button.added {
  display: none !important;
  opacity: 0;
}
.woocommerce .add_to_cart_button.loading {
  padding-right: 40px !important;
}
.woocommerce .add_to_cart_button.loading:after {
  top: 12px !important;
  right: 15px !important;
  font-size: inherit !important;
}
.woocommerce button[disabled] {
  color: #fff;
  height: 39px;
  padding: 0 35px !important;
}
.woocommerce button[disabled]:hover {
  color: #021b79;
}
.woocommerce table.shop_table th {
  border: none;
  font-size: 18px;
}
.woocommerce table.shop_table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #E6E6E6;
}
h3#order_review_heading {
  margin-top: 60px;
  padding: 0 15px;
}
#order_review {
  padding: 0 15px;
}
textarea.input-text {
  border: 1px solid #ccc;
}
.button.yith-wcqv-button {
  display: none !important;
}
.post-type-archive .learn-press-courses .course .course-title {
  display: none !important;
}
.woocommerce span.onsale {
  background: #021b79 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  right: 10px !important;
  margin: 0 !important;
  top: 10px !important;
  z-index: 1;
}
.woocommerce-info {
  border-top-color: #0b2ba7;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  padding: 3px 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  background: #f0f0f0;
  margin: 0 0 15px;
  border-radius: 2px;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 10px 20px;
  color: #494949;
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #021b79;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background: #021b79;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}
form.woocommerce-EditAccountForm fieldset {
  margin-bottom: 40px;
  margin-top: 30px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-input-wrapper #order_comments,
#order_comments {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
}
.woocommerce-js ul.products li img {
  width: 100%;
  max-width: 100%;
}
.woocommerce-account .woocommerce form.login {
  margin-bottom: 0;
}
.single-product.woocommerce span.onsale {
  left: 10px !important;
}
#order_comments {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
}
/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.rs-heading .title-inner .sub-text {
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
  color: #0b2ba7;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
.rs-heading .title-inner .sub-text.title-upper {
  text-transform: uppercase;
}
.rs-heading .title-inner .title {
  color: #021b79;
  font-weight: 700 !important;
  font-family: 'Exo', sans-serif;
}
.rs-heading .title-inner .title.title-upper {
  text-transform: uppercase;
}
.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.style10 .title-inner .sub-text {
  position: relative;
  display: inline-block;
}
.rs-heading.style10 .title-inner .sub-text:before {
  content: '•';
  position: absolute;
  top: 50%;
  left: -35px;
  color: transparent;
  text-shadow: 10px 0 #0b2ba7, -10px 0 #0b2ba7;
  color: #0b2ba7;
  font-size: .8em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 1;
}
.rs-heading.style10 .title-inner .sub-text:after {
  content: '•';
  position: absolute;
  top: 50%;
  right: -35px;
  color: transparent;
  text-shadow: 10px 0 #0b2ba7, -10px 0 #0b2ba7;
  color: #0b2ba7;
  font-size: .8em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 1;
}
.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: 0;
}
.rs-heading.style4 .title-inner .title-img {
  margin-bottom: 12px;
}
.rs-heading.style2 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 23px;
}
.rs-heading.style2:after {
  content: "";
  position: absolute;
  border: 0;
  width: 100px;
  height: 3px;
  background: #021b79;
  z-index: 9;
  margin-left: 0;
  left: 0;
  bottom: 0;
}
.rs-heading.style2.text-center:after {
  transform: translateX(-50%);
  left: 50%;
}
.rs-heading.style2 h2 {
  margin-bottom: 12px;
}
.rs-heading.style2 .description p {
  margin-bottom: 12px;
}
.rs-heading.style2.light:after {
  background: #fff !important;
}
.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: #021b79;
  z-index: 1;
  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.style8 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.rs-heading.style8 .title-inner {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.rs-heading.style8 .title-inner .sub-text {
  margin-bottom: 5px;
}
.rs-heading.style8 .title-inner:after {
  content: "";
  position: absolute;
  border: 0;
  width: 2px;
  height: 100%;
  background: #021b79;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: 0;
}
.rs-heading.style8 .description {
  padding-left: 25px;
  position: relative;
}
.rs-heading.style8 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 2px;
  height: 100%;
  background: #021b79;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: 0;
}
.rs-heading.style8 h2 {
  margin-bottom: 5px;
}
.rs-heading.style8.text-center .description {
  padding-top: 15px;
  padding-left: 0px;
}
.rs-heading.style8.text-center .description:after {
  display: none;
}
.rs-heading.style8.light .title-inner:after {
  background: #fff;
}
.rs-heading.style8.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: #021b79;
}
.rs-heading.style6 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #0b2ba7;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: 12px;
}
.rs-heading.style6 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style6.text-center .title-inner .sub-text,
.rs-heading.style6.text-right .title-inner .sub-text {
  display: inline-block;
}
.rs-heading.style6.text-center .sub-text {
  position: relative;
  padding-left: 0px;
  padding-top: 60px;
  color: #021b79;
}
.rs-heading.style6.text-center .sub-text:after {
  content: '';
  width: 77px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -1px;
  width: 2px;
  height: 50px;
}
.rs-heading.style6.light .sub-text:after {
  background: #fff !important;
}
.rs-heading.style6.dark .sub-text:after {
  background: #232023 !important;
}
.rs-heading.style4 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style4 .title-inner h2 {
  margin-bottom: 12px;
  display: block;
}
.rs-heading.style4 .title-inner .sub-text {
  position: relative;
  color: #0b2ba7;
  display: inline-block;
}
.rs-heading.style4 .title-inner .sub-text:before,
.rs-heading.style4 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #0b2ba7;
  z-index: 1;
  margin-left: 0;
  left: -20px;
  top: 15px;
}
.rs-heading.style4 .title-inner .sub-text:before {
  left: -55px;
}
.rs-heading.style4 .title-inner .sub-text:after {
  left: auto;
  right: -55px;
}
.rs-heading.style4 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style4.light .sub-text:before,
.rs-heading.style4.light .sub-text:after {
  background: #fff !important;
}
.rs-heading.style4.text-center .title-inner .sub-text,
.rs-heading.style4.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: #0b2ba7;
}
.rs-heading.style7 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #0b2ba7;
  z-index: 1;
  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;
}
.rs-heading.style9 .title-img {
  margin-bottom: 15px;
}
.rs-heading.style9 .title-inner {
  margin-bottom: 35px;
}
.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;
}
/*--------------------------------------------------------------
    Call to Actiobn
--------------------------------------------------------------*/
.rs-cta a {
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  padding: 10px 25px;
  position: relative;
  font-weight: 600;
  padding-right: 52px;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 1;
  box-shadow: none;
  border: 2px solid;
}
.rs-cta .description {
  margin-top: 25px;
  font-size: 15px;
  line-height: 28px;
  font-weight: normal;
}
.rs-cta .description p:first-child {
  margin: 0;
}
.rs-cta .description p:last-child {
  margin: 0;
}
.rs-cta .description ul {
  margin: 0 0 0 18px;
}
.rs-cta .title-wrap .exp-title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 0px;
  text-align: left;
  text-transform: uppercase;
}
.rs-cta .title-wrap .eta-subtitle {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.12;
  text-transform: uppercase;
}
.rs-cta .button-wrap .cta-hints {
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 10px;
}
.rs-cta .style1 .hidden-md {
  padding-right: 40px;
}
.rs-cta .style1 .title-wrap .eta-subtitle {
  margin-top: 0;
  margin-bottom: 7px;
}
.rs-cta .style1 .title-wrap .description {
  margin-top: 18px;
}
.rs-cta .style1 .eta-subtitle {
  font-weight: 600;
  text-transform: uppercase;
}
.rs-cta .style2 {
  text-align: center;
}
.rs-cta .style2 .title-wrap {
  padding: 25px 0 20px;
}
.rs-cta .style2 .button-wrap {
  margin-bottom: 10px;
  margin-top: 20px;
}
.rs-cta.text-left .style2 {
  text-align: left;
}
.rs-cta.text-left .style2 .title-wrap h2 {
  text-align: left;
}
.rs-cta.text-left ul.stylelisting {
  list-style-type: none;
}
.rs-cta.text-left ul.stylelisting li {
  position: relative;
  padding-left: 22px !important;
  line-height: 34px;
  border: none !important;
}
.rs-cta.text-left ul.stylelisting li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f054";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 12px;
}
.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: 10px;
  margin-bottom: 10px;
  font-family: 'Exo', sans-serif;
}
.rs-cta .style2 .title-wrap .exp-title {
  text-align: center;
  text-transform: uppercase;
}
.rs-cta.rs-cat-style3 {
  padding-bottom: 37px;
}
.rs-cta.rs-cat-style3 .pry-btn {
  height: 55px;
  line-height: 52px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  padding: 0 50px;
  margin-top: 15px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 1;
  background: #0b2ba7;
  border: 2px solid #ffffff;
}
.rs-cta.rs-cat-style3 .pry-btn:hover {
  border-width: 2px;
  background: #0b2ba7;
  opacity: 0.8;
  border-color: #fff;
}
.rs-cta.rs-cat-style3 .cta-wrap .title-wrap .button-wrap {
  padding-top: 20px;
}
/*--------------------------------------------------------------
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: #021b79;
}
.rs-services-default .services-wrap .services-item h4 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 400 !important;
}
.rs-services-default .services-wrap .services-item .services-title {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 600 !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;
}
.service_box .rs-services-default .services-wrap .services-item {
  margin-bottom: 25px;
}
.service_box .rs-services-default .services-wrap .services-item .services-title {
  font-weight: 400 !important;
}
.service_box .rs-services-default .services-wrap .services-item p {
  margin: 0;
}
.service_box .rs-services-default .services-wrap .services-item .readon {
  background: #ffffff;
  color: #0b2ba7;
  border-color: #ffffff;
  margin-top: 15px;
}
.service_box .rs-services-default .services-wrap .services-item .readon i:before {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.service_box .rs-services-default .services-wrap .services-item .readon a {
  color: #ffffff;
}
.rs-services1 .services-title {
  font-size: 20px;
  text-transform: uppercase;
}
.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: #021b79;
}
.rs-services1.services-center .services-item {
  position: relative;
  padding: 0px 20px 14px;
  z-index: 110;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  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: 25px 25px 2px 10px;
  z-index: 110;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.rs-services1.services-right .services-item .services-title,
.rs-services1.services-left .services-item .services-title {
  font-size: 17px;
  font-weight: 500 !important;
  line-height: 24px;
}
.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: 20%;
  top: 0;
  text-align: center;
}
.rs-services1.services-right .services-item .services-desc,
.rs-services1.services-left .services-item .services-desc {
  position: relative;
  float: right;
  text-align: left;
  width: 78%;
  line-height: 25px;
  padding-left: 50px;
  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 {
  position: relative;
  transition: all .5s ease;
  top: 0;
}
.services-style-2 .services-wrap .services-item .services-icon img {
  height: 50px;
}
.services-style-2 .services-wrap .services-item .services-desc {
  transition: all .5s ease;
  color: #fff;
  padding: 0 15px;
  max-width: 530px;
  margin: 0 auto;
}
.services-style-2 .services-wrap .services-item .services-desc p {
  color: #fff;
  margin-bottom: 0;
}
.services-style-2 .services-wrap .services-item .services-desc .services-title2 {
  font-size: 24px;
  margin: 12px 0 6px;
  line-height: normal;
  font-weight: 500 !important;
  color: #021b79;
}
.services-style-2 .services-wrap .services-item .services-desc .services-title2 a {
  color: #021b79;
}
.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.services-center:hover .services-wrap .services-item {
  top: -10px;
}
.services-style-2.service-active {
  background: #0b2ba7;
}
.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 {
  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: 500;
  margin-top: 7px;
}
.services-style-2.services-left .services-wrap .services-item .services-desc {
  text-align: left;
  float: left;
  width: 80%;
  padding-left: 15px;
  padding-right: 0;
}
.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: 500;
}
.services-style-2.services-right .services-wrap .services-item .services-desc {
  text-align: right;
  float: left;
  width: 80%;
  padding-right: 18px;
}
.service-inner.no-rounded {
  border-radius: 0 !important;
}
.services-style-7.services-center {
  text-align: center;
}
.emergency-services .services-style-2 {
  max-width: 650px;
  margin: -100px auto 0;
}
.emergency-services .services-style-2.services-left .services-wrap .services-icon {
  margin-top: 10px;
}
.emergency-services .services-style-2.services-left .services-wrap .services-icon,
.emergency-services .services-style-2.services-left .services-wrap .services-desc {
  width: auto;
}
.emergency-services .services-style-2.services-left .services-wrap .services-desc {
  padding-left: 35px;
}
.emergency-services .services-style-2.services-left .services-wrap .services-desc h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.emergency-services .services-style-2.services-left .services-wrap .services-desc p {
  margin: 8px 0 20px;
  font-size: 25px;
}
/* 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 #021b79;
  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: #021b79;
  color: #0b2ba7;
}
.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 #021b79;
  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: #021b79;
  color: #0b2ba7;
}
.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: #021b79;
  border-color: #021b79;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.rs-services-style3 .bg-img a:hover {
  opacity: .95 !important;
  background: #021b79;
}
.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,
.department-carousel .owl-stage-outer {
  overflow: hidden;
}
.service-carousel .rs-services-style3,
.department-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 {
  overflow: hidden;
}
.slider-services-style2 .service-img img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.slider-services-style2 .services-desc {
  padding: 27px 27px 8px;
  background: #fff;
}
.slider-services-style2 .services-desc .services-title {
  margin-bottom: 15px;
  font-size: 20px;
}
.slider-services-style2 .services-desc .readon {
  height: 44px;
  line-height: 42px;
  margin-bottom: 25px;
}
.slider-services-style2 .services-desc .readon:hover {
  padding-right: 45px;
}
.slider-services-style2:hover .service-img img {
  filter: grayscale(0) blur(2px);
  -webkit-filter: grayscale(0) blur(2px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.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,
.department-carousel .owl-stage-outer {
  overflow: hidden;
}
.service-carousel .owl-nav.disabled,
.department-carousel .owl-nav.disabled {
  display: none;
}
.service-carousel .owl-dots,
.department-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.service-carousel .owl-dots .owl-dot,
.department-carousel .owl-dots .owl-dot {
  height: 8px;
  width: 20px;
  border-radius: 30px;
  border: 1px solid #0b2ba7;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.service-carousel .owl-dots .owl-dot.active,
.department-carousel .owl-dots .owl-dot.active {
  background: #0b2ba7;
  cursor: inherit;
}
.service-carousel .rs-services-style3,
.department-carousel .rs-services-style3 {
  max-width: 100%;
}
body .service-carousel .owl-dots button {
  padding: 0px !important;
}
.light-arrow .owl-carousel .owl-nav [class*="owl-"] {
  background: #fbfbfb !important;
  color: #303745;
}
.light-arrow .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #fff !important;
  color: #303745;
}
.department-carousel .department-item {
  padding: 50px 30px 35px;
  text-align: center;
  border-radius: 5px;
}
.department-carousel .department-item .department-img img {
  transition: all 0.7s;
  transform: scale(1);
  max-width: 64px;
}
.department-carousel .department-item .department-desc .services-title {
  margin: 17px 0 15px;
}
.department-carousel .department-item .department-desc .services-title a:hover {
  opacity: 0.85;
}
.department-carousel .department-item .department-desc p {
  margin-bottom: 15px;
}
.department-carousel .department-item:hover .department-img img {
  transform: scale(0.9);
}
.department-carousel .department-item:hover .service-readon {
  padding-right: 24px;
}
.department-carousel .department-item .service-readon {
  margin-top: 0px;
  font-size: 15px;
  position: relative;
  padding: 3px 20px 3px 0;
}
.department-carousel .department-item .service-readon:after {
  position: absolute;
  height: 100%;
  right: 0;
  opacity: 1;
  top: 4px;
  font-size: 14px;
  content: "\f133";
  font-family: Flaticon;
  display: inline-block;
  font-weight: normal;
}
.department-carousel .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  color: #fff;
  transition: all 0.4s;
  opacity: 0;
  cursor: pointer;
  background: #0b2ba7;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.department-carousel .owl-nav .owl-next i:before {
  font-size: 20px;
}
.department-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  color: #fff;
  background: #0b2ba7;
  transition: all 0.4s;
  opacity: 0;
  cursor: pointer;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.department-carousel .owl-nav .owl-prev i:before {
  font-size: 20px;
}
.department-carousel:hover .owl-nav .owl-next {
  right: -40px;
  opacity: 1;
}
.department-carousel:hover .owl-nav .owl-prev {
  left: -40px;
  opacity: 1;
}
.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: #0b2ba7;
  background-color: transparent;
  font-size: 55px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  background: #021b79;
  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: #303745;
  margin: 28px 0 10px;
}
.rs-services-style4 .services-item .services-desc .services-title a {
  color: #303745;
}
.rs-services-style4.services-center {
  border: 1px solid #e1e1e1;
  text-align: center;
  border-radius: 5px;
}
.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: 500;
}
.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: 500;
}
.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: #0b2ba7;
  color: #021b79;
}
.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: #0b2ba7;
  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;
}
.service-readon {
  background: #0b2ba7;
  color: #fff;
  padding: 3px 17px;
  display: inline-block;
  font-size: 20px;
  margin-top: 30px;
  border-radius: 18px;
}
.service-readon:hover {
  color: #fff;
  opacity: 0.9;
}
.service-readon i:before {
  font-size: inherit;
}
.rs-services .services-style-9 .services-wrap {
  padding: 70px 35px 45px 35px;
  border-bottom-width: 4px;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  position: relative;
  background: #fff;
  border-radius: 7px;
}
.rs-services .services-style-9 .services-wrap:after {
  content: "";
  width: 0;
  height: 4px;
  background: #0b2ba7;
  position: absolute;
  transition: all 0.5s ease 0s;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-services .services-style-9 .services-wrap .services-item .services-icon {
  transition: all 0.5s ease 0s;
  width: 90px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease 0s;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
}
.rs-services .services-style-9 .services-wrap .services-item .services-icon img {
  max-width: 45px;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc {
  max-width: 245px;
  margin: auto;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title {
  margin-bottom: 8px;
  font-weight: 600 !important;
  font-size: 24px;
  color: #0b2ba7;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title.title-upper {
  text-transform: uppercase;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title a {
  color: #0b2ba7;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title a:hover {
  color: #021b79;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc p {
  margin-bottom: 0;
}
.rs-services .services-style-9 .services-wrap:hover:after {
  width: 100%;
}
.rs-services .services-style-9 .services-wrap:hover .services-item .services-icon {
  top: -35px;
}
.rs-services .services-style-9.services-center .services-desc {
  text-align: center;
}
.rs-services .services-style-7.services-left .services-wrap {
  background: #fff;
  border-radius: 5px;
}
.rs-services .services-style-7.services-left .services-wrap .services-item {
  display: flex;
  padding: 50px 55px 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-icon {
  width: 90px;
  padding-right: 25px;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-icon img {
  width: 55px;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-desc {
  width: 70%;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-desc .services-title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-desc p {
  margin-bottom: 0;
}
.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: #0b2ba7;
  border: 2px solid #0b2ba7 !important;
  background-color: transparent;
  font-size: 55px;
  display: inline-block;
  width: 135px;
  height: 135px;
  line-height: 135px;
  color: #ffffff;
  background: #0b2ba7;
  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: #303745;
  margin: 28px 0 10px;
}
.rs-services-style6 .services-item .services-desc .services-title a {
  color: #303745;
}
.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: 500;
}
.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: 500;
}
.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: #0b2ba7;
  font-size: 50px;
}
.fullwidth-services-box .services-style-2 {
  background: rgba(2, 27, 121, 0.7);
  box-shadow: 0 0 20px #021b79;
}
.fullwidth-services-box .services-style-2:hover {
  background: #021b79;
}
/*Counter Style*/
.counter-top-area {
  background-size: 100%;
  padding: 60px 0 30px;
  background-repeat: no-repeat;
}
.counter-top-area .count-number span {
  margin: 0 0 10px;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
}
.counter-top-area .count-number h4 {
  font-weight: 600 !important;
}
.counter-top-area .count-text h4 {
  text-transform: uppercase;
}
.counter-top-area.border-style {
  border: 1px solid #f7efef;
  padding: 30px 0 8px;
  transition: all 0.3s ease 0s;
  border-radius: 7px;
}
.counter-top-area.border-style:hover {
  border-color: #0b2ba7 !important;
}
.counter-top-area.style1.left {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.counter-top-area.style1.left .count-icon {
  display: inline-block;
  margin-right: 20px;
}
.counter-top-area.style1.left .count-icon img {
  float: left;
  margin-right: 30px;
  width: 50px;
}
.counter-top-area.style1.left .counter-icon {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.counter-top-area.style1.left .counter-icon img {
  width: 70px;
  margin-top: 15px;
}
.counter-top-area.style1.left .count-text {
  display: inline-block;
}
.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: #021b79;
}
@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: #021b79;
}
.cd-timeline__img.cd-timeline__img--picture span {
  color: #fff;
}
.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: #f3f5f4;
  border-radius: 0.25em;
  padding: 1em;
  border-top: 4px solid #021b79;
}
.cd-timeline__content .short-info {
  background: #f3f5f4;
  padding: 20px 20px 0;
}
.cd-timeline__content .short-info h3 {
  color: #021b79;
  font-size: 20px;
  line-height: 28px !important;
  margin-bottom: 14px;
}
.cd-timeline__content .short-info h3 a {
  color: #021b79;
}
.cd-timeline__content .short-info .career_thumb {
  margin-bottom: 23px;
}
.cd-timeline__content .cd_timeline_desc {
  margin-left: 60px;
  background: #f3f5f4;
  border-radius: 0.25em;
  padding: 20px;
  font-size: 16px;
  color: #303745;
  opacity: 1;
  border-top: 4px solid #021b79;
}
.cd-timeline__content .cd_timeline_desc h3 {
  color: #021b79;
  font-size: 20px;
  line-height: 28px !important;
  margin-bottom: 14px;
}
.cd-timeline__content .cd_timeline_desc p {
  font-size: 16px;
  color: #303745;
}
.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;
  border-right: 15px solid  #f3f5f4;
}
.cd-timeline__content h2 {
  color: #fff;
}
.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 16px;
  color: #303745;
}
.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;
}
.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: #303745;
  }
  .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: #f3f5f4;
  }
  .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: #f3f5f4;
  }
  .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: left;
  }
  .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: #021b79;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.over-wrap-index .prev:hover {
  color: #0b2ba7;
}
.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: #021b79;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.over-wrap-index .next:hover {
  color: #0b2ba7;
}
.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: 700;
  min-height: 40px;
}
ul.index li:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #021b79;
  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: #021b79;
  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: #021b79;
}
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: #021b79;
}
ul.index:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 50px;
  left: 0;
  right: 0;
  border-top: 1px dotted #021b79;
}
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: #021b79;
  border-radius: 2px;
}
ul.list > li .content {
  color: #494949;
  font-size: 16px;
  line-height: 28px;
}
ul.list > li .content .title {
  text-transform: capitalize;
  color: #021b79;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
}
.designation {
  color: #777;
  font-weight: 700;
  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 #0b2ba7;
  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: #0b2ba7;
}
.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: #0b2ba7;
  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: #021b79;
  position: relative;
}
.rs-video-2 .popup-videos i:before {
  color: #fff;
}
.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 #0b2ba7;
  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: #0b2ba7;
  color: #fff;
  border: 1px solid;
  border-color: #0b2ba7;
  border-radius: 10px;
  padding: 10px 25px;
  padding-right: 52px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
}
.readon i {
  position: absolute;
  top: 50%;
  right: 26px;
  transition: all 0.3s;
  transform: translateY(-50%);
  opacity: 1;
}
.readon i:before {
  font-size: 15px;
}
.readon:hover {
  color: #fff;
}
.readon:hover i {
  right: 20px;
  opacity: 1;
}
.rs-btn2.btn-center {
  text-align: center;
}
.blog-button a {
  color: #fff;
}
.transparent-btn {
  background: #ffffff;
  color: #494949;
  border: 1px solid;
  border-color: #0b2ba7;
  border-radius: 3px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.transparent-btn: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;
}
.transparent-btn:hover {
  padding-right: 40px;
  border-color: #0b2ba7;
  background: #0b2ba7;
  color: #ffffff;
}
.transparent-btn:hover:before {
  right: 20px;
  opacity: 1;
}
/*--------------------------------
    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: #0b2ba7;
}
.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: #0b2ba7;
}
.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: 500;
  text-decoration: none;
  background-color: #0b2ba7;
  color: #fff;
  border-radius: 35px;
  text-transform: uppercase;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
  background-color: #021b79;
}
.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: #0b2ba7;
}
.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: #0b2ba7;
}
.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: #0b2ba7;
  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: #0b2ba7;
  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: #0b2ba7;
  -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: #021b79;
}
.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: 9999;
  left: 45%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #021b79;
  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: #0b2ba7;
  color: #021b79;
}
.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: #0b2ba7;
  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: #0b2ba7;
  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: #0b2ba7;
}
.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 #0b2ba7;
}
.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: #303745;
  font-weight: 500;
  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: #0b2ba7;
}
.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: #0b2ba7 !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: #0b2ba7;
  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);
}
.rs-team .ap_text {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.rs-team .ap_text li {
  padding-bottom: 4px;
  display: block;
  text-align: left;
  overflow: hidden;
}
.rs-team .ap_text li span {
  float: right;
}
.team-grid-style1 .team-item,
.team-slider-style1 .team-item {
  overflow: visible;
}
.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;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap .social-icons1,
.team-slider-style1 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  background: #0b2ba7;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a,
.team-slider-style1 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
  color: #303745;
  background: transparent;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1,
.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.team-grid-style1 .team-item .team-content1,
.team-slider-style1 .team-item .team-content1 {
  text-align: center;
  margin: 0;
  padding: 20px 20px 25px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #fff;
  margin-bottom: 30px;
}
.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: 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.team-grid-style1 .team-item .team-content1 h3.team-name a,
.team-slider-style1 .team-item .team-content1 h3.team-name a {
  color: #303745;
}
.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: #0b2ba7;
}
.team-grid-style1 .team-item .team-content1 span.team-title,
.team-slider-style1 .team-item .team-content1 span.team-title {
  color: 'Exo', sans-serif;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
  font-size: 14px;
}
.team-grid-style1 .team-item .team-content1 span.team-title a,
.team-slider-style1 .team-item .team-content1 span.team-title a {
  color: #666;
  pointer-events: none;
}
.team-slider-style1 .team-item .team-inner-wrap {
  padding-bottom: 30px;
}
.team-grid-style2 .team-item-wrap,
.team-slider-style2 .team-item-wrap {
  position: relative;
  margin-bottom: 35px;
  padding: 0 7px;
}
.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: #021b79;
  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: #021b79;
}
.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: 0 40px 12px;
  background: #fff;
}
.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;
  z-index: 1;
  margin-bottom: 0;
  background: #0b2ba7;
  border-radius: 5px;
  padding: 9.5px 0;
  margin-top: -35px;
}
.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: #ffffff;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  z-index: 111;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name:hover a,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name:hover a {
  color: #ccc;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .nolink,
.team-slider-style2 .team-item-wrap .team-img .normal-text .nolink {
  pointer-events: none;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .cat-doctor,
.team-slider-style2 .team-item-wrap .team-img .normal-text .cat-doctor {
  font-family: 'Exo', sans-serif;
  font-size: 14px;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .cat-doctor a,
.team-slider-style2 .team-item-wrap .team-img .normal-text .cat-doctor a {
  color: #ffffff;
  text-transform: uppercase;
}
.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;
  font-weight: 500;
}
.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: #eee;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  display: block;
  text-transform: uppercase;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-title a,
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-title a {
  color: #eee;
  pointer-events: none;
}
.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-style2 .appointment-bottom-area,
.team-slider-style2 .appointment-bottom-area {
  overflow: hidden;
  text-align: left;
  padding-top: 18px;
  padding-bottom: 25px;
}
.team-grid-style2 .appointment-bottom-area .app_details a,
.team-slider-style2 .appointment-bottom-area .app_details a,
.team-grid-style2 .appointment-bottom-area .app_btn a,
.team-slider-style2 .appointment-bottom-area .app_btn a {
  position: relative;
  color: #fff;
}
.team-grid-style2 .appointment-bottom-area .app_details:hover a,
.team-slider-style2 .appointment-bottom-area .app_details:hover a,
.team-grid-style2 .appointment-bottom-area .app_btn:hover a,
.team-slider-style2 .appointment-bottom-area .app_btn:hover a {
  color: #fff;
  opacity: .9;
}
.team-grid-style2 .appointment-bottom-area .app_details,
.team-slider-style2 .appointment-bottom-area .app_details {
  margin-top: 10px;
}
.team-grid-style2 .appointment-bottom-area .app_details a,
.team-slider-style2 .appointment-bottom-area .app_details a {
  color: #494949;
}
.team-grid-style2 .appointment-bottom-area .app_details:hover a,
.team-slider-style2 .appointment-bottom-area .app_details:hover a {
  color: #0b2ba7;
}
.team-grid-style2 .appointment-bottom-area .app_details,
.team-slider-style2 .appointment-bottom-area .app_details {
  float: left;
}
.team-grid-style2 .appointment-bottom-area .app_btn,
.team-slider-style2 .appointment-bottom-area .app_btn {
  float: right;
}
.icon-button a {
  background: #0b2ba7;
  color: #fff;
  padding: 3px 17px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
  border-radius: 18px;
}
.icon-button a:hover {
  color: #fff;
  background: #021b79;
}
.icon-button a i:before {
  font-size: inherit;
}
.blogfull .icon-button a {
  margin-bottom: 0px;
}
.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 #021b79;
  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 #021b79;
  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: #021b79;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 100;
  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: 110;
  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;
  font-size: 14px;
  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;
}
.team-slider-style4 .team-carousel .team-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  margin: 20px 20px;
  transition: all .5s ease;
}
.team-slider-style4 .team-carousel .team-item .team-item-inner {
  padding-top: 25px;
  padding-bottom: 10px;
}
.team-slider-style4 .team-carousel .team-item:hover {
  box-shadow: none;
  background: #0b2ba7;
  border-radius: 3px;
}
.team-slider-style4 .team-carousel .team-item:hover .normal-text a,
.team-slider-style4 .team-carousel .team-item:hover .normal-text .designation {
  color: #fff;
}
.team-slider-style4 .team-carousel .team-item:hover .normal-text .social-icons a i {
  color: #fff;
}
.nolink {
  color: inherit;
  pointer-events: none;
}
.rs-team-grid .team-item-wrap {
  margin-bottom: 60px;
}
.rs-team-grid.team-style4 .team-item-inner {
  padding: 0 30px;
}
.rs-team-grid.team-style4 .team-item-inner img {
  border-radius: 50%;
}
.rs-team-grid.team-style4 .normal-text {
  text-align: center;
}
.rs-team-grid.team-style4 .normal-text span {
  display: block;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-weight: 600;
  font-family: 'Exo', sans-serif;
}
.rs-team-grid.team-style4 .normal-text .designation {
  font-weight: 400;
  text-transform: uppercase;
  float: none;
  font-size: 14px;
  font-family: 'Exo', sans-serif;
  color: #494949;
}
.rs-team-grid.team-style4 .normal-text .designation a {
  color: #494949;
  pointer-events: none;
}
.rs-team-grid.team-style4 .team-item .social-icons a i {
  color: #494949;
  font-size: 14px;
  padding: 0 6px;
}
.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);
}
.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-title {
  font-weight: 400;
  text-transform: uppercase;
  float: none;
  font-size: inherit;
  font-family: 'Exo', sans-serif;
}
.rs-team-grid.team-style4 .team-wrapper .team-title a {
  color: #303745;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc {
  height: 100px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 15px 20px;
  color: #444444;
  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: 0;
  background: #021b79;
  -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: 700;
  margin: 10px 0;
  text-transform: capitalize;
  font-family: 'Exo', sans-serif;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name a {
  color: #021b79;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name a:hover {
  color: #eee;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name .designation {
  font-size: 15px;
  text-transform: uppercase;
  color: #021b79;
  float: none;
  text-align: center;
  font-weight: 500;
}
.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: #021b79;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_desc .name a {
  color: #ffffff;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_desc .name .designation {
  color: #ffffff;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team-title {
  display: block;
  margin-bottom: 15px;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team-title a {
  color: #fff;
}
.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: 20px !important;
}
.rs-team-grid.team-style5 .team-item {
  margin-bottom: 125px;
  position: relative;
}
.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: #021b79;
  padding: 20px;
  text-align: center;
  z-index: 9;
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: -85px;
  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: 14px;
  font-weight: 500;
  float: none;
  color: #303745;
  margin-bottom: 0;
  text-transform: uppercase;
}
.rs-team-grid.team-style5 .team-item .normal-text .designation a {
  color: #303745;
}
.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: #021b79;
  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: #494949;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  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: #0b2ba7;
  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: #021b79;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name a:hover {
  color: #0b2ba7;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-designation {
  font-size: 12px;
  color: #021b79;
  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: 500;
}
.rs-team-grid.team-style5 .team-item .team-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 10px;
  display: block;
  font-family: 'Exo', sans-serif;
}
.rs-team-grid.team-style5 .team-item .team-title a {
  color: #303745;
}
.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: 13px;
  font-weight: 500;
}
#team-list-style .team-img {
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
}
#team-list-style .team-img .wrap-text {
  padding: 30px 20px;
}
#team-list-style .team-name {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 30px;
}
#team-list-style .team-name a {
  color: #0b2ba7;
}
#team-list-style .team-name a:hover {
  color: #021b79;
}
#team-list-style .team-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
#team-list-style .social-info {
  overflow: hidden;
}
#team-list-style .social-info .phone {
  float: left;
}
#team-list-style .social-info .phone:first-child {
  margin-right: 18px;
}
#team-list-style .social-info .phone a {
  color: #494949;
}
#team-list-style .social-info .phone a:hover {
  color: #0b2ba7;
}
#team-list-style .social-info .phone i {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
#team-list-style .social-info .phone i:before {
  font-size: 17px;
}
#team-list-style .team-social {
  margin-top: 20px;
  margin-bottom: 24px;
}
#team-list-style .team-social .social-icon {
  margin-right: 13px;
}
#team-list-style .team-social i {
  font-size: 16px;
  transition: 0.4s;
  color: #494949;
  text-align: center;
}
#team-list-style .team-social i:hover {
  color: #0b2ba7;
}
/* ----------------------------------
    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: #021b79;
  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: #0b2ba7;
}
.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: #0b2ba7;
}
.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: #0b2ba7;
}
.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: #0b2ba7;
}
/* ----------------------------------
    10. cl-testimonial style 7
-------------------------------------*/
#cl-testimonial .testimonial-slide7 .slick-track {
  padding-bottom: 40px;
}
#cl-testimonial .testimonial-slide7 .single-testimonial {
  padding: 0;
  background: rgba(11, 43, 167, 0.6) !important;
  border-radius: 0;
  padding: 40px 45px 46px 146px;
  position: relative;
  margin: 0 20px;
  border-radius: 5px;
  color: #fff;
}
#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: #fff;
}
#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 #fff;
}
#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: 33px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: auto;
  border-radius: 50%;
}
#cl-testimonial .testimonial-slide7 p {
  margin: 0;
  padding: 0;
}
#cl-testimonial .testimonial-slide7 ul.slick-dots li button {
  padding: 2px 0;
  height: 8px;
  border: 1px solid #fff;
}
#cl-testimonial .testimonial-slide7 ul.slick-dots li.slick-active button {
  background: #fff;
  border-color: #fff !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: 15px;
  line-height: 28px;
  max-width: 800px;
  margin: 0 auto;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial p i {
  display: block;
  text-align: center;
  font-size: 50px;
  opacity: 0.05;
  margin: 35px 0 13px;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial img {
  width: 120px;
  margin: 0 auto 29px;
  box-shadow: 0 20px 68px rgba(34, 34, 34, 0.4);
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav {
  width: 230px;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-list.draggable {
  display: none;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev,
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next {
  opacity: 1;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev {
  left: 20px;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev:after {
  font-size: 18px;
  content: "\f138";
  font-family: Flaticon;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  font-weight: normal;
  color: #fff;
  transform: translateX(-50%);
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next {
  right: 20px;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next:after {
  font-size: 18px;
  content: "\f137";
  font-family: Flaticon;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  font-weight: normal;
  color: #fff;
  transform: translateX(-50%);
}
#cl-testimonial.testimonials-area.slider8 p {
  margin: 0 auto !important;
}
#cl-testimonial.testimonials-area.slider8 ul.author {
  text-align: center;
  padding: 37px 0 0 !important;
}
#cl-testimonial.testimonials-area.slider8 ul.author li {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
}
#cl-testimonial.testimonials-area.slider8 ul.author li:last-child {
  text-transform: capitalize;
  font-size: 14px;
  padding-top: 5px;
}
#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;
  margin: 0 auto !important;
}
#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: #303745;
  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: #0b2ba7;
}
#cl-testimonial.testimonials-area.slider8:hover .slick-prev {
  left: 00px;
}
#cl-testimonial.testimonials-area.slider8:hover .slick-next {
  right: 0px;
}
.department-grid-style .inner-sec {
  margin-bottom: 50px;
  border-radius: 5px;
  background: #fff;
  margin-left: 10px;
  text-align: center;
  margin-right: 10px;
  box-shadow: 0 5px 50px rgba(34, 34, 34, 0.1);
}
.department-grid-style .inner-sec.no .department-img {
  padding-top: 45px;
}
.department-grid-style .inner-sec.no .department-img .thumimge {
  display: none;
}
.department-grid-style .inner-sec.no .department-img span {
  position: relative;
  transform: none;
  left: 0;
  right: 0;
  top: 0 !important;
}
.department-grid-style .inner-sec.no .department-desc {
  padding: 30px 40px 40px;
}
.department-grid-style .inner-sec .department-img {
  position: relative;
}
.department-grid-style .inner-sec .department-img .thumimge {
  overflow: hidden;
}
.department-grid-style .inner-sec .department-img img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.department-grid-style .inner-sec .department-img span {
  margin: 0;
  display: inline-block;
  background: #0b2ba7;
  padding: 16px;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
.department-grid-style .inner-sec .department-img span img {
  width: 35px;
}
.department-grid-style .inner-sec .department-desc {
  padding: 65px 40px 40px;
}
.department-grid-style .inner-sec .department-desc h3.services-title {
  margin-bottom: 10px;
}
.department-grid-style .inner-sec .department-desc h3.services-title a {
  color: #303745;
}
.department-grid-style .inner-sec .department-desc h3.services-title:hover a {
  color: #0b2ba7;
}
.department-grid-style .inner-sec .department-desc p {
  margin-bottom: 0;
}
.department-grid-style .inner-sec .department-desc a {
  margin-top: 30px;
}
.department-grid-style .inner-sec:hover .department-img span {
  top: 102%;
}
.department-grid-style .inner-sec:hover .department-img .thumimge img {
  transform: scale(1.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial {
  margin: 0;
  border-left: 4px solid #0b2ba7;
  box-shadow: none;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:before,
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
  border-top-color: #0b2ba7;
  border-right-color: #0b2ba7;
  border-right: 30px solid #0b2ba7;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
  border-top: 30px solid transparent;
  border-bottom-color: #0b2ba7;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial .cl-author-info li:first-child {
  font-size: 18px;
  color: #021b79;
  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;
}
.light-button #cl-testimonial ul.slick-dots li button {
  border: 1px solid #fff !important;
}
.mfp-close-btn-in .mfp-close {
  top: 56px;
  right: 20px;
  text-align: right;
  padding-right: 0;
  display: inline-block;
  text-align: center;
  background: #0b2ba7;
  width: 44px;
  border-radius: 50%;
  font-size: 27px;
}
.rs_button.btn-border {
  border-width: 2px;
  color: #0b2ba7;
  border-style: solid;
  border-color: #0b2ba7;
  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 {
  font-size: 16px;
  background: transparent !important;
  color: #494949;
  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: #0b2ba7;
  background: transparent !important;
}
.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-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.gutter-no-gap .row {
  margin: 0 !important;
}
.gutter-no-gap .row [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
}
.portfolio-item {
  border-radius: 5px;
}
.services-desc-style4 h4.services-title {
  margin: 20px 0 20px;
}
.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: #0b2ba7;
  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;
}
.single-teams .details-tabs-area {
  margin-right: 30px;
}
.single-teams .details-tabs-area .team-detail-wrap {
  background: #fff;
  padding: 25px 50px 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
}
.single-teams .title-bg-gray {
  color: #0b2ba7;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.single-teams .ps-informations {
  padding: 30px 0 0;
  text-align: left;
  overflow: hidden;
}
.single-teams .ps-informations h2.single-title {
  margin: -8px 0 0px;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 20px;
  color: #0b2ba7;
}
.single-teams .ps-informations .designation-info {
  font-size: 16px;
  font-weight: 500;
  color: #303745;
}
.single-teams .ps-informations ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.single-teams .ps-informations ul li {
  border: none !important;
  margin: 0;
}
.single-teams .ps-informations ul li span {
  width: auto;
}
.single-teams .ps-informations ul li.social-icon {
  border: none;
  margin-top: 0;
  display: inline-block;
  padding-top: 0;
}
.single-teams .ps-informations ul li.social-icon i {
  line-height: 35px;
  width: 35px;
  height: 35px;
  font-size: 14px;
  transition: 0.4s;
}
.single-teams .ps-informations ul li.phone,
.single-teams .ps-informations ul li.email {
  margin: 10px 0 0;
  padding: 0;
  display: block;
}
.single-teams .ps-informations ul li.phone a,
.single-teams .ps-informations ul li.email a {
  color: #494949;
}
.single-teams .ps-informations ul li.phone a:hover,
.single-teams .ps-informations ul li.email a:hover {
  color: #0b2ba7;
}
.single-teams .ps-informations ul li.phone i,
.single-teams .ps-informations ul li.email i {
  font-size: 16px;
  color: #494959;
  margin-right: 6px;
  position: relative;
  top: 2px;
  font-weight: 500;
}
.single-teams .ps-informations ul li.phone i:before,
.single-teams .ps-informations ul li.email i:before {
  font-size: 16px;
}
.single-teams .ps-informations ul li.phone {
  margin-left: 0;
}
.single-teams .ps-informations.ps-informations2 {
  padding: 20px 0 0;
}
.single-teams .project-desc {
  margin-bottom: 40px;
  background: #fff;
  margin-right: 30px;
  padding: 40px 50px 39px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.single-teams .project-desc p {
  margin-bottom: 18px;
}
.single-teams .project-desc .nav {
  margin-left: 0;
  background: #f4f7fc;
}
.single-teams .project-desc .nav li {
  width: 33.333%;
  text-align: center;
}
.single-teams .project-desc .nav li + li {
  border-left: 1px solid #ddd;
}
.single-teams .project-desc .nav .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 0;
}
.single-teams .project-desc .nav .nav-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #0b2ba7;
  bottom: -5px;
  left: 0;
  transition: 0.4s;
}
.single-teams .project-desc .nav .nav-link.active:before {
  bottom: 0;
}
.single-teams .inner-images {
  padding: 40px 40px 40px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
}
.single-teams .team-detail-wrap-btm.team-inner {
  background: #0b2ba7;
  padding-bottom: 54px;
  margin-top: 40px;
}
.single-teams .team-detail-wrap-btm.team-inner .siderbar-title {
  color: #fff;
}
.single-teams .team-detail-wrap-btm.team-inner .siderbar-title:before {
  background: #fff;
}
.single-teams .team-detail-wrap-btm.team-inner #appointment {
  padding-top: 5px;
}
.single-teams .team-detail-wrap-btm.team-inner .appointment-btn {
  padding-top: 8px;
}
.single-teams .team-detail-wrap-btm.team-inner .appointment-btn a {
  background: #fff;
  color: #0b2ba7;
  border-color: #fff;
}
.single-teams .team-detail-wrap-btm.team-inner tbody tr {
  background: none;
}
.single-teams .team-detail-wrap-btm.team-inner tbody tr td {
  padding: 8px 0;
  color: #fff;
}
.single-teams .team-inner {
  padding: 40px 40px 44px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
.single-teams .team-inner h3 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
}
.single-teams .team-inner h3:before {
  content: "";
  position: absolute;
  background: #0b2ba7;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  opacity: .5;
}
.single-teams .team-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-teams .team-inner ul li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 13px 0;
}
.single-teams .team-inner ul li i {
  color: #0b2ba7;
  margin-right: 5px;
  display: none;
}
.single-teams .team-inner ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.single-teams .doctor-awardss.team-inner {
  padding-top: 25px;
}
.single-teams .siderbar-title {
  margin: 0 0 30px;
  color: #0b2ba7;
  text-transform: capitalize;
}
.single-teams .details-tabs-area #appointment .readon {
  margin-top: 17px;
}
.single-teams .chevron-right-icon li {
  float: left;
  width: 50%;
  margin: 4px 0;
}
.single-teams h3.title-left-border {
  margin-top: 45px;
}
.single-teams .emergency-time {
  padding: 40px 15px 32px;
}
.single-teams .emergency-time .emergency-title {
  margin: 14px 0 4px;
}
.single-teams .emergency-time i {
  color: #0b2ba7;
}
.single-teams .emergency-time i:before {
  font-size: 50px;
}
.single-teams .emergency-time p {
  margin-bottom: 0;
}
.single-teams .doctor-awards {
  margin: 40px 0;
}
.single-teams .doctor-awards .award-list {
  margin-top: 20px;
}
.single-teams .doctor-awards .award-list h4 {
  margin: 0 0 4px;
}
.contact-page1 .form-button .submit-btn {
  width: 156px;
}
.contact-page1 .form-button .submit-btn .wpcf7-submit {
  background: #fff;
  color: #0b2ba7;
}
.contact-page1 .form-button .submit-btn i:before {
  color: #0b2ba7;
}
.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: 12px 25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more:hover {
  background: #0b2ba7 !important;
  border-color: #0b2ba7 !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: #021b79;
  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: #021b79;
  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: #021b79;
}
.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: #0b2ba7;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #021b79;
  -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 {
  text-transform: uppercase;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}
.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: #0b2ba7 !important;
}
.single-events .ps-navigation {
  margin-bottom: 0;
}
.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
  ---------------------------------------*/
.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: 0;
  visibility: hidden;
  background: transparent !important;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.rs-galleys .galley-img .zoom-icon i:before {
  font-size: 40px;
}
.rs-galleys .galley-img .zoom-icon:hover {
  color: #0b2ba7;
  opacity: 0.8 !important;
}
.rs-galleys .galley-img:before {
  content: "";
  position: absolute;
  background: #021b79;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 100%;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
}
.rs-galleys .galley-img:hover:before {
  width: 100%;
}
.rs-galleys .galley-img:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
  color: #fff !important;
}
.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: 700;
}
.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: 500;
  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 #0b2ba7;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-porfolio-details .ps-share ul li a:hover {
  background-color: #0b2ba7;
  color: #021b79;
}
.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: 500;
  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 #0b2ba7;
  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: #0b2ba7;
  color: #ffffff;
}
/*--------------------------------------------------------------
Rs service slider css
--------------------------------------------------------------*/
#rs-services-slider {
  padding-bottom: 30px;
}
#rs-services-slider .item-thumb {
  width: 100%;
  padding-right: 16px;
}
#rs-services-slider .item-thumb img {
  border-radius: 5px;
}
#rs-services-slider .item-thumb .owl-dot {
  width: 48%;
  display: inline-block;
  justify-content: center;
  padding: 10px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}
#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: #0b2ba7;
}
#rs-services-slider .img_wrap a img {
  width: 100%;
}
#rs-services-slider .img_wrap:before {
  content: "";
  position: absolute;
  background: #021b79;
  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: #021b79;
  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;
  text-transform: uppercase;
}
#rs-services-slider .menu-carousel .heading-block h4 a {
  font-weight: 600;
  color: #303745;
  transition: .20s;
}
#rs-services-slider .menu-carousel .heading-block h4 a:hover {
  color: #0b2ba7;
}
#rs-services-slider .menu-carousel .feature-content {
  position: relative;
  padding: 16px 0 0;
  border-radius: 0 0 5px 0px;
  text-align: left;
}
#rs-services-slider .menu-carousel .feature-content .service_details {
  padding-top: 36px;
}
#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: 500;
}
#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: 12px;
  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: 17px;
  font-weight: 500;
  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 {
  border-radius: 5px;
}
#rs-services-slider .clfeatures .cl-ft-item img {
  display: block;
  margin: 0;
  border-radius: 5px;
}
#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.service_icon_style {
  float: none;
  text-align: center;
  background: #ffffff;
  padding-top: 28px;
  padding-bottom: 22px;
  border-radius: 3px;
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.02);
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style:before {
  display: none;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style .tile-content {
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style .tile-content a {
  color: #303745;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style.active .tile-content a,
#rs-services-slider .item-thumb .owl-dot.service_icon_style:hover .tile-content a {
  color: #021b79;
}
#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: #0b2ba7;
  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: #0b2ba7;
}
#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;
}
/*--------------------------------------------------------------
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: #021b79;
  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: #021b79;
  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: 500;
  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: #021b79;
  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: 48px;
  background: #fff;
  border: 2px solid;
  border-color: #fff;
  color: #021b79;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover {
  background: #fff;
  padding-right: 55px;
  border: 2px solid;
  border-color: #021b79;
  color: #021b79;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover:before {
  right: 35px;
  color: #021b79;
}
.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.rs-service-stylestyle4 .service-item-four {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  content: "";
  position: absolute;
  border-radius: 0;
  z-index: 0;
  transition: 0.4s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b2ba7+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(bottom, #0b2ba7 0%, rgba(125, 185, 232, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #0b2ba7 0%, rgba(125, 185, 232, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #0b2ba7 0%, rgba(125, 185, 232, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b2ba7', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  content: "";
  position: absolute;
  background: transparent;
  border-radius: 0;
  z-index: 1;
  transition: 0.4s;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover:before {
  background-color: #0b2ba7;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content {
  padding: 0 20px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  bottom: 15px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content .p-title {
  margin-bottom: 12px;
  font-size: 20px;
  width: 100%;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content p {
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  height: 0;
  transition: 0.4s;
  color: #ffffff;
  display: block;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content h3 {
  color: #fff;
  padding: 12px 15px 0;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content:after,
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content:before {
  background: transparent;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content {
  bottom: 30px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content h3 {
  color: #fff;
  padding: 0;
  background: transparent;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content p {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.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 #021b79;
  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: 34px 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;
}
ul.double-style {
  list-style: none;
  margin: 0;
}
ul.double-style li {
  font-size: 20px;
  color: #0b2ba7;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Exo', sans-serif;
  position: relative;
  padding-left: 18px;
}
ul.double-style li:before {
  position: absolute;
  content: "";
  border: 3px solid;
  top: 41%;
  border-radius: 50%;
  left: 0;
  border-color: #0cf;
  font-size: 15px;
}
/*--------------------------------------------------------------
    Floating CSS
--------------------------------------------------------------*/
.floating-top {
  position: relative;
  z-index: 1;
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #494949;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  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: 'Exo', sans-serif;
  color: #303745;
  margin: 0 0 26px;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
a {
  color: #0b2ba7;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #021b79;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #0b2ba7;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #0b2ba7;
  text-shadow: none;
  color: #ffffff;
}
.box-shadow {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
}
body .bg-fixed {
  background-attachment: fixed !important;
  background-position: center top !important;
}
body .bg-top {
  background-position: center top !important;
}
body .bg-bottom {
  background-position: center bottom !important;
}
.border-left-radius > .vc_column-inner {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.border-right-radius > .vc_column-inner {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.overflow-visible {
  overflow: visible !important;
}
.opening-time > .vc_column-inner {
  border-radius: 0 10px 10px 0;
}
.opening-time > .vc_column-inner table {
  max-width: 300px;
}
.opening-time > .vc_column-inner .rs-contact .contact-address .address-item .address-text,
.opening-time > .vc_column-inner .rs-contact .contact-address .address-item .address-text a,
.opening-time > .vc_column-inner .rs-contact .contact-address .address-item .address-text h3.contact-title,
.opening-time > .vc_column-inner .rs-contact .contact-address .address-item .address-icon i {
  color: #fff;
}
.opening-time > .vc_column-inner .rs-heading.style6 .title-inner {
  padding-bottom: 0;
}
.opening-time > .vc_column-inner h4 {
  color: #fff;
  margin-top: 50px;
}
.opening-time > .vc_column-inner tr td {
  padding: 4px 0;
}
.opening-time > .vc_column-inner .rs-contact .contact-address .address-item .address-icon {
  text-align: left;
}
.opening-time > .vc_column-inner i.icon {
  margin: 0;
}
.opening-time > .vc_column-inner .rs-contact .contact-address .address-item .address-icon {
  width: 30px;
}
.title-upper {
  text-transform: uppercase !important;
}
.white-color {
  color: #fff;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
  color: #fff;
}
iframe {
  width: 100%;
}
.floating-box {
  position: relative;
  z-index: 9;
  top: 160px;
}
.menu-cart-area h2 {
  display: none;
}
.bs-sidebar #wp-calendar th {
  background: #0b2ba7;
  color: #fff;
}
/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-error .container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-error .content-area {
  position: relative;
  z-index: 101;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1.page-title {
  color: #0b2ba7;
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h3 {
  color: #303745;
  font-size: 35px;
  font-weight: 700;
}
.page-error .content-area h3 span {
  display: block;
  font-size: 250px;
  line-height: 175px;
  margin: 0 0 60px;
}
.page-error .bs-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-error .bs-sidebar {
  padding: 10px 0 35px;
}
/* ------------------------------------
    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: #0b2ba7;
}
.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 !important;
}
ul.stylelisting li {
  position: relative;
  padding-left: 22px !important;
  line-height: 34px;
  border: none !important;
}
ul.stylelisting li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f054";
  font-family: 'FontAwesome';
  color: #437ff9;
  font-size: 12px;
}
blockquote {
  margin: 35px 0 !important;
  padding: 50px 60px 40px 60px;
  color: #666;
  position: relative;
  background: #fbfbfb;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  line-height: 32px;
  text-align: left;
  clear: both;
}
blockquote:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #0b2ba7;
}
blockquote p {
  margin-bottom: 10px !important;
}
mark,
ins {
  background: #0b2ba7;
  color: #fff;
  padding: 0 4px;
}
code {
  background: #0b2ba7;
  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 #021b79;
  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 #021b79;
  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 #021b79;
  border-right: 250px solid transparent;
  left: -21px;
  top: -21px;
}
.border-image.small-border .vc_single_image-wrapper:before {
  border-bottom: 250px solid #021b79;
  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: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all .5s ease;
  border-radius: 10px;
  padding: 15px 35px;
  background: #021b79;
  position: relative;
}
.mb-30 {
  margin-bottom: 30px;
}
.submit-btn {
  margin: 35px 0 0;
  padding: 0;
  position: relative;
  width: 215px;
}
.submit-btn .wpcf7-submit {
  margin: 0 !important;
  padding: 16px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 56px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600 !important;
}
.submit-btn i {
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  font-size: 13px;
  transition: all 0.3s ease 0s;
}
.submit-btn i:before {
  font-size: 15px;
  color: #fff;
}
.submit-btn:hover i {
  opacity: 1;
  right: -3px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
  background: #0b2ba7;
  color: #021b79;
}
input[type="submit"]:hover {
  opacity: .9;
}
.main-contain #content {
  padding-top: 130px;
  padding-bottom: 130px;
}
.main-contain .rs-porfolio-details #content {
  padding-bottom: 90px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}
body.single-teams {
  background: #f9f8ff;
}
body.single-teams .main-contain #content {
  padding-bottom: 130px;
}
.single-product .main-contain #content {
  padding-bottom: 47px;
}
.post-type-archive-product .main-contain #content {
  padding-bottom: 120px;
}
.woocommerce-cart .main-contain #content {
  padding-bottom: 100px !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;
}
.rs-heading .description {
  font-size: 18px;
  line-height: 30px;
}
.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;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
input[type="email"] {
  color: #494949;
  opacity: 1;
  border-radius: 4px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb;
  opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb;
  opacity: 1;
}
select {
  color: #bbb;
  cursor: pointer;
}
select:valid {
  color: #494949;
}
body #repeat_shape_bg {
  background-repeat: repeat-x !important;
  height: 90px;
  background-size: contain !important;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  color: #0b2ba7;
}
a:hover,
a:focus,
a:active {
  color: #444444;
}
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;
}
.owl-carousel {
  padding-top: 0;
}
.owl-carousel .owl-nav {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #021b79;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease all;
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-nav [class*="owl-"]:before {
  font-family: Flaticon;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
  content: "\f138";
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next:before {
  content: "\f137";
  margin-left: 2px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #0b2ba7;
  color: #fff;
}
.owl-carousel:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-prev {
  left: -60px;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-next {
  right: -60px;
}
.owl-carousel .partner-item a img {
  width: auto;
  margin: 0 auto;
}
.sidenav {
  float: none;
  background: #fafafa;
  list-style: none;
  width: 480px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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: #303745 !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: #0b2ba7;
  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: 30px;
}
.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: #494949;
}
.sidenav .fa-ul li a {
  color: #494949;
}
.sidenav .fa-ul li a:hover {
  color: #0b2ba7;
}
.sidenav .offcanvas_social {
  margin-left: 0;
  list-style-type: none;
  padding-bottom: 90px;
  padding-top: 7px;
}
.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: #021b79;
  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: #0b2ba7;
}
.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: #303745;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: #0b2ba7;
}
.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: #0b2ba7;
  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);
}
.fa-ul {
  list-style: none;
}
.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 span {
  background: #fff !important;
}
#rs-header .menu-area .navbar ul > li.mega.mega-two-cols > ul {
  width: 55%;
  right: auto;
  left: auto;
}
#rs-header .menu-area .navbar ul li.mega ul > li.two-col {
  width: 50%;
}
#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: #0b2ba7;
}
.default_header .menu-area .navbar ul > li > a:after {
  background: #0b2ba7;
}
body .whychoose .vc_tta-tabs-container {
  margin-right: 0 !important;
}
body .whychoose ul.vc_tta-tabs-list {
  background: rgba(2, 27, 121, 0.7);
  text-align: center;
}
body .whychoose ul.vc_tta-tabs-list li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  transition: all 0.3s ease 0s;
  width: 19.888%;
}
body .whychoose ul.vc_tta-tabs-list li a {
  background: none !important;
  border: none !important;
  color: #fff !important;
  padding: 60px 12px !important;
}
body .whychoose ul.vc_tta-tabs-list li a i {
  font-size: 30px !important;
  display: block !important;
}
body .whychoose ul.vc_tta-tabs-list li a span {
  display: block;
  margin: 0 !important;
  padding-top: 30px !important;
}
body .whychoose ul.vc_tta-tabs-list li:last-child {
  border: none;
}
body .whychoose ul.vc_tta-tabs-list li:hover:before {
  content: "";
  position: absolute;
  background: #0b2ba7;
  top: 0;
  left: -2px;
  transition: all 0.3s ease 0s;
  right: 0;
  width: 102%;
  height: 100%;
  display: block;
  z-index: 0;
}
body .whychoose ul.vc_tta-tabs-list li.vc_active:before {
  content: "";
  position: absolute;
  background: #0b2ba7;
  top: 0;
  left: -2px;
  right: 0;
  width: 102%;
  height: 100%;
  display: block;
  z-index: 0;
}
body .whychoose .vc_tta-panels-container .vc_tta-panels {
  border: none !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 0 !important;
}
.customrev .rev-btn i {
  position: absolute;
  top: 50%;
  right: 26px;
  transition: all 0.3s;
  transform: translateY(-50%);
  opacity: 1;
  font-size: 16px;
}
.customrev .rev-btn:hover i {
  opacity: 1;
  right: 18px;
}
body.mp-event-template-default .main-contain #content {
  padding-bottom: 87px;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 999;
  -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 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu-sticky.sticky .navbar ul li > a {
  color: #303745;
  font-size: 14px;
}
.menu-sticky.sticky .btn_quote {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.menu-sticky.sticky .quote-button {
  color: #fff;
  border-color: #0b2ba7;
  background: #0b2ba7;
}
.menu-sticky.sticky .quote-button:hover {
  border-color: #0b2ba7;
  color: #0b2ba7;
  background: transparent !important;
}
.menu-sticky.sticky .nav-link-container i {
  color: #303745;
}
#cl-testimonial.testimonial-dark .testimonial-slide.slider1 .testimonial-item .testimonial-content p {
  height: 150px;
  overflow: hidden;
}
.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 #021b79;
  border-right: 8px solid #021b79;
  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 #021b79;
  border-left: 8px solid #021b79;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.round-shape .coming-soon-text {
  position: relative;
  z-index: 99;
}
.home2-video .rs-video-2 img {
  border-radius: 10px;
}
.overlap-video .rs-video-2 img {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.border-shadow img {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.box-shadow img {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
}
/* -----------------------
    05. Slider Section
--------------------------*/
#banner-slider .slotholder {
  position: relative;
}
#banner-slider .slotholder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  width: 100%;
  height: 100%;
}
#banner-slider .text-shadow {
  text-shadow: 1px 0px 13px rgba(0, 0, 0, 0.7);
}
/* -----------------------
    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: #021b79;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  opacity: 0.8;
}
/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
  background: #0b2ba7;
}
.rs-breadcrumbs .breadcrumbs-title {
  font-size: 0px;
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-title span {
  font-size: 14px;
  position: relative;
  padding-right: 16px;
}
.rs-breadcrumbs .breadcrumbs-title span a span {
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-title span a span:hover {
  opacity: .7;
}
.rs-breadcrumbs .breadcrumbs-title span a:before {
  content: "";
  right: 0px;
  position: absolute;
  padding: 0 8px 0 0;
  content: "\f147";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  display: block !important;
  top: -1px;
  color: #fff;
  font-size: 12px;
}
.rs-breadcrumbs .breadcrumbs-title .current-item {
  color: #f8f8ff;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 75px 0 75px;
  text-align: center;
  position: relative;
}
.rs-breadcrumbs .breadcrumbs-inner .banner-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
  padding: 0 0 8px 0;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
  background: #fbfbfb;
  color: #494949 !important;
  padding: 4px 19px 5px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a:hover {
  background: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta {
  padding-left: 0;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li {
  margin-right: 13px;
  font-size: 13px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i {
  margin-right: 3px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
  font-size: 14px;
  font-weight: 600;
}
.rs-breadcrumbs .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.rs-breadcrumbs .breadcrumbs-single {
  background-size: cover;
}
.rs-breadcrumbs .trail-browse {
  display: none !important;
}
.rs-breadcrumbs .trail-items li {
  position: relative;
}
.rs-breadcrumbs .trail-items li a {
  padding-right: 20px;
}
.rs-breadcrumbs .trail-items li::after {
  right: 0px;
  position: absolute;
  padding: 0;
  content: "\f147";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  display: block !important;
  top: 0;
}
.rs-breadcrumbs .trail-items li.trail-end::after {
  display: none !important;
}
.rs-breadcrumbs .page-title {
  margin: 0;
  padding-bottom: 0 !important;
  color: #fff !important;
  text-transform: uppercase;
}
.rs-breadcrumbs .breadcrumbs {
  text-align: center;
}
.rs-breadcrumbs .trail-items li::after {
  font-size: 12px;
}
.rs-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px;
}
.rs-breadcrumbs ul li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
}
.rs-breadcrumbs ul li * {
  color: #fff;
}
.rs-breadcrumbs ul li a {
  padding: 0 8px;
  color: #fff;
}
.rs-breadcrumbs ul li a:hover {
  color: #0b2ba7;
}
.rs-breadcrumbs ul li.trail-begin a {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.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;
}
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.entry-content .page-links {
  padding-top: 30px;
}
.comment-reply-title {
  font-size: 20px;
  margin-top: 14px;
}
.page .comments-title {
  font-size: 20px;
  font-weight: 600;
}
.single-post .bs-sidebar h2 {
  margin-top: 0;
}
.recent-widget .show-featured .post-img img {
  border-radius: 3px;
}
.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}
.creative-collaboration .vc_toggle_default .vc_toggle_icon,
.creative-collaboration .vc_toggle_default .vc_toggle_icon:before {
  border: 1px solid #303745;
}
.creative-collaboration .vc_toggle {
  border-bottom: 1px solid #e8e8e9;
}
.creative-collaboration .vc_toggle_content,
.creative-collaboration .vc_toggle_title {
  padding-left: 0;
}
.creative-collaboration .vc_toggle_title .vc_toggle_icon {
  left: auto;
  right: 0;
}
.creative-collaboration .vc_toggle_title h3,
.creative-collaboration .vc_toggle {
  margin: 15px 0;
}
.slidervideo {
  position: relative;
}
.slidervideo .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;
}
.slidervideo:hover .popup-videos {
  animation-duration: 0.8s;
}
.slidervideo .slider-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto !important;
  left: 50%;
  top: 50%;
  text-align: center !important;
  background: #0b2ba7;
  cursor: pointer;
}
.slidervideo .slider-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 200ms;
}
.slidervideo .slider-videos:before {
  background: #0b2ba7;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.slidervideo .slider-videos i {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 25px !important;
  color: #28406d;
  top: 19px;
  position: absolute;
  left: 23px;
}
.slidervideo .slider-videos i:before {
  color: #021b79;
}
.slidervideo .slider-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.slidervideo .slider-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;
}
.slidervideo:hover .overly-border:before,
.slidervideo:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.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;
}
.why-choose .rs-services-default .services-wrap {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  padding: 50px 20px 20px 20px;
  border-radius: 5px;
  text-align: center;
  margin: 0;
}
.why-choose .rs-services-default .services-wrap .services-item {
  margin: 0;
}
.shadow-service .rs-services-style4 {
  border: none;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.full-creative .vc_toggle_default {
  max-width: 490px;
}
.full-creative .vc_single_image-img {
  border-radius: 0;
}
.map iframe {
  filter: grayscale(1);
}
.map .wpb_gmaps_widget {
  margin: 0;
}
.map .wpb_wrapper {
  padding: 0 !important;
}
.map .vc_column-inner {
  padding: 0 !important;
}
.vc_row.home2-testimonial {
  background-position: center top !important;
}
#cl-testimonial .testimonial-slide.slider1 .testimonial-item {
  padding: 10px;
}
#cl-testimonial .testimonial-slide.slider1 .testimonial-item .testimonial-content {
  font-size: 16px;
  padding: 40px 50px;
  border-radius: 10px;
  text-align: center;
}
#cl-testimonial .testimonial-slide.slider1 .testimonial-item .testimonial-content p {
  text-align: center;
  font-style: normal;
}
#cl-testimonial .testimonial-slide.slider1 .testimonial-item .testimonial-content ul.cl-author-info li {
  font-family: 'Exo', sans-serif;
}
#cl-testimonial .testimonial-slide.slider1 .testimonial-item .testimonial-content ul.cl-author-info li:first-child {
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #0b2ba7;
}
#cl-testimonial.testimonial-dark .testimonial-slide.slider1 .testimonial-item {
  padding: 10px;
}
#cl-testimonial.testimonial-dark .testimonial-slide.slider1 .testimonial-item .testimonial-content {
  font-size: 16px;
  padding: 40px 50px;
  border-radius: 10px;
  text-align: center;
  background: rgba(2, 27, 121, 0.8) !important;
  color: #fff !important;
}
#cl-testimonial.testimonial-dark .testimonial-slide.slider1 .testimonial-item .testimonial-content p {
  text-align: center;
  font-style: normal;
}
#cl-testimonial.testimonial-dark .testimonial-slide.slider1 .testimonial-item .testimonial-content ul.cl-author-info li {
  font-family: 'Exo', sans-serif;
  color: #fff !important;
}
#cl-testimonial.testimonial-dark .testimonial-slide.slider1 .testimonial-item .testimonial-content ul.cl-author-info li:first-child {
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #d1d1d1 !important;
}
.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 #021b79;
  background: none;
  border-radius: 0;
  width: 100%;
}
.contact-sec .wpcf7-form .wpcf7-textarea {
  border: none;
  border-bottom: 2px solid #021b79;
  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: #021b79;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
}
.contact-sec .contact:after {
  content: '';
  position: absolute;
  height: 40%;
  width: 2px;
  background-color: #021b79;
  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: #021b79;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  display: block;
}
.full-video .rs-services1.services-left {
  padding: 0;
  max-width: 500px;
}
.full-video .rs-services1.services-left .services-wrap .services-item {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.full-video .rs-services1.services-left .services-wrap .services-item .services-icon {
  width: 18%;
}
.full-video .rs-services1.services-left .services-wrap .services-item .services-icon i {
  background: #021b79;
  border-radius: 100%;
  line-height: 80px;
  height: 80px;
  width: 80px;
  font-size: 35px;
  cursor: pointer;
  color: #0b2ba7;
  margin-top: 8px;
}
.full-video .rs-services1.services-left .services-wrap .services-item .services-desc {
  width: 82%;
}
/* ----------------------------------
    09. Testitmoial
-------------------------------------*/
#cl-testimonial.cl-testimonial9 {
  padding: 0;
}
#cl-testimonial.cl-testimonial9 .single-testimonial {
  text-align: center;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial {
  background: url(../images/style9.png) no-repeat center top;
  padding-top: 60px;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial p {
  text-align: center;
  padding: 0 30px;
  font-size: 15px;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial p i {
  display: block;
  padding: 0;
  font-size: 35px;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .testimonial-image {
  text-align: center;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .testimonial-image img {
  display: inline;
  width: 80px;
  border-radius: 50px;
  border: 2px solid #021b79;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .cl-author-info li {
  font-size: 18px;
}
#cl-testimonial.cl-testimonial9 ul.testimonial-slide9 ul.slick-dots li button {
  border: 1px solid #021b79;
}
#cl-testimonial.cl-testimonial9 ul.testimonial-slide9 ul.slick-dots li.slick-active button {
  border: 1px solid #021b79;
}
#cl-testimonial.cl-testimonial10 {
  padding: 0;
}
#cl-testimonial.cl-testimonial10 .single-testimonial {
  text-align: center;
  padding-top: 50px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial {
  padding: 25px 15px;
  background: #f3f5f4;
  position: relative;
  border-radius: 7px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial p {
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial p i {
  display: block;
  padding: 0;
  font-size: 70px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .testimonial-image {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 25px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .testimonial-image img {
  display: inline;
  width: 120px;
  border-radius: 50%;
  box-shadow: 0 0px 68px rgba(34, 34, 34, 0.3);
}
#cl-testimonial.cl-testimonial10 .single-testimonial .cl-author-info li {
  font-size: 18px;
}
#cl-testimonial.cl-testimonial10 .slick-arrow {
  border: 1px solid #021b79;
  background: #021b79;
  border-radius: 100%;
  z-index: 99;
  line-height: 33px;
  top: 54%;
}
#cl-testimonial.cl-testimonial10 .slick-arrow:after {
  color: #fff;
}
#cl-testimonial.cl-testimonial10 .slick-arrow:hover {
  background: #021b79;
  border-color: #021b79;
}
#cl-testimonial.cl-testimonial10 .slick-arrow:hover:after {
  color: #fff;
}
#cl-testimonial.cl-testimonial10 .slick-arrow.slick-prev {
  left: 0;
}
#cl-testimonial.cl-testimonial10 .slick-arrow.slick-next {
  right: 0;
}
/*Best Quality Advice*/
#best-quality-advice .vc_tta-container {
  margin-bottom: 0;
}
#best-quality-advice .vc_tta-tabs-container {
  top: 60%;
  transform: translateY(-50%);
  left: 18.5%;
  max-width: 100%;
  list-style: none;
  position: absolute;
  z-index: 99999;
  overflow: visible !important;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tabs-list {
  overflow: visible !important;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab {
  padding-bottom: 92px;
  position: relative;
  display: block !important;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:after {
  content: "";
  height: 89%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 4px;
  z-index: -1;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:last-child {
  padding-right: 0;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:last-child:after {
  display: none;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab a {
  padding: 0;
  text-indent: -9999px;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a {
  background: #fff;
  border-color: #fff !important;
  position: relative;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a:after,
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a:before {
  display: none;
}
#best-quality-advice .vc_tta-panels-container .vc_tta-panel-body {
  padding: 0;
  border-radius: 0;
  overflow: visible !important;
  border: none;
}
#best-quality-advice .vc_tta-panels-container .tabs_content > div {
  padding-left: 42% !important;
}
#best-quality-advice .vc_tta-panel-heading {
  background: #fff;
  border-radius: 0;
}
#best-quality-advice .vc_tta-panel-heading a {
  color: #021b79;
}
#best-quality-advice .vc_tta-panel-heading:hover {
  background: #0b2ba7;
}
#best-quality-advice .vc_tta-panel-heading:hover a {
  color: #ffffff;
}
.overlay_image .wpb_single_image img {
  opacity: 0.7;
  transition: 0.4s;
}
.overlay_image .wpb_single_image:hover img {
  opacity: 1;
}
#slider-form-area .form-area {
  z-index: 11;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px 14px 25px;
  margin-top: -662px;
  max-width: 380px;
  margin-right: 15px;
  float: right;
}
#slider-form-area .form-area h2.title {
  text-transform: uppercase;
  margin: 0 0 18px;
}
#slider-form-area .form-area p {
  margin-bottom: 0;
}
#slider-form-area .form-area .submit-btn {
  margin: 0 auto;
}
#slider-form-area .form-area input {
  margin-bottom: 20px;
}
#slider-form-area .form-area textarea,
#slider-form-area .form-area input {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
#slider-form-area .form-area textarea {
  min-height: 120px;
}
#slider-form-area .form-area input[type="submit"] {
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  min-width: 200px;
  text-align: center;
  border: 0;
  padding: 0;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -50px;
  z-index: 1;
  text-transform: uppercase;
  background: #0b2ba7;
  color: #303745;
  font-weight: 700;
  border-radius: 30px !important;
}
#slider-form-area .form-area input[type="submit"]:hover {
  color: #ffffff;
  background: #021b79;
}
.main-contain .bg-bottom {
  background-position: center bottom !important;
}
.tp-caption.rev-btn.rev-withicon > i.flaticon-right-arrow:before {
  font-size: 14px;
}
.tp-caption.rev-btn.rev-withicon > i.flaticon-right-arrow {
  margin-left: 3px !important;
  transition: all 0.3s ease 0s;
}
.tp-caption.rev-btn.rev-withicon:hover > i.flaticon-right-arrow {
  margin-left: 8px !important;
}
.counter_style9 .count-icon {
  font-size: 38px !important;
}
.counter_style9 h3 {
  font-size: 48px !important;
  margin: 28px 0 18px !important;
}
.counter_style9 h4 {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.main-contain .skew-banner {
  background-position: center top !important;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container {
  float: left;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li {
  display: block !important;
  text-align: center;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a {
  background-color: #f3f5f4 !important;
  border: none;
  color: #021b79 !important;
  font-weight: 700;
  padding: 33px 17px 12px;
  border-radius: 0;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a i {
  display: block;
  font-size: 25px;
  color: #021b79;
  margin-bottom: 13px;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a .vc_tta-title-text {
  margin-left: 0 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
  background-color: #021b79 !important;
  color: #fff !important;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a i {
  color: #fff !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding-top: 0;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul {
  line-height: 30px;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul {
  margin: 0;
  list-style-type: none;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul li {
  padding: 9px 0;
  border-top: 1px solid #f3f5f4;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul li:first-child {
  padding-top: 0;
  border-top: none;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating .rating-price {
  background: #021b79;
  color: #0b2ba7;
  padding: 12px 23px;
  margin-top: 33px !important;
  display: block;
  max-width: 146px;
  text-align: center;
  border-radius: 3px;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body img {
  border-radius: 5px;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h3 {
  margin-bottom: 10px;
}
/* Skill bar */
#rs-skills {
  z-index: 9;
}
#rs-skills h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 45px;
  color: #021b79;
}
#rs-skills .vc_progress_bar {
  margin-bottom: 0;
}
#rs-skills .vc_progress_bar h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 60px;
  color: #021b79;
}
#rs-skills .vc_progress_bar .vc_single_bar {
  background: #021b79;
  margin-top: 23px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  line-height: 12px;
  height: 12px;
}
#rs-skills .vc_progress_bar .vc_single_bar + .vc_single_bar {
  margin-top: 50px;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_label {
  font-size: 15px;
  color: #444444;
  text-shadow: none;
  padding: 0;
  position: absolute;
  top: -22px;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_label_units {
  margin-left: 6px;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_bar {
  background-color: #0b2ba7 !important;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.box-show-item .service-inner {
  box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.08);
}
#about-history-tabs .wpb_text_column h4 {
  margin: 0 0 15px;
}
#about-history-tabs .vc_tta-tabs-container {
  margin: 0;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
  display: flex;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab {
  margin: 3px 20px 0 0;
  flex: auto;
  text-align: center;
  border: none !important;
  overflow: hidden;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a {
  background: #f7f7f7;
  color: #303745;
  font-size: 20px;
  font-weight: 600;
  border: none !important;
  overflow: hidden;
  border-radius: 30px;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a:hover {
  background: #021b79 !important;
  color: #ffffff;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab .vc_active a,
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-color: #0b2ba7 !important;
  background: #021b79;
  color: #ffffff;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right: 0;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel {
  margin: 3px 20px 0 0;
  flex: auto;
  text-align: center;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel a {
  border: none !important;
  background: #1d3450;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel a:hover {
  background: #0b2ba7;
  color: #303745;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel .vc_active a,
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel.vc_active a {
  background: #0b2ba7;
  color: #303745;
}
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title a {
  border: none !important;
  background: #1d3450;
  color: #fff;
  font-size: 16px;
}
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title a:hover {
  background: #0b2ba7;
  color: #303745;
}
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title .vc_active a,
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title.vc_active a {
  background: #0b2ba7;
  color: #303745;
}
#about-history-tabs .vc_tta-panels {
  border: none;
  background: transparent;
}
#about-history-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 50px 0 0;
  border: none;
}
#about-history-tabs ul.tabs-list_content {
  margin: 0;
  padding: 0;
  list-style: none;
}
#about-history-tabs ul.tabs-list_content li {
  position: relative;
  padding: 7px 0 7px 23px;
  border-bottom: none;
  line-height: 22px;
  float: left;
  width: 50%;
}
#about-history-tabs ul.tabs-list_content li:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 1px;
  top: auto;
  display: block !important;
  color: #0b2ba7;
}
.testimonials-area.slider8.text-center .images-testimonial p {
  max-width: 700px;
  margin: 0 auto !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading {
  border-radius: 0 !important;
  margin-bottom: 20px !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title {
  font-weight: 600 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title a,
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title i {
  color: #021b79 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title a {
  background: #f3f5f4 !important;
}
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title a,
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title i {
  color: #ffffff !important;
}
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background: #021b79 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-body {
  margin-bottom: 20px;
  padding-top: 20px !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-body h3 {
  color: #021b79 !important;
  font-size: 20px !important;
}
.apoints-sec form p {
  margin-bottom: 0;
}
.apoints-sec .wpcf7-text,
.apoints-sec select,
.apoints-sec .wpcf7-textarea {
  width: 100%;
  border: none;
  box-shadow: 0 0 20px #3333331a;
}
.apoints-sec .description {
  max-width: 570px;
  margin: 0 auto;
}
.apoints-sec .submit-btn {
  margin: 0 auto;
}
.apoints-sec select {
  margin-bottom: 30px;
}
.contact-page1 input.wpcf7-text,
.contact-page1 select,
.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;
}
.family-doctor .submit-btn {
  margin: 0;
}
.family-doctor .submit-btn i {
  color: #0b2ba7 !important;
}
.family-doctor input[type="submit"],
.family-doctor .submit-btn:hover input[type="submit"] {
  background: #ffffff !important;
  color: #0b2ba7 !important;
}
.family-doctor input[type="text"],
.family-doctor input[type="email"],
.family-doctor select {
  height: 66px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.family-doctor input[type="text"],
.family-doctor input[type="email"],
.family-doctor select,
.family-doctor textarea {
  background: transparent;
  border-color: #74a2ff;
  font-size: 12px;
  color: #ffffff;
}
.family-doctor select option {
  color: #494949;
}
.family-doctor input[type="text"]::-webkit-input-placeholder,
.family-doctor textarea::-webkit-input-placeholder,
.family-doctor input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.family-doctor input[type="text"]::-moz-placeholder,
.family-doctor textarea::-moz-placeholder,
.family-doctor input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.family-doctor input[type="text"]:-ms-input-placeholder,
.family-doctor textarea:-ms-input-placeholder,
.family-doctor input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.family-doctor input[type="text"]:-moz-placeholder,
.family-doctor textarea:-moz-placeholder,
.family-doctor input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.select-doctors {
  position: relative;
  z-index: 0;
}
.select-doctors select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  position: relative;
  z-index: 11;
  color: #bbb;
}
.select-doctors:after {
  content: '\f107';
  font: normal normal normal 17px/1 FontAwesome;
  color: #bbb;
  right: 30px;
  position: absolute;
  top: 13px;
  font-size: 20px;
  z-index: 11;
  pointer-events: none;
}
body .bg_top_position {
  background-position: top center !important;
}
.appointment-services .services-style-2.services-left .services-wrap .services-item .services-title2 {
  margin-top: 0;
  margin-bottom: 4px;
}
#rs-contact .contact-address {
  text-align: left;
}
#rs-contact .contact-address .address-item {
  display: flex;
  padding-bottom: 20px;
  position: relative;
  padding-top: 20px;
  background: #f7f7f7;
  padding-left: 26px;
  margin-bottom: 22px;
}
#rs-contact .contact-address .address-item .address-icon {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  background: #021b79;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
}
#rs-contact .contact-address .address-item .address-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #021b79;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
#rs-contact .contact-address .address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #021b79;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0;
  visibility: hidden;
}
#rs-contact .contact-address .address-item .address-icon:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
#rs-contact .contact-address .address-item .address-icon i {
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-size: 30px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
  margin-top: 7px;
}
#rs-contact .contact-address .address-item:last-child .address-icon:after {
  display: none;
}
#rs-contact .contact-address .address-item .address-text .contact-title {
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 6px;
}
#rs-contact .contact-address .address-item .address-text a {
  color: #494949;
}
#rs-contact .contact-address .address-item .address-text a:hover {
  color: #0b2ba7;
}
#rs-contact .contact-address .address-item:hover .address-icon:after,
#rs-contact .contact-address .address-item:hover .address-icon:before {
  opacity: 1;
  visibility: visible;
}
#rs-contact .contact-address.style2 {
  display: flex;
}
#rs-contact .contact-address.style2.text-center {
  text-align: center;
}
#rs-contact .contact-address.style2 .address-text {
  width: auto;
  padding: 0;
  float: none;
}
#rs-contact .contact-address.style2 .address-item {
  display: block;
  padding-right: 30px;
  position: relative;
  overflow: visible;
  width: 25%;
  background: transparent;
  padding: 15px;
  margin: 0 10px;
  border-radius: 5px;
}
#rs-contact .contact-address.style2 .address-item .address-icon {
  margin-right: 0;
  margin-bottom: 15px;
  float: none;
  z-index: 9;
}
#rs-contact .contact-address.style2 .address-item .address-icon:after {
  display: none;
}
#rs-contact .contact-address.style2 .address-item .address-icon i {
  margin-left: 0;
  vertical-align: middle;
  width: 100%;
  height: auto;
  font-size: 33px;
  margin-top: 7px;
}
#rs-contact .contact-address.style3 .address-item {
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
#rs-contact .contact-address.style3 .address-item .address-icon {
  background: transparent !important;
  height: 40px;
  width: 35px;
  line-height: 35px;
  margin-right: 10px;
}
#rs-contact .contact-address.style3 .address-item .address-icon:before {
  display: none !important;
}
#rs-contact .contact-address.style3 .address-item .address-icon i {
  color: #303745;
  line-height: 45px;
  font-size: 35px;
  width: 100%;
  height: auto;
  margin-left: 0;
}
#rs-contact .contact-address.style3 .address-item .address-text .contact-title {
  margin-top: 0;
}
.slidertop {
  z-index: 1 !important;
}
.table-background {
  border: none;
}
.table-background tr,
.table-background td,
.table-background th {
  border: none !important;
  padding: 15px 15px;
}
.table-background tbody tr:nth-child(odd) {
  background: #f9f8ff;
}
.sidebar-team .team-slider-style1 .team-item .team-content1,
.single-mp-event .team-slider-style1 .team-item .team-content1 {
  box-shadow: none;
  background: #fff;
  margin-bottom: 0;
}
.sidebar-team .team-slider-style1 .team-item .team-inner-wrap,
.single-mp-event .team-slider-style1 .team-item .team-inner-wrap {
  padding-bottom: 0;
}
ul.mptt-navigation-tabs {
  overflow: hidden;
  margin-bottom: 44px !important;
  background: #fff;
  box-shadow: 0 0 17px 11px rgba(0, 0, 0, 0.05);
  border: 2px solid #fff;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom: 2px solid #fff;
}
ul.mptt-navigation-tabs li {
  position: relative;
  overflow: hidden;
  padding: 25px 23px !important;
  float: left;
  background: #fff;
}
ul.mptt-navigation-tabs li:last-child {
  border-right-width: 1px;
}
ul.mptt-navigation-tabs li:hover {
  background: #0b2ba7;
}
ul.mptt-navigation-tabs li:hover a {
  color: #fff;
}
ul.mptt-navigation-tabs li a {
  color: #0b2ba7;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
ul.mptt-navigation-tabs li.active {
  border-top-color: transparent;
  background: #0b2ba7;
}
ul.mptt-navigation-tabs li.active a {
  color: #fff;
}
ul.mptt-navigation-tabs li.active:before {
  bottom: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  background-color: #0b2ba7;
  border: 1px solid #081f77 !important;
  color: #fff !important;
}
.mptt-shortcode-wrapper .mptt-select {
  width: 33%;
  position: relative;
}
.mptt-shortcode-wrapper .mptt-select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: 51px;
}
.mptt-shortcode-wrapper .mptt-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 17px;
  color: #bbb;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 11;
  display: block;
  pointer-events: none;
}
.mptt-shortcode-hours {
  background-color: #0b2ba7;
  color: #fff !important;
  font-weight: 600 !important;
  position: relative;
}
.mptt-shortcode-wrapper.mptt-table-fixed .mptt-shortcode-table {
  border-collapse: separate !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: transparent;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: 0px solid #fff;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td:first-child {
  border-bottom: 1px solid #081f77 !important;
  border-right: 1px solid #081f77 !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
  box-shadow: none;
  margin-bottom: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  outline: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.02);
  transition: all .5s ease;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .mptt-inner-event-content a.event-title {
  font-weight: 500;
  font-family: 'Exo', sans-serif;
  margin-top: 0;
  transition: none;
}
.vc_tta-panel .vc_tta-panel-heading,
.vc_tta-panel .vc_tta-panel-body {
  border-left: 0 !important;
  border-right: 0 !important;
  background: 0 0 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 17px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #303745 !important;
}
#google-map .wpb_wrapper {
  padding: 0;
}
#google-map .wpb_gmaps_widget {
  margin: 0;
}
#google-map iframe {
  filter: grayscale(1);
}
.contact2-map iframe {
  filter: grayscale(1);
}
.main-contain .contact-map2 .wpb_wrapper {
  padding: 0;
}
.main-contain .contact-map2 iframe {
  filter: grayscale(0.6);
}
.main-contain .contact-map2 iframe:hover {
  filter: grayscale(0);
}
.button-left .submit-btn {
  margin-left: 0;
}
.time-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.time-listing li {
  display: inline-block;
  width: 100%;
  padding-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: #021b79 !important;
}
.appointment-medical {
  width: 100%;
  overflow: hidden;
}
.appointment-medical textarea,
.appointment-medical input[type="text"],
.appointment-medical select {
  width: 100%;
  border-color: #f1f1f1;
}
.appointment-medical select {
  padding: 0 14px;
  margin-bottom: 20px;
  color: #bbb;
}
.appointment-medical select option {
  color: #494949;
}
.appointment-medical textarea {
  width: 100%;
  height: 110px;
}
.appointment-medical input::placeholder,
.appointment-medical textarea::placeholder {
  color: #bbb;
}
.appointment-medical .select-doctors::after {
  color: #bbb;
  pointer-events: none;
}
.appointment-medical p.appoint-btn {
  margin-top: 10px;
  display: block;
}
.dark-appointment .appointment-medical textarea,
.dark-appointment .appointment-medical input[type="text"],
.dark-appointment .appointment-medical select {
  height: auto;
  width: 100%;
  border-color: #000515;
  background: #0b2ba7;
  color: #fff;
  padding: 18px 20px;
  line-height: 20px;
}
.dark-appointment .appointment-medical input::placeholder,
.dark-appointment .appointment-medical textarea::placeholder {
  color: #fff;
}
.dark-appointment .appointment-medical .select-doctors::after {
  color: #fff;
  top: 20px;
}
.dark-appointment .appointment-medical textarea {
  height: 215px;
}
.bookappointments .vc_column-inner {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}
.home-appointment > .vc_column-inner {
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.home5-appointment input[type="submit"] {
  background: #fff !important;
  color: #0b2ba7 !important;
}
.home5-appointment .submit-btn.appoint-btn i:before {
  color: #0b2ba7;
}
.img-size-custom img {
  width: 55px;
}
.departments-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.departments-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.departments-list li:last-child {
  border-bottom: none;
}
.departments-list li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #021b79;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  border-left: 0 !important;
}
.rs-team .owl-nav button span {
  font-size: 0 !important;
}
.submit-btn {
  padding: 0;
  border: none !important;
  margin: 0 auto;
}
.submit-btn:hover i {
  color: #fff;
}
.submit-btn:hover input[type="submit"] {
  color: #fff;
  opacity: .9;
}
.top-services-dark {
  z-index: 1;
}
.top-services-dark .rs-services .services-style-7.services-left .services-wrap {
  background: none;
}
.top-services-dark .rs-services .services-style-7.services-left .services-wrap .services-item {
  background: #0b2ba7;
  border-radius: 5px;
  transform: all 0.3s ease 0s;
}
.top-services-dark .rs-services .services-style-7.services-left .services-wrap .services-item:hover {
  background: #021b79;
}
.top-services-light {
  z-index: 1;
}
.top-services-light .rs-services .services-style-7.services-left .services-wrap {
  background: none;
}
.top-services-light .rs-services .services-style-7.services-left .services-wrap .services-item {
  background: #fff;
  border-radius: 5px;
  transform: all 0.3s ease 0s;
}
.top-services-light .vc_column-inner {
  padding: 0 !important;
}
.mid-border .rs-counter-list .count-text {
  position: relative;
}
.mid-border .rs-counter-list .count-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 80%;
  border-left: 1px solid #eee;
  z-index: 1;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
}
.mid-border .rs-counter-list .count-text:after {
  content: "";
  position: absolute;
  display: block;
  height: 80%;
  border-left: 1px solid #eee;
  z-index: 1;
  top: 50%;
  right: -48px;
  transform: translateY(-50%);
}
.home-dental-form .submit-btn.appoint-btn {
  margin: 0;
}
.home-dental-form.form-dark .submit-btn.appoint-btn input[type="submit"] {
  background: #fff;
  color: #0b2ba7;
}
.home-dental-form.form-dark .submit-btn.appoint-btn i:before {
  color: #0b2ba7;
}
.home2services .rs-services .services-style-9 .services-wrap .services-item .services-desc {
  max-width: 100%;
}
.home2-boxes4 {
  z-index: 1;
}
#cl-testimonial.cl-testimonial10 ul.slick-dots li button {
  border: 1px solid #ffffff;
}
#cl-testimonial.cl-testimonial10 .slick-active button {
  background: #183e8a;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  padding: 1rem 1rem;
  overflow-wrap: normal;
  text-transform: uppercase;
  font-weight: 500;
}
.wraping-counter {
  z-index: 1;
  bottom: -30px;
  position: relative;
}
.wraping-counter .vc_column-inner {
  border-radius: 10px;
}
body.single-mp-event {
  background: #fbfbfb;
}
body.single-mp-event .event-content {
  overflow: hidden;
}
body.single-mp-event .event-content .timeslots-title {
  margin-top: 50px;
  text-transform: uppercase;
  display: none;
}
body.single-mp-event .event-content .timeslot {
  display: none;
}
body.single-mp-event .form-submit {
  margin-bottom: 0;
}
body.single-mp-event .mptt-shortcode-wrapper .timeslot {
  display: block;
}
body.single-mp-event .comments-area {
  padding-top: 57px;
}
ul.chevron-right-icon {
  margin-left: 25px;
  padding: 0;
  list-style: none;
}
ul.chevron-right-icon li {
  position: relative;
  margin: 10px 0;
}
ul.chevron-right-icon li:last-child {
  margin-top: 0;
}
ul.chevron-right-icon li:before {
  position: absolute;
  top: 1px;
  left: -25px;
  z-index: 0;
  content: "\f133";
  font-family: 'Flaticon';
  color: #0b2ba7;
  font-size: 12px;
}
ul.chevron-right-icon.white-color li,
ul.chevron-right-icon.white-color li:before {
  color: #ffffff;
}
.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;
}
.footer-top-widgets .textwidget {
  text-align: center;
  background: #fff;
  padding: 44px 12px 36px;
  border: 1px solid rgba(237, 237, 237, 0.75);
  min-height: 194px;
}
.footer-top-widgets .textwidget p {
  margin: 0;
}
.footer-top-widgets .helpline-number h5 {
  margin-bottom: 5px;
}
.footer-top-widgets .helpline-number i {
  margin-right: 10px;
}
.footer-top-widgets .helpline-number i:before {
  font-size: 30px;
}
.services-style-7.text-white i:before {
  font-size: 30px;
}
.services-style-7.text-white a {
  color: #ffffff;
}
#sidebar-services .box-shadow-single {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#sidebar-services .rs-heading .title-inner h3 {
  color: #303745;
  margin-bottom: 0;
  padding: 0 0 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600 !important;
  position: relative;
}
#sidebar-services .rs-heading .title-inner h3:before {
  content: "";
  position: absolute;
  background: #0b2ba7;
  height: 2px;
  width: 40px;
  left: 0;
  bottom: 4px;
  display: block;
  z-index: 1;
}
#sidebar-services .rs-contact .contact-address .address-item .address-icon i {
  vertical-align: top;
}
#sidebar-services .widget.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding-bottom: 0;
}
#sidebar-services .widget.widget_nav_menu ul li {
  padding: 0 40px;
  position: relative;
  transition: 0.4s;
}
#sidebar-services .widget.widget_nav_menu ul li:before {
  color: #021b79;
  left: 18px;
}
#sidebar-services .widget.widget_nav_menu ul li a {
  color: #494949;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 13px 0;
}
#sidebar-services .widget.widget_nav_menu ul li a:hover {
  color: #0b2ba7;
}
#sidebar-services .widget.widget_nav_menu ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}
#sidebar-services .widget.widget_nav_menu ul li.current-menu-item a {
  color: #0b2ba7;
}
#sidebar-services .download-btn {
  border-bottom: 5px solid #28406d;
  margin: 0;
  padding-bottom: 22px;
}
#sidebar-services .download-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-services .download-btn ul li {
  background: #021b79;
  padding: 12px 40px;
  margin: 0 0 15px;
  position: relative;
}
#sidebar-services .download-btn ul li a {
  color: #fff;
  display: block;
}
#sidebar-services .download-btn ul li:hover {
  opacity: .9;
}
#sidebar-services .download-btn ul li:first-child:before {
  font-family: FontAwesome;
  content: "\f1c1";
  position: absolute;
  left: 15px;
  color: #fff;
}
#sidebar-services .download-btn ul li:last-child:before {
  font-family: FontAwesome;
  content: "\f1c2";
  position: absolute;
  left: 15px;
  color: #fff;
}
#sidebar-services .wpb_widgetised_column {
  border-bottom: 5px solid #021b79;
  margin: 0;
}
#sidebar-services .bs-search button {
  color: #666;
  border-radius: 0;
  padding: 7px 11px;
}
#sidebar-services .bs-search button:hover {
  background: #021b79;
  color: #fff;
}
#sidebar-services .contact-address {
  padding-bottom: 0;
}
#sidebar-services .contact-address .address-item {
  margin: 0 0 15px;
}
#sidebar-services .rs-galleys {
  padding: 0 14px;
}
#sidebar-services .rs-galleys .col-md-4 {
  padding: 0;
}
#sidebar-services .rs-galleys .col-md-4 .galley-img {
  margin-bottom: 0;
}
#sidebar-services .time-listing {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 6px;
}
#sidebar-services .time-listing li {
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
#sidebar-services .time-listing li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.container .sidebar-title {
  padding: 10px 15px 13px 15px !important;
}
.container .sidebar-title .title {
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
.about-award strong {
  font-weight: 500;
}
.about-award a {
  color: #494949;
  border-bottom: 2px solid #494949;
  font-size: 18px;
}
.about-award a:hover {
  color: #0b2ba7;
  border-bottom: 2px solid #0b2ba7;
}
.about-award h5 {
  margin-top: 0px;
  margin-bottom: 18px;
}
.about-award .phone-contact {
  font-size: 18px;
  padding-top: 2px;
}
.about-award .phone-contact a:first-child {
  margin-right: 13px;
}
.about-award .phone-contact a:last-child {
  margin-left: 13px;
}
.opening-time tr:first-child td {
  padding-top: 0;
}
.opening-time tr td {
  border: none;
  color: #ffffff;
}
.opening-time tr td:last-child {
  text-align: right;
}
.no-border tr td {
  border: none;
}
body.single-services .rs-porfolio-details {
  padding: 100px 0 0;
}
#feedback .vc_tta-panel-heading,
#feedback .vc_tta-panel-body,
#management .vc_tta-panel-heading,
#management .vc_tta-panel-body,
#collaboration .vc_tta-panel-heading,
#collaboration .vc_tta-panel-body {
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
}
#feedback .vc_tta-title-text,
#management .vc_tta-title-text,
#collaboration .vc_tta-title-text {
  color: #021b79;
  font-size: 17px;
}
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border: none !important;
  background: #0b2ba7 !important;
}
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text {
  color: #fff !important;
}
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
  border-color: #fff  !important;
}
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: #fff !important;
}
.faq-style2 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border: 1px solid #f9f8ff !important;
  background: #f9f8ff !important;
  position: relative;
  left: -1px;
}
.faq-style2 .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: #fff !important;
  border: 1px solid #f9f8ff !important;
}
.skew-style-slider .revslider-initialised {
  overflow: hidden;
}
.skew-style-slider .revslider-initialised:before {
  background-color: #0b2ba7;
  transform: skewX(-18deg);
  content: "";
  height: 132%;
  position: absolute;
  bottom: 0;
  width: 58%;
  z-index: 1;
  left: -128px;
  opacity: 0.65;
}
.skew-style-slider .revslider-initialised .active-rs-slide {
  z-index: auto !important;
}
/************* Single Department *******************/
.single-mp-event #container .mptt-event.events-list {
  margin: 0;
  text-align: left;
}
.single-mp-event #container .mptt-event.events-list li {
  list-style: none !important;
  display: inline-block;
  width: 32%;
  padding: 25px 30px;
  margin-bottom: 15px;
  margin-right: 10px;
  border: 1px solid transparent;
  background: #ffffff;
}
.single-mp-event #container .mptt-event.events-list li:hover {
  box-shadow: 0px 5px 40px 0px rgba(230, 230, 230, 0.6);
}
.single-mp-event #container .mptt-event.events-list li:nth-child(3n+3) {
  margin-right: 0px;
}
.single-mp-event #container .mptt-event.events-list li p {
  margin-bottom: 10px;
}
.single-mp-event #container .mptt-event.events-list li .event-title {
  margin: 0 0 5px;
  font-weight: 600 !important;
  font-size: 20px;
}
.single-mp-event #container .mptt-event.events-list li .event-title a {
  pointer-events: none;
  color: #303745;
}
.single-mp-event #container .mptt-event.events-list li .event-title a:hover {
  color: #0b2ba7;
}
.single-mp-event #container .schedule-title {
  margin: 100px 0 40px !important;
  display: block;
  color: #303745;
  position: relative;
  text-align: left;
}
h3.schedule-title,
.mptt-event.events-list {
  display: none !important;
}
/*********************
    Doctor Search
**********************/
.page-template-doctor-search .main-contain #content {
  padding-top: 0 !important;
}
.page-template-doctor-search .searh-form-data {
  background: #fff;
  padding: 50px;
  margin-bottom: 130px;
  position: relative;
  margin-top: -75px;
  border-radius: 10px;
  box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
}
.page-template-doctor-search .searh-form-data input[type="text"] {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  padding: 13px 18px;
}
.page-template-doctor-search .searh-form-data select {
  width: 100%;
  height: auto;
  padding: 11px 18px;
}
.page-template-doctor-search .searh-form-data input[type="submit"] {
  width: 100%;
}
#medvill-load {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background: #021b79;
}
.medvill-loader,
.medvill-loader > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.medvill-loader {
  font-size: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.medvill-loader.la-dark {
  color: #333;
}
.medvill-loader > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.medvill-loader {
  width: 32px;
  height: 32px;
}
.medvill-loader > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: medvill-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: medvill-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: medvill-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: medvill-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.medvill-loader > div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.medvill-loader > div:nth-child(2) {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}
.medvill-loader > div:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
.medvill-loader.la-sm {
  width: 16px;
  height: 16px;
}
.medvill-loader.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.medvill-loader.la-2x {
  width: 64px;
  height: 64px;
}
.medvill-loader.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.medvill-loader.la-3x {
  width: 96px;
  height: 96px;
}
.medvill-loader.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
@-webkit-keyframes medvill-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-moz-keyframes medvill-loader-anim {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-o-keyframes medvill-loader-anim {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@keyframes medvill-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
.corona-service .rs-services .services-style-7.services-left .services-wrap .services-item .services-icon img {
  width: auto;
  height: auto;
}
.corona-service .rs-services .services-style-7.services-left .services-wrap .services-item .services-icon {
  width: auto;
}
.corona-service .rs-services .services-style-7.services-left .services-wrap .services-item {
  align-items: center;
  padding: 30px 20px;
}
.corona-service .rs-services .services-style-7.services-left .services-wrap .services-item .services-desc .services-title {
  margin-bottom: 0;
}
.single-image-corona img {
  width: 100%;
}
.rs-services-style4 .shadow-yes .icon-shadow {
  width: 90px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.1);
  transition: all .3s ease 0s;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
}
.rs-services-style4 .shadow-yes .more-text {
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.rs-services-style4 .shadow-yes .more-text i {
  padding-left: 5px;
  position: relative;
  top: 2px;
  transition: all .3s;
}
.rs-services-style4 .shadow-yes .more-text:hover i {
  padding-left: 10px;
}
