/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/poppins/poppins-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/poppins/poppins-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/poppins/poppins-v24-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/poppins/poppins-v24-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/poppins/poppins-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/poppins/poppins-v24-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/poppins/poppins-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/Roboto/roboto-v50-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/Roboto/roboto-v50-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/Roboto/roboto-v50-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/Roboto/roboto-v50-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/Roboto/roboto-v50-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@charset "utf-8";


/*---------------------------------------
    MyOwn
---------------------------------------*/
.blog-img .imgdesc, p.imgdesc , .blog-img p.imgdesc , .blog-img p {
  font-size: 12px !important;
  font-style: italic;
  text-align: center;
}
.HE404 {text-align: center;}
.E404 {text-align: center;}
.E404 span {font-size:90px;}

.bg-Functions
  {
  background-image:url(/assets/images/Slider-Functions-MasterScreen-Bestellliste.jpg);
  background-size: 100% auto; 
  background-repeat: no-repeat;
  background-position: center top;
  }

/* Video Background - Reparieren */
.bgvideolink {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #363636;
  font-family: 'Roboto', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #1c1b1b;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  color: #0a0a0a;
  font-size: 54px;
  line-height: 64px;
}
h2 {
  font-size: 36px;
  line-height: 40px;
}
h3 {
  font-size: 28px;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  line-height: 28px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
}
a {
  color: #106eea;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #106eea;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.uppercase {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #106eea;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #106eea;
  text-shadow: none;
  color: #ffffff;
}
.width-unset {
  width: unset !important;
}
.white-bg {
  background-color: #ffffff;
}
.primary-bg {
  background: #106eea;
}
.secondary-bg {
  background: #228bfd;
}
.title-bg {
  background: #1c1b1b;
}
.gray-bg {
  background: #f1f6fc;
}
.gray-bg2 {
  background: #fbfbfb;
}
.gray-bg3 {
  background: #fafafa;
}
.gray-bg4 {
  background: #f8f8f8;
}
.gray-bg5 {
  background: #f9f9f9;
}
.gray-bg6 {
  background: #f7f7f7;
}
.gray-bg7 {
  background: #f2e1e1;
}
.blue-bg {
  background: #1c3988;
}
.blue-color {
  color: #1c3988;
}
.red-color {
  color: #ec4c6f;
}
.red-bg {
  background: #ec4c6f;
}
.red-bg2 {
  background: #d83030;
}
.red-color2 {
  color: #d83030;
}
.green-bg {
  background: #67c27c;
}
.green-color {
  color: #67c27c;
}
.law-color {
  color: #b1976b;
}
.law-bg {
  background: #b1976b;
}
.navy-color {
  color: #282e3f;
}
.navy-bg {
  background: #282e3f;
}
.blue-light {
  background-image: linear-gradient(160deg, #0052f5 0%, #4899f9 100%);
}
.transparent-bg {
  background: transparent;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pt-220 {
  padding-top: 220px;
}
.md-pt-186 {
  padding-top: 186px !important;
}
.bg-fixed {
  background-attachment: fixed !important;
}

.bg-unset {
  background: unset !important;
}
.button-text {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 17px 32px 17px 32px;
  border-radius: 5px;
  transition: all .3s;
  display: inline-block;
}
.button-text i {
  color: #ffffff;
  margin-right: 11px;
}
.button-text:hover {
  background-color: #1C3988;
  border-color: #1C3988;
}
.button-text:hover .sub-text {
  color: #ffffff;
}
.rs-menu-toggle {
  color: #106eea;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.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;
}
.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;
}
.readon {
  outline: none;
  padding: 15px 29px;
  border: none;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #106eea;
  transition: all 0.3s ease;
}
.readon.banner-style {
  background: #ffffff;
  color: #228bfd;
}
.readon.banner-style:hover {
  background: #f1f6fc;
  color: #228bfd;
}
.readon.modify {
  padding: 13px 32px;
}
.readon.white-btn {
  background: #ffffff;
  color: #106eea;
  font-weight: 400;
  padding: 14px 35px;
}
.readon.white-btn:hover {
  color: #ffffff;
  background: #106eea;
}
.readon.green-btn {
  background: #67c27c;
  color: #ffffff;
  padding: 11.5px 25px;
  font-weight: 600;
  border: 2px solid #67c27c;
}
.readon.green-btn:hover {
  color: #ffffff;
  background: transparent;
}
.readon.blue-btn {
  background: #1c3988;
  font-weight: 600;
  color: #ffffff;
  padding: 13.5px 27px;
}
.readon.blue-btn:hover {
  background: #20429d;
  color: #ffffff;
}
.readon.transparent {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 11px 28px;
  border: 2px solid;
}
.readon.transparent.primary {
  color: #106eea;
  border-color: #106eea;
}
.readon.transparent.primary:hover {
  color: #ffffff;
  background: #106eea;
}
.readon.transparent.white {
  color: #ffffff;
  border-color: #ffffff;
}
.readon.transparent.white:hover {
  border-color: #106eea;
  background: #106eea;
}
.readon:hover {
  background: #228bfd;
  color: #ffffff;
}

.readon-arrow {
  color: #444;
  padding-right: 25px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.readon-arrow:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease;
}
.readon-arrow:hover {
  color: #106eea;
}
.readon-arrow:hover:after {
  right: -5px;
  color: #106eea;
}
.video-btn a {
  width: 80px;
  height: 80px;
  line-height: 90px;
  border-radius: 100%;
  background: #ffffff;
  color: #106eea;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.video-btn a i {
  font-size: 30px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.video-btn a:after {
  background: #ffffff;
  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 1.5s ease-out infinite;
}
.video-btn.border-style a:before {
  width: 100px;
  height: 100px;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid #ffffff;
}
.video-btn.primary a {
  background: #106eea;
  color: #ffffff;
}
.video-btn.primary a:after {
  background: #106eea;
}
.video-btn.primary a:before {
  border-color: #106eea;
}
.video-btn.green a {
  background: #67c27c;
  color: #ffffff;
}
.video-btn.green a:after {
  background: #67c27c;
}
.video-btn.green a:before {
  border-color: #67c27c;
}
.video-btn.red2 a {
  background: #d83030;
  color: #ffffff;
}
.video-btn.red2 a:after {
  background: #d83030;
}
.video-btn.red2 a:before {
  border-color: #d83030;
}
.video-btn.law a {
  background: #ffffff;
  color: #b1976b;
}
.video-btn.law a:after {
  background: #ffffff;
}
.video-btn.law a:before {
  border-color: #ffffff;
}
.video-btn.seo-agency a {
  background: #106eea;
  color: #ffffff;
  left: -7%;
  bottom: 66px;
}
.video-btn.seo-agency a:after {
  background: #106eea;
}
.video-btn.seo-agency a:before {
  border-color: #106eea;
}
.video-btn.corporate a {
  color: #101010;
}
.video-btn.corporate a:after {
  background: #fff;
}
.video-btn.corporate a:before {
  background: #fff;
}
.video-btn.apps a {
  background: #fb607d;
  color: #ffffff;
}
.video-btn.apps a:after {
  background: #fb607d;
}
.video-btn.apps a:before {
  border-color: #fb607d;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@-webkit-keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.margin-remove {
  margin: 0 !important;
}
.bdru-40 {
  border-radius: 40px;
}
.bdru-4 {
  border-radius: 4px;
}
.bdru-5 {
  border-radius: 5px;
}
.shadow {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07) !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.gutter-16 [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-20 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.clearfix {
  clear: both;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid2 {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wrap-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #1c1b1b !important;
}
.title-color2 {
  color: #101010 !important;
}
.title-color3 {
  color: #05275a !important;
}
.secondary-color {
  color: #228bfd;
}
.primary-color {
  color: #106eea !important;
}
.gray-color {
  color: #999;
}
ul.listing-style li {
  position: relative;
  padding-left: 30px;
  line-height: 34px;
  font-weight: 500;
  font-size: 16px;
}
ul.listing-style li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f058";
  font-family: 'FontAwesome';
  color: #106eea;
  font-size: 20px;
}
ul.listing-style li:last-child {
  margin: 0 !important;
}
ul.listing-style.regular li {
  font-weight: 400;
}
ul.listing-style.regular2 li {
  font-weight: 400;
  margin-bottom: 7px;
}
ul.listing-style.regular2 li:before {
  font-size: 24px;
  top: -2px;
}
ul.listing-style2 li {
  position: relative;
  padding-left: 30px;
  line-height: 2em;
  font-size: 16px;
  margin-bottom: 15px;
}
ul.listing-style2 li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: 'FontAwesome';
  color: #106eea;
  font-size: 22px;
}
ul.listing-style2 li:last-child {
  margin-bottom: 0 !important;
}
ul.listing-style2.modify li {
  padding-left: 25px;
  margin-bottom: 8px;
}
ul.listing-style2.modify li:before {
  content: "\f105";
}
ul.page-nav-vertical li {
  margin-bottom: 13px;
}
ul.page-nav-vertical li a {
  display: block;
  border: 2px solid #d3e1fb;
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  color: #444;
  position: relative;
}
ul.page-nav-vertical li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
  transition: all .5s ease;
}
ul.page-nav-vertical li.active a {
  color: #ffffff;
  border-color: #106eea;
  background: #106eea;
}
ul.page-nav-vertical li.active a:before {
  color: #fff;
}
ul.page-nav-vertical li:hover a {
  color: #ffffff;
  border-color: #106eea;
  background: #106eea;
}
ul.page-nav-vertical li:hover a:before {
  color: #fff;
}
ul.page-nav-vertical li:last-child {
  margin: 0;
}

.sidebar-grid {
  padding: 40px 30px;
}
.sidebar-grid .sidebar-title .title {
  color: #1c1b1b;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.sidebar-grid .sidebar-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #106eea;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.sidebar-grid.sidebar-search .search-bar {
  position: relative;
}
.sidebar-grid.sidebar-search .search-bar input {
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
}
.sidebar-grid.sidebar-search .search-bar button {
  outline: none;
  border: none;
  color: #1c1b1b;
  padding: 0 16px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  background: transparent;
}
.sidebar-grid.sidebar-search .search-bar button i:before {
  font-size: 18px;
  font-weight: 600;
}
.sidebar-grid.sidebar-search .search-bar button:hover {
  color: #106eea;
}
.sidebar-grid.sidebar-popular-post .single-post {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
}
.sidebar-grid.sidebar-popular-post .single-post .post-image {
  margin-right: 15px;
}
.sidebar-grid.sidebar-popular-post .single-post .post-image img {
  max-width: 80px;
  border-radius: 3px;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc ul li {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  color: #555;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc ul li i {
  margin-right: 5px;
  color: #106eea;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc ul li:last-child {
  margin-right: 0;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc .post-title h5 {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc .post-title h5 a {
  color: #1c1b1b;
}
.sidebar-grid.sidebar-popular-post .single-post .post-desc .post-title h5 a:hover {
  color: #106eea;
}
.sidebar-grid.sidebar-categories ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.sidebar-grid.sidebar-categories ul li a {
  color: #363636;
  transition: all 0.3s ease;
}
.sidebar-grid.sidebar-categories ul li a:hover {
  color: #106eea;
}
.sidebar-grid.sidebar-categories ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1c1b1b;
}
.sidebar-grid.sidebar-categories ul li:last-child {
  margin: 0;
}
.sidebar-grid.sidebar-price-filter .bottom-part {
  display: flex;
  align-self: center;
  justify-content: space-between;
  margin-top: 29px;
}
.sidebar-grid.sidebar-price-filter .bottom-part .filter-btn a {
  padding: 12px 32px;
  z-index: 1;
  position: relative;
  font-size: 12px;
  background: #106eea;
  color: #ffffff;
  border-radius: 3px;
}
.sidebar-grid.sidebar-price-filter .bottom-part .rangevalue {
  font-size: 14px;
  padding-top: 3px;
}
.sidebar-grid.sidebar-tags .tagcloud a {
  display: inline-block;
  margin: 10px 3px 0 0;
  line-height: 20px;
  padding: 6px 12px;
  font-size: 13px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #fff;
  color: #444;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.sidebar-grid.sidebar-tags .tagcloud a:hover {
  background: #106eea;
  color: #ffffff;
  border-color: #106eea;
}

.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #106eea;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f113";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel.nav-style1.nav-mod .owl-nav {
  display: block;
}
.rs-carousel.nav-style1.nav-mod .owl-nav .owl-next,
.rs-carousel.nav-style1.nav-mod .owl-nav .owl-prev {
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
  left: 30px;
}
.rs-carousel.nav-style1.nav-mod .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1.nav-mod:hover .owl-nav .owl-next,
.rs-carousel.nav-style1.nav-mod:hover .owl-nav .owl-prev {
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style2 {
  position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #106eea;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel.dot-style1 .owl-dots {
  text-align: center;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 5px;
  background: #106eea;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  opacity: .5;
}


.expand-btn-inner .fa {font-size:19px;position:relative;top:2px;color:#000;}

.rs-carousel.dot-style1 .owl-dots .owl-dot:hover {
  width: 40px;
  opacity: 1;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot.active {
  width: 40px;
  opacity: 1;
}

body.apps .loader .spinner {
  background-color: #ec4c6f;
}

body.marketing .loader .spinner {
  background-color: #bf0505;
}

.relative {
  position: relative;
}
.sec-title .sub-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-title .sub-title.modify {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: unset;
}
.sec-title .sub-title.primary {
  color: #106eea;
}
.sec-title .sub-title.primary:after {
  background: #106eea;
}
.sec-title .sub-title.secondary {
  color: #228bfd;
}
.sec-title .sub-title.secondary:after {
  background: #228bfd;
}
.sec-title .sub-title.green {
  color: #67c27c;
}
.sec-title .sub-title.green:after {
  background: #67c27c;
}
.sec-title .sub-title.white {
  color: #ffffff;
}
.sec-title .sub-title.white:after {
  background: #ffffff;
}
.sec-title .sub-title.dark {
  color: #1c1b1b;
}
.sec-title .sub-title.dark:after {
  background: #1c1b1b;
}
.sec-title .sub-title.right-line {
  padding-right: 65px;
  position: relative;
  display: inline-block;
}
.sec-title .sub-title.right-line:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  z-index: 1;
  margin-left: 0;
  right: 0;
  top: 13px;
}
.sec-title .title2 {
  font-size: 48px;
  line-height: 60px;
}
.sec-title .title3 {
  line-height: 1.4em;
}
.sec-title .desc.big {
  font-size: 18px;
  line-height: 30px;
}
.sec-title .desc2 {
  font-weight: 700;
  color: #585555;
}
.sec-title.style2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-title.style2 .title-part {
  padding-right: 50px;
  border-right: 2px solid #106eea;
}
.sec-title.style2 .first-half {
  width: 100%;
  max-width: 46%;
  flex: 0 0 46%;
  padding-right: 50px;
  border-right: 2px solid #106eea;
}
.sec-title.style2 .last-half {
  width: 100%;
  max-width: 54%;
  flex: 0 0 54%;
  padding-left: 50px;
}
.sec-title .bottom-wave {
  position: relative;
  padding-bottom: 38px;
}
.sec-title.text-center .bottom-wave:after {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title.text-right .bottom-wave:after {
  left: unset;
  right: 0;
}
.custom-for-sl .rs-carousel .owl-stage-outer .owl-item {
  padding-right: 15px;
  padding-left: 15px;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 0px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ddd;
}
input[type=range]:focus::-ms-fill-lower {
  background: #106eea;
}
input[type=range]:focus::-ms-fill-upper {
  background: #106eea;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.39px;
  border-radius: 1em;
  cursor: pointer;
  background: #ddd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.39px;
  border-radius: 1em;
  cursor: pointer;
  background: #ddd;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.39px;
  border-radius: 1em;
  cursor: pointer;
  background: #ddd;
}
input[type=range]::-webkit-slider-thumb {
  height: 1em;
  width: 1em;
  border: none;
  border-radius: 100%;
  background: #106eea;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]::-moz-range-thumb {
  height: 1em;
  width: 1em;
  border: none;
  border-radius: 100%;
  background: #106eea;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]::-ms-thumb {
  height: 1em;
  width: 1em;
  border: none;
  border-radius: 100%;
  background: #106eea;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]::-ms-fill-lower {
  background: #000;
}
input[type=range]::-ms-fill-upper {
  background: #000;
}
/*--------------------------------------
    03. Header Section CSS
---------------------------------------*/
.full-width-header .toolbar-area {
  background: #106eea;
}
.full-width-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.full-width-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 13px 20px 11px 0;
  border-right: 1px solid #1273eb;
  color: #fff;
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-contact ul li i {
  margin-right: 7px;
  color: #ffffff;
}
.full-width-header .toolbar-area .toolbar-contact ul li i.flaticon-email:before {
  position: relative;
  bottom: -0.5px;
}
.full-width-header .toolbar-area .toolbar-contact ul li i:before {
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease;
  color: #fff;
}
.full-width-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #ccc;
}
.full-width-header .toolbar-area .toolbar-contact ul li:last-child {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.full-width-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  padding: 11px 0;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.opening {
  color: #ffffff;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #1273eb;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.opening i {
  margin-right: 5px;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.opening i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #ccc;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li:last-child {
  margin: 0;
}
.full-width-header .rs-header {
  z-index: 99;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .logo-area {
  position: relative;
  height: 115px;
  line-height: 111px;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 30px;
}
.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 40px;
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  height: 115px;
  line-height: 115px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #101010;
  position: relative;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #106eea;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a {
  padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:before {
  position: absolute;
  content: "+";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:hover.menu-item-has-children a:before {
  content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a {
  color: #106eea !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a:before {
  color: #106eea;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu li a {
  padding-right: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu li a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #106eea;
  margin: 0;
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  right: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu .sub-menu {
  right: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu .current-page-item > a {
  color: #ccc;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 30px !important;
  text-transform: capitalize;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ccc !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #ccc !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu {
  width: 100%;
  opacity: 1 !important;
  position: unset;
  transform: translateY(0px);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu {
  width: 50%;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu .sub-menu {
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right-menu {
  left: unset;
  right: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background: #106eea;
  border-radius: 0 0 5px 5px;
  min-width: 1160px;
  right: -225px;
  left: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
  padding: 0;
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
  width: 25%;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
  padding: 35px 38px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #ccc;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.home11-style {
  right: -280px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.home11-style .mega-menu-container .single-megamenu .sub-menu {
  padding: 30px 30px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #106eea !important;
}
/*
.full-width-header .rs-header .menu-area .main-menu .nav-expander {
  font-size: 20px;
  -webkit-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  display: block;
  color: #92278f;
  position: absolute;
  right: 15px;
  top: 26px;
}
.full-width-header .rs-header .menu-area .main-menu .nav-expander:hover {
  transform: scale(1.1);
  color: #106eea;
}
*/  
.full-width-header .rs-header .menu-area .expand-btn-inner ul {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li {
  display: inline-block;
  margin-right: 32px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li.mini-cart-active {
  display: none;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li.mini-cart-active .cart-icon {
  position: relative;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li.mini-cart-active .cart-icon .cart-count {
  position: absolute;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  font-size: 11px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #363636;
  top: -13px;
  right: -17px;
  text-align: center;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a {
  color: #101010;
  display: inline-block;
  cursor: pointer;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a i:before {
  font-size: 18px;
  font-weight: 600;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a:hover {
  color: #106eea;
}
.full-width-header .rs-header .menu-area .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta i {
  color: #ffffff;
  margin-right: 15px;
  font-size: 30px;
  line-height: 1;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta i:before {
  font-size: 30px;
  line-height: 1;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta a {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner .head-cta a:hover {
  color: #ccc;
}
.full-width-header .rs-header .menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff !important;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.full-width-header .rs-header .menu-area.sticky .logo-area {
  height: 72px;
  line-height: 68px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area img {
  max-height: 30px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .dark {
  display: inherit;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .light {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  height: 72px;
  line-height: 72px;
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #106eea;
}
.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i:hover {
  color: #106eea;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li.search-parent {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: #106eea;
  color: #ffffff;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #106eea;
}
.full-width-header.header-style3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.full-width-header.header-style3 .rs-header {
  z-index: 99;
}
.full-width-header.header-style3 .rs-header .menu-area {
  transition: all 0.3s ease;
  background: transparent;
}
.full-width-header.header-style3 .rs-header .menu-area .container {
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  border-right: 10px solid;
  border-left: 10px solid;
  padding: 0 40px;
  margin-top: 50px;
  border-color: #106eea;
  max-width: 1160px;
  width: 100%;
  transition: all 0.3s ease;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.nav-menu li a {
  color: #1c1b1b;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.nav-menu li a:before {
  color: #1c1b1b;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #106eea;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.nav-menu li a:hover:before {
  color: #106eea !important;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.nav-menu.onepage-menu .active-menu a {
  color: #106eea !important;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu {
  background: #106eea;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li a {
  color: #ffffff;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ccc !important;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li.active a {
  color: #ccc !important;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.mega-menu {
  background: #106eea;
  right: -284px;
  min-width: 1140px;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  color: #ffffff;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #ccc;
}
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul li.active a,
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #106eea !important;
}
.full-width-header.header-style3 .rs-header .menu-area .expand-btn-inner .number i {
  color: #106eea;
  margin-right: 15px;
}
.full-width-header.header-style3 .rs-header .menu-area .expand-btn-inner .number a {
  color: #1c1b1b;
  font-weight: 500;
  padding-bottom: 3px;
}
.full-width-header.header-style3 .rs-header .menu-area .expand-btn-inner .number a:hover {
  color: #106eea;
}
.full-width-header.header-style3 .rs-header .menu-area.sticky {
  background: #ffffff !important;
}
.full-width-header.header-style3 .rs-header .menu-area.sticky .container {
  background: transparent;
  border: none;
  padding: 0 15px;
  max-width: 1200px;
  margin-top: 0;
}
.full-width-header.header-style3 .rs-header .menu-area.sticky .container .main-menu .rs-menu ul.nav-menu > li a:before {
  color: #363636;
}
.full-width-header.header-style3 .rs-header .menu-area.sticky .container .main-menu .rs-menu ul.nav-menu > li > a {
  color: #494949;
}
.full-width-header.header-style3 .rs-header .menu-area.sticky .container .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #106eea;
}
body.modal-open {
  padding: 0 !important;
}

/*---------------------------------------
    04. Sticky Menu CSS
---------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------------------
    05. Slider Section CSS
---------------------------------------*/
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.rs-slider.slider4 {
  position: relative;
  /*-- Animations Start --*/

  /*-- Animations End --*/

}
.rs-slider.slider4 .sl-subtitle {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.rs-slider.slider4 .sl-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.rs-slider.slider4 .slider-bottom {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.rs-slider.slider4 .slider {
  padding: 436px 0 240px;
}
.rs-slider.slider4 .slider .content-part .sl-subtitle {
  font-size: 50px;
  line-height: 68px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #222;
  text-shadow: #ffffff 1px 1px 1px;
}
.rs-slider.slider4 .slider .content-part .sl-title {
  font-size: 100px;
  line-height: 120px;
  font-weight: 900;
  margin-bottom: 21px;
  text-transform: uppercase;
  color: #222;
  text-shadow: #ffffff 1px 1px 1px;
}
.rs-slider.slider4 .slider .content-part .slider-bottom {
  display: inline-block;
}
.rs-slider.slider4 .slider .content-part .slider-bottom .readon {
  display: block !important;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 17px 30px;
}
.rs-slider.slider4 .slider .content-part .slider-bottom ul li {
  display: inline-block;
  margin-right: 15px;
}
.rs-slider.slider4 .slider .content-part .slider-bottom ul li:last-child {
  margin: 0;
}
.rs-slider.slider4 .slider.slide1 {
  background: url(assets/images/Slider2-CallControl-Graph.jpg);  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-slider.slider4 .slider.slide2 {
  background: url(assets/images/Slider3-KochTelefonKueche-CallControl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-slider.slider4 .owl-dots {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-slider.slider4 .owl-dots .owl-dot {
  box-shadow: 0 0 0 2px #ffffff;
  border: none;
  border-radius: 50%;
  background: transparent;
  width: 15px;
  height: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.rs-slider.slider4 .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1);
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.rs-slider.slider4 .owl-dots .owl-dot:hover,
.rs-slider.slider4 .owl-dots .owl-dot.active {
  box-shadow: 0 0 0 2px #106eea;
}
.rs-slider.slider4 .owl-dots .owl-dot:hover span,
.rs-slider.slider4 .owl-dots .owl-dot.active span {
  background: #106eea;
  transform: scale(0.4);
}
.rs-slider.slider4 .owl-dots .owl-dot.last-child {
  margin-bottom: 0;
}

.rs-slider .sl-wrap {
  padding: 50px 0;
}

/*---------------------------------------
    07. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-size: cover;
  background-repeat: no-repeat;
}

.rs-breadcrumbs .content-part {
  padding: 160px 0;
}
.rs-breadcrumbs .content-part .breadcrumbs-title {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
}

/*---------------------------------------
    10. Video Section CSS
---------------------------------------*/
.rs-video .content-part {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.rs-video .content-part .video-desc {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7;
}

/*---------------------------------------
    12. Featured Section CSS
---------------------------------------*/
.rs-featured.style1 .featured-wrap {
  display: flex;
  padding-right: 15px;
}
.rs-featured.style1 .featured-wrap .icon-part img {
  width: 65px;
  max-width: 65px;
}
.rs-featured.style1 .featured-wrap .content-part {
  padding-left: 25px;
}
.rs-featured.style1 .featured-wrap .content-part .title {
  margin-bottom: 12px;
}
.rs-featured.style1 .featured-wrap .content-part .title a {
  color: #1c1b1b;
}
.rs-featured.style1 .featured-wrap .content-part .title a:hover {
  color: #ec4c6f;
}



/*---------------------------------------
    17. Portfolio Section CSS
---------------------------------------*/
.rs-portfolio.style1 .dot-style1 .owl-dots {
  margin-top: 50px;
}
.rs-portfolio.style1 .portfolio-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.rs-portfolio.style1 .portfolio-item .img-part img {
  transition: 1.3s all ease;
  -webkit-transition: 1.3s all ease;
}
.rs-portfolio.style1 .portfolio-item .content-part {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  padding: 0 40px;
  z-index: 1;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.rs-portfolio.style1 .portfolio-item .content-part .categories {
  color: #dad9d9;
}
.rs-portfolio.style1 .portfolio-item .content-part .categories:hover {
  color: #106eea;
}
.rs-portfolio.style1 .portfolio-item .content-part .title {
  margin-bottom: 0;
  font-size: 22px;
}
.rs-portfolio.style1 .portfolio-item .content-part .title a {
  color: #ffffff;
}
.rs-portfolio.style1 .portfolio-item .content-part .title a:hover {
  color: #106eea;
}
.rs-portfolio.style1 .portfolio-item:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.rs-portfolio.style1 .portfolio-item:hover .img-part img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.rs-portfolio.style1 .portfolio-item:hover .content-part {
  bottom: 15%;
}
.rs-portfolio.style1.modify1 {
  margin-top: -290px;
  position: relative;
}
.rs-portfolio.style1.modify1 .portfolio-item .content-part .categories:hover {
  color: #dad9d9;
}
.rs-portfolio.style1.modify1 .portfolio-item .content-part .title a:hover {
  color: #106eea;
}
.rs-portfolio.style1.modify1 .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-portfolio.style1.modify1 .owl-dots .owl-dot {
  background: #0e0b38;
}
.rs-portfolio.style1.modify1 .owl-dots .owl-dot:hover,
.rs-portfolio.style1.modify1 .owl-dots .owl-dot.active {
  background: #0e0b38;
}
.rs-portfolio.style1.modify1 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

/*---------------------------------------
    21. Testimonial Section CSS
---------------------------------------*/

.rs-testimonial.style3 .content-wrap .desc {
  font-size: 25px;
  line-height: 43px;
  font-style: italic;
  margin-bottom: 0;
}
.rs-testimonial.style3 .content-wrap .testi-meta {
  display: inline-block;
}
.rs-testimonial.style3 .content-wrap .testi-meta .img-part,
.rs-testimonial.style3 .content-wrap .testi-meta .detail-part {
  display: table-cell;
  vertical-align: middle;
}
.rs-testimonial.style3 .content-wrap .testi-meta .img-part {
  padding-right: 15px;
}
.rs-testimonial.style3 .content-wrap .testi-meta .img-part img {
  border-radius: 100%;
  width: 80px;
}
.rs-testimonial.style3 .content-wrap .testi-meta .detail-part .name {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  color: #363636;
}
.rs-testimonial.style3 .content-wrap .testi-meta .detail-part .designation {
  font-weight: 500;
}
.rs-testimonial.style3.modify {
  position: relative;
}
.rs-testimonial.style3.modify .owl-item {
  margin-bottom: 72px;
}
.rs-testimonial.style3.modify .owl-dots {
  text-align: left;
}
/*---------------------------------------
    32. Contact Section CSS
---------------------------------------*/
.rs-contact.style1 .form-part {
  padding: 60px 60px 60px 75px;
}
.rs-contact.style1 .contact-form .common-control input,
.rs-contact.style1 .contact-form .common-control textarea {
  background: #f1f6fc;
  width: 100%;
  padding: 10px 18px;
  border: none;
  outline: none;
  border-radius: 0;
  color: #363636;
  font-size: 16px;
}
.rs-contact.style1 .contact-form .common-control input {
  height: 48px;
}
.rs-contact.style1 .contact-form .common-control textarea {
  height: 120px;
}
.rs-contact.style1 .contact-form .common-control ::placeholder {
  color: #a19e9e;
}
.rs-contact.style1 .contact-info {
  background: #106eea;
  height: 100%;
  color: #ffffff;
  padding: 50px;
  font-size: 16px;
}
.rs-contact.style1 .contact-info .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 34px;
}
.rs-contact.style1 .contact-info .info-wrap {
  display: flex;
}
.rs-contact.style1 .contact-info .info-wrap .icon-part {
  margin-right: 25px;
}
.rs-contact.style1 .contact-info .info-wrap .icon-part i {
  font-size: 40px;
  line-height: 40px;
}
.rs-contact.style1 .contact-info .info-wrap .icon-part i:before {
  font-size: 40px;
  line-height: 40px;
}
.rs-contact.style1 .contact-info .info-wrap .content-part h4 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.rs-contact.style1 .contact-info .info-wrap .content-part p {
  margin: 0;
}
.rs-contact.style1 .contact-info .info-wrap .content-part a {
  color: #ffffff;
}
.rs-contact.style1 .contact-info .info-wrap .content-part a:hover {
  opacity: 0.8;
}
.rs-contact.inner .contact-form-part form input,
.rs-contact.inner .contact-form-part form textarea {
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 30px;
  color: #ffffff;
  background: rgba(18, 115, 235, 0.5);
  font-size: 16px;
  padding: 11px 20px;
}
.rs-contact.inner .contact-form-part form textarea {
  display: inherit;
  height: 120px;
}
.rs-contact.inner .contact-form-part form button {
  background: #ffffff;
  color: #106eea;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.rs-contact.inner .contact-form-part form button:hover {
  background: #106eea;
  color: #ffffff;
}
.rs-contact.inner .contact-form-part form ::-webkit-input-placeholder {
  color: #ffffff;
}
.rs-contact.inner .contact-form-part form :-ms-input-placeholder {
  color: #ffffff;
}
.rs-contact.inner .contact-form-part form ::placeholder {
  color: #ffffff;
}
.rs-contact.inner .contact-form-part .custom1 {
  ms-flex: 45.965%;
  flex: 45.965%;
  max-width: 45.965%;
}
.rs-contact.inner .contact-form-part .custom2 {
  ms-flex: 54.035%;
  flex: 54.035%;
  max-width: 54.035%;
}


/*---------------------------------------
    33. Blog Section CSS
---------------------------------------*/
.rs-blog.style1 .owl-stage-outer {
  padding-bottom: 5px;
  margin-bottom: 29px;
}
.rs-blog.style1 .blog-wrap {
  transition: all 0.3s ease;
}
.rs-blog.style1 .blog-wrap .img-part {
  position: relative;
}
.rs-blog.style1 .blog-wrap .img-part img {
  transition: all 0.3s ease;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background: #106eea;
  text-align: center;
  display: inline-block;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn a i:before {
  color: #ffffff;
  font-size: 16px;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn a:hover {
  background: #228bfd;
}
.rs-blog.style1 .blog-wrap .content-part {
  padding: 33px 30px 25px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #ffffff;
}
.rs-blog.style1 .blog-wrap .content-part a.categories {
  text-transform: uppercase;
  color: #363636;
  display: inline-block;
  font-size: 15px;
}
.rs-blog.style1 .blog-wrap .content-part a.categories:hover {
  color: #106eea;
}
.rs-blog.style1 .blog-wrap .content-part .title {
  margin: 6px 0 15px;
}
.rs-blog.style1 .blog-wrap .content-part .title a {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #1c1b1b;
}
.rs-blog.style1 .blog-wrap .content-part .title a:hover {
  color: #106eea;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .user-data {
  display: flex;
  align-items: center;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .user-data img {
  max-width: 40px;
  border-radius: 100%;
  margin-right: 8px;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .user-data span {
  font-size: 15px;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .date {
  font-size: 14px;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .date i {
  color: #106eea;
  margin-right: 5px;
}
.rs-blog.style1 .blog-wrap:hover {
  margin-top: -10px;
}
.rs-blog.style1 .blog-wrap:hover .img-part img {
  filter: grayscale(1);
}
.rs-blog.style1 .blog-wrap:hover .img-part .fly-btn {
  opacity: 1;
  visibility: visible;
}
.rs-blog.style1.modify .blog-wrap .img-part .fly-btn {
  bottom: -29px;
}
.rs-blog.style1.modify .blog-wrap .img-part .fly-btn a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.rs-blog.style1.modify .blog-wrap .content-part a.categories {
  color: #106eea;
}
.rs-blog.style1.modify .blog-wrap .content-part .desc {
  margin-bottom: 14px;
}
.rs-blog.style1.modify .blog-wrap .content-part .blog-meta .user-data {
  font-weight: 500;
  color: #1c1b1b;
}
.rs-blog.style1.modify .blog-wrap .content-part .blog-meta .date {
  font-weight: 500;
  color: #1c1b1b;
}
.rs-blog.style1.modify .blog-wrap .content-part .blog-meta .date i {
  color: #106eea;
  font-weight: normal;
}
.rs-blog.style1.modify2 .owl-stage-outer {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.rs-blog.style1.modify2 .blog-wrap .img-part .fly-btn {
  bottom: unset;
}
.rs-blog.style1.modify2 .blog-wrap .img-part .fly-btn a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.rs-blog.style1.modify2 .blog-wrap .content-part a.categories {
  color: #106eea;
}
.rs-blog.style1.modify2 .blog-wrap .content-part .desc {
  margin-bottom: 14px;
}
.rs-blog.style1.modify2 .blog-wrap .content-part .blog-meta .user-data {
  color: #1c1b1b;
}
.rs-blog.style1.modify2 .blog-wrap .content-part .blog-meta .date {
  color: #1c1b1b;
}
.rs-blog.style1.modify2 .blog-wrap .content-part .blog-meta .date i {
  color: #106eea;
  font-weight: normal;
}
.rs-blog.style1.modify2.modify-home13 .owl-stage-outer {
  padding-top: 10px;
}
.rs-blog.style1.modify2.modify-home13 .blog-wrap {
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EDEDED;
  transition: all 500ms ease;
  border-radius: 5px;
}
.rs-blog.style1.modify2.modify-home13 .blog-wrap .img-part img {
  border-radius: 5px 5px 0 0;
}
.rs-blog.style1.modify2.modify-home13 .blog-wrap .content-part {
  background: unset;
  box-shadow: unset;
  padding: 25px 0px 0px 0px;
}
.rs-blog.style1.modify2.modify-home13 .blog-wrap:hover {
  margin-top: unset;
  transform: translateY(-10px);
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .img-part img {
  border-radius: 5px 5px 0 0;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part {
  background: unset;
  box-shadow: unset;
  padding: 25px 0px 0px 0px;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part a.categories {
  color: #bf0505;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part .title a {
  line-height: 1.2;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part .title a:hover {
  color: #bf0505;
}
.rs-blog.style1.modify2.modify-home13.marketing .blog-wrap .content-part .blog-meta .date i {
  color: #bf0505;
}
.rs-blog.style1.modify2.corporate .blog-wrap .content-part {
  text-align: center;
}
.rs-blog.style1.modify2.corporate2 .blog-wrap {
  border-radius: 5px;
}
.rs-blog.style1.modify2.corporate2 .blog-wrap .content-part .title a {
  color: #0a0a0a;
}
.rs-blog.style1.modify2.corporate2 .blog-wrap .content-part .title a:hover {
  color: #090E40;
}
.rs-blog.style1.modify2.green .blog-wrap .img-part .fly-btn {
  bottom: -29px;
}
.rs-blog.style1.modify2.green .blog-wrap .img-part .fly-btn a {
  background: #67c27c;
}
.rs-blog.style1.modify2.green .blog-wrap .content-part a.categories {
  display: none;
}
.rs-blog.style1.modify2.green .blog-wrap .content-part .title a:hover {
  color: #67c27c;
}
.rs-blog.style1.modify2.green .blog-wrap .content-part .blog-meta .date i {
  color: #67c27c;
}
.rs-blog.style1.modify3 .blog-wrap .content-part a.categories {
  color: #f67d31;
}
.rs-blog.style1.modify3 .blog-wrap .content-part a.categories:hover {
  color: #106eea;
}
.rs-blog.style1.modify3 .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.rs-blog.style1.modify3 .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease;
  background: #106eea;
  opacity: .5;
}
.rs-blog.style1.modify3 .owl-dots .owl-dot:hover,
.rs-blog.style1.modify3 .owl-dots .owl-dot.active {
  width: 40px;
  background: #0B70E1;
  opacity: 1;
}
.rs-blog.style1.modify3 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.rs-blog.style1.modify3.green .blog-wrap .img-part .fly-btn {
  bottom: -29px;
}
.rs-blog.style1.modify3.green .blog-wrap .img-part .fly-btn a {
  background: #67c27c;
}
.rs-blog.style1.modify3.green .blog-wrap .content-part a.categories {
  display: none;
}
.rs-blog.style1.modify3.green .blog-wrap .content-part .title a:hover {
  color: #67c27c;
}
.rs-blog.style1.modify3.green .blog-wrap .content-part .blog-meta .date i {
  color: #67c27c;
}
.rs-blog.style1.modify4 .blog-wrap {
  transition: all 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
}
.rs-blog.style1.modify4 .blog-wrap .img-part .fly-btn a {
  background: #ec4c6f;
}
.rs-blog.style1.modify4 .blog-wrap .img-part .fly-btn a:hover {
  background-color: #DD4F6E;
}
.rs-blog.style1.modify4 .blog-wrap .content-part {
  box-shadow: unset;
}
.rs-blog.style1.modify4 .blog-wrap .content-part a.categories:hover {
  color: #ec4c6f;
}
.rs-blog.style1.modify4 .blog-wrap .content-part .title a:hover {
  color: #ec4c6f;
}
.rs-blog.style1.modify4 .blog-wrap .content-part .blog-meta .date i {
  color: #ec4c6f;
}
.rs-blog.style1.modify4 .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.rs-blog.style1.modify4 .owl-dots .owl-dot {
  background: #ec4c6f;
}

.rs-blog.inner .blog-wrap .content-part {
  padding: 36px 46px 45px;
}
.rs-blog.inner .blog-wrap .content-part .title {
  font-size: 26px;
  line-height: 35px;
}
.rs-blog.inner .blog-wrap .content-part .title a {
  color: #1c1b1b;
}
.rs-blog.inner .blog-wrap .content-part .title a:hover {
  color: #106eea;
}
.rs-blog.inner .blog-wrap .content-part .blog-meta li {
  display: inline;
  font-size: 13px;
  margin-right: 15px;
}
.rs-blog.inner .blog-wrap .content-part .blog-meta li i {
  margin-right: 3px;
  color: #106eea;
  font-size: 14px;
  font-weight: 700;
}
.rs-blog.inner .blog-wrap .content-part .blog-meta li a {
  color: #363636;
}
.rs-blog.inner .blog-wrap .content-part .blog-meta li a:hover {
  color: #106eea;
}
.rs-blog.inner .blog-wrap .content-part .blog-meta li:last-child {
  margin: 0;
}
.rs-blog.inner .blog-sidebar {
  width: 350px;
}
.rs-blog.single .blog-part .article-content {
  padding: 38px 40px 34px;
}
.rs-blog.single .blog-part .article-content .blog-meta li {
  display: inline;
  font-size: 14px;
  margin-right: 10px;
}
.rs-blog.single .blog-part .article-content .blog-meta li i {
  margin-right: 3px;
  color: #106eea;
  font-size: 13px;
}
.rs-blog.single .blog-part .article-content .blog-meta li a {
  color: #363636;
}
.rs-blog.single .blog-part .article-content .blog-meta li a:hover {
  color: #106eea;
}
.rs-blog.single .blog-part .article-content .blog-meta li:last-child {
  margin: 0;
}
.rs-blog.single .blog-part .article-content .markup-text {
  padding: 40px 40px 50px 30px;
  color: #666;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  clear: both;
  box-shadow: 0 0 150px #eee !important;
  border-left: 10px solid #106eea;
}
.rs-blog.single .blog-part .article-nav {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(170, 170, 170, 0.25);
  padding: 30px 0;
}
.rs-blog.single .blog-part .article-nav ul {
  list-style: none;
}
.rs-blog.single .blog-part .article-nav ul li {
  width: 50%;
  display: inline-block;
}
.rs-blog.single .blog-part .article-nav ul li a span {
  text-transform: uppercase;
  color: #909090;
  display: block;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.rs-blog.single .blog-part .article-nav ul li a span i {
  margin-top: -4px;
  display: inline-block;
}
.rs-blog.single .blog-part .article-nav ul li a span i:before {
  font-size: 15px;
}
.rs-blog.single .blog-part .article-nav ul li a span.link-text {
  text-transform: capitalize;
  color: #1c1b1b;
  font-weight: 500;
  transition: all 0.3s ease;
}
.rs-blog.single .blog-part .article-nav ul li a:hover span {
  color: #106eea !important;
}
.rs-blog.single .blog-part .article-nav ul li.next {
  float: right;
  text-align: right;
}
.rs-blog.single .blog-part .article-nav ul li.next a span i {
  margin-left: 10px;
}
.rs-blog.single .blog-part .article-nav ul li.prev a span i {
  margin-right: 10px;
}
.rs-blog.single .bs-contact-form .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 17px;
}
.rs-blog.single .bs-contact-form form {
  padding: 0;
  max-width: 100%;
}
.rs-blog.single .bs-contact-form form .form-field {
  margin-bottom: 22px;
}
.rs-blog.single .bs-contact-form form .form-field label {
  display: block;
}
.rs-blog.single .bs-contact-form form .form-field input,
.rs-blog.single .bs-contact-form form .form-field textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: unset;
  resize: unset;
}
.rs-blog.single .bs-contact-form form .form-field input {
  height: 50px;
  line-height: 50px;
}
.rs-blog.single .bs-contact-form form .form-field textarea {
  height: 160px;
  display: inherit;
}
.rs-blog.single .bs-contact-form form .form-button button {
  padding: 14px 24px;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  border: unset;
  outline: unset;
}


/*---------------------------------------
    38. Footer CSS
---------------------------------------*/
.rs-footer {
  background: #101010;
}
.rs-footer .footer-bottom {
  padding: 36px 0;
  border-top: 2px solid #333;
}
.rs-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #e0e0e0;
}
.rs-footer .footer-bottom .footer-social li {
  display: inline;
  margin-right: 6px;
}
.rs-footer .footer-bottom .footer-social li a {
  display: inline-block;
  font-size: 15px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #106eea;
  color: #ffffff;
  text-align: center;
}
.rs-footer .footer-bottom .footer-social li a:hover {
  background: #228bfd;
}
.rs-footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}


/*---------------------------------------
    35. Car Section CSS
---------------------------------------*/
.rs-cart .cart-wrap table.cart-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
}
.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
}
.rs-cart .cart-wrap table.cart-table th {
  border: none;
  font-size: 18px;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
}







@-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;
  }
}
.scale {
  animation: scale 8s alternate infinite;
  webkit-animation: scale 2s alternate infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.up-down-new {
  animation: up-down 4s alternate infinite;
  -webkit-animation: up-down 4s alternate infinite;
}
@keyframes up-down-new {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down-new {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.rotated-style {
  animation: rotated-style 40s linear infinite;
}
@keyframes rotated-style {
  0% {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  25% {
    transform: translate(-10px, 10px) rotate(10deg);
  }
  50% {
    transform: translate(5px, -5px) rotate(25deg);
  }
  75% {
    transform: translate(15px, -5px) rotate(15deg);
  }
  100% {
    transform: translate(0) rotate(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*---------------------------------------
    43. Responsive Menu Colors
---------------------------------------*/
@media only screen and (max-width: 991px) {
  .full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li.current-page-item > a,
  .full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li a:hover,
  .full-width-header.header-style3 .rs-header .menu-area .container .main-menu .rs-menu ul.sub-menu li.active a,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-page-item > a,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #106eea !important;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a {
    color: #ccc !important;
  }
}

