@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap" rel="stylesheet');
@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Tekhub - Multipurpose Technology Startup HTML Template
* Author : rs-theme
* Author URI : http://rstheme.com/ 
*
* -----------------------------------------------------------------------------
*
**/
/* -----------------------------------
    01. General CSS
    02. Common CSS
    03. Header Section CSS
    04. Banner Section Css
    05. Blog Section Css
    06. Services Section Css
    07. About Section Css
    08. Testimonial Section Css
    09.Partner Section CSS
    10. Contact Section Css
    11. Footer Section CSS
    12. Scroll Up CSS
    13. Preloader CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 26px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  font-weight: 500;
  line-height: 1.3;
}
h1 {
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
a {
  color: #ffd100;
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #000;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
/* -----------------------------------
    02. Common CSS
-------------------------------------*/
.col-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.col-20 [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
  margin: 0;
  display: block;
  line-height: 1;
}
.clear {
  clear: both;
}
.display-flex, .display-flex-center {
  display: flex;
  align-items: center;
}
.display-flex-center {
  align-items: center;
}
.z-index-0 {
  z-index: 0 !important;
}
.primary-color {
  color: #ffd100;
}
.text-center {
  text-align: center;
}
.margin-center {
  margin: 0 auto;
}
.overflow-hidden {
  overflow: hidden;
}
.no-background {
  background-color: unset !important;
}
.no-border {
  border: none !important;
}
.relative {
  position: relative !important;
}
.normal {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.full-width {
  width: 100%;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.bs-none {
  box-shadow: none !important;
}
.no-bg {
  background: none !important;
}
.lh-1 {
  line-height: 1 !important;
}
.block {
  display: block !important;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-spacer2 {
  padding: 70px 0;
}
.radius-0 {
  border-radius: unset !important;
}
.box-shadow {
  box-shadow: 2px 10px 50px rgba(158, 158, 158, 0.25);
}
.body-color {
  color: #666666 !important;
}
.gray-color {
  color: #f9f9f9 !important;
}
.global-color {
  color: #bcbbbb !important;
}
.gray-bg {
  background-color: #f5f5f5 !important;
}
.white-color {
  color: #ffffff !important;
}
.white-bg {
  background-color: #ffffff !important;
}
.title-color {
  color: #101010 !important;
}
.title-bg {
  background-color: #101010 !important;
}
.secondary-color {
  color: #2547b7 !important;
}
.secondary-bg {
  background: #ef2f37 !important
}
.primary-color {
  color: #ffd100 !important;
}
.primary-bg {
  background: #ffd100 !important;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.social-icons {
  padding-top: 20px;
  margin-top: 15px;
  position: relative;
}
.social-icons ul li {
  display: inline;
  margin-right: 15px;
  font-size: 16px;
}
.social-icons ul li a {
  color: #bcbbbb;
}
.social-icons ul li a:hover {
  color: #ffd100;
}
.social-icons ul li:last-child {
  margin-right: 0;
}
.social-icons:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 170px;
  transform: translateX(-50%);
  border-top: 1px dashed #e1e1e1;
}
.social-icons.style2:before {
  width: 100%;
}
.social-icons.border-none:before {
  position: unset;
  content: unset;
}
.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;
}
.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;
}
::-moz-selection {
  background: #ffd100;
  text-shadow: none;
  color: #ffffff;
}
::selection {
    background: #000;
    text-shadow: none;
    color: #ffffff;
}
.align-center {
  align-items: center;
}
.owl-controls .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #ffd100;
  margin: 0 5px;
}
.owl-controls .owl-dots .owl-dot.active {
  color: #101010;
}
.slider-nav button {
  position: absolute;
  bottom: 0;
  font-size: 0;
  padding: 0 !important;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 100%;
  border: 1px solid #d5d5d5;
  color: #666666;
  background: transparent;
  outline: none;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.slider-nav button:before {
  content: '\f14e';
  font-family: Flaticon;
  font-size: 15px;
}
.slider-nav button:hover {
  background-color: #2547b7;
  border-color: #2547b7;
  color: #ffffff;
}
.slider-nav .slick-prev {
  left: -565px;
  transform: rotate(180deg);
}
.slider-nav .slick-next {
  left: -500px;
}
/*Section Title*/
.sec-title {
  z-index: 1;
  position: relative;
}
.sec-title .title {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.sec-title.text-center .title {
  position: relative;
  padding-bottom: 15px;
}
.sec-title.text-center .title:before {
  content: "";
  position: absolute;
  background: #ef3536;
    height: 4px;
    width: 80px;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.sec-title.image-title .title.bg-center:after {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title.image-title .title.bg-right:after {
  right: 2px;
}
.sec-title.image-title .title:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(images/title-arrow.png);
  width: 30px;
  height: 50px;
  top: -10px;
  left: -34px;
  background-repeat: no-repeat;
}
.sec-title .sub-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    display: inline-block;
    color: #d40101;
    text-transform: uppercase;
}
.sec-title.white-color .sub-title,
.sec-title.white-color .title,
.sec-title.white-color p {
  color: #fff;
}
.sec-title.white-color .title:after {
  background: url(images/title-arrow-wh.png);
}
.sec-title.text-center .title {
    display: block;
}
.sec-title.text-center .btn-area {
  padding-top: 36px;
}
.sec-title .title.extra-none {
  display: block;
  margin-bottom: 8px;
}
.sec-title .title.extra-none:before,
.sec-title .title.extra-none:after {
  display: none;
}
/*Readon Button*/
.readon {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.7s ease 0s !important;
  outline: none;
  text-transform: uppercase;
  height: 55px;
  line-height: 53px;
  padding: 0 70px 0 30px;
  z-index: 1;
  font-weight: 500;
  background: #000;
  border-radius: 30px;
  position: relative;
  border: 2px solid transparent;
}
.readon:before {
  content: '\f14e';
  font-family: Flaticon;
  position: absolute;
  right: -10px;
  top: -2px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  border-radius: 100%;
  text-align: center;
  background-color: #ffd100;
  color: #666666;
}
.readon:hover {
  background:#e92d32;
  border-color: #ffd100;
  color: #fff;
}
.readon.white-btn {
  color: #ffd100;
  background: #ffffff;
  border: 2px solid transparent;
}
.readon.white-btn:before {
  background: #d2cdcd;
}
.readon.banner {
  color: #101010;
  border-radius: 5px;
  padding: 20px 95px 20px 35px;
  font-weight: 500;
  text-transform: uppercase;
  border: unset;
  overflow: hidden;
}
.readon.banner:before {
  font-family: Flaticon;
  content: "\f120";
  font-size: 18px;
  font-weight: 600;
  left: auto;
  right: 25px;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.readon.banner:after {
  content: '';
  position: absolute;
  width: 35%;
  height: 200%;
  transition: all 0.5s ease 0s;
  background: #f4b762;
  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.banner:hover {
  background: #f2ac4a;
}
.readon.banner:hover:after {
  width: 40%;
}
.readon.banner:focus {
  outline: none;
}
.menu-btn {
  position: relative;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.7s ease 0s !important;
  text-transform: uppercase;
  height: 37px;
  line-height: 37px;
  padding: 0 25px;
  z-index: 99;
  font-weight: 500;
  color: #101010;
  background: #fadf1f;
  border-radius: 3px;
}
.menu-btn:hover {
  background-color: #000;
  color: #fff;

}
/*Pagination*/
.pagination-area .pagination-part li {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  margin: 0 5px;
}
.pagination-area .pagination-part li i,
.pagination-area .pagination-part li i:before {
  font-size: 28px;
  margin: 0;
  line-height: 60px;
}
.pagination-area .pagination-part li:hover,
.pagination-area .pagination-part li.active {
  border-color: #f9f9f9;
}
/*Video Icon*/
.media-icon {
  position: relative;
}
.media-icon .popup-videos:before {
  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;
  transition: all 0.5s ease 0s;
}
.media-icon .popup-videos:hover:before {
  background: linear-gradient(-41deg, #ffd100, #2547b7);
}
/*Hover Pulse Effect*/
.hover-pulse:hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-41deg, #ffd100, #2547b7);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
/*Search Modal*/
.search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}
.search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 3px;
}
.search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #ffffff;
  opacity: 1;
}
.search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */

  color: #ffffff;
  opacity: 1;
}
.search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
  opacity: 1;
}
.search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */

  color: #ffffff;
  opacity: 1;
}
.search-modal .close {
  color: #ffd100;
  margin-top: 20px;
  font-size: 20px;
  background-color: #ffffff;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  transition: all 0.5s ease 0s;
}
.search-modal .close span {
  line-height: 52px;
}
.search-modal .close span:before {
  margin: 0;
}
.search-modal .close:hover {
  background-color: #ffd100;
  color: #ffffff;
}
.modal-backdrop.show {
  opacity: 0.9;
  z-index: 999;
}
/*Navigation*/
.nav-style .owl-carousel {
  padding-top: 0;
}
.nav-style .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.nav-style .owl-carousel .owl-nav [class*="owl-"] {
  background: transparent;
  border: 1px solid #ffd100;
  color: #ffd100;
  font-size: 0;
  width: 45px;
  height: 45px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.5s ease 0s;
}
.nav-style .owl-carousel .owl-nav [class*="owl-"]:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.nav-style .owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}
.nav-style .owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
  content: "\f104";
}
.nav-style .owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.nav-style .owl-carousel .owl-nav [class*="owl-"].owl-next:before {
  content: "\f105";
}
.nav-style .owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #ffd100;
  color: #ffffff;
}
.nav-style .owl-carousel:hover [class*="owl-"] {
  opacity: 1 !important;
  visibility: visible !important;
}
.nav-style .owl-carousel:hover [class*="owl-"] .owl-prev {
  left: -60px;
}
.nav-style .owl-carousel:hover [class*="owl-"] .owl-next {
  right: -60px;
}
/* listing style */
.listying li,
.check-list-circle li {
  margin-bottom: 10px;
  transition: 0.4s;
}
.listying li:before,
.check-list-circle li:before {
  content: "\f12c";
  font-family: Flaticon;
  padding-right: 10px;
  color: #ffd100;
}
.listying li:last-child,
.check-list-circle li:last-child {
  margin: 0;
}
/*SVG Background*/
.svg-bg {
  position: relative;
}
.svg-bg:before {
  content: '';
  background: url(images/svg/bg-shape.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ---------------------------
    03. Header Section CSS
------------------------------*/
#rs-header .menu-area {
  background: #ffffff;
}
#rs-header .menu-area .logo-area a {
  transition: all 0.5s ease 0s;
}
#rs-header .menu-area .logo-area a img {
  display: inline-block;
  vertical-align: text-bottom;
}
#rs-header .menu-area .logo-area.sticky-logo {
  display: none;
}
#rs-header .menu-area .logo-area.normal-logo {
  display: block;
  padding-top: 4px;
}
#rs-header .menu-area .rs-menu ul li {
  /* Dropdown Menu area */

}
#rs-header .menu-area .rs-menu ul li > a {
  color: #000;
  font-weight: 500;
  font-family: 'Poppins';
}
#rs-header .menu-area .rs-menu ul li > a:hover {
  color: #f32222;
    font-weight: 600;
}
#rs-header .menu-area .rs-menu ul li .sub-menu li a {
  color: #101010;
}
#rs-header .menu-area .rs-menu ul li .sub-menu li a:before,
#rs-header .menu-area .rs-menu ul li .sub-menu li a:after {
  display: none;
}
#rs-header .menu-area .rs-menu ul li .sub-menu li:hover > a {
  color: #ffd100;
}
#rs-header .menu-area .rs-menu ul li .sub-menu li.active > a {
  color: #ffd100;
}
#rs-header .menu-area .rs-menu ul li.active-menu > a,
#rs-header .menu-area .rs-menu ul li.current-menu-item > a {
  color: #f32222 !important;
  font-weight: 600 !important;
}
.prev-step, .next-step {
  font-size: 17px;
  padding: 6px 40px;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}
#rs-header .menu-area.sticky .rs-menu ul li > a {
  color: #101010;
}
#rs-header .menu-area.sticky .logo-area.normal-logo {
  display: none;
}
#rs-header .menu-area.sticky .logo-area.sticky-logo {
  display: block;
}
#rs-header.transparent-header {
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: #fff;

}
#rs-header.transparent-header .menu-area.affix {
  background: #000 !important;
}
#rs-header.transparent-header .rs-menu-area {
  justify-content: flex-start;
  padding-top: 30px;
}
#rs-header.transparent-header .toolbar-area {
  padding: 0;
  border-bottom: 1px solid #e7e8ee;
}
#rs-header.transparent-header .menu-area,
#rs-header.transparent-header .toolbar-area {
  background: transparent;
}
#rs-header.transparent-header .menu-sticky {
    box-shadow: none;
    transition: all 0.5s ease 0s;
    margin-bottom: -8px;
    /* border-bottom: 1px solid #ebe5e5; */
}
#rs-header.transparent-white-color .menu-area .logo-area.sticky-hidden {
  display: none;
}
#rs-header.transparent-white-color .menu-area .rs-menu ul li > a {
  color: #fff;
}
#rs-header.transparent-white-color .menu-area .rs-menu ul .current-menu-item > a,
#rs-header.transparent-white-color .menu-area .rs-menu ul li:hover > a {
  color: #cccccc;
}
#rs-header.transparent-white-color .menu-area .right-bar-icon ul > li.icon-bar > a {
  color: #fff;
}
#rs-header.transparent-white-color .menu-area .right-bar-icon ul > li.icon-bar > a:hover {
  color: #cccccc;
}
#rs-header.transparent-white-color .menu-area.sticky .logo-area.sticky-hidden {
  display: block;
}
#rs-header.transparent-white-color .menu-area.sticky .logo-area.sticky-visible {
  display: none;
}
#rs-header.transparent-white-color .menu-area.sticky .rs-menu ul li > a {
  color: #666666;
}
#rs-header.transparent-white-color .menu-area.sticky .rs-menu ul li:hover > a,
#rs-header.transparent-white-color .menu-area.sticky .rs-menu ul li.current-menu-item > a {
  color: #ffd100;
}
#rs-header.transparent-white-color .menu-area.sticky .right-bar-icon ul > li.icon-bar > a {
  color: #666666;
}
#rs-header.transparent-white-color .menu-area.sticky .right-bar-icon ul > li.icon-bar > a:hover {
  color: #ffd100;
}
#rs-header.transparent-white-color .rs-sign-up-btn {
  margin-left: 70px;
}
#rs-header.transparent-white-color .rs-sign-up-btn a {
  display: block;
  border-radius: 5px;
  background: #ffffff;
  color: #ffd100;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 10;
  border: 1px solid #ffd100;
}
#rs-header.transparent-white-color .rs-sign-up-btn a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  border-radius: 5px;
  z-index: -1;
  background: #ffd100;
  transition: 0.4s;
}
#rs-header.transparent-white-color .rs-sign-up-btn a:hover {
  color: #ffffff;
  background: #ffd100;
}
#rs-header.transparent-white-color .rs-sign-up-btn a:hover:after {
  width: 100%;
}
#rs-header.transparent-white-color .rs-quote-btn {
  margin-left: 40px;
}
#rs-header.transparent-white-color .rs-quote-btn a {
  background-color: #ffd100;
}
#rs-header.transparent-white-color .rs-quote-btn a:after {
  background: #3d42d1;
}
#rs-header.transparent-white-color .rs-quote-btn a:hover:after {
  width: 100%;
}
#rs-header.transparent-white-color .toolbar-area .toolbar-contact ul li i,
#rs-header.transparent-white-color .toolbar-area .toolbar-sl-share ul li a,
#rs-header.transparent-white-color .toolbar-area .toolbar-contact ul li a {
  color: #ffffff;
}
#rs-header.transparent-white-color .toolbar-area .toolbar-contact ul li i:hover,
#rs-header.transparent-white-color .toolbar-area .toolbar-sl-share ul li a:hover,
#rs-header.transparent-white-color .toolbar-area .toolbar-contact ul li a:hover {
  color: #ffd100;
}
#rs-header.inner-page-header .toolbar-area {
  border-color: #2f3cbb;
}
#rs-header.inner-page-header .toolbar-area .toolbar-contact ul li,
#rs-header.inner-page-header .toolbar-area .toolbar-contact ul li a,
#rs-header.inner-page-header .toolbar-area .toolbar-sl-share ul li a {
  color: #fff;
}
#rs-header.inner-page-header .toolbar-area .toolbar-contact ul li a:hover,
#rs-header.inner-page-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #cccccc;
}
#rs-header.inner-page-header .menu-area .rs-menu ul.nav-menu > li > a,
#rs-header.inner-page-header .menu-area .right-bar-icon ul > li.icon-bar > a {
  color: #fff;
}
#rs-header.inner-page-header .menu-area .right-bar-icon ul > li.icon-bar > a:hover,
#rs-header.inner-page-header .menu-area .rs-menu ul.nav-menu > li:hover > a,
#rs-header.inner-page-header .menu-area .rs-menu ul li.current-menu-item > a {
  color: #cccccc;
}
#rs-header .container-fluid {
  padding: 0px 60px 9px;
}
#rs-header.full-header .menu-area {
  padding: 15px 0;
}
#rev_slider_2 .rev-slidebg {
  width: 100%;
}
/*Chat CSS*/
li[hide] {
  display: none;
}
#chat-box {
  width: 275px;
  margin: 0;
}
.chat ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.message-left .message-time {
  display: block;
  font-size: 12px;
  text-align: left;
  padding-left: 30px;
  padding-top: 4px;
  color: #ccc;
}
.message-right .message-time {
  display: block;
  font-size: 12px;
  text-align: right;
  padding-right: 20px;
  padding-top: 4px;
  color: #ccc;
}
.message-left {
  text-align: left;
  float: left;
  margin-bottom: 16px;
}
.message-left .message-text {
  float: left;
  display: inline-block;
  background: #2547b7;
  padding: 15px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 100;
  line-height: 1.5em;
  margin-left: 15px !important;
  position: relative;
}
.message-left .message-text:after {
  content: "";
  position: absolute;
  border-right: 10px solid #2547b7;
  border-bottom: 10px solid #2547b7;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 3px;
  left: -15px;
}
.message-right {
  text-align: right;
  float: right;
  margin-bottom: 16px;
}
.message-right .message-text {
  display: inline-block;
  background: #ffd100;
  padding: 15px;
  font-size: 14px;
  color: #101010;
  border-radius: 10px;
  line-height: 1.5em;
  font-weight: 100;
  text-align: left;
  margin-right: 15px !important;
  position: relative;
}
.message-right .message-text:after {
  content: "";
  position: absolute;
  border-left: 10px solid #ffd100;
  border-bottom: 10px solid #ffd100;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 3px;
  right: -15px;
}
.chat {
  padding: 70px 30px;
  background: url(images/banner/phone.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.chat-container {
  height: 400px;
  overflow: hidden;
}
.spinme-right {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.2;
  width: 100%;
}
.spinme-right .spinner {
  float: right;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: -19px 0 0 -21px;
  background-color: #ffd100;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spinme-left {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.2;
}
.spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}
.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: #000000;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.spinner {
  width: 40px;
  height: 40px;
  margin: -19px 0 0 -21px;
  background-color: #ffd100;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*-----------------------------------------------
    04. Banner Section Css
-----------------------------------------------*/
.rs-banner .form-message,
.rs-banner .banner-title {
  color: #fff;
}
.rs-banner .dual-btn li {
  display: inline-block;
  padding: 0 13px;
}
.rs-banner form button,
.rs-banner form input {
  border: none;
  border-radius: 3px;
  height: 55px;
}
.rs-banner form input[type='email'] {
  padding: 15px;
  background: rgba(255, 209, 0, 0.2);
  width: 340px;
  margin-right: 5px;
  color: #fff;
}
.rs-banner form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}
.rs-banner form ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 1;
}
.rs-banner form :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}
.rs-banner form :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}
.rs-banner form button {
  width: 130px;
  text-align: center !important;
  color: #101010;
  background-color: #ffd100;
  cursor: pointer;
  transition: all 0.5s ease 0s !important;
  text-transform: uppercase;
  font-weight: 500;
}
.rs-banner form button:hover {
  opacity: 0.8;
}
.rs-banner .chatbox-img {
  position: relative;
}
.rs-banner .chatbox-img .chat-txt {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.rs-banner .chatbox-img .chat-txt2 {
  position: absolute;
  left: 135px;
  top: 50%;
  transform: translateY(-50%);
  color: #101010;
}
/*-----------------------------------------------
    05. Blog Section Css
-----------------------------------------------*/
.rs-blog {
  padding-bottom: 95px;
}
.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);
    height: auto;
}
.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: 80px;
    height: 80px;
    background: #ed2e34;
  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;
  background-color: #fff;
}
.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;
    color: #000;
    font-size: 16px;
}
.rs-blog .item .single-blog-slide .blog-informations ul li i {
  color: #f03437;
    margin-right: 10px;
    font-weight: 700;
}
.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: #ffd100;
}
.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: #ffd100;
}
.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: #ffd100;
  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.5s 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: #ffd100;
}
.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: #ffd100;
}
.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: #ffd100;
}
.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 .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.5s ease 0s;
  outline: none;
}
.rs-blog .sidebar .search-wrap form button:hover {
  background: #ffd100;
  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: 100px;
}
.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;
  font-size: 16px !important;
}
.rs-blog .sidebar .recent-post .recent-post-widget .post-desc a:hover {
  color: #ffd100;
}
.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: #ffd100;
  padding-right: 35px;
}
.rs-blog .sidebar .categories li:last-child {
  margin: 0;
}
/*-----------------------------------------------
    06. Services Section Css
-----------------------------------------------*/
.rs-services .single-services {
  box-shadow: 3px 3px 0px #0000008f;
    padding: 20px 0px;
    transition: all 0.5s ease 0s;
}
.rs-services .single-services .service-icon {
  margin-bottom: 25px;
}
.rs-services .single-services .service-text .service-title {
  margin-bottom: 15px;
}
.rs-services .single-services .service-text .service-title a {
  color: #101010;
}
.rs-services .single-services .service-text .service-title a:hover {
  color: #ffd100;
}
.rs-services .single-services .service-text .service-desc {
  margin-bottom: 35px;
}
.rs-services .single-services .service-btn a {
  color: #101010;
}
.rs-services .single-services .service-btn a i:before {
  font-size: 30px;
}
.rs-services .single-services .service-btn a:hover {
  color: #ffd100;
}
.rs-services .single-services:hover {
  box-shadow: 10px 10px 20px rgba(38, 59, 94, 0.1);
}
/*-----------------------------------------------
    07. About Section Css
-----------------------------------------------*/
.rs-about .about-img {
  position: relative;
}
.rs-about .about-img .img-shape {
  position: absolute;
}
.rs-about .about-img .img-shape.msg1 {
  left: 0;
  top: 95px;
}
.rs-about .about-img .img-shape.msg2 {
  left: 120px;
  top: 0;
}
.rs-about .about-img .img-shape.msg3 {
  right: 50px;
  top: 0;
}
.rs-about .about-img .img-shape.shape1 {
  left: 85px;
  bottom: 140px;
}
.rs-about .about-img .img-shape.shape2 {
  top: 85px;
  right: 130px;
}
.rs-about .about-img .img-shape.shape3 {
  top: 137px;
  right: 115px;
}
.rs-about .about-img .img-shape.shape4 {
  top: 0;
  right: 50%;
}
.rs-about .about-img .img-shape.shape5 {
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
}
.rs-about .about-img .img-shape.shape6 {
  bottom: 100px;
  right: 215px;
  padding: 12px;
  background: #2547b7;
  border-radius: 10px;
  z-index: 2;
}
.rs-about .about-img .img-shape.phone {
  bottom: 35px;
  left: 245px;
  z-index: 1;
}
.rs-about .about-img .img-shape.lady {
  bottom: 36px;
  left: 105px;
  z-index: 2;
}
/*-----------------------------------------------
    08. Testimonial Section Css
-----------------------------------------------*/
/* .rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list {
  max-height: 455px;
  padding: 30px 0px;
}
.rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item {
  margin: 50px 0;
  max-width: 100%;
}
.rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item img {
  border-radius: 100%;
  float: right;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item img:hover {
  opacity: 1;
}
.rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item.slick-center {
  margin: 0;
}
.rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item.slick-center img {
  float: left;
  opacity: 1;
}
.rs-testimonial .testimonial-vertical-carousel .slider-for {
  margin-left: 65px;
  background: url(images/testimonial/circle-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0 125px;
  position: relative;
}
.rs-testimonial .testimonial-vertical-carousel .slider-for .item .author-img img {
  border-radius: 100%;
  margin: 0 auto;
}
.rs-testimonial .testimonial-vertical-carousel .slider-for .item .author-desc {
  position: relative;
  padding: 45px 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  max-width: 435px;
  margin: 0 auto;
}
.rs-testimonial .testimonial-vertical-carousel .slider-for .item .author-info {
  text-align: center;
}
.rs-testimonial .testimonial-vertical-carousel .slider-for .item .author-info .name {
  font-size: 18px;
  margin: 0;
}
.rs-testimonial .testimonial-vertical-carousel .slider-for:before {
  content: '\f117';
  font-family: Flaticon;
  font-size: 115px;
  line-height: 1;
  color: #ffd100;
  opacity: 0.2;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.rs-testimonial .testimonial-vertical-carousel .slider-for:after {
  content: '';
  background: url(images/testimonial/small-circle.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: : 0;
  right: 0;
  height: 125px;
  width: 125px;
  animation: zoom 2.75s infinite alternate;
  -webkit-animation: zoom 2.75s infinite alternate;
  -moz-animation: zoom 2.75s infinite alternate;
  -o-animation: zoom 2.75s infinite alternate;
} */
/* ------------------------------------
   09.Partner Section CSS
---------------------------------------*/
.rs-partner .partner-top .single-partner {
  width: 20%;
  float: left;
  text-align: center;
}
.rs-partner .partner-bottom {
  max-width: 80%;
  margin: 0 auto;
}
.rs-partner .partner-bottom .single-partner {
  width: 25%;
  float: left;
  text-align: center;
}
/*-----------------------------------------------
    10. Contact Section Css
-----------------------------------------------*/
.rs-contact {
  background: #f9f9f9;
}
.rs-contact .contact-form input,
.rs-contact .contact-form textarea {
  width: 100%;
  border: none;
  padding: 10px 15px;
  outline: none;
  border-radius: 5px;
  margin-bottom: 30px;
}
.rs-contact .contact-form textarea {
  height: 150px;
  display: inherit;
}
.rs-contact .contact-form button {
  border: none;
  cursor: pointer;
}
.rs-contact .contact-form ::placeholder {
  color: #999999;
}
.rs-contact .contact-form ::-webkit-input-placeholder {
  color: #999999;
}
.rs-contact .contact-form :-ms-input-placeholder {
  color: #999999;
}
.rs-contact .content-part .contact-info .info {
  display: flex;
}
.rs-contact .content-part .contact-info .info .icon-part {
  margin-right: 15px;
}
.rs-contact .content-part .contact-info .info .icon-part i {
  font-size: 30px;
  margin-top: 3px;
  color: #ffd100;
}
.rs-contact .content-part .contact-info .info .icon-part i.fa-map-marker {
  margin-top: 5px;
}
.rs-contact .content-part .contact-info .info .icon-part i.fa-mobile {
  font-size: 35px;
}
.rs-contact .content-part .contact-info .info .icon-part i.fa-envelope-o {
  font-size: 20px;
}
.rs-contact .content-part .contact-info .info .content a {
  color: #666666;
}
.rs-contact .content-part .contact-info .info .content a:hover {
  color: #ffd100;
}
.rs-contact .content-part .contact-info .info .content.width {
  max-width: 267px;
}
.rs-contact .content-part ul.social-links li {
  display: inline;
  margin-right: 10px;
}
.rs-contact .content-part ul.social-links li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 53px;
  border-radius: 100%;
  display: inline-block;
  background: #ffd100;
  font-size: 16px;
  color: #ffffff;
}
.rs-contact .content-part ul.social-links li a:hover {
  background: #2547b7;
  color: #ffffff;
}
.rs-contact .content-part ul.social-links li:last-child {
  margin: 0;
}
.rs-contact .contact-map iframe {
  float: left;
  width: 100%;
  height: 460px;
  border: none;
}
/* -----------------------
    11. Footer Section CSS
--------------------------*/
.rs-footer {
  position: relative;
  background-color: #f9f9ff;
  background: url(images/bg/footer-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  box-shadow: 0px 0px 1px 0px;
}
.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: #666666;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  background: #ffd100;
  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: #d00000;
    font-weight: 500;
}
.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: #ffd100;
}
.rs-footer .footer-widget .footer-services li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-widget .social-links li {
  display: inline-block;
  font-size: 20px;
  margin-right: 35px;
}
.rs-footer .footer-widget .social-links li a {
  color: #fbde25;
  background-color: #000;
  padding: 6px 11px;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  display: block;
  transition: all 0.7s ease 0s;
}
.rs-footer .footer-widget .social-links li a:hover {
    color: #fff;
}
.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: #ffd100;
}
.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: #ffd100;
}
.rs-footer .footer-widget .address-widget li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-bottom {
  padding: 50px 0 70px;
}
.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;
  box-shadow: 0px 0px 2px 0px;
  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: #ffd100;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  width: 70px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.rs-footer .footer-form .form-button i {
  padding-top: 12px;
  font-size: 24px;
  color: #666666;
}
.rs-footer .footer-form .form-button:hover {
  opacity: 0.6;
}
.rs-footer .copyright a {
  color: #2547b7;
}
.rs-footer .copyright a:hover {
  color: #ffd100;
}
.rs-footer ul.download-links {
  padding-top: 30px;
}
.rs-footer ul.download-links li {
  display: inline-block;
  margin-right: 10px;
}
.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.5s ease 0s;
}
.rs-footer ul.download-links li a:hover img {
  opacity: 0.8;
}
.rs-footer ul.download-links li:last-child {
  margin: 0;
}
/* -----------------------
   12. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background: #ffd100;
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.5s ease 0s;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  background-color: #f4b762;
}
/* ------------------------------------
    13. 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: #ffd100;
}
#loader-1:before {
  z-index: 100;
  animation: spin 1.5s infinite;
}
#loader-1:after {
  border: 6px solid #2547b7;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-top.bg-gray {
  background-color: #f20707e3;
}
.social-link a {
  margin: 7px;
  color: #fff;
}
.social_color{
  color: #fff;
}

.color_white{

    color: #fff;  
}
.side-forms {
  background-color: #f2f2f2;
  padding: 40px 0px 20px 0px;
  border-radius: 6px;
}

.btn-yellow {
  background-color: #000;
  color: #fff;
  padding: 7px 30px;
  border-radius: 2px;
  outline: none;
}
.btn_igs_banner {
  background-color: #fff;
  color: #000;
  padding: 12px 18px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}
/* .btn-yellow:hover {
  background-color: #eb3235;
} */

.btn_igs_banner:hover {
  background-color: #fadf1f;
}
.bg_igs_color{
  background-color: #f2f2f2;
}

.rs-services .single-services {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  
}


/*-----------------------------------------------
    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: #fca719;
}
.rs-features .features-wrap .features-inner .features {
  text-align: center;
  padding: 30px 30px 40px;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px #111111;
}
.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: #fca719;
  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: #fca719;
}
.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 #fca719;
  z-index: -1;
}
.rs-features .features-wrap:before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 90%;
  margin: 0 auto;
  opacity: 0.10;
  border-top: 3px solid #fca719;
}
.color1 {
  color: #fca719 !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: #fca719 !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: #fca719 !important;
}
.colors1 .icon-part i {
  color: #fca719 !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;
}

/*-----------------------------------------------
    07. Services Section CSS
-----------------------------------------------*/
.rs-services .single-service {
  display: flex;
  align-items: center;
}
.rs-services .single-service .service-icon {
  position: relative;
  float: left;
  margin-right: 30px;
}
.rs-services .single-service .service-icon i {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #04b7e4;
  border: 2px solid #00163f;
}
.rs-services .single-service .service-icon i:before {
  font-size: 46px;
}
.rs-services .single-service .service-icon:before,
.rs-services .single-service .service-icon:after {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 40px;
  background: #00163f;
}
.rs-services .single-service .service-icon:after {
  top: unset;
  bottom: -15px;
}
.rs-services .single-service .service-icon.vertical-line:before,
.rs-services .single-service .service-icon.vertical-line:after {
  width: 2px;
  height: 40px;
  top: -55px;
}
.rs-services .single-service .service-icon.vertical-line:after {
  top: unset;
  bottom: -55px;
}
.rs-services .single-service .service-text .service-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #00163f;
}
.rs-services .single-service .service-text .service-txt {
  margin: 0 0 10px;
}

.desc {
  margin-top: 25px;
}
.title_igs {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: -20px;
}
.title_igs_1{
  font-size: 27px;
    font-weight: 500;
}
.background_igs{
  background-color: #fff;
}

.background_igs:hover{
  background-color: #ef3538;
  color: #fff;
}
.btn_coaching{
  /* background-color: #000; */
  border: 1px solid #000;
  color: #000;
  padding: 4px 20px;
  border-radius: 2px;
}
.service-paragraph {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

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

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


.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: 0px 1px 2px 0px #1111117d;
}
.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 #fca719;
}
.rs-working-process .process-wrap .title {
    font-size: 18px;
    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;
}

/* 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(images/shape/waveone.png);
}
.wave-wrap .wave-inner .wave.wavetwo {
  animation: move_wave 30s linear infinite;
  background-size: 50% 132px;
  background-image: url(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;
}
.background_color_footer {
  background-color: #000000ed;
  color: #fff;
}
.font_weight_exam{
  font-weight: 600;
}

.ssc_title{
   font-weight: 600;
}

/* .bg_img_size{

  padding:20px 30px;
  border-radius: 5px 20px 5px 20px;
    background-position: revert;
    background-repeat: no-repeat;
} */

.bg_img_size {
  padding: 20px 30px;
  border-radius: 5px 20px 5px 20px;
  background-position: revert;
  background-repeat: no-repeat;
  border: 2px dashed #000;
}

/* ------------------------------------
    06. Counter Section CSS
-------------------------------------*/
.rs-counter .counter-part .counter-text .rs-count {

  font-size: 42px;
  font-weight: 600;
  margin: 0 0 20px;
}
.rs-counter .counter-part .counter-text .rs-count:after {
  content: '';
 
  margin-left: 5px;
}
.rs-counter .counter-part .counter-text .rs-count.plus:after {
  content: '+';
}
.rs-counter .counter-part .counter-text .rs-count.k:after {
  content: 'k';
  font-size: 30px;
}
.rs-counter .counter-part .counter-text .counter-txt {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

/* ------------------------------------
    17. Shop Page
-------------------------------------*/
.rs-shop .product-grid .shop-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
  box-shadow: 0px 0px 3px 0px;
  
}

.rs-shop .product-grid .shop-item .icon-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.rs-shop .product-grid .shop-item .icon-area ul li {
  display: inline;
}
.rs-shop .product-grid .shop-item .icon-area ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.rs-shop .product-grid .shop-item .icon-area ul li i:hover {
  border-color: #04b7e4;
  color: #04b7e4;
}
.rs-shop .product-grid .shop-item:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgb(237 49 53);
  transition: all 0.5s ease 0s;
 
}



.rs-shop .product-grid .shop-content {
  text-align: center;
    background: #fbfbfb;
    padding: 30px 10px 35px 10px;
    box-shadow: 0px 0px 2px 0px;
}
.rs-shop .product-grid .shop-content h4.title {
  margin-bottom: 10px;
}
.rs-shop .product-grid .shop-content span.price {
  display: block;
  margin-bottom: 11px;
  font-weight: 700;
  color: #04b7e4;
}
.rs-shop .product-grid .shop-content span.price del {
  opacity: .4;
  margin-right: 5px;
}
.rs-shop .product-grid .shop-content a.readon {
  padding: 11px 32px;
  width: unset;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #04b7e4;
}
.rs-shop .product-grid:hover .shop-item:after {
  opacity: 1;
}
.rs-shop .product-grid:hover .shop-item .icon-area {
  opacity: 1;
}
.rs-shop .product-grid:hover .shop-content a.readon {
  background: transparent;
  color: #101010;
}
.rs-shop .product-grid:hover .shop-content a.readon:hover {
  color: #04b7e4;
}
.rs-shop .product-grid.offer-product {
  position: relative;
}
.rs-shop .product-grid.offer-product:after {
  position: absolute;
  content: "Sale!";
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  background: #04b7e4;
  color: #ffffff;
  z-index: 1;
}
.rs-shop .rp-title {
  margin-top: 65px;
  font-weight: 700;
  margin-bottom: 30px;
}
.rs-shop .bullet {
  text-align: center;
  margin-top: 25px;
}
.rs-shop .bullet ul li {
  display: inline;
  margin-right: 10px;
}
.rs-shop .bullet ul li a {
  border-radius: 50%;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #101010;
}
.rs-shop .bullet ul li:last-child {
  margin-right: 0;
}
.rs-shop .bullet ul li.active a {
  background: #04b7e4;
  color: #ffffff;
}
.rs-shop .bullet ul li:hover a {
  background: #04b7e4;
  color: #ffffff;
}
.title_width{
  color: #fff;
    font-size: 16px;
    width: 250px;
}

.bg_image_coaching{

  background: #11111157 url(images/banner/steam-contact.jpg) !important;
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover ;
}
h4.service-title {
  color: #fff;
  font-size: 16px;
}

.star_width{
  max-width:5%;height:5%;
}

.star_alignment {
  display: contents;
}


/* ------------------------------------
    05. Breadcrumbs CSS
-------------------------------------*/
.rs-breadcrumbs .breadcrumbs-wrap {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 1px 0px;
}
.rs-breadcrumbs .breadcrumbs-wrap img {
  width: 100%;
}
.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner {
  width: 100%;
  position: absolute;
  top: 70%;
  transform: translateY(-44%);
}
.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
  text-align: center;
}
.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
  font-size: 40px;
    text-transform: capitalize;
    color: #00163f;
    font-weight: 600;
    margin: 0 0 15px;
}
.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li {
  display: inline;
  color: #666666;
  font-size: 16px;
}
.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li a {
  color: #666666;
}
.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-breadcrumbs.blog-details .breadcrumbs-wrap > img {
  min-height: 400px;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
  max-width: 955px;
  margin: 0 auto;
  text-align: center;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-bar .breadcrumbs-title {
  color: #00163f;
  font-size: 36px;
  line-height: 1.55;
  font-weight: 600;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding-top: 100px;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info {
  display: flex;
  align-items: center;
  z-index: 1;
  color: #374358;
  transition: 0.8s;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .name {
  margin-bottom: 0;
  font-size: 20px;
  color: #00163f;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .des {
  font-size: 16px;
  font-weight: 300;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .des a {
  color: #00163f;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .des a:hover {
  color: #04b7e4;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info img {
  border-radius: 50%;
  max-width: 50px;
}
.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .author-details {
  margin-left: 16px;
  text-align: left;
}

/*-----------------------------------------------
    13. Contact Section CSS
-----------------------------------------------*/
.rs-contact .info-wrap {
  background: url(images/contacts.jpg) no-repeat left top;
  padding: 100px 0 100px 0;
}
.rs-contact .info-wrap .info-wrap-inner {
  padding: 40px 50px 44px;
  background: #ffffff;
  margin-left: 0px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}
.rs-contact .info-wrap .info-wrap-inner .social-links {
  display: flex;
  flex-wrap: nowrap;
}
.rs-contact .info-wrap .info-wrap-inner .social-links li a {
  color: #04b7e4;
}
.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: #04b7e4;
  height: 2px;
  width: 80px;
  left: 0;
  bottom: 0px;
  display: block;
  z-index: 1;
}
.rs-contact .info-wrap ul.contact-address li {
  padding: 0 0 35px;
}
.rs-contact .info-wrap ul.contact-address li a {
  color: #374358;
}
.rs-contact .info-wrap ul.contact-address li a:hover {
  color: #04b7e4;
}
.rs-contact .info-wrap ul.contact-address:last-child {
  margin: none;
}
.rs-contact .info-wrap ul.social-links li {
  padding: 0;
}
.rs-contact .info-wrap ul.social-links li a {
  color: #374358;
}
.rs-contact .info-wrap ul.social-links li a i {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin-right: 15px;
}
.rs-contact .info-wrap ul.social-links li a:hover {
  color: #04b7e4;
}
.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: 17px 0 0;
  font-weight: 600;
}
.rs-from-contact-part #message {
  height: 115px;
}
.rs-from-contact-part .home-appointment {
  max-width: 940px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.rs-from-contact-part .home-appointment .from-control {
  outline: unset;
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  outline: none;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(34, 34, 34, 0.1);
}
.rs-from-contact-part .home-appointment textarea {
  height: 130px;
  display: inherit;
}
.rs-from-contact-part .home-appointment ::-webkit-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.rs-from-contact-part .home-appointment ::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.rs-from-contact-part .home-appointment :-ms-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.rs-from-contact-part .home-appointment :-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.contact-map {
  max-height: 520px;
}
.contact-map iframe {
  border: none;
  width: 100%;
  height: 520px;
  filter: grayscale(1);
}


/* ------------------------------------
    12. Blog Section CSS
-------------------------------------*/
.rs-blog .owl-stage-outer {
  padding: 15px;
  margin: -15px;
}
.rs-blog .single-blog {
  padding: 50px 40px 40px;
  box-shadow: 0px 4px 34px 6px rgba(23, 57, 105, 0.05);
}
.rs-blog .single-blog .blog-informations .blog-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
.rs-blog .single-blog .blog-informations .blog-title a {
  color: #00163f;
}
.rs-blog .single-blog .blog-informations .blog-title a:hover {
  color: rgb(236 44 49);
}
.rs-blog .single-blog .blog-informations .blog-date {
  margin: 0 0 25px;
  display: block;
}
.rs-blog .single-blog .blog-informations .blog-txt {
  margin: 0 0 40px;
}
.rs-blog .single-blog .blog-informations .blog-icon {
  text-align: right;
  display: block;
  padding-right: 45px;
}
.rs-blog .single-blog .blog-informations .blog-icon i:before {
  color: #00163f;
  font-size: 30px;
}
.rs-blog .single-blog .blog-informations .blog-icon:hover i:before {
  color: rgb(236 44 49);
}
.rs-blog.blog-details .blog-content .categories li {
  display: inline;
}
.rs-blog.blog-details .blog-content .categories li a {
  font-weight: 300;
  color: #374358;
}
.rs-blog.blog-details .blog-content .categories li a:hover {
  color: rgb(236 44 49);
}
.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: #00163f;
  margin-right: 10px;
}
.rs-blog.blog-details .blog-content .tags a:hover {
  background: rgb(236 44 49);
  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: #00163f;
  transition: all 0.5s ease 0s;
}
.rs-blog.blog-details .blog-content .post-author .info .designation {
  font-weight: 300;
  color: #374358;
  font-size: 14px;
}
.rs-blog.blog-details .blog-content .post-author:hover .info .name {
  color: #04b7e4;
}
.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: 2px 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: #00163f;
}
.rs-blog.blog-details .blog-content .post-nav .controller .title a:hover {
  color: rgb(236 44 49);
}
.rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link {
  color: #00163f;
  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: #04b7e4;
}
.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;
  display: inline-block;
}
.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;
  display: inline-block;
}
.rs-blog.blog-details .blog-content .recent-comments-area h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 42px 0 6px;
  color: #00163f;
}
.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;
  color: #00163f;
}
.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: 90px;
  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: #04b7e4;
}
.rs-blog.blog-details .blog-content .recent-comments-area ul li .reply a:hover {
  color: #00163f;
}
.rs-blog.blog-details .blog-content .recent-comments-area ul li .reply i {
  color: rgb(236 44 49);
}
.rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments .reply-btn {
  border: 1px solid #04b7e4;
  color: #04b7e4;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 30px;
  transition: all 0.5s ease 0s;
}
.rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments .reply-btn:hover {
  color: #ffffff;
  background: rgb(236 44 49);
  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;
  color: #00163f;
}
.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 #04b7e4;
  line-height: 47px;
}
.rs-blog.blog-details .blog-content .leave-comments-area .btn-send:hover {
  background: transparent;
  color: #04b7e4;
}
.rs-blog .sidebar .common {
  box-shadow: 0 0px 3px 0;
    padding: 30px 25px;
    border-radius: 0px;
}
.rs-blog .sidebar .widget-title {
  color: rgb(0 0 0);
  background-color: rgb(251 221 35);
    padding: 7px 30px;
    font-size: 23px;
}
.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.5s ease 0s;
  outline: none;
}
.rs-blog .sidebar .search-wrap form button:hover {
  background: rgb(236 44 49);
  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: 70px;
}
.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: #00163f;
  font-weight: 500;
}
.rs-blog .sidebar .recent-post .recent-post-widget .post-desc a:hover {
  color: rgb(236 44 49);
}
.rs-blog .sidebar .recent-post .recent-post-widget .post-desc .date {
  font-size: 14px;
  color: #374358;
  font-weight: 300;
  display: block;
}
.rs-blog .sidebar .recent-post .recent-post-widget .post-desc .date i {
  font-size: 12px;
  line-height: 12px;
  color: #374358;
  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: rgb(0, 22, 63);
    font-weight: 500;
    padding-left: 5px;
    font-size: 16px;
}
/* .rs-blog .sidebar .categories li a:after {
  font-family: Flaticon;
  content: "\f10d";
  position: absolute;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  right: 0;
} */
.rs-blog .sidebar .categories li a:hover {
  color: rgb(236 44 49);
  padding-right: 35px;
}
.rs-blog .sidebar .categories li:last-child {
  margin: 0;
}
.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;
  font-weight: 600;
  line-height: 20px;
}
.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%;
  width: 50px;
}
.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: 25px;
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-title {
  margin: 0px 0 13px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-title a {
  color: #00163f;
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-title a:hover {
  color: rgb(236 44 49);
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author {
  margin: 0 0 17px;
}
.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: rgb(236 44 49);
  right: 0;
  top: 7px;
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category a {
  color: #374358;
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category a:hover {
  color: rgb(236 44 49);
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .blog-desc {
  margin-bottom: 18px;
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn {
  color: #101010;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  font-weight: 600;
  position: relative;
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn:after {
  position: absolute;
  content: "\f10d";
  font-family: Flaticon;
  font-size: 15px;
  color: #101010;
  transition: all 0.5s ease 0s;
  font-weight: 400;
  right: -20px;
  top: -2px;
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn:hover {
  color: rgb(236 44 49);
}
.rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn:hover:after {
  right: -25px;
  color: #04b7e4;
}
.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;
}
.font_weight_title{
  font-weight: 700;
  color: #f00;
}

/* ------------------------------------
    09. Team Section CSS
-------------------------------------*/
.rs-team-section {
  padding-bottom: 340px;
}
.rs-team-section .owl-stage-outer {
  padding-bottom: 30px;
  padding-top: 30px;
}
.rs-team-section .sec-title {
  max-width: 525px;
  margin: 0 auto;
}
.rs-team-section .sec-title .title {
  display: block;
}
.rs-team-section .item {
  padding: 20px 0 20px 20px;
  overflow: hidden;
  position: relative;
}
.rs-team-section .team-item {
  background: #f9f9ff;
  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: 17px;
  line-height: 26px;
  color: #ffffff;
  background: #eb3134;
  padding: 7px 45px 7px;
  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: #eb3134;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 25px 7px;
  font-weight: 500;
  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;
}
.rs-team-section2 .item .team-item {
  margin-bottom: 50px;
  box-shadow: 0 0 30px #f1f1f1;
  border-radius: 0 0 3px 3px;
}
.rs-team-section2 .item .team-item .img-part {
  position: relative;
  overflow: hidden;
}
.rs-team-section2 .item .team-item .img-part img {
  border-radius: 3px 3px 0 0;
}
.rs-team-section2 .item .team-item .img-part h3 {
  position: absolute;
  bottom: 0;
  font-size: 15px;
  font-weight: 600;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 9px 36px;
}
.rs-team-section2 .item .team-item .img-part h3 a.title {
  background: #ffbf66;
  color: #fff;
  padding: 10px 36px;
  border-radius: 3px 3px 0 0;
}
.rs-team-section2 .item .team-item .img-part:hover h3 a {
  color: #101010;
}
.rs-team-section2 .item .team-item .img-part:hover .social-links {
  right: 0;
}
.rs-team-section2 .item .team-item .img-part .social-links {
  position: absolute;
  top: 0;
  right: -42px;
  background: #ffbf66;
  padding: 11px 12px;
  border-radius: 3px 0 0 3px;
  transition: all .8s ease;
}
.rs-team-section2 .item .team-item .img-part .social-links li a {
  color: #fff;
  padding: 5px 0px 5px 2px;
  display: block;
  font-size: 16px;
}
.rs-team-section2 .item .team-item .img-part .social-links li a:hover {
  color: #101010;
}
.rs-team-section2 .item .team-item .content-part {
  text-align: center;
  padding: 18px 0;
}
.rs-team-section2 .item .team-item .content-part .category {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
}


/*-----------------------------------------------
    08. Services Section CSS
-----------------------------------------------*/

.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(images/services/services-scanner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg_color_courses {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 2px 0px;
    padding: 1px 20px 6px;
}

.modal{margin-top:20px;}


 .out_border{outline: none!important;box-shadow: none!important;}
 .modal{margin-top:36px;}
 /* .navbar-dark .navbar-nav a.nav-link{font-weight:bold;color:#000 !important;text-transform:uppercase;
                                     font-size: 14px;}
 .navbar-dark .navbar-nav a.nav-link:hover{color:blue !important;} */
 a.dropdown-item{background-color:#f2f2f2 !important;color:#000 !important;}
 a.dropdown-item:hover{color:#f00 !important;font-weight: 500;}
 .dropdown:hover .dropdown-menu {display:block;top: 100%;}

 .dropdown-menu.new_bottom a {
  border-bottom: 1px solid rgb(0,0,0,.2);
  font-size: 15px !important;
  padding: 8px 20px !important;
}

 .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
  color: #000 !important;
}
.banner_title{
  color: #fff;font-weight: 600;padding-top:30px;font-size: 42px;
}
.banner_title_1 {
  font-size: 28px;
  color: #fec300;
  padding-top: 20px;
  font-weight: 500;
  line-height: 35px;
}
.title_size_form{
  font-weight: 600;font-size: 18px;
}
.icon_size{
  font-size: 22px;
}

.accountLogin-mobile-field-code {
  border-right: 1px solid #c4cdd5;
  padding: 12px;
  border-radius: 8px 0 0 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0,0,0,.87);
  box-sizing: border-box;
  height: 48px;
  position: absolute;
  top: 33px;
}

.accountLogin-mobile-field {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  position: relative;
}

.accountLogin-label {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.accountLogin-label {
  margin: 0 0 8px !important;
}

.accountLogin-input-mobile {
  padding-left: 60px !important;
}
.accountLogin-input {
  padding: 12px 0 12px 10px;
  background: #fff;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  height: 48px;
}
.btn_proceed{
  background-color: #fadf1f;
    color: #000;
    padding: 8px;
    font-weight: 600;
    border: 1px solid #000;
    padding-left: 20px !important;
}

.rs-shop .product-grid .store-product:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #111111a1 !important;
  transition: all 0.5s ease 0s;
}

.btn_igs_banner_1{
  background-color: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}


.btn_igs_banner_1:hover {
  background-color: #f32222;
  color: #fff;
}

.bg_franchise_color {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 2px 0px;
  border-radius: 20px 0px 20px 0px;
  padding: 9px;
  padding-left: 25px;
  border: 1px dotted ;
  text-transform: uppercase;
  font-size: 23px;
  width: 85%;
}

.bg_color_courses{
   background-color: #fff;
}

.img_width_courses{
  max-width: 70%;margin-left:40px;padding: 10px;
}
.side-forms-2{
  background-color: #fff;
  padding: 35px 25px;
  border-radius: 6px;
} 

.bg_franchise {
  background-color: #ec3136;
    color: #fff;
    /* box-shadow: 0px 0px 3px 0px; */
    border-radius: 0px 20px 0px 20px;
    padding: 9px;
    padding-left: 20px;
    border: 1px dashed;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    width: 85%;
}
.font_size_city{
  font-size: 20px;
}
.img_size_student{
  width: 340px;
}

.padding_headertop {
  padding: 10px;
}
.bg_loved_app{
  background-color: #fbde21;color: #000;padding: 6px 15px;width: 100%;
}
.font_size_cities{
  color: #fff;text-align: center;
}

.imgsize_student {
  background: #1111116b url(images/team/students-image.jpg);
  margin-top: 140px;
  background-blend-mode: overlay;
  background-position: top;
}
.banner_title_student{
  color: #fff;font-weight: 600;padding-top:30px;font-size: 42px;
}

/*-----------------------------------------------
    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(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: #fca719;
}
.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;
}


/*====step-form-start====*/


/*------------------------*/
input:focus,
button:focus,
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex{
	display: flex;
}
.justify-content-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}

/*---------signup-step-------------*/
.bg-color{
	background-color: #333;
}
.signup-step-container {
  padding: 20px 0px;
  padding-bottom: 0px;
}


    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
            z-index: 1;
    }

    .wizard > div.wizard-inner {
      position: relative;
      margin-bottom: 30px;
      text-align: center;
      margin-left: 30px;
  }

 .connecting-line {
     height: 3px;
     background: #e0e0e0;
     position: absolute;
     width: 32%;
     margin: 0 auto;
     left: 0px;
     right: 100px;
     top: 34px;
     z-index: 1;
 }

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
  background: #f32222;
  color: #fff;
  border-color: #f32222;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
	color: #f32222;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i {
  position: absolute;
  top: -20px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-20%, -50%);
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step, .next-step {
  font-size: 17px;
  padding: 6px 40px;
  border: none;
  border-radius: 4px;
  margin-top: 15px;
}
.next-step {
  background-color: #d30000;
  color: #fff;
}
.skip-btn{
	background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
	font-size: 14px;
	font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
	margin-top: 30px;
}

.list-content{
	margin-bottom: 10px;
}
.list-content a{
	padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
	padding: 10px;
}
.signup-logo-header .logo_area{
	width: 200px;
}
.signup-logo-header .nav > li{
	padding: 0;
}
.signup-logo-header .header-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
}


@media (max-width: 767px){
    .sm-mb-50 {
            margin-bottom: 10px !important;
        }
    .appimg_width {
        width: 48% !important;
        height: 54px !important;
    }
    .playimg_width {
        width: 48% !important;
        height: 70px !important;
    }
	.sign-content h3{
		font-size: 40px;
	}
    .slider.slider-horizontal {
        width: 190px !important;
        height: 20px;
    }
    .form-row {
    margin-right: -10px !important;
    margin-left: -15px !important;
}
	.wizard .nav-tabs > li a i{
		display: none;
	}
	.signup-logo-header .navbar-toggle{
		margin: 0;
		margin-top: 8px;
	}
	.signup-logo-header .logo_area{
		margin-top: 0;
	}
	.signup-logo-header .header-flex{
		display: block;
	}
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.rs-testimonial {
  background-color: #f2f2f2;
  margin-top: 50px;
  margin-bottom: 50px;
}




/* h1{
  padding-left: 120px;
  color: #043e46;
  font-size: 2.2em;
} */
.custom-slider{
  width: 100%;
  /* margin: auto; */
}
.custom-box{
  width: 200px;
  height: 100px;
  text-align:center;
  box-shadow: 2px 2px 3px gray;
  margin: 15px;
  font-size: 5em;
  padding: 50px;
}
.slick-prev, .slick-next {
  position: absolute;
  line-height: 2;
  top:52%;
  width: 32px;
  height: 65px;
  display: block;
  padding: 0px;
  transform: translate(0px, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 4px 0px 0px 4px;
  background: #ffcc00;
  z-index: 2;
}
.slick-slider{
  user-select: none;
}
.slick-next{
  right: 0px;
}
.slick-prev{
  left: 0px;
  border-radius: 0px 4px 4px 0px;
}
.slick-next:before{
  content: '\003e';
  font-size: 30px;
  font-weight: 600;
  padding-left: 10px;
  color: #000;
}
.slick-prev::before {
  content: "<";
  font-size: 30px;
  font-weight: 600;
  padding-left: 8px;
  color: rgb(0, 0, 0);
}

.mtop_mbtm_css {
  margin-top: 130px;
}

/*-----------------------------------------------
    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: 0px 2px 5px 0px rgb(0 0 0 / 28%);
  margin-top: 4px;
}
.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: #fca719;
}
.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(../images/product-images/shape.png);
  width: 102%;
  height: 160px;
  left: -2px;
  bottom: 0;
}


.form-row {
    margin-right: -35px;
    margin-left: -35px;
}

.form_font_title h6 {
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}
.dflex_form_input{
    display: flex;
    justify-content: space-between;
}
/*=======range-input-box========*/







nav {
    height: 60px;
}

nav h1 {
    float: left;
    margin: 10px 0 0 30px;
    font-size: 2em;
}

nav ul {
    float: right;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 3px 0;
    padding-right: 10px;
    cursor: pointer;
    color: #ccc;
    transition: all 0.5s ease;
}

nav ul li:hover {
    color: #000;
}

nav ul li:last-child {
    margin-right: 20px;
}

nav ul li.active {
    color: #000;
}

.underline {
    position: absolute;
    height: 4px;
    background-color: #ceaee8;
    transition: all 0.5s ease;
}


button {
    position: relative;
    /* left: 100%;
    top: -15px; */
    /* height: 53px; */
    /* width: 197px; */
    margin: 0px 0 0 0px;
    padding: 8px 30px;
    border-radius: 5px;
    background: none;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
}



.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.overlay.visible {
    opacity: 1;
    visibility: visible;
}

.main-popup {
    position: fixed;
    left: 0;
    top: 30px;
    margin: 0;
    width: 100%;
    height: 450px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .5s ease;
    /*overflow: hidden;*/
}

.main-popup.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    transition: all .5s ease;
}

@media (min-width: 500px) {
    .main-popup {
        width: 500px;
        left: 50%;
        margin: 0 0 0 -250px;
    }
}

.popup-header {
    position: relative;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 100%;
}

#popup-close-button a {
    position: absolute;
    right: 10px;
    top: -30px;
    width: 22px;
    height: 22px;
}

#popup-close-button a::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 3px;
    height: 25px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#popup-close-button a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 3px;
    height: 25px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-header ul {
    margin: 0;
    padding: 0;
}

.popup-header ul li {
    text-align: center;
    list-style: none;
    width: 50%;
    float: left;
}

.popup-header ul li a {
    display: block;
    padding: 10px 0;
    margin: 0;
    text-decoration: none;
    font-size: 1.2em;
}

#sign-in {
    background-color: #f32222;
    color: #fff;
    border-radius: 5px 0 0 0;
}

#sign-in.active {
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #e7e5e5;
}

#register {
    background-color: #f32222;
    color: #fff;
    border-radius: 0 5px 0 0;
}

#register.active {
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #e7e5e5;
}

.popup-content {
    height: 400px;
    overflow: visible;
}

form.sign-in {
    position: relative;
    top: 40px;
    left: 0;
    font-size: 1em;
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

form.sign-in.move-left {
    opacity: 0;
    transform: translateX(-450px);
}

form label {
    font-size: 1.1em;
    color: #000;
    margin-left: 0px;
    margin-bottom: 5px;
}

form.sign-in input {
    border-radius: 3px;
    width: 100%;
    height: 40px;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    font-size: 1em;
    color: #f32222;
    outline: none;
    border: 1px solid #e7e5e5;
    /* background-color: #f2f2f2; */
}

input#submit {
    background-color: #000;
    color: #fff;
    height: 45px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15px;
    padding: 0;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    font-size: 1em;
    border: none;
}

form.register {
    position: relative;
    top: -235px;
    left: 0;
    font-size: 1em;
    opacity: 0;
    transform: translateX(450px);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

form.register.move-left {
    opacity: 1;
    transform: translateX(0);
}

form.register input {
    border-radius: 5px;
    width: 100%;
    height: 45px;
    margin: 5px 0% 10px 0%;
    padding: 10px;
    font-size: 1em;
    color: #f32222;
    outline: none;
    border: none;
    border: 1px solid #e7e5e5;
}

.btn_loginform{
    background-color: #000000d4;
    color: #fff;
    margin-top: 10px;
    border-radius: 2px;
    padding: 7px 30px;
}


p.check-mark {
    position: relative;
    left: 2px;
    width: 200px;
    margin: 0 0 0 0px;
    padding: 0;
    text-align: left;
    color: #ceaee8;
    font-size: .8em;
}

p.check-mark a {
    color: #a48bb9;
}

p.check-mark input {
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 2em;
    color: #ceaee8;
    outline: none;
    border: none;
}

p.check-mark label {
    margin-left: 5px;
}

.para_css {
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 6px;
    text-align: justify;
    word-spacing: -1px;
}

h3.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
   
}

.imgwidth_relatedpost {
    width: 150px;
}

.blog_img_width {
    height: 320px;
    width: 100%;
}

.related_border_css {
    border: 1px solid #e5e5e5;
    padding: 15px 18px;
}

.btn_reset_css {
    background-color: #d30101e3;
    color: #fff;
    padding: 6px 18px;
    border-radius: 3px;
    font-size: 14px;
}
.btn_reset_css:hover {
    color: #fff;
}

.forget_password a{
    color: #f32222;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 500;
}


/*=====Dashboard Neet Shastra Start======*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}
.myaccount-tab-menu a.active,
.myaccount-tab-menu a:hover {
    background-color: #ba2f57;
    color: #fff;
}
.myaccount-tab-menu a {
    border: 1px solid grey;
    border-bottom: 0;
    color: #111;
    font-weight: 500;
    display: block;
    padding: 15px 15px 13px;
    line-height: 30px;
    font-size: 15px;
    text-transform: uppercase;
}
.tab-content .tab-pane {
    display: contents;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: visible;
}
.myaccount-content {
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #d5d4d4;
    padding: 30px;
}
.myaccount-content form {
    margin-top: -20px;
}

.account-details-form input[type=email],
.account-details-form input[type=number],
.account-details-form input[type=password],
.account-details-form input[type=search],
.account-details-form input[type=tel],
.account-details-form input[type=text],
.account-details-form input[type=url] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #707070;
    padding: 10px;
    height: 38px;
    line-height: 1.25;
    border-radius: 0;
}
.nice-select {
    border: 1px solid #ebebeb;
    width: 100%;
    height: 40px;
    padding: 7px;
    display: block;
    color: #707070;
    font-size: 15px;
}
.title_dashboard_css {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.form_label {
    margin-left: 0px;
    font-size: 15px;
    font-weight: 500;
}
.btn_dashboard_css {
    background-color: #d50100;
    color: #fff;
    padding: 7px 40px;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 16px;
}
.btn_dashboard_css:hover {
    color: #fff;
}
/*=====Dashboard Neet Shastra End======*/



.slider-selection {
    background: #f77500 !important;
}


.slider-danger .slider-selection {
    background-color: #d9534f !important;
}

.slider .slider-horizontal {
    width: 100% !important;
    height: 20px;
}

.slider-handle {
    background-color: #fff !important;
    background-image: none !important;
    -webkit-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
}

.slider-strips .slider-selection {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000 !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 500;
}

.tooltip.top .tooltip-arrow {
    display: none !important;
}

.slider .tooltip .top {
    margin-top: -25px !important;
}

.well {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0;
}

.slider-ghost .slider-track {
    height: 5px !important;
}

.slider-ghost .slider-handle {
    top: -2px !important;
    border: 5px solid #f77500;
}


.slider-danger .slider-ghost .slider-handle {
    border-color: #d9534f;
}


.login_color_css {
    color: #f32222;
    font-weight: 500;
    font-size: 16px;
    margin: 6px;
}

.mleft_css_login {
    margin-left: 80px;
    margin-top: -34px;
    border-bottom: 1px solid #f32222;
    border-radius: 4px;
}

.img_width_about {
    background-color: #d0545380;
    padding: 5px;
    border-radius: 100%;
    height: auto;
    width: 70%;
}

.team_name_css {
    font-size: 22px;
    font-weight: 600;
    margin-top: 6px;
}

.about_title_css{
        text-align: center;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 1px 1px;
}

.team_boxshadow{
    padding: 20px 0px 1px;
    box-shadow: 1px 2px 4px 5px #f2f2f2;
}

.playimg_width{
    width: 25%;
    height: 75px;
}
.appimg_width {
    width: 25%;
    height: 58px;
}

.boxshadow_csstitle {
    font-size: 30px;
    font-weight: 600;
    background-color: #f2f2f2;
    box-shadow: 0px 1px 15px 4px #d6d6d6;
    border-radius: 100%;
    width: 90%;
    height: 90%;
    padding: 75px 0px 50px 0px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
}
.bgcolor_box_1{
    background-color: #fa3e8b;
    border-radius: 5px 60px 0px 5px;
    padding: 1px 20px 6px;
    text-align: center;
}
.bgcolor_box_2 {
    background-color: #ff0000d1;
    border-radius: 5px 60px 0px 5px;
    padding: 1px 20px 6px;
    text-align: center;
}
.bgcolor_box_3 {
    background-color: #e8a921;
    border-radius: 5px 60px 0px 5px;
    padding: 1px 20px 6px;
    text-align: center;
}
.bgcolor_box_4 {
    background-color: #10d0d0;
    border-radius: 60px 5px 5px 0px;
    padding: 1px 0px 6px 0px;
    text-align: center;
}
.bgcolor_box_5 {
    background-color: #2f90e1;
    border-radius: 60px 5px 5px 0px;
    padding: 1px 0px 6px 0px;
    text-align: center;
}
.bgcolor_box_6 {
    background-color: #155185;
    border-radius: 60px 5px 5px 0px;
    padding: 1px 0px 6px 0px;
    text-align: center;
}
.color_title_courses {
    color: #fff;
    font-weight: 600;
}
.color_title_courses:hover {
    color: #fff;
}
.rs-services .col-lg-4 {
    padding: 0 10px !important;
}

.whatsapp_call {
    position: fixed;
    height: 48px;
    bottom: 35px;
    left: 16px;
    /* background-color: #01aaa1; */
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 23px;
    z-index: 6;
    padding-top: 8px;
    padding-left: 7px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.whatsapp {
    background-color: #01aa45;
    color: #fff;
    width: 50px;
    height: 49px;
    padding-top: 9px;
    font-size: 30px;
    border-radius: 100px;
    margin-right: 36px;
}
.phonecall {
    background-color: #21b7d4;
    color: #fff;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 8px;
    font-size: 26px;
    border-radius: 100px;
}
.phonecall:hover{
    color:#fff;
}
.whatsapp:hover {
    color: #fff;
}
