@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@charset "utf-8";

/**
*
* -----------------------------------------------------------------------------
*
* Template : Tekhub - Multipurpose Technology Startup HTML Template
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
    01. General CSS
    02. Common CSS
    03. Header CSS
    04. Banner Section Css
    05. Breadcrumbs CSS
    06. TEAM CSS
    07. RS Blog Grid Css
    08. Page Nav CSS
    09. Priceing Plan Section Css
    10. Features Seatures Section Css
    11. About Section Css
    12. Services Section Css
    13. Counter Section Css
    14. Project Section Css
    15. Working Process Section Css
    16. Testimonials Section Css
    17. Blog Section Css
    18. Contact Section Css
    19. Partner Section Css
    20. Footer Section Css
    21. Preloader CSS
--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 30px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 26px;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  text-transform: capitalize !important;
}

h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

a {
  color: #ed2024;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #101010;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* -----------------------------------
    02. Common CSS
-------------------------------------*/
.rs-contact .info-wrap {
  padding: 0px !important;
}

.clear {
  clear: both;
}

.z-index-0 {
  z-index: 0 !important;
}

.no-border {
  border: none !important;
}

.relative {
  position: relative !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.container-fluid {
  padding: 0px;
}

.radius-0 {
  border-radius: unset !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.font-30 {
  font-size: 30px;
  line-height: 34px;
}

.secondary-color {
  color: #0bdef9;
}

.secondary-bg {
  background-color: #0bdef9;
}

.primary-color {
  color: #ed2024;
}

.primary-bg {
  background-color: #ed2024;
}

.white-color {
  color: #ffffff !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.gray-bg {
  background: #f7f7f7;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}

.y-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;
}

.y-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;
}

::-moz-selection {
  background: #ed2024;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #ed2024;
  text-shadow: none;
  color: #ffffff;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}

.mfp-figure .mfp-close {
  top: 0;
  padding: 0;
  right: 0;
  opacity: 1;
  color: #ed2024;
}

.mfp-figure .mfp-counter {
  top: 0;
  right: 0;
}

.mfp-figure:after {
  display: none;
}

.boxshadow {
  box-shadow: none;
}

.img-shadow {
  -webkit-box-shadow: 5px 12px 26px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 12px 26px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 12px 26px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 12px 26px 0px rgba(0, 0, 0, 0.2);
}

.grid-shadow {
  -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
}

.sec-title .sub-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.sec-title .desc {
  font-size: 16px;
}

.sec-title .desc.mw-720 {
  max-width: 720px;
  margin: 0 auto;
}

.sec-title .desc2 {
  font-size: 18px;
  color: #101010;
}

.readon {
  padding: 11px 90px 11px 35px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  background: #ed2024;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  outline: none;
  position: relative;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.2);
}

.readon:before {
  font-family: Flaticon;
  content: "\f151";
  font-size: 18px;
  font-weight: 600;
  left: auto;
  right: 19px;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.readon:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 200%;
  transition: all 0.3s ease 0s;
  background: #bb1417;
  z-index: 1;
  right: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.readon:hover {
  background: #243e8f;
  color: #ffffff;
}

.readon:hover:after {
  width: 38%;
}

.readon:focus {
  outline: none;
}

.readon.important {
  transition: all 0.3s ease 0s !important;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.2) !important;
}

.readon2 {
  padding: 6px 40px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  background: #ed2024;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  outline: none;
  position: relative;
}

.readon2:hover {
  background: #243e8f;
  color: #ffffff;
}

.readon2:focus {
  outline: none;
}

.no-gutter {
  margin: 0;
}

.no-gutter [class*="col-"] {
  padding: 0;
}

.custom-row {
  margin-right: -20px;
  margin-left: -20px;
}

.custom-row [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  position: fixed;
  right: 40px;
  z-index: 999;
  background: #ed2024;
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
  line-height: 40px;
  font-size: 24px;
  height: 45px;
  transition: all 0.3s ease 0s;
}

#scrollUp:hover {
  background: #243e8f;
}

/* Owl Carousel Nav */
.rs-carousel {
  padding-top: 0;
}

.rs-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  background: #ed2024;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease 0s;
  outline: none;
}

/*.rs-carousel .owl-nav [class*="owl-"]:after {
  content: "\f128";
 font-family:'FontAwesome'
  font-size: 15px;
}
.rs-carousel .owl-nav [class*="owl-"] i {
  font-family:'FontAwesome'
  font-size: 0;
  position: relative;
}*/
.rs-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 15px;
}

.rs-carousel .owl-nav [class*="owl-"].owl-next {
  right: 15px;
}

.rs-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #0b1430;
}

.rs-carousel .owl-dots {
  transition: all 0.3s ease 0s;
  text-align: center;
  margin-top: 25px;
}

.rs-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 5px;
  border-radius: 3px;
  background-color: transparent;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
  background: #ed2024;
  outline: none;
  display: inline-block;
}

.rs-carousel .owl-dots .owl-dot.active {
  width: 30px;
}

.rs-carousel:hover [class*="owl-"] {
  opacity: 1 !important;
  visibility: visible !important;
}

.rs-carousel:hover [class*="owl-"] .owl-prev {
  left: -25px;
}

.rs-carousel:hover [class*="owl-"] .owl-next {
  right: -24px;
}

/* Background Css */
.bg1 {
  background: url(assets/images/background/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

/* Wave Animation */
.wave-wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.wave-wrap .wave-inner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}

.wave-wrap .wave-inner .wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.wave-wrap .wave-inner .wave.waveone {
  animation: move_wave 25s linear infinite;
  background-size: 50% 132px;
  background-image: url(assets/images/shape/waveone.png);
}

.wave-wrap .wave-inner .wave.wavetwo {
  animation: move_wave 30s linear infinite;
  background-size: 50% 132px;
  background-image: url(assets/images/shape/wavetwo.png);
}

.wave-wrap .wave-inner.bgone {
  z-index: 2;
  opacity: 0.60;
}

.wave-wrap .wave-inner.bgtwo {
  z-index: 1;
  opacity: 0.70;
}

/*-----------------------------------------------
    03. Header CSS
-----------------------------------------------*/
.full-width-header .rs-header {
  /*------Transparent Header------*/

}

.full-width-header .rs-header .sticky-logo {
  display: none;
}

.full-width-header .rs-header .sticky .normal-logo {
  display: none;
}

.full-width-header .rs-header .sticky .sticky-logo {
  display: block;
}

.full-width-header .rs-header.transparent-header {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu {
  padding-right: 110px;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.sub-menu {
  top: 100%;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu .head-btn {
  position: absolute;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  margin: 0;
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu .head-btn a {
  display: inline-block;
  padding: 5px 30px;
  color: #ffffff;
  background: #ed2024;
  border-radius: 30px;
  font-size: 15px;
  height: unset;
  line-height: unset;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.2);
}

.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu .head-btn a:hover {
  background: #243e8f;
  color: #ffffff !important;
}

.rs-menu-white-color .menu-area .main-menu .rs-menu ul.nav-menu>li>a {
  color: #ffffff;
}

.rs-menu-white-color .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
  color: #ed2024;
}

.rs-menu-white-color .menu-area.sticky .main-menu .rs-menu ul li>a {
  color: #666666;
}

/*-----------------------------------------------
    04. Banner Section Css
-----------------------------------------------*/
.rs-banner {
  position: relative;
}

.rs-banner .banner-desc {
  font-size: 16px;
}

.rs-banner .main-lys {
  z-index: 3 !important;
  position: relative !important;
}

.rs-banner .anim {
  z-index: 0 !important;
  pointer-events: none;
}

/* ------------------------------------
    05. Breadcrumbs CSS
-------------------------------------*/
.rs-breadcrumbs .breadcrumbs-wrap {
  position: relative;
  overflow: hidden;
}

.rs-breadcrumbs .breadcrumbs-wrap img {
  width: 100%;
}

.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner {
  width: 100%;
  position: absolute;
  top: 60%;
  transform: translateY(-40%);
}

.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
  text-align: center;
}

.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
  width: 100%;
  font-size: 48px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  float: left;
  line-height: 50px;
}

.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li {
  display: inline;
  color: #000;
  font-size: 15px;
}

.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li a {
  color: #000;
}

.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li a:hover {
  opacity: 0.7;
}

.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li:after {
  content: "><";
  margin: 0 3px 0 7px;
  color: #666666;
}

.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li:last-child:after {
  content: unset;
  margin: 0;
}

.rs-breadcrumbs2 {
  background: url(assets/images/breadcrumbs/blog-details.jpg);
  background-size: cover;
  background-position: center;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
  max-width: 955px;
  margin: 0 auto;
  text-align: center;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.55;
  font-weight: 600;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .rs-blog-breadcrumbs-inner {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding-top: 100px;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .rs-blog-breadcrumbs-inner .blog-author-info {
  display: flex;
  align-items: center;
  z-index: 1;
  color: #ffffff;
  transition: 0.8s;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .rs-blog-breadcrumbs-inner .blog-author-info .name {
  margin-bottom: 0;
  font-size: 20px;
  color: #ffffff;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .rs-blog-breadcrumbs-inner .blog-author-info .des {
  font-size: 16px;
  font-weight: 300;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .rs-blog-breadcrumbs-inner .blog-author-info .des a {
  color: #ffffff;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .rs-blog-breadcrumbs-inner .blog-author-info .des a:hover {
  color: #ed2024;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .rs-blog-breadcrumbs-inner .blog-author-info img {
  border-radius: 50%;
  max-width: 50px;
}

.rs-breadcrumbs2 .breadcrumbs-wrap .breadcrumbs-inner .rs-blog-breadcrumbs-inner .blog-author-info .author-details {
  margin-left: 16px;
  text-align: left;
}

/* ------------------------------------
    06. TEAM CSS
-------------------------------------*/
.rs-team-section {
  padding-bottom: 340px;
}

.rs-team-section .owl-stage-outer {
  padding-bottom: 30px;
  padding-top: 30px;
}

.rs-team-section .item {
  padding: 20px 0 20px 20px;
  overflow: hidden;
  position: relative;
}

.rs-team-section .team-item {
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  margin-right: 30px;
}

.rs-team-section .team-item .img-part {
  position: relative;
}

.rs-team-section .team-item .content-part {
  position: absolute;
  right: 0;
  bottom: 48px;
  text-align: right;
}

.rs-team-section .team-item .content-part .name,
.rs-team-section .team-item .content-part .category {
  transform: translateX(300px);
  opacity: 0;
  visibility: hidden;
}

.rs-team-section .team-item .content-part .name {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  background: #ed2024;
  padding: 12px 40px 12px;
  border-radius: 3px;
  margin: 0 0 10px;
  transition: 0.6s;
}

.rs-team-section .team-item .content-part .name .title {
  color: #ffffff;
}

.rs-team-section .team-item .content-part .name .title:hover {
  opacity: 0.7;
}

.rs-team-section .team-item .content-part .category {
  color: #ffffff;
  background: #ed2024;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 25px 12px;
  font-weight: 600;
  transition: 0.8s;
}

.rs-team-section .team-item:hover .content-part .name,
.rs-team-section .team-item:hover .content-part .category {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.rs-team-section .grid-box:hover .team-item:hover .content-part .name,
.rs-team-section .grid-box:not(:hover) .active .content-part .name,
.rs-team-section .grid-box:hover .team-item:hover .content-part .category,
.rs-team-section .grid-box:not(:hover) .active .content-part .category {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.rs-team-section .center .team-item .content-part .name,
.rs-team-section .center .team-item .content-part .category {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*-----------------------------------------------
    07. RS Blog Grid Css
-----------------------------------------------*/
.rs-blog-grid .rs-blog-results {
  display: block;
  font-weight: 300;
  font-style: 16px;
}

.rs-blog-grid .single-blog .blog-img {
  position: relative;
  overflow: hidden;
}

.rs-blog-grid .single-blog .blog-img img {
  border-radius: 4px;
}

.rs-blog-grid .single-blog .blog-img .blog-author-info {
  position: absolute;
  left: 26px;
  top: -150px;
  display: flex;
  align-items: center;
  z-index: 1;
  color: #ffffff;
  transition: 0.8s;
  opacity: 0;
  visibility: hidden;
}

.rs-blog-grid .single-blog .blog-img .blog-author-info .name {
  margin-bottom: 0;
  font-size: 20px;
  color: #ffffff;
}

.rs-blog-grid .single-blog .blog-img .blog-author-info .des {
  font-size: 16px;
  font-weight: 300;
}

.rs-blog-grid .single-blog .blog-img .blog-author-info img {
  border-radius: 50%;
}

.rs-blog-grid .single-blog .blog-img .blog-author-info .author-details {
  margin-left: 16px;
}

.rs-blog-grid .single-blog .blog-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 101%;
  position: absolute;
  border-radius: 4px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details {
  margin-top: 20px;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-title {
  margin: 0px 0 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-title a {
  color: #101010;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-title a:hover {
  color: #ed2024;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author {
  margin: 0 0 15px;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .author {
  text-transform: capitalize;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .seperator {
  margin: 0 5px;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .blog-date,
.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category {
  font-size: 16px;
  font-weight: 300;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category {
  position: relative;
  padding-right: 16px;
  margin-right: 6px;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 15px;
  background: #ed2024;
  right: 0;
  top: 9px;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category a {
  color: #666666;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category a:hover {
  color: #ed2024;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-desc {
  margin-bottom: 10px;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn {
  color: #101010;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  position: relative;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn:after {
  position: absolute;
  content: "\f151";
  font-family: Flaticon;
  font-size: 15px;
  color: #101010;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  right: -20px;
  top: -2px;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn:hover {
  color: #ed2024;
}

.rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn:hover:after {
  right: -25px;
  color: #ed2024;
}

.rs-blog-grid .single-blog:hover .blog-img:after {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.rs-blog-grid .single-blog:hover .blog-img .blog-author-info {
  top: 20px;
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------
    08. Page Nav CSS
  ---------------------------------------*/
.page-nav ul {
  padding: 11px 30px;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
}

.page-nav ul li {
  display: inline;
  margin-right: 16px;
  padding-right: 26px;
  position: relative;
}

.page-nav ul li a {
  color: #666666;
  font-weight: 600;
}

.page-nav ul li a i {
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.page-nav ul li a i:before {
  font-size: 17px;
}

.page-nav ul li a:hover {
  color: #ed2024;
}

.page-nav ul li.prev a,
.page-nav ul li.next a {
  font-weight: 400;
}

.page-nav ul li.active a {
  color: #ed2024;
}

.page-nav ul li:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #d6fbff;
}

.page-nav ul li:last-child {
  margin: 0;
  padding: 0;
}

.page-nav ul li:last-child:after {
  position: unset;
  content: unset;
}

/*-----------------------------------------------
    09. Priceing Plan Section Css
-----------------------------------------------*/
.rs-priceing-plan.style2 .pricing-wrap {
  padding: 20px 30px 30px;
  box-shadow: 2px 10px 50px rgba(158, 158, 158, 0.1);
  background-image: url(assets/images/shape/price-shape.png);
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 5px;
  background-position: top center;
}

.rs-priceing-plan.style2 .pricing-wrap .top-part {
  text-transform: uppercase;
  display: block;
}

.rs-priceing-plan.style2 .pricing-wrap .top-part .icon-part {
  height: 75px;
  width: 75px;
  margin: 0 auto 12px;
  border-radius: 100%;
  background: #fff;
  position: relative;
}

.rs-priceing-plan.style2 .pricing-wrap .top-part .icon-part i {
  line-height: 75px;
}

.rs-priceing-plan.style2 .pricing-wrap .top-part .icon-part i:before {
  font-size: 40px;
  color: #ed2024;
}

.rs-priceing-plan.style2 .pricing-wrap .top-part .title,
.rs-priceing-plan.style2 .pricing-wrap .top-part .plan-detail {
  color: #101010;
  font-size: 22px;
}

.rs-priceing-plan.style2 .pricing-wrap .top-part .title {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.rs-priceing-plan.style2 .pricing-wrap .top-part .plan-detail {
  font-weight: 500;
}

.rs-priceing-plan.style2 .pricing-wrap .middle-part {
  padding: 60px 0 30px;
  margin: 0 auto;
}

.rs-priceing-plan.style2 .pricing-wrap .middle-part ul li {
  margin-bottom: 10px;
  color: #666666;
}

.rs-priceing-plan.style2 .pricing-wrap .middle-part ul li i:before {
  font-size: 13px;
  margin-right: 5px;
  display: inline;
  font-weight: 600;
}

.rs-priceing-plan.style2 .pricing-wrap .middle-part ul li:last-child {
  margin-bottom: 0;
}

/*-----------------------------------------------
    10. Features Seatures Section Css
-----------------------------------------------*/
.rs-features .features-wrap {
  position: relative;
}

.rs-features .features-wrap .features-inner {
  position: relative;
}

.rs-features .features-wrap .features-inner .number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: -40px auto 0;
  color: #ffffff;
  border-radius: 100%;
  background: #ed2024;
}

.rs-features .features-wrap .features-inner .features {
  text-align: center;
  padding: 50px 30px 45px;
  background: #ffffff;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.05);
}

.rs-features .features-wrap .features-inner .features .icon-part {
  margin-bottom: 25px;
}

.rs-features .features-wrap .features-inner .features .icon-part i {
  font-size: 60px;
  line-height: 1;
  color: #ed2024;
  transition: all 0.3s ease 0s;
}

.rs-features .features-wrap .features-inner .features .icon-part i:before {
  font-size: 60px;
}

.rs-features .features-wrap .features-inner .features .title {
  margin-bottom: 15px;
}

.rs-features .features-wrap .features-inner .features .title a {
  color: #101010;
  transition: all 0.3s ease 0s;
}

.rs-features .features-wrap .features-inner .features .title a:hover {
  color: #ed2024;
}

.rs-features .features-wrap .features-inner .features:hover .icon-part i {
  color: #101010;
}

.rs-features .features-wrap .features-inner:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  height: 50%;
  border: 1px dashed #ed2024;
  z-index: -1;
}

.rs-features .features-wrap:before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  margin: 0 auto;
  opacity: 0.10;
  border-top: 3px solid #ed2024;
}

.color1 {
  color: #ed2024 !important;
}

.color2 {
  color: #25aae3 !important;
}

.color3 {
  color: #b3ca34 !important;
}

.color4 {
  color: #ef4023 !important;
}

.color5 {
  color: #ffd401 !important;
}

.color6 {
  color: #03b5a5 !important;
}

.color7 {
  color: #93268f !important;
}

.color8 {
  color: #313245 !important;
}

.bgcolor1 {
  background: #ed2024 !important;
}

.bgcolor2 {
  background: #25aae3 !important;
}

.bgcolor3 {
  background: #b3ca34 !important;
}

.bgcolor4 {
  background: #ef4023 !important;
}

.bgcolor5 {
  background: #ffd401 !important;
}

.bgcolor6 {
  background: #03b5a5 !important;
}

.bgcolor7 {
  background: #93268f !important;
}

.bgcolor8 {
  background: #313245 !important;
}

.colors1.features-inner:after {
  border-color: #ed2024 !important;
}

.colors1 .icon-part i {
  color: #ed2024 !important;
}

.colors2.features-inner:after {
  border-color: #25aae3 !important;
}

.colors2 .icon-part i {
  color: #25aae3 !important;
}

.colors3.features-inner:after {
  border-color: #b3ca34 !important;
}

.colors3 .icon-part i {
  color: #b3ca34 !important;
}

.colors4.features-inner:after {
  border-color: #ef4023 !important;
}

.colors4 .icon-part i {
  color: #ef4023 !important;
}

/*-----------------------------------------------
    11. About Section Css
-----------------------------------------------*/
.rs-about .image-part {
  position: relative;
}

.rs-about .image-part .anim {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.rs-about .image-part .ly-img .fly {
  position: absolute;
  content: '';
}

.rs-about .image-part .ly-img .fly.ly1 {
  top: 90px;
  left: -70px;
}

.rs-about .image-part .ly-img .fly.ly2 {
  top: 85px;
  right: -15px;
}

.rs-about .image-part .ly-img .fly.ly3 {
  bottom: -90px;
  left: 158px;
}

.rs-about .shape-img .fly {
  position: absolute;
  content: '';
  z-index: -1;
}

.rs-about .shape-img .fly.right-top {
  right: 0;
  top: -50px;
}

/*-----------------------------------------------
    12. Services Section Css
-----------------------------------------------*/
.rs-services .services-grid {
  display: flex;
  padding: 43px 40px 33px 40px;
  box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.rs-services .services-grid .icon-part i {
  font-size: 37px;
  line-height: 1;
  color: #ed2024;
}

.rs-services .services-grid .icon-part i:before {
  font-size: 60px;
}

.rs-services .services-grid .icon-part i.big1:before {
  font-size: 70px;
}

.rs-services .services-grid .icon-part i.big:before {
  font-size: 75px;
}

.rs-services .services-grid .content-part {
  padding-left: 25px;
}

.rs-services .services-grid .content-part .title {
  margin-bottom: 15px;
}

.rs-services .services-grid .content-part .title a {
  color: #101010;
}

.rs-services .services-grid .content-part .title a:hover {
  color: #ed2024;
}

.rs-services .services-grid .content-part .desc {
  margin-bottom: 20px;
}

.rs-services .services-grid .content-part .btn-part a i:before {
  font-size: 30px;
}

.rs-services .shape-img .fly {
  position: absolute;
  left: -30px;
  bottom: 120px;
  z-index: -1;
}

.rs-services.rs-border-style .services-grid {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 43px 36px 33px 40px;
  transition: all 0.3s ease 0s;
}

.rs-services.rs-border-style .services-grid:hover {
  border-color: transparent;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.04);
}

/*-----------------------------------------------
    13. Counter Section Css
-----------------------------------------------*/
.rs-counter .counter-wrap {
  /*padding: 70px 0 68px 112px;*/
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
  background: #243d8f;
  border-radius: 20px;
}

.rs-counter .counter-wrap .counter-content .counter-number {
  font-size: 42px;
  font-weight: 600;
  color: #ed2024;
  position: relative;
  margin-bottom: 9px;
  padding-right: 23px;
  font-family: 'Poppins', sans-serif;
}

.rs-counter .counter-wrap .counter-content .counter-number:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.rs-counter .counter-wrap .counter-content .counter-number.plus:after {
  content: "\f192";
  font-family: Flaticon;
  font-size: 20px;
}

.rs-counter .counter-wrap .counter-content .counter-number.thousand:after {
  content: "k";
  font-size: 30px;
  right: 5px;
}

.rs-counter .counter-wrap .counter-content .title {
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.rs-counter .counter-wrap .wave-wrap {
  pointer-events: none;
}

/*-----------------------------------------------
    14. Project Section Css
-----------------------------------------------*/
.rs-project.style1 .item .content-part {
  padding: 23px 0 0 0;
}

.rs-project.style1 .item .content-part .title {
  margin-bottom: 2px;
}

.rs-project.style1 .item .content-part .title a {
  color: #101010;
}

.rs-project.style1 .item .content-part .title a i {
  color: #ed2024;
  padding-left: 25px;
  font-weight: normal;
  transition: all 0.3s ease 0s;
}

.rs-project.style1 .item .content-part .title a:hover {
  color: #ed2024;
}

.rs-project.style1 .item .content-part .title a:hover i {
  padding-left: 30px;
}

.rs-project.style1 .item .content-part .category {
  font-size: 15px;
}

.rs-project.style2 .project-wrap {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.rs-project.style2 .project-wrap img {
  width: 100%;
}

.rs-project.style2 .project-wrap .content-wrap {
  position: absolute;
  bottom: 40px;
  transition: all 0.3s ease 0s;
  left: 0;
  z-index: 1;
  padding: 0 30px 21px;
  opacity: 0;
  width: 100%;
}

.rs-project.style2 .project-wrap .content-wrap .title {
  margin: 0;
}

.rs-project.style2 .project-wrap .content-wrap .title a {
  color: #ffffff;
}

.rs-project.style2 .project-wrap .content-wrap .title a:hover {
  color: #ddd;
}

.rs-project.style2 .project-wrap:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.rs-project.style2 .project-wrap:hover .content-wrap {
  bottom: 0;
  opacity: 1;
}

.rs-project.style2 .project-wrap:hover:after {
  opacity: 1;
}

.rs-project.details .top-part {
  overflow: hidden;
  display: flex;
}

.rs-project.details .top-part .image-wrap {
  width: 100%;
  max-width: 1000px;
  padding-right: 60px;
}

.rs-project.details .top-part .content-wrap {
  padding: 48px 60px 53px;
  width: 100%;
  background: #f3f6ff;
  max-width: 370px;
  border-radius: 3px;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}

.rs-project.details .top-part .content-wrap .pattern {
  opacity: 0.5;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.rs-project.details .top-part .content-wrap .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.rs-project.details .top-part .content-wrap .title:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background: #ed2024;
}

.rs-project.details .top-part .content-wrap .item {
  margin-bottom: 18px;
}

.rs-project.details .top-part .content-wrap .item span {
  font-weight: 500;
  color: #101010;
}

.rs-project.details .top-part .content-wrap .item a {
  color: #666666;
}

.rs-project.details .top-part .content-wrap .item a:hover {
  color: #ed2024;
}

.rs-project.details ul.detail-list {
  max-width: 1080px;
}

.rs-project.details ul.detail-list li {
  margin-bottom: 18px;
}

.rs-project.details ul.detail-list li .title {
  position: relative;
}

.rs-project.details ul.detail-list li .title:after {
  position: absolute;
  content: '';
  left: -17px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ed2024;
}

.rs-project.details ul.detail-list li ul {
  padding-left: 17px;
}

.rs-project.details ul.detail-list li ul li {
  position: relative;
  color: #101010;
  margin-bottom: 3px;
}

.rs-project.details ul.detail-list li ul li:after {
  position: absolute;
  content: '';
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ed2024;
}

.rs-project.details ul.detail-list li:last-child {
  margin: 0;
}

.rs-project.details .bottom-row {
  overflow: hidden;
}

.rs-project.details .bottom-row .left-part {
  float: left;
}

.rs-project.details .bottom-row .left-part ul.detail-list {
  max-width: 610px;
}

.rs-project.details .bottom-row .left-part ul.detail-list>li {
  margin-bottom: 34px;
}

.rs-project.details .bottom-row .left-part ul.detail-list>li:last-child {
  margin: 0;
}

.rs-project.details .bottom-row .image-part {
  float: right;
}

/*-----------------------------------------------
    15. Working Process Section Css
-----------------------------------------------*/
.rs-working-process .process-wrap {
  text-align: center;
  position: relative;
}

.rs-working-process .process-wrap .number {
  font-size: 110px;
  font-weight: 700;
  position: absolute;
  color: #101010;
  opacity: 0.05;
  right: 0;
  top: 25px;
}

.rs-working-process .process-wrap .number.one {
  right: 21px;
}

.rs-working-process .process-wrap .number.four {
  right: -10px;
}

.rs-working-process .process-wrap .icon-part {
  width: 150px;
  height: 150px;
  line-height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.05);
}

.rs-working-process .process-wrap .icon-part img {
  max-width: 60px;
  margin-top: -30px;
}

.rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner {
  width: 300%;
}

.rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner .wave.waveone {
  animation: move_wave 20s linear infinite;
  background-size: 50% 58px;
}

.rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner .wave.wavetwo {
  animation: move_wave 15s linear infinite;
  background-size: 50% 66px;
}

.rs-working-process .process-wrap .line {
  height: 100px;
  position: relative;
}

.rs-working-process .process-wrap .line:after {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border: 1px dashed #ed2024;
}

.rs-working-process .process-wrap .title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.rs-working-process .process-wrap .mark-img {
  position: absolute;
  content: '';
  transform: rotate(10deg);
  right: -99px;
  top: 48%;
}

.rs-working-process .process-wrap .mark-img.down {
  top: 26%;
  transform: rotate(-11deg);
  right: -121px;
}

.rs-working-process .shape img {
  position: absolute;
  right: 0;
  top: -210px;
  z-index: -1;
}

/*-----------------------------------------------
    16. Testimonials Section Css
-----------------------------------------------*/
.rs-testimonials .item {
  padding: 0 15px 30px;
}

.rs-testimonials .item .testi-wrap {
  position: relative;
  overflow: hidden;
  padding: 44px 28px 40px;
  -webkit-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
}

.rs-testimonials .item .testi-wrap .icon-part {
  margin-bottom: 6px;
}

.rs-testimonials .item .testi-wrap .icon-part i {
  font-size: 50px;
  line-height: 50px;
  color: #ed2024;
}

.rs-testimonials .item .testi-wrap .icon-part i:before {
  font-size: 50px;
}

.rs-testimonials .item .testi-wrap .content-part {
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}

.rs-testimonials .item .testi-wrap .content-part .desc {
  margin-bottom: 40px;
}

.rs-testimonials .item .testi-wrap .content-part .avatar {
  margin-bottom: 14px;
}

.rs-testimonials .item .testi-wrap .content-part .avatar img {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  margin: 0 auto;
}

.rs-testimonials .item .testi-wrap .content-part .title {
  margin: 0;
}

.rs-testimonials .item .testi-wrap:after {
  position: absolute;
  content: '';
  background: url(assets/images/testimonial/shape.png);
  width: 102%;
  height: 160px;
  left: -2px;
  bottom: 0;
}

/*-----------------------------------------------
    17. Blog Section Css
-----------------------------------------------*/
.rs-blog .item {
  padding: 0 15px 30px;
}

.rs-blog .item .single-blog-slide {
  position: relative;
  -webkit-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
}

.rs-blog .item .single-blog-slide .blog-image {
  position: relative;
  overflow: hidden;
}

.rs-blog .item .single-blog-slide .blog-image img {
  border-radius: 5px;
}

.rs-blog .item .single-blog-slide .blog-image .date-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95px;
  height: 90px;
  background: #ed2024;
  color: #ffffff;
  text-align: center;
  z-index: 99;
  padding-top: 16px;
}

.rs-blog .item .single-blog-slide .blog-image .date-meta span {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.rs-blog .item .single-blog-slide .blog-informations {
  padding: 24px 40px 20px;
}

.rs-blog .item .single-blog-slide .blog-informations ul {
  list-style: none;
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
}

.rs-blog .item .single-blog-slide .blog-informations ul li {
  display: inline-block;
  margin-right: 15px;
}

.rs-blog .item .single-blog-slide .blog-informations ul li:last-child {
  margin-right: 0;
  float: right;
}

.rs-blog .item .single-blog-slide .blog-informations ul li i {
  color: #ed2024;
  margin-right: 5px;
}

.rs-blog .item .single-blog-slide .blog-informations ul.border-0 {
  padding-top: 4px;
}

.rs-blog .item .single-blog-slide .blog-informations .bl-title {
  margin-bottom: 23px;
}

.rs-blog .item .single-blog-slide .blog-informations .bl-title a {
  color: #101010;
}

.rs-blog .item .single-blog-slide .blog-informations .bl-title a:hover {
  color: #ed2024;
}

.rs-blog.blog-details .blog-content .categories li {
  display: inline;
}

.rs-blog.blog-details .blog-content .categories li a {
  font-weight: 300;
  color: #666666;
}

.rs-blog.blog-details .blog-content .categories li a:hover {
  color: #ed2024;
}

.rs-blog.blog-details .blog-content .categories li:after {
  content: ",";
}

.rs-blog.blog-details .blog-content .categories li:last-child:after {
  content: unset;
}

.rs-blog.blog-details .blog-content .quote-blog {
  color: #222222;
  font-size: 17px;
  border-left: 5px solid #d4d4d4;
  padding-left: 28px;
}

.rs-blog.blog-details .blog-content .tags span {
  margin-right: 20px;
}

.rs-blog.blog-details .blog-content .tags a {
  display: inline-block;
  background: #ededed;
  border-radius: 3px;
  padding: 2px 20px;
  font-weight: 500;
  color: #101010;
  margin-right: 10px;
}

.rs-blog.blog-details .blog-content .tags a:hover {
  background: #ed2024;
  color: #ffffff;
}

.rs-blog.blog-details .blog-content .post-author {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 42px 45px 40px;
}

.rs-blog.blog-details .blog-content .post-author .avatar {
  margin-right: 20px;
}

.rs-blog.blog-details .blog-content .post-author .info .name {
  margin: 0;
  color: #101010;
  transition: all 0.3s ease 0s;
}

.rs-blog.blog-details .blog-content .post-author .info .designation {
  font-weight: 300;
  color: #666666;
  font-size: 14px;
}

.rs-blog.blog-details .blog-content .post-author:hover .info .name {
  color: #ed2024;
}

.rs-blog.blog-details .blog-content .post-nav {
  display: flex;
  padding: 28px 40px;
  border-radius: 5px;
  border: 2px solid #eeeeee;
}

.rs-blog.blog-details .blog-content .post-nav .controller {
  padding-top: 26px;
  padding-bottom: 22px;
  border-right: 1px solid #eee;
}

.rs-blog.blog-details .blog-content .post-nav .controller .title {
  margin-bottom: 5px;
}

.rs-blog.blog-details .blog-content .post-nav .controller .title a {
  color: #101010;
}

.rs-blog.blog-details .blog-content .post-nav .controller .title a:hover {
  color: #ed2024;
}

.rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link {
  color: #666666;
  font-weight: 600;
}

.rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link i {
  font-weight: normal;
  position: relative;
  top: 2px;
}

.rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link:hover {
  color: #ed2024;
}

.rs-blog.blog-details .blog-content .post-nav .controller.prev-post {
  padding-right: 20px;
}

.rs-blog.blog-details .blog-content .post-nav .controller.prev-post i {
  margin-right: 10px;
}

.rs-blog.blog-details .blog-content .post-nav .controller.next-post {
  text-align: right;
  padding-left: 20px;
  border: none;
}

.rs-blog.blog-details .blog-content .post-nav .controller.next-post i {
  margin-left: 10px;
}

.rs-blog.blog-details .blog-content .recent-comments-area h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 42px 0 6px;
}

.rs-blog.blog-details .blog-content .recent-comments-area span {
  font-size: 13px;
  font-weight: 500;
}

.rs-blog.blog-details .blog-content .recent-comments-area span a {
  font-size: 13px;
  font-weight: 500;
}

.rs-blog.blog-details .blog-content .recent-comments-area span i {
  font-size: 13px;
}

.rs-blog.blog-details .blog-content .recent-comments-area h4 {
  font-size: 15px;
  font-weight: 700;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul {
  padding: 0;
  margin: 0;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li {
  margin: 0 0 2px;
  padding: 20px 22px;
  border-bottom: 1px solid #ddd;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li:nth-child(2) {
  margin-left: 100px;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li:nth-child(2) .col-sm-2 {
  padding: 0;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li:last-child {
  border-bottom: none;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .image-comments {
  margin-top: 0;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .image-comments img {
  width: 70px;
  border-radius: 100%;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .reply {
  display: block;
  position: absolute;
  text-align: right;
  width: 95%;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .reply a {
  color: #ed2024;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .reply a:hover {
  color: #0bdef9;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .reply i {
  color: #ed2024;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments .reply-btn {
  border: 1px solid #ed2024;
  color: #ed2024;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments .reply-btn:hover {
  color: #ffffff;
  background: #ed2024;
  cursor: pointer;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments h4 {
  margin: 0 0 10px;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments p {
  margin: 5px 0;
}

.rs-blog.blog-details .blog-content .leave-comments-area {
  padding-top: 20px;
}

.rs-blog.blog-details .blog-content .leave-comments-area .form-group {
  margin-bottom: 20px;
}

.rs-blog.blog-details .blog-content .leave-comments-area h3.title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.rs-blog.blog-details .blog-content .leave-comments-area label {
  color: ;
  font-weight: normal;
  letter-spacing: 1px;
}

.rs-blog.blog-details .blog-content .leave-comments-area input {
  background: transparent;
  border: 1px solid #d7d7d7;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}

.rs-blog.blog-details .blog-content .leave-comments-area textarea {
  background: transparent;
  border: 1px solid #d7d7d7;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  height: 150px;
  width: 100%;
  max-width: 100%;
}

.rs-blog.blog-details .blog-content .leave-comments-area .btn-send {
  outline: none;
  border: 2px solid #ed2024;
  line-height: 47px;
}

.rs-blog.blog-details .blog-content .leave-comments-area .btn-send:hover {
  background: transparent;
  color: #ed2024;
}

.rs-blog .sidebar .common {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.07);
  padding: 40px 47px;
  border-radius: 4px;
}

.rs-blog .sidebar .widget-title {
  color: #101010;
}

.rs-blog .sidebar .search-wrap form {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.rs-blog .sidebar .search-wrap form [type=search] {
  border: 1px solid #ececec;
  color: #444444;
  padding: 14px 20px;
  width: 100%;
  font-weight: 300;
  outline: none;
}

.rs-blog .sidebar .search-wrap form ::-webkit-input-placeholder {
  color: #444;
}

.rs-blog .sidebar .search-wrap form ::-ms-input-placeholder {
  color: #444;
}

.rs-blog .sidebar .search-wrap form ::placeholder {
  color: #444;
}

.rs-blog .sidebar .search-wrap form button {
  background: transparent;
  border: medium none;
  color: #101010;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  padding: 0 20px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: none;
}

.rs-blog .sidebar .search-wrap form button:hover {
  background: #ed2024;
  color: #ffffff;
}

.rs-blog .sidebar .recent-post .recent-post-widget {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.rs-blog .sidebar .recent-post .recent-post-widget .post-img {
  width: 200px;
}

.rs-blog .sidebar .recent-post .recent-post-widget .post-img img {
  width: 100%;
  border-radius: 3px;
}

.rs-blog .sidebar .recent-post .recent-post-widget .post-desc {
  padding-left: 25px;
}

.rs-blog .sidebar .recent-post .recent-post-widget .post-desc a {
  color: #101010;
  font-weight: 500;
}

.rs-blog .sidebar .recent-post .recent-post-widget .post-desc a:hover {
  color: #ed2024;
}

.rs-blog .sidebar .recent-post .recent-post-widget .post-desc .date {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  display: block;
}

.rs-blog .sidebar .recent-post .recent-post-widget .post-desc .date i {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  font-weight: 400;
}

.rs-blog .sidebar .recent-post .recent-post-widget:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.rs-blog .sidebar .categories li {
  margin-bottom: 8px;
}

.rs-blog .sidebar .categories li a {
  position: relative;
  color: #101010;
  font-weight: 500;
  padding-right: 30px;
}

.rs-blog .sidebar .categories li a:after {
  font-family: Flaticon;
  content: "\f151";
  position: absolute;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  right: 0;
}

.rs-blog .sidebar .categories li a:hover {
  color: #ed2024;
  padding-right: 35px;
}

.rs-blog .sidebar .categories li:last-child {
  margin: 0;
}

/*-----------------------------------------------
    18. Contact Section Css
-----------------------------------------------*/

.rs-contact .info-wrap {
  /*padding: 40px 50px 44px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);*/
}

.rs-contact .info-wrap .title {
  font-size: 30px;
  line-height: 40px;
  color: #101010;
  padding-bottom: 13px;
  margin-bottom: 24px;
  position: relative;
}

.rs-contact .info-wrap .title:before {
  content: '';
  position: absolute;
  background: #ed2024;
  height: 2px;
  width: 80px;
  left: 22;
  bottom: 0px;
  display: block;
  z-index: 1;
}

.rs-contact .info-wrap ul.contact-address li {
  padding: 0 0 12px;
}

.rs-contact .info-wrap ul.contact-address li a {
  color: #666666;
}

.rs-contact .info-wrap ul.contact-address li a:hover {
  color: #ed2024;
}

.rs-contact .info-wrap ul.contact-address li:last-child {
  padding: 0;
}

.rs-contact .info-wrap ul.contact-address:last-child {
  margin: none;
}

.rs-contact .info-wrap ul.social-links li {
  padding: 0 0 15px;
}

.rs-contact .info-wrap ul.social-links li a {
  color: #666666;
}

.rs-contact .info-wrap ul.social-links li a i {
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  margin-right: 10px;
}

.rs-contact .info-wrap ul.social-links li a:hover {
  color: #ed2024;
}

.rs-contact .info-wrap ul.social-links li:last-child {
  padding: 0;
}

.rs-contact .contact-map {
  overflow: hidden;
}

.rs-contact .contact-map iframe {
  float: left;
  width: 100%;
  height: 416px;
  border: none;
}

.rs-from-contact-part .title-part .title {
  font-size: 36px;
  color: #101010;
  line-height: 46px;
  margin: 0;
}

.rs-from-contact-part .home-appointment {

  max-width: 940px;
  margin: 0 auto;
  /*background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);*/
}

.rs-from-contact-part .home-appointment .from-control {
  outline: unset;
  width: 100%;
  padding: 9px 20px 9px 20px;
  border: none;
  border-radius: 0;
  outline: none;
  /* background: #ffffff; */
  box-shadow: none;
  border: 1px solid #000000;
  line-height: 10px;
  height: 42px;
}

.rs-from-contact-part .home-appointment .from-control input {
  color: #000;
}

.rs-from-contact-part .home-appointment textarea {
  height: 130px;
  display: inherit;
}

.rs-from-contact-part .home-appointment ::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.rs-from-contact-part .home-appointment ::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.rs-from-contact-part .home-appointment :-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.rs-from-contact-part .home-appointment :-moz-placeholder {
  color: #000000;
  opacity: 1;
}

/*-----------------------------------------------
    19. Partner Section Css
-----------------------------------------------*/
.rs-partner .image-wrap {
  text-align: center;
}

.rs-partner .image-wrap a img {
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.rs-partner .image-wrap a:hover img {
  filter: grayscale(0);
}

/*-----------------------------------------------
    20. Footer Section Css
-----------------------------------------------*/
.rs-footer {
  background-color: #0b1430;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.rs-footer .footer-top {
  padding-bottom: 90px;
}

.rs-footer .contact-info .info {
  display: flex;
  align-items: center;
}

.rs-footer .contact-info .info .icon-part {
  margin-right: 25px;
}

.rs-footer .contact-info .info .icon-part i {
  font-size: 24px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  background: #ed2024;
  box-shadow: 0 0 12px #ccc;
}

.rs-footer .contact-info .info .icon-part i.fa-envelope-o {
  font-size: 20px;
}

.rs-footer .contact-info .info .content a {
  color: #666666;
}

.rs-footer .contact-info .info .content a:hover {
  color: #ed2024;
}

.rs-footer .contact-info .info .content.width {
  max-width: 267px;
}

.rs-footer .footer-widget .footer-services li {
  margin-bottom: 10px;
}

.rs-footer .footer-widget .footer-services li a {
  color: #666666;
}

.rs-footer .footer-widget .footer-services li a:hover {
  color: #ed2024;
}

.rs-footer .footer-widget .footer-services li:last-child {
  margin-bottom: 0;
}

.rs-footer .footer-widget .social-links li {
  display: inline-block;
  font-size: 25px;
  margin-right: 20px;
}

.rs-footer .footer-widget .social-links li a {
  color: #fff;
  display: block;
  transition: all 0.7s ease 0s;
}

.rs-footer .footer-widget .social-links li a:hover {
  color: #ed2024;
}

.rs-footer .footer-widget .social-links li:last-child {
  margin-right: 0;
}

.rs-footer .footer-widget .footer-logo {
  margin-bottom: 30px;
}

.rs-footer .footer-widget .footer-title {
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 20px;
  z-index: 1;
  font-weight: 600;
}

.rs-footer .footer-widget .copyright p {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

.rs-footer .footer-widget .copyright p,
.rs-footer .footer-widget .copyright a {
  color: #666666;
}

.rs-footer .footer-widget .copyright a:hover {
  color: #ed2024;
}

.rs-footer .footer-widget .address-widget p {
  margin-bottom: 5px;
  line-height: 35px;
}

.rs-footer .footer-widget .address-widget li {
  margin-bottom: 7px;
}

.rs-footer .footer-widget .address-widget li a {
  color: #666666;
}

.rs-footer .footer-widget .address-widget li a:hover {
  color: #ed2024;
}

.rs-footer .footer-widget .address-widget li:last-child {
  margin-bottom: 0;
}

.rs-footer .footer-bottom {
  padding: 50px 0 30px;
}

.rs-footer .footer-form {
  background: #fff;
  border-radius: 30px 30px 30px 30px;
  position: relative;
  max-width: 356px;
  outline: unset;
}

.rs-footer .footer-form .form-input {
  border: none;
  border-radius: 5px;
  padding: 0 100px 0 30px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #666666;
  outline: none;
  width: 100%;
}

.rs-footer .footer-form .form-input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #666666;
}

.rs-footer .footer-form .form-input ::-moz-placeholder {
  /* Firefox 19+ */

  color: #666666;
}

.rs-footer .footer-form .form-input :-ms-input-placeholder {
  /* IE 10+ */

  color: #666666;
}

.rs-footer .footer-form .form-input :-moz-placeholder {
  /* Firefox 18- */

  color: #666666;
}

.rs-footer .footer-form .form-button {
  position: absolute;
  border-radius: 0 5px 5px 0;
  top: 0;
  right: 0;
  background: #ed2024;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  width: 70px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.rs-footer .footer-form .form-button i {
  padding-top: 12px;
  font-size: 24px;
  color: #ffffff;
}

.rs-footer .footer-form .form-button:hover {
  opacity: 0.6;
}

.rs-footer .copyright {
  padding: 30px 0 !important;
  border-top: 2px solid #f1f1f1;
}

.rs-footer .copyright a {
  color: #ed2024;
}

.rs-footer .copyright a:hover {
  color: #0bdef9;
}

.rs-footer ul.download-links {
  padding-top: 30px;
}

.rs-footer ul.download-links li {
  display: inline-block;
  margin-right: 6px;
}

.rs-footer ul.download-links li a {
  display: inline-block;
}

.rs-footer ul.download-links li a img {
  max-width: 110px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.rs-footer ul.download-links li a:hover img {
  opacity: 0.8;
}

.rs-footer ul.download-links li:last-child {
  margin: 0;
}

/* ------------------------------------
    21. Preloader CSS
---------------------------------------*/
#tekhub-load {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0;
  top: 0;
  background: #fff;
}

.loader-new {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#loader-1:after,
#loader-1:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 6px solid transparent;
  border-top-color: #ed2024;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1.5s infinite;
}

#loader-1:after {
  border: 6px solid #173969;
}

.scan-img span.scan-full {
  animation: move-all 3.4s;
  animation-iteration-count: 1;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  width: 80%;
  top: 10%;
  margin: 0 auto;
  background-color: #ffbf66;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  z-index: 9;
}

/*Scan Effect*/
@keyframes move {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(260px);
    -webkit-transform: translateY(260px);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(260px);
    -webkit-transform: translateY(260px);
  }
}
@keyframes move-all {
  0% {
    top: 10%;
  }
  100% {
    top: 90%;
  }
}
@-webkit-keyframes move-all {
  0% {
    top: 10%;
  }
  100% {
    top: 90%;
  }
}

.servicepop .modal-header {
  background: #243e8f;
  padding-left: 2rem;
}
.servicepop .modal-header h4 {
  color: #fff;
}
.servicepop .modal-body {
  padding: 2rem;
}
.servicepop button.close {
  background: #ed2024;
  color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  opacity: 1;
}
.servicepop .modal-body ul {
  list-style: disc;
  list-style-position: inside;
}
.footer-widget a {
  display: block;
  color: #292929;
}
.footer-widget a:hover {
  color: #ed2024
}
.sm a {
  color: #fff;
  display: inline-block;
  color: #292929;
  font-size: 20px;
}
.sm a i {
  color: #fff;
}
.sm i:hover {
  color: #ed2024
}
.ml-sm {
  margin-left: 20px;
}
.ftr-cntent .col-lg-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.pt-dxtr {
  padding-top: 10%;
}

.abt-dxtr h1 {
  font-size: 45px;
  line-height: 60px;
  padding-top: 20%;
}

.dxtr-img img {
  margin-left: 55px;
}

.bg-red {
  background-color: #ec2125;
  transform: skew(-27deg, 0deg);
}

.bg-red p {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 20px;
  transform: skew(27deg, 0deg);
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 380px;
  perspective: 1000px;
  border: 4px dotted rgba(0,81,158,1);
  border-radius: 0;
}
.flip-card img {
  padding-top: 90px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



.flip-card-back {
  background: rgb(24,24,78);
  background: linear-gradient(90deg, rgba(24,24,78,1) 50%, rgba(0,81,158,1) 100%);
  color: white;
  transform: rotateX(180deg);
  padding: 0 50px;
}

.flip-card-back p {
  font-size: 13px;
}

.flip-card-back h3 {
  padding-top: 55px;
  line-height: 0px;
  color: #fff;
  font-size: 32px;
}
.flip-card-back a {
  border-radius: 30px;
  padding: 10px 10px;
  border: 1px solid #ed2024;
  color: #ffffff;
  font-size: 13px;
  background-color: #ed2024;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ftr-cntent {
  padding-bottom: 50px;
}

.ftr-cntent p,
.footer-widget a {
  color: #fff;
}

.ftr-cntent h4 {
  color: #fff;
}

.cpryt p {
  float: left;
  font-size: 16px;
  color: #fff
}

.cpryt a {
  color: #ed2024;
}

.cpryt2 p {
  float: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.cpryt2 a {
  color: #ed2024;
}


.nwsltr {
  color: #000;
  top: 8px;
  position: absolute;
  border: 1px solid;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  line-height: 44px;
  left: 0;
  text-align: center;
  font-size: 24px;
  padding-bottom: 0;
}

.nwslter-idx {
  margin-top: 8px;
  border: 1px solid #1a2da2;
  padding: 6px;
  border-radius: 30px;
  background-color: #fff;
}
.bg-nws {
  padding-top: 25px;
  /* background-image: url(assets/images/bga.jpg); */
  position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #fff;
  padding-bottom: 25px;
  border-bottom: 1px solid #4b5c9199;
}

.nwslter-idx input {
  border: none;
}

.nwslter-idx input:focus-visible {
  outline: none;
}

.nwslter-idx .mls {
  width: 290px;
}

.nwslter-idx .sbmt {
  float: right;
  width: 117px;
  height: 35px;
  border: 1px solid #ed2024;
  color: #fff;
  border-radius: 30px;
  background-color: #ed2024;
}

.frm-r form {
  margin-right: 43px;
}

.pb-tstimnl {
  padding-bottom: 62px;
}

.pb-tstimnl1 {
  padding-bottom: 92px;
}

.pb-tstimnl2 {
  padding-bottom: 63px;
}

.pb-tstimnl4 {
  padding-bottom: 33px;
}

.pb-tstimnl5 {
  padding-bottom: 94px;
}

.tp-fullwidth-forcer {
  height: 600px !important;
}

#About-Us {
  padding-top: 8%;
}

.rs-carousel .image-wrap img {
  width: 200px;
}
.work_strategy{
  margin: auto;
  display: block;
}
.tabworkwithus .nav-tabs .nav-item {
  margin-bottom: -1px;

  text-align: center;
  color: #fff;
  margin: 0 30px;
}
.tabworkwithus .nav-tabs .nav-item .nav-link{
    font-size: 14px;
    line-height: 15px;
    color: #fff !important;
    text-align: center;
    padding: 15px;
    transform: skew(27deg, 0deg);
}
.tabworkwithus .nav-tabs .nav-item.show .nav-link, .tabworkwithus .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color:transparent;
}

.tabworkwithus .nav-tabs{
justify-content: center;
}

.tabworkwithus  .nav-tabs .nav-link:focus, .tabworkwithus  .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.checkboxlien {
  display: flex;
  align-items: start;
  justify-content: left;
}

.checkboxlien label {
  line-height: 22px;
}
.checkboxlien input {
  margin-top: 5px;
}

.checkboxlien label {
    line-height: 22px;
    margin-left: 15px;
}
.rs-contact label {
  font-size: 13px;
  color: #000;
  line-height: 19px;
  font-weight: 600;
}
.checkboxlien label {
  font-size: 13px;
  color: #000;
  line-height: 19px;
  font-weight: 500;
 
}
span.formhead {
  font-size: 13px;
  color: #000;
  line-height: 19px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.headsform{
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.headsform:after{
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  background: #243d8e;
}
.headsform h2 {
  font-size: 22px;
  border: 1px solid #243d8e;
  width: fit-content;
  padding: 4px 15px;
  line-height: 1;
  color: #243d8e;
  font-weight: 500;
  background: #fff;
  position: relative;
  z-index: 1;
  margin: auto;
}

.instructor ul {
padding-left: 20px;

}

.instructor  ul li {
  padding: 0 0 12px;
  line-height: 1.3;
  list-style: circle;
}

.banner-title {
  color: #243e8f  !important;
}

#About-Us {
  padding-top: 8%;
  margin-top: 190px;
}

/*Animated Testimonial Slider Section CSS*/
.rs-testimonials-section .testimonial-img-part .nav-img {
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  opacity: 0.50;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.rs-testimonials-section .testimonial-img-part .nav-img img {
  overflow: hidden;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.rs-testimonials-section .testimonial-img-part .nav-img:hover,
.rs-testimonials-section .testimonial-img-part .nav-img.active {
  opacity: 1;
}
.rs-testimonials-section .testimonial-img-part .item-1 {
  left: 0;
  top: 0;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.rs-testimonials-section .testimonial-img-part .item-2 {
  left: 0;
  top: 230px;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.rs-testimonials-section .testimonial-img-part .item-3 {
  left: 0;
  bottom: 0;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.rs-testimonials-section .testimonial-img-part .item-4 {
  right: 0;
  top: 100px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.rs-testimonials-section .testimonial-img-part .item-5 {
  right: 0px;
  bottom: 100px;
  animation-duration: 8s;
  -webkit-animation-duration: 8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.rs-testimonials-section .testimonial-img-part .item-6 {
  left: 0;
  top: 100px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.rs-testimonials-section .testimonial-img-part .item-7 {
  left: 0;
  bottom: 100px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.rs-testimonials-section .testimonial-img-part .item-8 {
  right: 0;
  top: 0;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.rs-testimonials-section .testimonial-img-part .item-9 {
  right: 0;
  top: 230px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.rs-testimonials-section .testimonial-img-part .item-10 {
  right: 0px;
  bottom: 0;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.rs-testimonials-section .testimonial-img-part.left {
  left: 0px;
}
.rs-testimonials-section .testimonial-img-part.right {
  right: 0px;
}
.rs-testimonials-section .testimonial-text-part {
  background: url(assets/images/testimonial/testmonial-text-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text {
  width: 100%;
  max-width: 325px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotateX(0deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotateX(0deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotateX(0deg);
  -o-transform: translateX(-50%) translateY(-50%) rotateX(0deg);
  transform: translateX(-50%) translateY(-50%) rotateX(0deg);
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text .text-part {
  padding-top: 10px;
}
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text .text-part p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #101010;
}
/* .rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text .text-part:before {
  content: "\f150";
  font-family: "Flaticon";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  font-size: 60px;
  color: #05d4ef;
  opacity: 0.4;
} */
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text .title-part .title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text .title-part .title a {
  color: #101010;
}
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text .title-part .title a:hover {
  color: #ffbf66;
}
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text .title-part p {
  margin: 0;
}
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text.hide-left {
  opacity: 0;
  visibility: hidden;
  left: 0;
  -webkit-transform: translateX(-100%) translateY(-50%) rotateX(-45deg) !important;
  -moz-transform: translateX(-100%) translateY(-50%) rotateX(-45deg) !important;
  -ms-transform: translateX(-100%) translateY(-50%) rotateX(-45deg) !important;
  -o-transform: translateX(-100%) translateY(-50%) rotateX(-45deg);
  transform: translateX(-100%) translateY(-50%) rotateX(-45deg);
}
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text.hide-right {
  opacity: 0;
  visibility: hidden;
  right: 50%;
  -webkit-transform: translateX(100%) translateY(-50%) rotateX(45deg);
  -moz-transform: translateX(100%) translateY(-50%) rotateX(45deg);
  -ms-transform: translateX(100%) translateY(-50%) rotateX(45deg);
  -o-transform: translateX(100%) translateY(-50%) rotateX(45deg);
  transform: translateX(100%) translateY(-50%) rotateX(45deg);
}
.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text.look {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%) rotateX(0deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotateX(0deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotateX(0deg);
  -o-transform: translateX(-50%) translateY(-50%) rotateX(0deg);
  transform: translateX(-50%) translateY(-50%) rotateX(0deg);
}

.rs-partner .image-wrap {
  text-align: center;
  
  border: 1px solid #ccc;
  text-align: center;
  margin: auto;
  display: block;
  width: fit-content;
  padding: 0 28px;
}


.menu-area.menu-sticky.sticky ul.nav-menu li a {
  color: #000 !important;
}

.checkgrp{
  display: flex;
  flex-wrap: wrap;
}

.checkgrp .checkboxlien{
  margin-right: 30px;
}
.aboutus{
  padding-top: 80px;
}


.flip-icon-box {
  display: flex;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.flip-icon-box .icon-part {
  margin-right: 30px;
}
.flip-icon-box .icon-part i {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
}
.flip-icon-box .icon-part i:before {
  font-size: 30px;
  margin: 0 auto;
}
.flip-icon-box .icon-part.primary i {
  color: #ffbf66;
  background: rgba(255, 191, 102, 0.1);
}
.flip-icon-box .icon-part.secondary i {
  color: #05d4ef;
  background: rgba(5, 212, 239, 0.1);
}
.flip-icon-box .icon-part.blue i {
  color: #202dee;
}
.flip-icon-box .icon-part.red i {
  color: #de295c;
}
.flip-icon-box .icon-part.green i {
  color: #19f682;
}
.flip-icon-box .icon-part.purple i {
  color: #9b2ad2;
}
.flip-icon-box .text-part .flip-box-title {
  font-weight: 500;
  margin: 0 0 8px;
  transition: all 0.7s ease 0s;
}
.flip-icon-box .text-part .flip-box-title a {
  color: #101010;
}
.flip-icon-box .text-part .flip-box-title a:hover {
  color: #ffbf66;
}


.rs-services .col-lg-4 {
  padding: 0 25px !important;
}
.rs-services .services-grid {
  text-align: center;
}
.rs-services .services-grid .icon-part {
  margin-bottom: 25px;
}
.rs-services .services-grid .content-part .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.rs-services .services-grid .content-part .title a {
  color: #101010;
}
.rs-services .services-grid .content-part .title a:hover {
  color: #ffbf66;
}
.rs-services .services-grid .content-part .desc {
  font-size: 15px;
}
.rs-services.rs-border-style .services-grid {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 30px 35px 30px;
  transition: all 0.5s ease 0s;
  position: relative;
  background: #fff;
}
.rs-services.rs-border-style .services-grid:after {
  content: "";
  position: absolute;
  background: #f9ede0;
  width: 96%;
  height: 96%;
  left: 28px;
  top: 24px;
  display: block;
  z-index: -1;
  border-radius: 3px;
}
.rs-services.rs-border-style .services-grid:hover {
  border-color: transparent;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.04);
}
.rs-services .flip-icon-box .icon-part {
  margin-right: 0;
  background: url(images/services/icon-bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 150px;
}
.rs-services .flip-icon-box .icon-part i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: unset;
  width: unset;
  border-radius: unset;
}
.rs-services .flip-icon-box .icon-part i:before {
  font-size: 35px;
}
.rs-services .flip-icon-box .icon-part.primary i {
  color: #ffbf66;
  background: unset;
}
.rs-services .flip-icon-box .icon-part.secondary i {
  color: #05d4ef;
  background: unset;
}
.rs-services .services-image-part {
  position: relative;
  background: url(assets/images/services-scanner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.odometer{
  color: #fff !important;
  text-align: center !important;
  font-weight: 300 !important;
}
.rs-counter  h2{
  color: #fff !important;
}

div#rs-testimonials-section {
  background: #f4f7ff;
}
.scan-img span.scan-full {
  animation: move-all 3.4s;
  animation-iteration-count: 1;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  width: 80%;
  top: 10%;
  margin: 0 auto;
  background-color: #ffbf66;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  z-index: 9;
}

.rs-testimonials-section .testimonilsse {
  width: 80px;
  border-radius: 100%;
}

.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text .text-part p {
  margin-bottom: 0;
}

.rs-blog  .blog-date {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #ffbf66;
  color: #ffffff;
  text-align: center;
  z-index: 99;
  padding: 10px 20px;
}
.rs-blog  .blog-date span {
  display: block;
  font-size: 15px;
  line-height: 1;
}
.single-blog-slide h3 {
  margin-bottom: 0;
}
.videosec iframe {
  margin: auto;
  display: block;
  border: 14px solid #bdbdbd;
}
.sec-title .title  span{
  color: #000;
}
.sec-title .title span {
  color: #243e8f;
}

.videsec {
    background: url(assets/images/frame.png);
    background-size: 100% 100%;
    padding-top: 60px;
}

.sec-title .title {
  line-height: 1;
}
.rs-partner {
  background: #243e8f;
  padding-top: 60px;
}
.rs-partner .image-wrap {
  background: #fff;
}
.container-fluid.bg-nws p {
  margin-bottom: 0;
}

.rs-partner .sec-title .title  {
  color: #fff;
}

.rs-partner .sec-title .title span {
  color: #ed2024;
}
.learn-btn {
  margin: auto;
  display: block;
  text-align: center;
  margin-top: 40px;
}
.socialmedia ul li {
  color: #fff;
  padding: 5px 10px;
  font-size: 27px;
}
.innerfolowus h2 {
  margin-bottom: 0;
}
.socialmedia ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.followus {
  background: rgb(12,25,108);
  background: linear-gradient(24deg, rgba(12,25,108,1) 3%, rgba(25,44,163,1) 50%, rgba(40,54,147,1) 100%);
  padding: 20px 0;
}
.innerfolowus h2 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
}
.innerfolowus p {
  color: #fff;
  margin-bottom: 0;
}
.socialmedia ul li a {
  color: #fff;
  font-size: 19px;
  background: #ed2024;
  padding: 3px 9px;
  border-radius: 5px;
}
.socialmedia ul li{
  color: #fff;
  font-size: 27px;
}
.single-blog-slide h3 a{
  color: #000;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  width: 100%;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a{
  width: 100%;
}

.info-wrap.instructor h5 {
    margin-bottom: 6px;
    margin-top: 40px;
}
.info-wrap.instructor {
    background: #d9e1fb;
    padding: 20px 30px 20px !important;
    overflow: hidden;
}
.note{
  margin-top: 30px !important;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.modal-dialog {
  max-width: 640px;
  margin: 1.75rem auto;
}

.scan-img span.scan {
  animation: move 3s cubic-bezier(0.15, 0.44, 0.76, 0.64);
  animation-iteration-count: 1;
  background-color: #05d4ef;
  content: "";
  right: 0;
  left: 0;
  height: 1px;
  width: 260px;
  top: 125px;
  margin: 0 auto;
  position: absolute;
  animation-direction: alternate;
  transform: translateY(0%);
  animation-iteration-count: infinite;
  transition-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1);
  z-index: 9;
}

.rs-menu ul ul {
  max-width: 400px;
  width: 290px;
}
.scriprtext {
  margin-left: 50px;
  margin-bottom: 0;
}

 .feature-product .sec-img {
  left: 50%;
  transform: translateX(-50%);
}
.counter-wrap {
  padding: 20px 0 30px;
  margin-bottom: 30px;
}

.float{
	position:fixed;
  width: 51px;
  height: 50px;
	bottom:90px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size: 20px;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.callfloat {
  position: fixed;
  width: 51px;
  height: 50px;
  bottom: 145px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  z-index: 100;
}
.my-callfloat{
	margin-top:16px;
}
.termandcondi label{
  padding: 0;
}
a.getotp {
  border: 1px solid #ed2024;
  padding: 5px 0px;
  /* margin-bottom: 20px; */
  display: block;
  text-align: center;
  background: #ed2024;
  color: #fff;
}
.content-part {
  margin-top: 20px;
}

.content-part .title a{
  color: #000;
}
.btn-part a {
  border: 1px solid #ed2024;
  padding: 10px 10px;
}
.pagenav {
  padding: 11px 30px;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
}
.pagenav li {
  display: inline;
  margin-right: 16px;
  padding-right: 26px;
  position: relative;
}
.pagenav li.active a {
  color: #458dff;
}
.pagenav li:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #d6fbff;
}

.pagenav li.active a {
  color: #ed2024;
}
.pagenav li a{
  color: #000;
}
.blog-wrap{
  margin-bottom: 40px;
}
.pagenav li a i {
  color: #003b40;
  transition: all 0.3s ease 0s;
}


button.close.closeitem {
    z-index: 9999;
    position: absolute;
    right: 0;
    font-size: 23px;
    color: #fff;
    top: 0;
    background: #000;
    opacity: 1;
    border-radius: 30px;
    padding: 1px 10px;
}

.titlecolor_career {
  font-weight: 700;
  text-transform: uppercase !important;
}

.titlecolor_career_1 {
  font-weight: 700;
  text-transform: uppercase !important;
  color: #f20 !important;
}

.bg_color_career {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
  border: 1px dotted;
}

.paracolor_career {
  font-size: 16px;
}

.titlecolor_career {
  color: #ed2024 !important;
  font-size: 21px;
}

.btn_dexter_job {
  background-color: #ed2024;
  color: #fff;
  padding: 10px 80px;
  margin-top: 30px;
}

.btn_dexter_apply {
  background-color: #111;
  color: #fff;
  padding: 10px 80px;

}

.title_footer {
  font-size: 20px;
  margin-bottom: 10px;
}
.slider_imgwidth {
  width: 1400px;
  height: 530px;
}
.mtop_tile{
  margin-top: 50px;
}
.font_size_whatwedo {
  font-size: 18px;
}
.padding_left_1 {
  padding-left: 30px;
}
.padding_left_2 {
  padding-left: 0px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #050505;
 border-radius: 0.0rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.rs-testimonials-section .testimonilsse {
  width: 80px;
  border-radius: 100%;
}

.rs-testimonials-section .testimonial-text-part .testimonial-top-part .item-text .text-part p {
  margin-bottom: 0;
}

.rs-blog .blog-date {
  position: relative;
  left: 0%;
  bottom: 2px;
  transform: translateX(35%);
  background: #ed2024;
  color: #ffffff;
  text-align: center;
  z-index: 99;
  width: 150px;
  padding: 7px 20px;
  border-radius: 2px;
}

.rs-blog .blog-date span {
  display: block;
  font-size: 15px;
  line-height: 1;
}

.single-blog-slide h3 {
  margin-bottom: 0;
}
.single-blog-slide h3 a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.rs-blog .item .single-blog-slide .blog-informations {
  padding: 12px 30px 10px;
}

.bg_color_whiteatm {
  background-color: #fff;
  padding: 20px 0px 20px 50px;
  box-shadow: 0px 0px 1px 0px;
}
.box_shadow_dexternews {
  box-shadow: 0 0 18px 0px rgb(0 0 0 / 32%);
}
.bg_color_news{
  background-color: #000;
    font-size: 17px;
    color: #fff !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.box_shadow_gallery{
  background-color: #000;
  font-size: 17px;
  color: #fff !important;
}
.box_shadow_gallery {
  box-shadow: 0 0 18px 0px rgb(0 0 0 / 32%);
  width: 100%;
  height: 259px;
  border: 1px dotted #111;
}

.bg_color_video {
  background-color: #243d8fe3;
  padding-top: 50px;
  padding-bottom: 30px;
  border: 2px dotted #111;
}
.media-icon .popup-videos {
  position: absolute;
  top: 25%;
  left: 86%;
  transform: translate(-50%, -50%);
  color: #00163f;
  background: #ffffff;
  border-radius: 100%;
}



.media-icon .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.5s ease 0s;
}
.media-icon .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.5s ease 0s;
}