@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #555555;
  font-family: 'Quicksand', sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 32px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
  color: #192039;
  margin: 0 0 26px;
}
h1 {
  font-size: 48px;
  line-height: 70px;
  font-weight: 700;
}
h2 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
a {
  color: #bd9b59;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #192039;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
/* -----------------------------------
    02. Common CSS
-------------------------------------*/
.clear {
  clear: both;
}
.z-index-0 {
  z-index: 0 !important;
}
.no-border {
  border: none !important;
}
.relative {
  position: relative !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.container-fluid {
  padding: 0 60px;
}
.radius-0 {
  border-radius: unset !important;
}
.secondary-color {
  color: #192039;
}
.secondary-bg {
  background-color: #192039;
}
.primary-color {
  color: #bd9b59;
}
.primary-bg {
  background-color: #bd9b59;
}
.red-color {
  color: #ff8b8b;
}
.red-bg {
  background-color: #ff8b8b;
}
.white-color {
  color: #ffffff !important;
}
.white-bg {
  background-color: #ffffff !important;
}
.gray-bg {
  background: #f7f7f7;
}
.bg-fixed {
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
::-moz-selection {
  background: #bd9b59;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #bd9b59;
  text-shadow: none;
  color: #ffffff;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.mfp-figure .mfp-close {
  top: 0;
  padding: 0;
  right: 0;
  opacity: 1;
  color: #bd9b59;
}
.mfp-figure .mfp-counter {
  top: 0;
  right: 0;
}
.mfp-figure:after {
  display: none;
}
.boxshadow {
  box-shadow: none;
}
.radius-rt {
  border-radius: 120px 0 0 0;
}
.img-shadow {
  -webkit-box-shadow: 5px 12px 26px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 12px 26px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 12px 26px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 12px 26px 0px rgba(0, 0, 0, 0.2);
}
.grid-shadow {
  -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
}
.sec-title .sub-title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.readon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 13px 33px;
  outline: none;
  color: #ffffff;
  background: #bd9b59;
  font-weight: 600;
  font-size: 15px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(249, 122, 9, 0.4);
  text-transform: uppercase;
}
.readon span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
  transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.readon:hover {
  color: #ffffff;
}
.readon:hover span {
  width: 225%;
  height: 562.5px;
}
.readon:focus {
  outline: none;
}
.readon.important {
  transition: all 0.3s ease 0s !important;
  box-shadow: 0 0 20px 0 rgba(249, 122, 9, 0.4) !important;
}
.readon.important span {
  -webkit-transition: width 0.8s ease-in-out, height 0.8s ease-in-out !important;
  transition: width 0.8s ease-in-out, height 0.8s ease-in-out !important;
}
.no-gutter {
  margin: 0;
}
.no-gutter [class*="col-"] {
  padding: 0;
}
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  position: fixed;
  right: 40px;
  z-index: 999;
  background: #bd9b59;
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
  line-height: 40px;
  font-size: 24px;
  height: 45px;
  transition: all 0.3s ease 0s;
}
#scrollUp:hover {
    background: #34466c;
}
/* Owl Carousel Nav */
.rs-carousel {
  padding-top: 0;
}
.rs-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #bd9b59;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease 0s;
  outline: none;
}
.rs-carousel .owl-nav [class*="owl-"]:after {
  content: "\f128";
  font-family: Flaticon;
  font-size: 15px;
}
.rs-carousel .owl-nav [class*="owl-"] i {
  font-size: 0;
  position: relative;
}
.rs-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 15px;
}
.rs-carousel .owl-nav [class*="owl-"].owl-next {
  right: 15px;
}
.rs-carousel .owl-nav [class*="owl-"].owl-next:after {
  content: "\f120";
}
.rs-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #192039;
}
.rs-carousel .owl-dots {
  transition: all 0.3s ease 0s;
  text-align: center;
  margin-top: 25px;
}
.rs-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 5px;
  border-radius: 3px;
  background-color: transparent;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
  background: #bd9b59;
  outline: none;
  display: inline-block;
}
.rs-carousel .owl-dots .owl-dot.active {
  width: 30px;
}
.rs-carousel:hover [class*="owl-"] {
  opacity: 1 !important;
  visibility: visible !important;
}
.rs-carousel:hover [class*="owl-"] .owl-prev {
  left: -50px;
}
.rs-carousel:hover [class*="owl-"] .owl-next {
  right: -50px;
}
/* Background Css */
.bg1 {
  background: url(../images/background/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.bg2 {
  background: url(../images/website-dedicated-crm/background-website-dedicated-crm/website-dedicated-crm-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg3 {
  background: url(../images/website-dedicated-crm/background-website-dedicated-crm/website-dedicated-crm-bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg4 {
    background: url(../images/website-dedicated-crm/background-website-dedicated-crm/website-dedicated-crm-bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg5 {
    background: url(../images/website-dedicated-crm/background-website-dedicated-crm/website-dedicated-crm-bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
}
.bg6 {
  background: url(../images/website-dedicated-crm/background-website-dedicated-crm/website-dedicated-crm-bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/*-----------------------------------------------
    03. Header CSS
-----------------------------------------------*/
.full-width-header .rs-header {
  /*------Transparent Header------*/

}
.full-width-header .rs-header.transparent-header {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.full-width-header .rs-header.transparent-header .menu-area {
  padding: 30px 0;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu .head-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu .head-btn a {
  display: inline-block;
  padding: 9px 31px;
  color: #192039;
  background: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  font-size: 15px;
  height: unset;
  line-height: unset;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu .head-btn a:hover {
  background: #bd9b59;
  color: #ffffff;
}
.full-width-header .rs-header.transparent-header .menu-area .menu-indicator .indicator-item {
  position: relative;
}
.full-width-header .rs-header.transparent-header .menu-area .menu-indicator .indicator-line.line-add {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #bd9b59;
}
.full-width-header .rs-header.transparent-header .menu-area.sticky .rs-menu li a:hover {
  color: #bd9b59;
}
.full-width-header .rs-header.transparent-header .menu-area.sticky .rs-menu .active-menu a {
  color: #bd9b59 !important;
}
.full-width-header .rs-header.transparent-header .menu-area.sticky .rs-menu .head-btn a {
  background: #34466c;
  color: #ffffff !important;
}
.full-width-header .rs-header.transparent-header .menu-area.sticky .rs-menu .head-btn a:hover {
  background: #bd9b59;
  color: #ffffff !important;
}
.full-width-header .rs-header.transparent-header .menu-area.sticky .indicator-line.line-add {
  opacity: 0 !important;
}
.full-width-header .rs-header .main-menu .mobile-menu {
  text-align: right;
}
/*-----------------------------------------------
    04. Banner Section Css
-----------------------------------------------*/
.rs-banner {
  position: relative;
}
.rs-banner .banner-title {
  position: relative;
  padding-bottom: 20px !important;
}
.rs-banner .banner-title:after {
  position: absolute;
  content: '';
  left: 20px;
  bottom: 0;
  height: 5px;
  width: 40px;
  background: #bd9b59;
}
.rs-banner .banner-big-text {
  font-size: 270px;
  color: #bd9b59;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.05 !important;
  pointer-events: none;
}
.rs-banner .banner-desc {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;    
    margin-top: 30px;
}
.rs-banner .banner-device {
    width: 1010px !important;
    margin: 0 auto !important;
    height: auto !important;
}
.rs-banner .tp-bannertimer {
  visibility: hidden !important;
}
.rs-banner .sl-shape {
  border-radius: 100%;
}
.rs-banner .sl-shape.sh1 {
  background: #e1e3e9;
  width: 44px;
  height: 44px;
}
.rs-banner .sl-shape.sh2 {
  background: #ffdcae;
  width: 18px;
  height: 18px;
}
.rs-banner .sl-shape.sh3 {
  background: #f3f4f6;
  width: 30px;
  height: 30px;
}
.rs-banner .sl-shape.sh4 {
  background: #bd9b59;
  width: 9px;
  height: 9px;
}
.rs-banner .sl-shape.sh5 {
  background: #ff8b8b;
  width: 15px;
  height: 15px;
}
.rs-banner .sl-shape.sh6 {
  background: #fff7ed;
  width: 52px;
  height: 52px;
}
.rs-banner .sl-shape.sh7 {
  opacity: 0.12;
  background: #ff8b8b;
  width: 60px;
  height: 60px;
}
.rs-banner .sl-shape.sh8 {
  opacity: 0.08;
  background: #fff7ed;
  width: 123px;
  height: 123px;
}
.rs-banner .sl-shape.sh9 {
  background: #2d3e63;
  width: 305px;
  height: 305px;
}
/*-----------------------------------------------
    05. Features Seatures Section Css
-----------------------------------------------*/
.rs-features .features-wrap {
    padding: 60px 25px 20px;
    transition: all 0.3s ease 0s;
    background: #f5f5f5;
    border-radius: 20px;
    min-height: 410px;
    margin-bottom: 30px;
}
.rs-features .features-wrap .icon-part {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 42px;
  position: relative;
}
.rs-features .features-wrap .icon-part .shape {
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease 0s;
    animation: none;
    max-width: 80px;
    height: auto;
    margin: 0 auto;
}
.rs-features .features-wrap .icon-part i {
  color: #ffffff;
}
.rs-features .features-wrap .icon-part i:before {
  font-size: 43px;
}
.rs-features .features-wrap .icon-part:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  border: 1px solid;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
.rs-features .features-wrap .icon-part.primary {
  background: #fa8d2c;
  box-shadow: 0 28px 28px 0 rgba(250, 141, 44, 0.2);
}
.rs-features .features-wrap .icon-part.primary:after {
  border-color: #fa8d2c;
}
.rs-features .features-wrap .icon-part.secondary {
  background: #192039;
  box-shadow: 0 28px 28px 0 rgba(52, 69, 107, 0.2);
}
.rs-features .features-wrap .icon-part.secondary:after {
  border-color: #192039;
}
.rs-features .features-wrap .icon-part.red {
  background: #ff8b8b;
  box-shadow: 0 28px 28px 0 rgba(255, 139, 139, 0.2);
}
.rs-features .features-wrap .icon-part.red:after {
  border-color: #ff8b8b;
}


.rs-features .features-wrap .icon-part.green {
  background: #b3dc74;
  box-shadow: 0 28px 28px 0 rgba(228, 258, 190, 0.2);
}
.rs-features .features-wrap .icon-part.green:after {
  border-color: #b3dc74;
}

.rs-features .features-wrap .icon-part.blue {
  background: #98d1f1;
  box-shadow: 0 28px 28px 0 rgba(185, 230, 255, 0.2);
}
.rs-features .features-wrap .icon-part.blue:after {
  border-color: #98d1f1;
}


.rs-features .features-wrap .icon-part.yellow {
  background: #fad8a7;
  box-shadow: 0 28px 28px 0 rgba(250, 216, 167, 0.2);
}
.rs-features .features-wrap .icon-part.yellow:after {
  border-color: #fad8a7;
}


.rs-features .features-wrap .icon-part.purple {
  background: #a6c0fa;
  box-shadow: 0 28px 28px 0 rgba(166, 192, 250, 0.2);
}
.rs-features .features-wrap .icon-part.purple:after {
  border-color: #a6c0fa;
}

.rs-features .features-wrap .icon-part.orange {
  background: #ffbfa3;
  box-shadow: 0 28px 28px 0 rgba(255, 191, 163, 0.2);
}
.rs-features .features-wrap .icon-part.orange:after {
  border-color: #ffbfa3;
}

.rs-features .features-wrap .icon-part.peach {
  background: #ffceac;
  box-shadow: 0 28px 28px 0 rgba(255, 206, 172, 0.2);
}
.rs-features .features-wrap .icon-part.peach:after {
  border-color: #ffceac;
}


.rs-features .features-wrap .icon-part.golden {
  background: #dcbb7b;
  box-shadow: 0 28px 28px 0 rgba(220, 187, 123, 0.2);
}
.rs-features .features-wrap .icon-part.golden:after {
  border-color: #dcbb7b;
}

.rs-features .features-wrap .icon-part.sky-blue {
  background: #32cace;
  box-shadow: 0 28px 28px 0 rgba(50, 202, 206, 0.2);
}
.rs-features .features-wrap .icon-part.sky-blue:after {
  border-color: #32cace;
}

.rs-features .features-wrap .icon-part.mint-green {
  background: #a8e9d1;
  box-shadow: 0 28px 28px 0 rgba(168, 233, 209, 0.2);
}
.rs-features .features-wrap .icon-part.mint-green:after {
  border-color: #a8e9d1;
}


.rs-features .features-wrap .content-part .title {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.4;
}
.rs-features .features-wrap .content-part .title a {
  color: #192039;
}
.rs-features .features-wrap .content-part .title a:hover {
  color: #bd9b59;
}
.rs-features .features-wrap:hover .icon-part:after {
  opacity: 0;
  transform: scale(0.85);
}
.rs-features .hover-effect:hover .features-wrap:hover,
.rs-features .hover-effect:not(:hover) .active {
  box-shadow: 3px 7px 25px 0 rgba(0, 0, 0, 0.05);
}
.rs-features .hover-effect:hover .features-wrap:hover .icon-part .shape,
.rs-features .hover-effect:not(:hover) .active .icon-part .shape {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
.rs-features .ball {
  position: absolute;
  right: -30px;
  bottom: -20px;
  z-index: -1;
}
/*-----------------------------------------------
    06. About Section Css
-----------------------------------------------*/
.rs-about .pattern {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rs-about .pattern.pattern2 {
  left: unset;
  right: 0;
}
.rs-about .image-part {
  position: relative;
  z-index: 1;
}
.rs-about .image-part .shape {
  position: absolute;
  bottom: 30px;
  right: 60px;
  z-index: -1;
}
.rs-about .image-part:after {
  position: absolute;
  content: '';
  left: 60px;
  top: 35px;
  width: 164px;
  height: 164px;
  border-radius: 100%;
  background: #ffdcae;
  z-index: -1;
  animation: move-y2 2s alternate infinite;
  -webkit-animation: move-y2 2s alternate infinite;
}
.rs-about .content-part {
  position: relative;
}
.rs-about .content-part .top-shape {
  position: absolute;
  top: 0;
  left: -74px;
  z-index: -1;
}
/*-----------------------------------------------
    07. Solutions Section Css
-----------------------------------------------*/
.rs-solutions .content-part {
  position: relative;
}
.rs-solutions .content-part .top-shape {
  position: absolute;
  left: -50px;
  top: 0;
}
.rs-solutions .content-part ul.counter li {
  display: inline-block;
  margin-right: 55px;
}
.rs-solutions .content-part ul.counter li .counter-content {
  display: flex;
  align-items: center;
}
.rs-solutions .content-part ul.counter li .counter-content .icon-part .icon-here {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #fee4cc;
  border-radius: 100%;
  text-align: center;
  margin-right: 20px;
  position: relative;
}
.rs-solutions .content-part ul.counter li .counter-content .icon-part .icon-here i {
  color: #bd9b59;
  margin-left: 5px;
}
.rs-solutions .content-part ul.counter li .counter-content .icon-part .icon-here:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #fee4cc;
  bottom: 3px;
  left: 3px;
}
.rs-solutions .content-part ul.counter li .counter-content .content-part .counter-number {
  position: relative;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  color: #192039;
}
.rs-solutions .content-part ul.counter li .counter-content .content-part .counter-number:after {
  content: attr(value);
  margin-top: 1px;
}
.rs-solutions .content-part ul.counter li .counter-content .content-part .counter-number {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #192039;
  display: inline-block;
}
.rs-solutions .content-part ul.counter li .counter-content .content-part .counter-number:after {
  content: attr(value);
  margin-top: 1px;
}
.rs-solutions .content-part ul.counter li .counter-content .content-part span.value {
  font-weight: 600;
  color: #192039;
  font-size: 18px;
}
.rs-solutions .content-part ul.counter li .counter-content .content-part .title {
  font-weight: 300;
  margin-top: -3px;
  display: block;
}
.rs-solutions .content-part ul.counter li:last-child {
  margin: 0;
}
.rs-solutions .image-part {
  position: relative;
}
.rs-solutions .image-part img {
  position: relative;
  z-index: 1;
}
.rs-solutions .image-part:after {
  position: absolute;
  content: '';
  right: 160px;
  top: 14px;
  width: 121px;
  height: 121px;
  border-radius: 100%;
  background: #ffdcae;
  animation: move-y2 2s alternate infinite;
  -webkit-animation: move-y2 2s alternate infinite;
}
.rs-solutions .pattern {
  position: absolute;
  right: 0;
  bottom: 150px;
}
.rs-solutions .ball {
  position: absolute;
  left: -135px;
  bottom: 100px;
  z-index: -1;
}
/*-----------------------------------------------
    08. App Screenshots Section Css
-----------------------------------------------*/
.rs-appscreenshot .swiper-container {
    max-width: 1400px;
    margin: 0 55px 0 auto;
  padding: 80px 20px 80px 0;
  position: relative;
}
.rs-appscreenshot .swiper-container .intro {
  font-size: 134px;
  font-weight: 600;
  color: #bd9b59;
  opacity: 0.06;
  position: absolute;
  right: 18px;
  top: 25px;
  text-transform: uppercase;
  line-height: 1;
}
.rs-appscreenshot .swiper-container .swiper-wrapper {
  align-items: center;
  cursor: grab;
}
.rs-appscreenshot .swiper-container .swiper-wrapper .swiper-slide img {
  /*border-radius: 30px;*/
  max-width: 260px;
  height: auto;
  margin: 0 auto;
 /* box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);*/
}
.rs-appscreenshot .swiper-container .swiper-wrapper:active,
.rs-appscreenshot .swiper-container .swiper-wrapper:focus {
  cursor: grabbing;
}
.rs-appscreenshot .swiper-container .swiper-slide-active {
  margin-right: 25px !important;
}
.rs-appscreenshot .swiper-container .swiper-slide-active img {
  width: 100%;
  max-width: 100% !important;
}
.rs-appscreenshot .swiper-container .swiper-pagination {
  bottom: 40px;
}
.rs-appscreenshot .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  transition: all 0.3s ease 0s;
}
.rs-appscreenshot .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 5px;
  cursor: not-allowed;
  background: #bd9b59;
}
.rs-appscreenshot .pattern {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-appscreenshot .circle-shape {
  width: 137px;
  height: 137px;
  border-radius: 100%;
  background: #ffa1a1;
  position: absolute;
  top: 40px;
  left: 450px;
}
/*-----------------------------------------------
    09. Testimonials Section Css
-----------------------------------------------*/
.rs-testimonials .testi-wrap .slider-for {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  border-radius: 20px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
}
.rs-testimonials .testi-wrap .slider-for .icon-part {
  text-align: center;
  margin: 0 auto 37px;
  width: 100px;
  position: relative;
}
.rs-testimonials .testi-wrap .slider-for .icon-part i {
  color: #bd9b59;
}
.rs-testimonials .testi-wrap .slider-for .icon-part i:before {
  font-size: 60px;
  line-height: 1;
}
.rs-testimonials .testi-wrap .slider-for .icon-part img {
  position: absolute;
  top: 0;
  left: 0;
}
.rs-testimonials .testi-wrap .slider-for .desc {
  line-height: 36px;
  font-size: 20px;
  margin-bottom: 35px;
}
.rs-testimonials .testi-wrap .slider-for .stars li {
  display: inline-block;
  margin-right: 5px;
}
.rs-testimonials .testi-wrap .slider-for .stars li i {
  color: #ffc107;
  font-size: 20px;
}
.rs-testimonials .testi-wrap .slider-for .stars li:last-child {
  margin: 0;
}
.rs-testimonials .testi-wrap .slider-for:after,
.rs-testimonials .testi-wrap .slider-for:before {
  position: absolute;
  content: '';
  border-radius: 100%;
}
.rs-testimonials .testi-wrap .slider-for:after {
  left: 70px;
  bottom: 60px;
  width: 31px;
  height: 31px;
  background: #ffdcae;
  opacity: 0.36;
  animation: dance 4s both;
  -webkit-animation: dance 4s both;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.rs-testimonials .testi-wrap .slider-for:before {
  right: 200px;
  top: 70px;
  width: 20px;
  height: 20px;
  background: #192039;
  opacity: 0.22;
  animation: dance2 4s both;
  -webkit-animation: dance2 4s both;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.rs-testimonials .testi-wrap .slider-nav {
  max-width: 450px;
  margin: 0 auto;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list {
  padding-top: 85px !important;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item {
  text-align: center;
  cursor: pointer;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .img-part {
  position: relative;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .img-part .ball-pattern {
  position: absolute;
  left: 25px;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .img-part .ball-pattern:after,
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .img-part .ball-pattern:before {
  position: absolute;
  content: '';
  border-radius: 100%;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .img-part .ball-pattern:after {
  left: 0;
  bottom: -10px;
  width: 41px;
  height: 41px;
  background: #bd9b59;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .img-part .ball-pattern:before {
  right: 0;
  top: -5px;
  width: 27px;
  height: 27px;
  background: #192039;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .img-part img {
  border-radius: 100%;
  border: none;
  margin: 0 auto;
  width: 100px;
  padding: 15px;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .info {
  display: none;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .info .name {
  font-size: 20px;
  color: #555555;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item .info .designation {
  margin-top: -3px;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item.slick-center {
  cursor: auto;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item.slick-center .img-part {
  margin-bottom: 26px;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item.slick-center .img-part .ball-pattern {
  opacity: 1;
  visibility: visible;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item.slick-center .img-part img {
  padding: 0;
}
.rs-testimonials .testi-wrap .slider-nav .slick-list .slick-track .item.slick-center .info {
  display: block;
}
.rs-testimonials .testi-wrap .slick-arrow {
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
  line-height: 68px;
  border-radius: 100%;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #ffffff;
  transition: all 0.3s ease 0s;
}
.rs-testimonials .testi-wrap .slick-arrow:before {
  font-family: Flaticon;
  color: #192039;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.rs-testimonials .testi-wrap .slick-arrow:focus {
  outline: none;
}
.rs-testimonials .testi-wrap .slick-arrow.slick-next {
  right: -130px;
}
.rs-testimonials .testi-wrap .slick-arrow.slick-next:before {
  content: "\f10c";
}
.rs-testimonials .testi-wrap .slick-arrow.slick-prev {
  left: -130px;
  z-index: 1;
}
.rs-testimonials .testi-wrap .slick-arrow.slick-prev:before {
  content: "\f110";
}
.rs-testimonials .testi-wrap .slick-arrow:hover:before {
  color: #bd9b59;
}
.rs-testimonials .pattern1,
.rs-testimonials .pattern2,
.rs-testimonials .ball {
  position: absolute;
}
.rs-testimonials .pattern1 {
  right: 120px;
  top: 40%;
  z-index: -1;
}
.rs-testimonials .pattern2 {
  left: 80px;
  top: 20%;
  z-index: -1;
}
.rs-testimonials .ball {
  right: -100px;
  top: 0;
}
/*-----------------------------------------------
    10. newsletter Section Css
-----------------------------------------------*/
.rs-newsletter .content-part .news-form {
  position: relative;
}
.rs-newsletter .content-part .news-form input,
.rs-newsletter .content-part .news-form button {
  outline: none;
  border: none;
  border-radius: 30px;
}
.rs-newsletter .content-part .news-form input:focus,
.rs-newsletter .content-part .news-form button:focus {
  outline: none;
}
.rs-newsletter .content-part .news-form input {
  width: 100%;
  height: 59px;
  padding: 0 25px;
  color: #555555;
}
.rs-newsletter .content-part .news-form button {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0 57px;
  font-weight: 600;
  background: #bd9b59;
  transition: all 0.3s ease 0s;
  color: #ffffff;
}
.rs-newsletter .content-part .news-form button:hover {
  background: #192039;
}
.rs-newsletter .content-part .news-form ::placeholder {
  color: #999999;
}
.rs-newsletter .content-part .news-form ::-webkit-input-placeholder {
  color: #999999;
}
.rs-newsletter .content-part .news-form :-ms-input-placeholder {
  color: #999999;
}
.rs-newsletter .swiper-container {
  position: relative;
  right: -150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -88px;
  margin-bottom: -88px;
  padding-left: 20px;
}
.rs-newsletter .swiper-container .swiper-wrapper {
  align-items: center;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it {
  border-radius: 40px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: -2;
  background: transparent;
  overflow: hidden;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it img {
  width: 100%;
  height: 100%;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it .priceing-wrap {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it .priceing-wrap .top-part i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  display: block;
  margin: 0 auto 25px;
  background: #bd9b59;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it .priceing-wrap .top-part i:before {
  font-size: 35px;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it .priceing-wrap .top-part .title {
  margin-bottom: 7px;
  font-size: 22px;
  color: #ffffff;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it .priceing-wrap .top-part .price {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it .priceing-wrap ul.info li {
  font-size: 13px;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it .priceing-wrap .btn-part {
  display: none;
}
.rs-newsletter .swiper-container .swiper-wrapper .swiper-slide .test-it .priceing-wrap .btn-part .readon {
  padding: 8px 33px;
}
.rs-newsletter .swiper-container .swiper-slide .test-it {
  width: 100%;
  max-width: 85% !important;
  left: -85px;
  height: 395px;
}
.rs-newsletter .swiper-container .swiper-slide-active .test-it {
  width: 140%;
  max-width: 140% !important;
  left: 0 !important;
  z-index: 1 !important;
  height: 690px !important;
}
.rs-newsletter .swiper-container .swiper-slide-active .test-it .top-part i {
  display: block !important;
}
.rs-newsletter .swiper-container .swiper-slide-active .test-it .top-part .title {
  font-size: 25px !important;
  margin-bottom: 32px !important;
}
.rs-newsletter .swiper-container .swiper-slide-active .test-it .top-part .price {
  font-size: 35px !important;
  color: #bd9b59 !important;
  margin-bottom: 30px !important;
  font-weight: 600 !important;
}
.rs-newsletter .swiper-container .swiper-slide-active .test-it ul.info li {
  font-size: 16px !important;
}
.rs-newsletter .swiper-container .swiper-slide-active .test-it .btn-part {
  display: block !important;
}
.rs-newsletter .swiper-container .swiper-slide-active .test-it:before,
.rs-newsletter .swiper-container .swiper-slide-active .test-it:after {
  position: absolute;
  content: '';
  border-radius: 100%;
  z-index: 0;
}
.rs-newsletter .swiper-container .swiper-slide-active .test-it:after {
  width: 40px;
  height: 40px;
  left: 80px;
  bottom: 80px;
  background: #bd9b59;
  opacity: 0.26;
  animation: move-x 2s alternate infinite;
  -webkit-animation: move-x 2s alternate infinite;
}
.rs-newsletter .swiper-container .swiper-slide-active .test-it:before {
  width: 22px;
  height: 22px;
  right: 80px;
  top: 80px;
  background: #fbb06d;
  opacity: 0.26;
  animation: move-x2 5s alternate infinite;
  -webkit-animation: move-x2 5s alternate infinite;
}
.rs-newsletter .swiper-container .swiper-slide-next .test-it {
  width: 120%;
  max-width: 120% !important;
  left: -45px !important;
  z-index: -1 !important;
  height: 520px !important;
}
.rs-newsletter .swiper-container .swiper-slide-next .test-it .top-part i {
  display: block !important;
}
.rs-newsletter .swiper-container .swiper-slide-duplicate-active,
.rs-newsletter .swiper-container .swiper-slide-duplicate-next {
  opacity: 0;
}
.rs-newsletter .swiper-container .swiper-next,
.rs-newsletter .swiper-container .swiper-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 100%;
  position: absolute;
  bottom: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-newsletter .swiper-container .swiper-next:after,
.rs-newsletter .swiper-container .swiper-prev:after {
  font-family: Flaticon;
  color: #bd9b59;
  transition: all 0.3s ease 0s;
}
.rs-newsletter .swiper-container .swiper-next:hover,
.rs-newsletter .swiper-container .swiper-prev:hover {
  background: #bd9b59;
}
.rs-newsletter .swiper-container .swiper-next:hover:after,
.rs-newsletter .swiper-container .swiper-prev:hover:after {
  color: #ffffff;
}
.rs-newsletter .swiper-container .swiper-next {
  left: 52%;
}
.rs-newsletter .swiper-container .swiper-next:after {
  content: "\f110";
}
.rs-newsletter .swiper-container .swiper-prev {
  left: 59%;
}
.rs-newsletter .swiper-container .swiper-prev:after {
  content: "\f10c";
}
.rs-newsletter .pattern {
  position: absolute;
  left: 80px;
  top: 80px;
  pointer-events: none;
}
/*-----------------------------------------------
    11. Blog Section Css
-----------------------------------------------*/
.rs-blog .item .single-blog-slide .blog-image img {
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.rs-blog .item .single-blog-slide .blog-informations {
  padding: 20px 0 0;
}
.rs-blog .item .single-blog-slide .blog-informations .category {
  display: block;
  margin-bottom: 10px;
}
.rs-blog .item .single-blog-slide .blog-informations .category a {
  text-transform: uppercase;
}
.rs-blog .item .single-blog-slide .blog-informations .bl-title {
  margin-bottom: 0;
}
.rs-blog .item .single-blog-slide .blog-informations .bl-title a {
  color: #192039;
}
.rs-blog .item .single-blog-slide .blog-informations .bl-title a:hover {
  color: #bd9b59;
}
.rs-blog .item .single-blog-slide:hover .blog-image img {
  filter: blur(2px);
}
.rs-blog .pattern1,
.rs-blog .pattern2,
.rs-blog .ball {
  position: absolute;
  z-index: -1;
}
.rs-blog .pattern1 {
  top: 80px;
  right: 50px;
}
.rs-blog .pattern2 {
  top: 80px;
  left: 215px;
}
.rs-blog .ball {
  top: 0;
  left: -70px;
}
.rs-blog:after {
  position: absolute;
  content: '';
  left: 30%;
  bottom: 120px;
  background: #ff8b8b;
  opacity: 0.16;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  animation: move-x 2s alternate infinite;
  -webkit-animation: move-x 2s alternate infinite;
}
/*-----------------------------------------------
    12. Contact Section Css
-----------------------------------------------*/

.rs-contact1  input, .rs-contact1 textarea {
    border: none;
    padding: 10px 15px;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 15px;
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    background: #fff;
    border-bottom: 1px solid #d3d9dd;
    border-radius: 0px;
    cursor: pointer;
    color: #000;
    border-top: none;
    border-left: none;
    border-right: none;
}
.rs-contact1 .contact-form textarea {
    height: 100px;
    display: inherit;
}
.rs-contact1  button {
    cursor: pointer;
    width: 150px;
    height: 46px;
    border: 2px solid #bd9b59;
    border-radius: 25px;
    margin: 10px 10px 30px;
    padding: 0;
    background: #fff;
    color: #bd9b59;
    box-shadow: unset;
    transition: all 0.5s linear 0s;
}
.rs-contact1 button:hover {
    background: #bd9b59;
    color: #fff;
}
.rs-contact1 .contact-form ::placeholder {
  color: #555;
}
.rs-contact1 .contact-form ::-webkit-input-placeholder {
  color: #555;
}
.rs-contact1 .contact-form :-ms-input-placeholder {
  color: #555;
}
.rs-contact .content-part .contact-info .info {
    display: flex;
    padding-left: 30px;
    margin-bottom: 10px;

}
.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;
    color: #bd9b59;
    position: absolute;
    margin-left: -30px;
}
.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;
    margin-top: 7px;
}
.rs-contact .content-part .contact-info .info .content a {
  color: #555555;
}
.rs-contact .content-part .contact-info .info .content a:hover {
  color: #bd9b59;
}
/*.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: 50px;
  border-radius: 100%;
  display: inline-block;
  background: #bd9b59;
  font-size: 16px;
  color: #ffffff;
}
.rs-contact .content-part ul.social-links li a:hover {
  background: #192039;
  color: #ffffff;
}
.rs-contact .content-part ul.social-links li:last-child {
  margin: 0;
}
.rs-contact .content-part ul.download-links li {
  display: inline-block;
  margin-right: 20px;
}
.rs-contact .content-part ul.download-links li a {
  display: inline-block;
}
.rs-contact .content-part ul.download-links li a img {
  max-width: 145px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.rs-contact .content-part ul.download-links li a:hover img {
  opacity: 0.8;
}
.rs-contact .content-part ul.download-links li:last-child {
  margin: 0;
}
/*-----------------------------------------------
    13. Footer Section Css
-----------------------------------------------*/
.rs-footer {
    background: #34466c;
    color: #fff;
}
.rs-footer .footer-content .widget .widget-title {
  color: #192039;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.rs-footer .footer-content .widget ul.social-links {
  margin-top: 23px;
}
.rs-footer .footer-content .widget ul.social-links li {
  display: inline;
  margin-right: 10px;
}
.rs-footer .footer-content .widget ul.social-links li a {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  display: inline-block;
  background: transparent;
  font-size: 16px;
  color: #192039;
  border: 1px solid #192039;
}
.rs-footer .footer-content .widget ul.social-links li a:hover {
  background: #bd9b59;
  color: #ffffff;
  border-color: #bd9b59;
}
.rs-footer .footer-content .widget ul.social-links li:last-child {
  margin: 0;
}
.rs-footer .footer-content .widget ul.site-map li {
  margin-bottom: 10px;
}
.rs-footer .footer-content .widget ul.site-map li a {
  color: #555555;
  display: inline-block;
}
.rs-footer .footer-content .widget ul.site-map li a:hover {
  color: #bd9b59;
  margin-left: 5px;
}
.rs-footer .footer-content .widget ul.site-map li:last-child {
  margin: 0;
}
.rs-footer .footer-content .widget ul.footer-contact li a {
  color: #555555;
}
.rs-footer .footer-content .widget ul.footer-contact li a:hover {
  color: #bd9b59;
}
.rs-footer .footer-bottom {
    padding: 20px 0;
    /*border-top: 1px solid #ddd6d2;*/
}
.rs-footer .footer-bottom .copyright {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.rs-footer .footer-bottom .copyright a {
  color: #999999;
}
.rs-footer .footer-bottom .copyright a:hover {
  color: #bd9b59;
}
/* ------------------------------------
    14. Preloader CSS
---------------------------------------*/
#tekhub-load {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0;
  top: 0;
  background: #192039;
}
.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: #bd9b59;
}
#loader-1:before {
  z-index: 100;
  animation: spin 1.5s infinite;
}
#loader-1:after {
  border: 6px solid #192039;
}
.spinner {
    width: 81px;
    height: 78px;
    margin: 0;
    background: url(../images/loader.png);
    /* background-color: #bd9b59; */
    /* 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%);
    background-size: cover;
}
@-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;
  }
}
@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);
  }
}

.sec-title .title {
    position: relative;
    display: inline-block;
}
 .sec-title .title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    height: 4px;
    width: 50px;
    background: #bd9b59;
}
.text-center .sec-title .title:after {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.center-col {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
.rs-features .features-wrap .content-part .desc {
    font-size: 16px;
    line-height: 1.5;
}
.laptop_img {
    padding: 40px;
}

.rs-appscreenshot .swiper-container .swiper-slide .icon-features {
    max-width: 60px !important;
    border-radius: 0px !important;
}
.rs-features .features-wrap .icon-part img{
    max-width: 60px;
    border-radius: 0px;
        z-index: 1;
    position: relative;
}
.sec-padd {
    padding: 100px 0px;
}
.sec-padd-med {
    padding: 50px 0px;
}
.video-guide video {
    width: 65%;
    height: 480px;
    box-shadow: 0 10px 50px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
    object-fit: cover;
    /*max-width: 100%;    */
    display: block;
    z-index: 1;
}
.video-guide .video-icons {
    position: absolute;
    bottom: -13%;
    right: 13%;
}
video:focus {
    outline: none;
}
.rs-contact .content-part .contact-info .info a {
    color: #333;
    font-weight: 500;
}
.rs-contact .content-part .contact-info .info:hover a {
    color: #bd9b59;
}
.rs-newsletter {
    padding: 100px 0;
}
.rs-contact1 {
    background: #fff;
    position: relative;
    width: 60%;
    padding: 40px 25px;
    border-radius: 30px;
    right: 5%;
    float: right;
}
.rs-contact {
    background: #fff;
    position: relative;      
}
textarea {
    resize: none;
}
.title_form {
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 20px;
}
.golden-color {
    color: #bd9b59;
}
.form-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 15px;
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    background: #fff;
    border-bottom: 1px solid #d3d9dd;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
    font-family: Quicksand,sans-serif;
    border-top: none;
    border-left: none;
    border-right: none;
}
#error_data {
    color: red;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: normal;
}
#form_process {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1.1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    visibility: hidden;
}
.digidend-demo-link {
    margin-top: 30px;
    background: rgb(41 57 90);
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}
.digidend-demo-link a:hover {
    color: #97b3ef;
}
.footer_icon {
    position: relative;
    top: -2px;
}
.copyrigh a {
    color: #fff;
}
.copyrigh {
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.content-part p {
    margin-bottom: 20px;
    line-height: 1.5;
}
.video-guide {
    position: relative;
}
