/*
Theme Name: Teknolab
Theme URI: https://keenitsolutions.com/products/wordpress/teknolab/
Author: RS Theme
Author URI: http://www.rstheme.com
Description: Teknolab - Technology & IT Solutions WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teknolab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, creative, portfolio
*/


/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize
# Typography
# Elements
# Header
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Preloader

--------------------------------------------------------------*/


/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

article,  aside,  details,  figcaption,  figure,  footer,  header,  main,  menu,  nav,  section,  summary {
	display: block;
}
audio,  canvas,  progress,  video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
 [hidden],  template {
 display: none;
}
a {
	background-color: transparent;
}
a:active,  a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,  strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
table th a:hover{
	color: #fff;
}
pre {
	overflow: auto;
}
code,  kbd,  pre,  samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
.woocommerce .is-shop-hide{
	display: none;
}
.home5-arrow .rs-addon-slider .slick-dots li{
	float: left;
}

.home5-arrow .rs-addon-slider .slick-dots{
	padding-left: 36px;
	bottom: -100px;
}
button {
	overflow: visible;
}
button,  select {
	text-transform: none;
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],  html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner,  input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="password"]{
	border: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
}

.post-password-required input[type="submit"]{
	padding: 26px 20px 25px !important;
}

.page .comments-area{
	padding-top: 50px
	clear:both;
}
.rs-blog-details .comment-respond label {
	display: none !important;
}

input[type="checkbox"],  input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button,
 input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
 input[type="search"]::-webkit-search-cancel-button,  
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label {
    font-weight: 600;
}

td,  th {
	padding:5px 10px;
	border:1px solid #ccc;
}

.owl-stage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
}
.rs-footer .widget.widget_recent_comments ul li{
	margin-bottom: 5px;
}
.rs-footer .widget.widget_recent_comments ul li a{
	font-weight: 500;
	color: #fff;
}
.comments-area .comment-list li.comment:last-child .comment-full {
    border-bottom: none;
    padding-bottom: 0;
}

.comment-list .pingback, .comment-list .trackback {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fdfdfd;
}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

h1,  h2,  h3,  h4,  h5,  h6 {
	clear: both;
}
dfn,  cite,  em,  i {
	font-style: italic;
}
blockquote {
	margin: 20px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,  kbd,  tt,  var {
	font-size: 15px;
}
abbr,  acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,  ins {	
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}
*,  *:before,  *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,  blockquote:after,  q:before,  q:after {
	content: "";
}
blockquote,  q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol, ol ol, ol ul, ul ol, ul ul {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	padding: 0
}
li > ul,  li > ol {
	margin-bottom: 0;
	margin-left: 1.5em
}
dt {
	font-weight: bold;
	padding-bottom: 5px;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

.address .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{
	display: block !important;	
	margin:0 auto;
}

.full-blog-content .blog-title a,
.rs-breadcrumbs .page-title{
	word-break: break-word;
}


/* Small menu. */

.menu-toggle,  .main-navigation.toggled ul {
	display: block;
}

 @media screen and (min-width: 37.5em) {
 .menu-toggle {
 display: none;
}
 .main-navigation ul {
 display: block;
}
}
.site-main .comment-navigation,  .site-main .posts-navigation,  .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,  .posts-navigation .nav-previous,  .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,  .posts-navigation .nav-next,  .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}
#wp-calendar th,
#wp-calendar td{
	padding: 5px;
	text-align: center;	
}
.bs-sidebar .widget-title a.rsswidget{
	color: #0a0a0a;
}

.bs-sidebar .widget_rss ul li:first-child{
	border-top:0;
	padding-top: 0;
	margin-top: 0;
}

.rs-footer .widget_archive option{
	color: #000;
}
.rs-footer .widget select{
	color: #000;
}
.rs-footer caption{
	color: #fff;
}
.rs-footer .rssSummary,
.rs-footer .cite{
	color: #fff;
	font-size: 12px;
}

.rs-footer .widget_rss li{
	margin-bottom: 7px;
}
body.home.blog .blog-img img{
	width: auto !important;
}
.single .bs-img img{
	width: auto !important;
}

.bs-sidebar ul li ul{
	margin-left: 10px;
}

/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	clear: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,  .clear:after,  .entry-content:before,  .entry-content:after,  .comment-content:before,  .comment-content:after,  .site-header:before,  .site-header:after,  .site-content:before,  .site-content:after,  .site-footer:before,  .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear-fix, .clear:after,  .entry-content:after,  .comment-content:after,  .site-header:after,  .site-content:after,  .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
	margin: 0 0 3em;
}
/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
	width:100%;
	padding: 15px 8px
}
/*-------------------------------------------------------------

price-style

--------------------------------------------------------------*/

.price-style3,  .cl-pricetable-wrap {
	padding-bottom: 0px !important
}
.style1 .cl-pricetable-wrap {
	padding-bottom: 60px !important
}
.page_title_single h3 {
	padding-top: 70px;
}
.slidernews input[type="submit"]{
	font-size: 16px;
}

/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
	display: block;
}
.rs-about .about-exp .exp-desc {
	color: #666;
}
 .updated:not(.published) {
 display: none;
}

span.author {
	text-transform: capitalize;
	margin-left: 20px;
}

.archive .page-header {
	margin-bottom: 35px;
}
.archive-post {
	margin-bottom: 10px;
	overflow: hidden;
}
.archive-post h3.blog-title {
	margin-bottom: 7px;
	font-size:22px !important;

}
.archive-post .blog-meta {
	padding-bottom: 15px;
}

.fbc-page .fbc-wrap .fbc-items {
	background: rgba(0, 0, 0, 0.5) !important
}
.fbc-page .fbc-wrap .fbc-items li a {
	color: #4caf50 !important
}
.fbc-items li.active span {
	color: #fff !important
}
.search .page-title {	
	padding-bottom:20px;
	margin-bottom:0px;
}

.search .entry-header h2{
	margin-bottom: 10px !important;
	font-size: 22px !important
}
.search .pagination-area{
	padding-top: 0;
}
.search article{
	margin-bottom: 40px;
}
.sticky_form {
	display:none
}
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.bs-sidebar .recent-post-widget .show-featured .post-desc{
	padding:0;
}
.bs-sidebar .recent-post-widget .show-featured .post-desc a{
	line-height: 22px;
	font-size: 15px !important;
	margin-bottom:5px;
}
select{
	width: 100%;
}

.insurancetype{
	position:relative;	
}
.insurancetype:before{
	content: "";
	position: absolute;
	right: 16px;
	top: 0;
	display:block;
	pointer-events: none;
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.subscribe_hide .footer-top{
	padding-top: 80px;
}
.subscribes .newsletter-title{
	display: none;
}
.subscribes .col-md-6{
	flex: 0 0 100%;
	max-width: 100%;
}
.subscribes .mc4wp-form-fields{
	max-width: 500px;
	margin: 0 auto;
}
.subscribes input[type="submit"]{
	position: absolute;
	right: 21px;
	height: 45px;
	top: 5px;
	padding: 0 30px;
}
.border-radious-icon .icon-area img{
	position: relative;
	top: 20px;
}
.left-radious .services-icon{
	border-radius: 100%;
}
.subscribes input[type="email"]{
	height: 55px;
	border: none;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.rs-portfolio-style1 .portfolio-item .portfolio-content{
    z-index: 1;
}
ul.footer_social > li > a {
    border-radius: 3px;
}

/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */  .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,  .entry-content .wp-smiley,  .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,  iframe,  object {
	max-width: 100%;
}
/* Default Logo */
img.default-logo, img.footer-logo-light{
	height: 32px;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 13px;
	font-style: italic;
}

#rs-header .menu-area .quote-padding{
	padding-right: 160px;
}

.fowh2 .rs-heading .title-inner .title{
	font-weight: 500 !important;
}
.mfp-bottom-bar .mfp-title .gallery-title-wrap{
	display: none;
}

/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}
.gallery-caption {
	display: block;
}
.tab-text {
	display: none;
}
.rs-testimonial .testi-item:hover .testi-img:before {
	width: 80%;
	height: 80%;
	opacity: 0;
}
.testi-item {
	position: relative;
}
.top50{
	position: relative;
	top: -50px;
}
.testi-img:before {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.testi-item.slick-current {
	opacity: 1;
}

.header-styl-5 .bs-search input{
	width:60%;
	float:right;
}

#map iframe{
	height: 800px;
	border: none;
	width: 100%;
}

.header-logo .logo-area h1.site-title a{
	line-height: 45px !important
}

.link-clear{
	clear: both;
	display: block;
	padding-top: 15px;
}

li.pingback, li.trackback{
	line-height: 30px;	
}

.pingback .comment-body a,
.trackback .comment-body a{
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.pingback .comment-body span.edit-link a,
.trackback .comment-body span.edit-link a{
	font-weight: normal !important;
	font-size:14px !important;
}

.wp-block-cover, .wp-block-cover-image{
	margin-bottom: 25px;
}

.single-content-full .gallery-item .gallery-caption{
	padding:8px 15px 0;
}

.rs-blog-details .bs-info.tags a{
	padding-top: 4px;
}

.wp-block-gallery{
	margin-bottom: 26px;
}
.rs-footer .widget.widget_recent_comments ul li a{
	word-break: break-all;
}
.single-rselements_pro .col-lg-4.sticky-sidebar, .single-rselements_pro .single-posts-meta{
	display:none !important
}
.single-rselements_pro .rs-blog-details .col-lg-8{
	width:100% !important
}

#rs-header.header-style1 .header-inner.stuck.sticky .menu-area .navbar ul > li
#rs-header.header-style1 .header-inner.stuck.sticky .menu-area .navbar ul > li {
    padding-top: 24px;
    padding-bottom: 24px;
}
#rs-header .menu-sticky.sticky ul.offcanvas-icon .nav-link-container a {
    margin-top: 0;
    margin-bottom: 0;
}

.rs-addon-services .services-icon.icon_animation i:after{
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.comment-reply-title small{
	padding-left: 7px;
}

.page .entry-content .page-links{
	padding-top: 7px;
}

/*
 Modal css for demo purpose only
*/
.modal-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 10;
  right: 0;
  left: auto;
}
.modal-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 8px 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  background: #fff;
}
.modal-btn ul li {
  margin: 4px 0;
}
.modal-btn ul li a {
  width: 40px;
  text-align: center;
  display: inline-block;
  color: #101010;
  position: relative;
}
.modal-btn ul li a span {
  position: absolute;
  background-color: #222;
  color: #fff;
  white-space: nowrap;
  padding: 0 12px;
  font-size: 13px;
  top: 0;
  right: 100%;
  margin-right: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear 0ms;
  -khtml-transition: all .3s linear 0ms;
  -moz-transition: all .3s linear 0ms;
  -ms-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
}
.modal-btn ul li a span:before {
  content: '';
  border-color: #222;
  border-style: solid;
  border-color: transparent transparent transparent #222;
  border-width: 6px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-btn ul li a:hover span {
  opacity: 1;
  visibility: visible;
}

.page-error .content-area h2{
	color: #fff;
}





/* INDEX */
body{background:#FFF;color:#454545!important;font-family:Nunito!important;font-size:16px!important}
body.single-teams{background:#FFF}
#cl-testimonial.testimonial-dark .testimonial-slide.slider1 .testimonial-item .testimonial-content{background:rgba(11,112,225,0.8)!important}
ul.offcanvas-icon .nav-link-container a{border-color:rgba(11,112,225,0.4)!important}
h1{color:#0a0a0a;font-family:Montserrat;font-size:46px;font-weight:800;line-height:56px}
h2{color:#0a0a0a;font-family:Montserrat;font-size:36px;font-weight:800;line-height:48px}
h3{color:#0a0a0a;font-family:Montserrat;font-size:28px;line-height:32px}
h4{color:#0a0a0a;font-family:Montserrat;font-size:20px;font-weight:700;line-height:28px}
h5{color:#0a0a0a;font-family:Montserrat;font-size:18px;font-weight:700;line-height:28px}
h6{color:#0a0a0a;font-family:Montserrat;font-size:16px;font-weight:700;line-height:20px}
.menu-area .navbar ul li>a,.sidenav .widget_nav_menu ul li a{font-weight:600;font-family:Montserrat;font-size:15px}
#rs-header .toolbar-area .toolbar-contact ul.rs-contact-info li,#rs-header .toolbar-area .toolbar-contact ul.rs-contact-info li a,#rs-header .toolbar-area .toolbar-contact ul li a,#rs-header .toolbar-area .toolbar-contact ul li,#rs-header .toolbar-area{color:#FFF}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li,#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li i,#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li a,#rs-header.header-style-4 .btn_quote .toolbar-sl-share ul li a{color:#FFF}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li:hover a,#rs-header.header-style-4 .btn_quote .toolbar-sl-share ul li a:hover{color:#CCC}
#rs-header .toolbar-area .toolbar-contact ul.rs-contact-info li a,#rs-header .toolbar-area .toolbar-contact ul li a,#rs-header .toolbar-area .toolbar-contact ul li i,#rs-header .toolbar-area .toolbar-sl-share ul li a i{color:#FFF}
#rs-header .toolbar-area .toolbar-contact ul.rs-contact-info li a:hover,#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons:hover,#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons:before,#rs-header .toolbar-area .toolbar-contact ul li a:hover,#rs-header .toolbar-area .toolbar-sl-share ul li a i:hover{color:#CCC}
.mobile-menu-container div ul>li.current_page_parent>a,#rs-header.header-transparent .menu-area .navbar ul li.current-menu-ancestor a,#rs-header.header-transparent .menu-area .navbar ul li.current_page_item a,.menu-area .navbar ul.menu>li.current_page_item>a,.menu-area .navbar ul li.current-menu-ancestor a,.menu-area .navbar ul li.current_page_item a,#rs-header .sticky_search i:before{color:#0B70E1}
.menu-area .navbar ul>li.menu-item-has-children.hover-minimize>a:after{background:#0B70E1!important}
.menu-area .navbar ul>li.menu-item-has-children.hover-minimize:hover>a:after{background:#0B70E1!important}
.menu-area .navbar ul li:hover>a,.mobile-menu-container div ul li a:hover,#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li:hover>a,#rs-header.header-style-4 .menu-area .menu li:hover>a,#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul li:hover>a{color:#0B70E1}
.menu-area .navbar ul li a,#rs-header .menu-responsive .sidebarmenu-search .sticky_search,.menu-cart-area i,#rs-header.header-transparent .menu-area.dark .menu-cart-area i{color:#101010}
#rs-header.header-transparent .menu-area.dark .navbar ul.menu>li.current_page_item>a::before,#rs-header.header-transparent .menu-area.dark .navbar ul.menu>li.current_page_item>a::after,#rs-header.header-transparent .menu-area.dark .navbar ul.menu>li>a::before,#rs-header.header-transparent .menu-area.dark .navbar ul.menu>li>a::after,#rs-header.header-transparent .menu-area.dark .navbar ul.menu>li>a,#rs-header.header-transparent .menu-area.dark .menu-responsive .sidebarmenu-search .sticky_search .fa{color:#101010!important}
#rs-header.header-transparent .menu-area.dark ul.offcanvas-icon .nav-link-container .nav-menu-link span{background:#101010!important}
#rs-header.header-transparent .menu-area .navbar ul li a,#rs-header.header-transparent .menu-cart-area i,#rs-header.header-style8 .menu-area .navbar ul>li.active a,#rs-header.header-style8 .menu-area .navbar ul>li a,#rs-header.header-style8 .menu-area .navbar ul#single-menu>li:hover a,#rs-header.header-style8 .rs-full-menuarea #primary-menu-single>li>a,#rs-header.header-style8 .rs-full-menuarea .toolbar-sl-share ul li a,#rs-header.header-transparent .menu-responsive .sidebarmenu-search .sticky_search,#rs-header.header-transparent .menu-responsive .sidebarmenu-search .sticky_search .fa,#rs-header.header-transparent .menu-area.dark .navbar ul>li>a,#rs-header.header-transparent .menu-area .navbar ul li:hover>a{color:#FFF}
#rs-header.header-style8 .rs-full-menuarea .toolbar-sl-share{border-color:#FFF}
#rs-header.header-style5 .header-inner .menu-area .navbar ul>li>a,#rs-header.header-style5 .menu-responsive .sidebarmenu-search .sticky_search,#rs-header.header-style5 .menu-cart-area i{color:#FFF}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li:hover>a{color:#0B70E1}
#rs-header .toolbar-area{background:#106EEA}
#rs-header.header-style5 .header-inner .menu-area .navbar ul>li.menu-item-has-children.hover-minimize:hover>a:after{background:#0B70E1!important}
#rs-header.header-style5 .header-inner .menu-area .navbar ul>li.menu-item-has-children.hover-minimize>a:after{background:#0B70E1!important}
#rs-header.header-style5 .menu-area .navbar ul>li.current-menu-ancestor>a,#rs-header.header-style5 .header-inner .menu-area .navbar ul>li.current-menu-ancestor>a,#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul>li.current-menu-ancestor>a{color:#0B70E1!important}
.header-style-4 .menu-cart-area span.icon-num,.header-style5 .menu-cart-area span.icon-num{background:#FFF!important}
#rs-header.header-transparent .menu-area.dark ul.offcanvas-icon .nav-link-container .nav-menu-link span{background:#FFF}
#rs-header.header-transparent .menu-area .navbar ul>li>a:hover,#rs-header.header-transparent .menu-area .navbar ul li:hover>a,#rs-header.header-transparent .menu-area.dark .navbar ul>li:hover>a,#rs-header.header-style-4 .header-inner .menu-area .navbar ul li:hover a{color:#0B70E1}
#rs-header.header-transparent .menu-area .navbar ul>li.current_page_item>a,#rs-header.header-style-4 .menu-area .menu>li.current-menu-ancestor>a,#rs-header.header-transparent .menu-area .navbar ul>li.current-menu-ancestor>a,#rs-header.header-style-4 .menu-area .menu>li.current_page_item>a{color:#0B70E1!important}
#rs-header.header-transparent .menu-area .navbar ul.menu>li.current_page_item>a::before,#rs-header.header-transparent .menu-area .navbar ul.menu>li.current_page_item>a::after,#rs-header.header-transparent .menu-area .navbar ul.menu>li>a::after{color:#0B70E1!important}
#rs-header.header-transparent ul.offcanvas-icon .nav-link-container .nav-menu-link span,#rs-header.header-style5 .menu-responsive ul.offcanvas-icon .nav-link-container .nav-menu-link span{background:#FFF}
.menu-area .navbar ul li .sub-menu li a,#rs-header .menu-area .navbar ul li.mega ul li a,#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current-menu-ancestor>a,#rs-header.header-transparent .menu-area .navbar ul li.current-menu-ancestor li a{color:#101010!important}
.menu-area .navbar ul li ul.sub-menu li.current_page_item>a,.menu-area .navbar ul li .sub-menu li a:hover,#rs-header.header-style5 .menu-area .navbar ul>li.current_page_item ul>a,#rs-header .menu-area .navbar ul li.mega ul>li>a:hover,.menu-area .navbar ul li ul.sub-menu li:hover>a,body .header-style1 .menu-area .navbar ul li ul.sub-menu li:hover>a,body #rs-header .menu-area .navbar ul li.mega ul.sub-menu li a:hover,#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li:hover>a,#rs-header .menu-area .navbar ul li.mega ul li a:hover,#rs-header.header-style-4 .menu-area .menu .sub-menu li:hover>a,#rs-header.header-style3 .menu-area .navbar ul li .sub-menu li:hover>a,#rs-header .menu-area .navbar ul li.mega ul>li.current-menu-item>a,.menu-sticky.sticky .menu-area .navbar ul li ul li a:hover,#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current-menu-ancestor>a,#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current_page_item>a,#rs-header.header-transparent .menu-area .navbar ul li.current-menu-ancestor li a:hover{color:#0B70E1!important}
.menu-area .navbar ul li .sub-menu{background:#FFF}
#rs-header .toolbar-area .toolbar-contact ul li,#rs-header .toolbar-area a,#rs-header .toolbar-area .toolbar-contact ul li i:before{font-size:14px}
.footer-bottom .copyright p{color:#fff}
.rs-footer,.rs-footer h3,.rs-footer a,.rs-footer .fa-ul li a,.rs-footer .widget.widget_nav_menu ul li a{font-size:16px}
.rs-footer h3,.rs-footer .footer-top h3.footer-title{font-size:22px}
.rs-footer,.rs-footer .footer-top h3.footer-title,.rs-footer a,.rs-footer .fa-ul li a,.rs-footer .widget.widget_nav_menu ul li a{color:#FFF}
.rs-footer .footer-top h3.footer-title{color:#FFF}
.rs-footer a:hover,.rs-footer .widget.widget_nav_menu ul li a:hover,.rs-footer .fa-ul li a:hover,.rs-footer .widget.widget_pages ul li a:hover,.rs-footer .widget.widget_recent_comments ul li:hover,.rs-footer .widget.widget_archive ul li a:hover,.rs-footer .widget.widget_categories ul li a:hover,.rs-footer .widget a:hover{color:#1273EB}
ul.footer_social>li>a{color:#FFF!important}
ul.footer_social>li>a:hover{color:#666!important}
.rs-footer .footer-top .mc4wp-form-fields input[type="submit"],.rs-footer .footer-top .mc4wp-form-fields i{color:#FFF}
.rs-services-default .services-wrap .services-item .services-icon i,.rs-blog .blog-item .blog-slidermeta span.category a:hover,.btm-cate li a:hover,.ps-navigation ul a:hover span,.rs-portfolio-style5 .portfolio-item .portfolio-content a,.rs-services1.services-left.border_style .services-wrap .services-item .services-icon i:hover,.rs-services1.services-right .services-wrap .services-item .services-icon i:hover,.rs-galleys .galley-img .zoom-icon:hover,#about-history-tabs ul.tabs-list_content li:before,#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li i,#sidebar-services .widget.widget_nav_menu ul li.current-menu-item a,#sidebar-services .widget.widget_nav_menu ul li a:hover,#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current-menu-ancestor>a,#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current_page_item>a,rs-heading .title-inner .title,.team-grid-style1 .team-item .team-content1 h3.team-name a,.rs-team-grid.team-style5 .team-item .normal-text .person-name a,.rs-team-grid.team-style4 .team-wrapper .team_desc .name a,.rs-team-grid.team-style4 .team-wrapper .team_desc .name .designation,.contact-page1 .form-button .submit-btn i:before,ul.check-icon li:before,.rs-project-section .project-item .project-content .title a:hover,.subscribe-text i,.subscribe-text .title,.subscribe-text span a:hover,.timeline-icon,#rs-header.header-style8 .rs-address-area .info-icon i,.service-carousels .services-sliders3 span.num,.service-readons:before,.services-sliders4:hover .services-desc h4.services-title a,.rs-footer.footerlight .footer_social li a .fa,#rs-header .menu-area .navbar ul>li.active a,.rsaddon-unique-slider .blog-content .blog-footer .blog-meta i,.rs-footer .recent-post-widget .show-featured .post-desc i{color:#0B70E1}
.portfolio-slider-data .slick-next,.portfolio-slider-data .slick-prev,.ps-navigation ul a:hover span,ul.chevron-right-icon li:before,.sidenav .fa-ul li i,.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-content h3.p-title a:hover,#rs-header.header-style5 .stuck.sticky .menu-area .navbar ul>li.active a,.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a:hover,.woocommerce-message::before,.woocommerce-info::before,.rs-sl-social-icons a:hover,.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .p-title a{color:#0B70E1!important}
.transparent-btn:hover,.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after,.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more:hover,.service-carousel .owl-dots .owl-dot.active,.service-carousel .owl-dots .owl-dot,.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"],.bs-sidebar .tagcloud a:hover,.rs-blog-details .bs-info.tags a:hover,.single-teams .team-skill .rs-progress{border-color:#0B70E1!important}
.owl-carousel .owl-nav [class*="owl-"],html input[type="button"]:hover,input[type="reset"]:hover,.rs-video-2 .popup-videos:before,.sidenav .widget-title:before,.rs-team-grid.team-style5 .team-item .team-content,.rs-team-grid.team-style4 .team-wrapper .team_desc::before,.rs-team .team-item .team-social .social-icon,.rs-services-style4:hover .services-icon i,.team-grid-style1 .team-item .social-icons1 a:hover i,.loader__bar,blockquote:before,.rs-blog-grid .blog-img a.float-cat,#sidebar-services .download-btn ul li,.transparent-btn:hover,.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more:hover,.rs-video-2 .popup-videos,.rs-blog-details .blog-item.style2 .category a,.rs-blog .blog-item.style2 .category a,.blog .blog-item.style2 .category a,.rs-blog-details .blog-item.style1 .category a,.rs-blog .blog-item.style1 .category a,.blog .blog-item.style1 .category a,.icon-button a,.team-grid-style1 .team-item .image-wrap .social-icons1,.team-slider-style1 .team-item .image-wrap .social-icons1,.rs-heading.style8 .title-inner:after,.rs-heading.style8 .description:after,#slider-form-area .form-area input[type="submit"],.services-style-5 .services-item:hover .services-title,#sidebar-services .rs-heading .title-inner h3:before,#rs-contact .contact-address .address-item .address-icon::before,.team-slider-style4 .team-carousel .team-item:hover,#rs-header.header-transparent .btn_quote a:hover,.bs-sidebar .tagcloud a:hover,.rs-heading.style2:after,.rs-blog-details .bs-info.tags a:hover,.mfp-close-btn-in .mfp-close,.top-services-dark .rs-services .services-style-7.services-left .services-wrap .services-item,.single-teams .team-inner h3:before,.single-teams .team-detail-wrap-btm.team-inner,::selection,.rs-heading.style2 .title:after,.rs-blog-details #reply-title:before,.rs-cta .style2 .title-wrap .exp-title:after,.rs-project-section .project-item .project-content .p-icon,.proces-item.active:after,.proces-item:hover:after,.subscribe-text .mc4wp-form input[type="submit"],.rs-footer #wp-calendar th,.service-carousel.services-dark .services-sliders2 .services-desc:before,.service-carousels.services-dark .services-sliders2 .services-desc:before,.rs-services .services-style-9 .services-wrap:after,.portfolio-slider-data .slick-dots li.slick-active,.portfolio-slider-data .slick-dots li:hover,.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title a:before,.rs-team-grid.team-style4 .team-wrapper:hover .team_desc,.rs-heading.style6 .title-inner .sub-text:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,.woocommerce span.onsale,.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.bs-sidebar .widget-title:after,#rs-header .sticky_form,.rs-porfolio-details .ps-informations .info-title:after,.rs-addon-slider .slick-dots li button,.rs-addon-slider .slick-dots li.slick-active button,.rs-addon-slider .slick-dots li button:hover{background:#0B70E1}
.woocommerce span.onsale{background:#0B70E1!important}
.portfolio-slider-data .slick-dots li{background:#061340}
.rs-porfolio-details .ps-informations,.rs-porfolio-details .information-sidebar .widget_nav_menu li.current-menu-item a,.single-teams .team-skill .rs-progress .progress-bar,.comments-area .comment-list li.comment .reply a,.rs-footer .footer-top .mc4wp-form-fields input[type="submit"],.comment-respond .form-submit #submit,#scrollUp i,#rs-header.header-style8 .rs-full-menuarea,.readon,.blog .rs-blog .blog-item .blog-img .tag-line .post-categories li a,.archive .rs-blog .blog-item .blog-img .tag-line .post-categories li a,.pagination-area .nav-links,.cta-widget,.cta-widget .title-cta a.cta-button,.rs-porfolio-details .widget_custom_html,.rs-porfolio-details .contact-me-widget,.rs-footer .footer-bottom .widget_nav_menu ul li a:before,.bs-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a,.rs-blog-grid .blog-item .image-wrap .cat_list ul li a,.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-next,.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-prev{background-image:linear-gradient(90deg,#004FD2 10%,#A511DC 100%)}
.rs-porfolio-details .information-sidebar .widget_nav_menu li:hover a,.comments-area .comment-list li.comment .reply a:hover,.cta-widget .title-cta a.cta-button:hover,.readon:hover,.rs-footer .footer-top .mc4wp-form-fields input[type="submit"]:hover,.comment-respond .form-submit #submit:hover,.blog .rs-blog .blog-item .blog-img .tag-line .post-categories li a:hover,.archive .rs-blog .blog-item .blog-img .tag-line .post-categories li a:hover,#scrollUp i:hover,.bs-sidebar.dynamic-sidebar .service-singles .menu li a:hover,.rs-blog-grid .blog-item .image-wrap .cat_list ul li a:hover,.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-next:hover,.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-prev:hover{background-image:linear-gradient(90deg,#A511DC 10%,#004FD2 100%)}
.sidenav .widget_nav_menu ul li a:hover,.rs-blog .blog-item .blog-meta .blog-date i,.full-blog-content .author i,.full-blog-content .btm-cate .tag-line i,.full-blog-content .blog-title a:hover,.bs-sidebar .recent-post-widget .post-desc span i,.single-post .single-posts-meta li span i,.single-posts-meta .tag-line i,.single-post .single-posts-meta .fa-comments-o:before{color:#0B70E1!important}
#cl-testimonial .testimonial-slide7 .single-testimonial:after,#cl-testimonial .testimonial-slide7 .single-testimonial:before{border-right-color:#0B70E1;border-right:30px solid #0B70E1}
#cl-testimonial .testimonial-slide7 .single-testimonial{border-left-color:#0B70E1}
.team-slider-style1 .team-item .team-content1 h3.team-name a:hover,.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover:before,.rs-heading.style6 .title-inner .sub-text,.rs-heading.style7 .title-inner .sub-text,.rs-portfolio-style1 .portfolio-item .portfolio-content .pt-icon-plus:before,.team-grid-style1 .team-item .team-content1 h3.team-name a,.service-readons:hover,.service-readons:before:hover{color:#0B70E1!important}
.rs-services-style3 .bg-img a,.rs-services-style3 .bg-img a:hover,.wp-block-file .wp-block-file__button{background:#0B70E1;border-color:#0B70E1}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover{border-color:#0B70E1;color:#0B70E1}
.woocommerce div.product p.price ins,.woocommerce div.product span.price ins,.woocommerce div.product p.price,.woocommerce div.product span.price,.cd-timeline__content .short-info h2,.cd-timeline__content .short-info h3{color:#0B70E1!important}
.rs-slider-video:before,.team-grid-style3 .team-img .team-img-sec:before,#loading,#sidebar-services .bs-search button:hover,.team-slider-style3 .team-img .team-img-sec:before,.rs-blog-details .blog-item.style2 .category a:hover,.rs-blog .blog-item.style2 .category a:hover,.blog .blog-item.style2 .category a:hover,.icon-button a:hover,.rs-blog-details .blog-item.style1 .category a:hover,.rs-blog .blog-item.style1 .category a:hover,.blog .blog-item.style1 .category a:hover,.skew-style-slider .revslider-initialised::before,.top-services-dark .rs-services .services-style-7.services-left .services-wrap .services-item:hover,.icon-button a:hover,.fullwidth-services-box .services-style-2:hover,#rs-header.header-style-4 .logo-section:before,.post-meta-dates,.rs-footer .widget ul li .fa:hover,.cd-timeline__img.cd-timeline__img--picture,.rs-portfolio-style4 .portfolio-item .portfolio-img:before,.rs-portfolio-style3 .portfolio-item .portfolio-img:before,.rs-skill-bar .skillbar .skillbar-bar,.rs-footer .widget ul.footer_social li i:hover,.woocommerce ul.products li .glyph-icon,.rs-slider-video::before,.rs-slider-video::after,.rs-heading.style16 .title-inner .sub-text::before,.rs-portfolio-style1 .portfolio-item .portfolio-img i,.rs-flip-box .rs-flip-box-inner .back-part{background:#0B70E1}
html input[type="button"],input[type="reset"],input[type="submit"]{background:#0B70E1}
.round-shape:before{border-top-color:#061340;border-left-color:#061340}
.round-shape:after{border-bottom-color:#061340;border-right-color:#061340}
#sidebar-services .download-btn,.rs-video-2 .overly-border,.woocommerce-error,.woocommerce-info,.woocommerce-message{border-color:#0B70E1!important}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:before,.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after{border-right-color:#061340!important;border-top-color:transparent!important}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial{border-left-color:#061340!important}
.portfolio-filter button:hover,.portfolio-filter button.active,.team-grid-style1 .team-item .team-content1 h3.team-name a:hover,#cl-testimonial .testimonial-slide7 .right-content i,.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial .cl-author-info li:first-child,.rs-blog-details .bs-img .blog-date span.date,.rs-blog .bs-img .blog-date span.date,.blog .bs-img .blog-date span.date,.rs-blog-details .blog-img .blog-date span.date,.rs-blog .blog-img .blog-date span.date,.blog .blog-img .blog-date span.date,.rs-portfolio-style5 .portfolio-item .portfolio-content a:hover,#cl-testimonial.cl-testimonial9 .single-testimonial .cl-author-info li,#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial p i,.rs-services1.services-left.border_style .services-wrap .services-item .services-icon i,.rs-services1.services-right .services-wrap .services-item .services-icon i,#rs-skills .vc_progress_bar h2,.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a:hover,.woocommerce ul.products li.product .price,#rs-services-slider .menu-carousel .heading-block h4 a:hover,.rs-team-grid.team-style5 .team-item .normal-text .person-name a:hover,.service-readons:hover,.service-readons:hover:before,.single-teams .designation-info,ul.unorder-list li:before,.rs-footer .widget.widget_nav_menu ul li a:before,.rs-footer .widget.widget_pages ul li a:before,.rs-footer .widget.widget_archive ul li a:before,.rs-footer .widget.widget_categories ul li a:before,.woocommerce ul.products li.product .price ins,.rs-features-list-content li i,body.woocommerce div.product p.price ins,body.woocommerce div.product span.price ins,body.woocommerce ul.products li.product .price ins,.single-teams .ps-informations ul li.phone i,.single-teams .ps-informations ul li.email i,.single-teams .ps-informations ul li.social-icon i:hover{color:#0B70E1}
.rs-team-grid.team-style4 .team-wrapper .team_desc:before,.rs-team-grid.team-style5 .team-item .normal-text .team-text:before,.rs-services3 .slick-arrow,.single-teams .ps-image .ps-informations,.slidervideo .slider-videos,.slidervideo .slider-videos:before,.service-readon,.service-carousel .owl-dots .owl-dot.active,.rs-blog-details .bs-img .categories .category-name a,.rs-blog .bs-img .categories .category-name a,.blog .bs-img .categories .category-name a,.rs-blog-details .blog-img .categories .category-name a,.rs-blog .blog-img .categories .category-name a,.blog .blog-img .categories .category-name a{background:#0B70E1}
.rs-blog-details .bs-img .blog-date:before,.rs-blog .bs-img .blog-date:before,.blog .bs-img .blog-date:before,.rs-blog-details .blog-img .blog-date:before,.rs-blog .blog-img .blog-date:before,.blog .blog-img .blog-date:before{border-bottom:0 solid;border-bottom-color:#0B70E1;border-top:80px solid transparent;border-right-color:#0B70E1}
.border-image.small-border .vc_single_image-wrapper:before{border-bottom:250px solid #0B70E1}
.border-image.small-border .vc_single_image-wrapper:after{border-top:250px solid #0B70E1}
.border-image .vc_single_image-wrapper:before,.team-grid-style3 .team-img:before,.team-slider-style3 .team-img:before{border-bottom-color:#0B70E1}
.border-image .vc_single_image-wrapper:after,.team-grid-style3 .team-img:after,.team-slider-style3 .team-img:after{border-top-color:#0B70E1}
.woocommerce-info,.timeline-alter .divider:after,body.single-services blockquote,.rs-porfolio-details.project-gallery .file-list-image .p-zoom:hover{border-color:#0B70E1}
.slidervideo .slider-videos i,.list-style li::before,.slidervideo .slider-videos i:before,#team-list-style .team-name a,.rs-blog .blog-item .blog-button a:hover{color:#0B70E1}
.rs-blog .blog-meta .blog-title a:hover .about-award a:hover,#team-list-style .team-name a:hover,#team-list-style .team-social i:hover,#team-list-style .social-info .phone a:hover,.woocommerce ul.products li .woocommerce-loop-product__title a:hover,#rs-contact .contact-address .address-item .address-text a:hover,a,.bs-sidebar .recent-post-widget .post-desc a:hover,.rs-blog .blog-meta .blog-title a:hover,.rs-blog .blog-item .blog-meta .categories a:hover,.bs-sidebar ul a:hover,a:hover,a:focus,a:active{color:#0B70E1}
.about-award a:hover{border-color:#0B70E1}
.rs-blog-details .bs-img .categories .category-name a:hover,.rs-blog .bs-img .categories .category-name a:hover,.blog .bs-img .categories .category-name a:hover,.rs-blog-details .blog-img .categories .category-name a:hover,.rs-blog .blog-img .categories .category-name a:hover,.blog .blog-img .categories .category-name a:hover,#rs-header.header-style-4 .logo-section .times-sec{background:#0B70E1}
.rs-heading.style3 .description:after,.team-grid-style1 .team-item .social-icons1 a i,.owl-carousel .owl-nav [class*="owl-"]:hover,button,html input[type="button"],input[type="reset"],.rs-service-grid .service-item .service-img:before,.rs-service-grid .service-item .service-img:after,#rs-contact .contact-address .address-item .address-icon::after,.rs-services1.services-left.border_style .services-wrap .services-item .services-icon i:hover,.rs-services1.services-right .services-wrap .services-item .services-icon i:hover,.rs-service-grid .service-item .service-content::before,.rs-services-style4 .services-item .services-icon i,#rs-services-slider .img_wrap:before,#rs-services-slider .img_wrap:after,.rs-galleys .galley-img:before,.woocommerce-MyAccount-navigation ul li:hover,.woocommerce-MyAccount-navigation ul li.is-active,.rs-galleys .galley-img .zoom-icon,.team-grid-style2 .team-item-wrap .team-img .team-img-sec::before,.services-style-5 .services-item .icon_bg,#cl-testimonial.cl-testimonial10 .slick-arrow,.contact-sec .contact:before,.contact-sec .contact:after,.contact-sec .contact2:before,.team-grid-style2 .team-item-wrap .team-img .team-img-sec:before,.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom:hover,.team-slider-style2 .team-item-wrap .team-img .team-img-sec:before,.rs-team-grid.team-style5 .team-item .normal-text .social-icons a i:hover{background:#0B70E1}
#rs-header.header-style-4 .logo-section .times-sec:after{border-bottom-color:#0B70E1}
#rs-header .toolbar-area .toolbar-contact ul li,#rs-header .toolbar-area .opening{border-right-color:#0B70E1}
.rs-footer .fa-ul li i{color:#0B70E1}
.footer-bottom .container-fluid,.bs-sidebar.dynamic-sidebar .service-singles .menu li a:hover{border-color:#0B70E1}
.full-video .rs-services1.services-left .services-wrap .services-item .services-icon i,#cl-testimonial.cl-testimonial9 .single-testimonial .testimonial-image img,.rs-services1.services-left.border_style .services-wrap .services-item .services-icon i,.rs-services1.services-right .services-wrap .services-item .services-icon i,#cl-testimonial.cl-testimonial10 .slick-arrow,.team-grid-style2 .team-item-wrap .team-img img,.team-slider-style2 .team-item-wrap .team-img img,.contact-sec .wpcf7-form .wpcf7-text,.contact-sec .wpcf7-form .wpcf7-textarea{border-color:#0B70E1!important}
#rs-services-slider .item-thumb .owl-dot.service_icon_style.active .tile-content a,#rs-services-slider .item-thumb .owl-dot.service_icon_style:hover .tile-content a,.team-grid-style2 .appointment-bottom-area .app_details:hover a,.team-slider-style2 .appointment-bottom-area .app_details:hover a{color:#0B70E1!important}
#rs-header .menu-sticky.sticky .menu-area,#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .box-layout{background:#FFF!important}
#rs-header.header-style-4 .header-inner.sticky .nav-link-container .nav-menu-link span{background:#101010}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li a,#rs-header.header-style-4 .header-inner.sticky .menu-cart-area i,#rs-header.header-style-4 .header-inner.sticky .sidebarmenu-search i,#rs-header.header-style-4 .header-inner.sticky .btn_quote .toolbar-sl-share ul li a{color:#101010}
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul>li.current-menu-ancestor>a,#rs-header .menu-sticky.sticky .menu-area .navbar ul>li.current-menu-ancestor>a,#rs-header .menu-sticky.sticky .menu-area .navbar ul>li.current_page_item>a,#rs-header.header-style8 .menu-sticky.sticky .menu-area .navbar ul li.active a,#rs-header .menu-sticky.sticky .menu-area .navbar ul#single-menu li.active a,#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li.current-menu-item page_item a,#rs-header.header-style-4 .menu-sticky.sticky .menu-area .navbar ul>li.current_page_item>a,#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu>li.current-menu-ancestor>a{color:#1273EB!important}
.menu-sticky.sticky .menu-area .navbar ul li .sub-menu{background:#FFF}
#rs-header.header-style-4 .header-inner.sticky .nav-link-container .nav-menu-link:hover span{background:#1273EB}
#rs-header .menu-sticky.sticky .menu-area .navbar ul>li:hover>a,#rs-header.header-style-4 .header-inner.sticky .btn_quote .toolbar-sl-share ul>li a:hover,#rs-header.header-style-4 .header-inner.sticky .menu-cart-area i:hover,#rs-header.header-style-4 .header-inner.sticky .sidebarmenu-search i:hover,#rs-header .menu-sticky.sticky .menu-area .navbar ul li ul.submenu>li.current-menu-ancestor>a{color:#1273EB!important}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons{color:#FFF}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li a{color:#101010!important}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li a:hover,#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li.current-menu-item page_item a,#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li.current_page_item>a{color:#1273EB!important}
.rs-footer{background:#F5F6F9;background-size:cover}
.wp-block-file .wp-block-file__button{border-color:#0B70E1}
.mobile-topnars .rs-address-area .rs-address-list i::before{color:#106EEA}
.woocommerce #respond input#submit.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce .wc-forward:hover,.woocommerce a.button.alt:hover,.woocommerce a.button:hover,.woocommerce button.button.alt:hover,.woocommerce button.button:hover,.woocommerce input.button.alt:hover,.woocommerce input.button:hover{border-color:#0B70E1}
.submit-btn .wpcf7-submit{color:#FFF}
.woocommerce button.button,.woocommerce button.button.alt,.woocommerce ul.products li a.button,.woocommerce .wc-forward,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce .wc-forward,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce a.button,#rs-header .btn_quote a,.menu-sticky.sticky .quote-button,#rs-header.header-style-3 .btn_quote .quote-button,.wp-block-file .wp-block-file__button,.wp-block-button__link{background-image:linear-gradient(90deg,#004FD2 10%,#A511DC 100%)}
.woocommerce button.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce .wc-forward,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce a.button,.woocommerce .wc-forward,.woocommerce button.button.alt,.woocommerce ul.products li a.button,.menu-sticky.sticky .quote-button:hover,#rs-header.header-style-3 .btn_quote .quote-button{color:#FFF}
#rs-header .btn_quote a:hover,.submit-btn .wpcf7-submit:hover,#rs-header.header-style-3 .btn_quote .quote-button:hover{color:#FFF!important}
.woocommerce a.button:hover,#rs-header .btn_quote a:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce .wc-forward:hover,.woocommerce button.button:hover,.woocommerce input.button,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce button.button:hover,.woocommerce ul.products li:hover a.button,.menu-sticky.sticky .quote-button:hover,#rs-header.header-transparent .btn_quote a:hover,#rs-header.header-style-3 .btn_quote .quote-button:hover,.readon:before,.submit-btn:before,.woocommerce #respond input#submit:before,.woocommerce a.button:before,.woocommerce .wc-forward:before,.woocommerce button.button:before,.woocommerce input.button:before,.woocommerce #respond input#submit.alt:before,.woocommerce a.button.alt:before,.woocommerce button.button.alt:before,.woocommerce input.button.alt:before{background-image:linear-gradient(90deg,#A511DC 10%,#004FD2 100%)}
@media only screen and (min-width: 1300px) {
	.container{max-width:1200px}
}
@media only screen and (max-width: 991px) {
	#rs-header .logo-area a img,#rs-header .mobile-logos img{max-height:25px!important}
}
.menu-area .navbar ul li{padding-left:16px;padding-right:16px}
.menu-area .navbar ul>li,.menu-cart-area,#rs-header .btn_quote,#rs-header .menu-responsive .sidebarmenu-search .sticky_search{padding-top:25px;padding-bottom:25px}
.sidenav #mobile_menu .widget_nav_menu ul li,.menu-area .navbar ul li span.description{font-size:22px}
.menu-area .navbar ul li:not(.mega) ul.sub-menu li{padding-left:40px;padding-right:40px}
.menu-area .navbar ul li ul.sub-menu{padding-top:21px;padding-bottom:21px}
.menu-area .navbar ul li ul.sub-menu li{padding-top:10px;padding-bottom:10px}
#rs-header .menu-area .navbar ul>li.mega>ul{padding:21px 40px}
#rs-header .menu-area .navbar ul li.mega ul.sub-menu li a{padding-top:10px;padding-bottom:10px}
.rs-breadcrumbs{background:#101010}
.rs-breadcrumbs .breadcrumbs-title span a:after,.rs-breadcrumbs .breadcrumbs-title span a:before{color:#1273EB}
.menu-wrap-off{background:#F0EFF9}
.sidenav p,.sidenav{color:#333}
body .sidenav .widget .widget-title{color:#333!important}
.sidenav .widget_nav_menu ul li a,.sidenav.offcanvas-icon .rs-offcanvas-right a,.sidenav .menu>li.menu-item-has-children:before,.sidenav a{color:#333}
ul.sidenav .menu>li.menu-item-has-children:before,.sidenav .offcanvas_social li a i{color:#333}
.sidenav .widget_nav_menu ul li a:hover,.sidenav a:hover{color:#555}
.rs-breadcrumbs .page-title,.rs-breadcrumbs ul li *,.rs-breadcrumbs ul li.trail-begin a:before,.rs-breadcrumbs ul li,.rs-breadcrumbs .breadcrumbs-title .current-item,.rs-breadcrumbs .breadcrumbs-title span a span{color:#FFF!important}
.rs-breadcrumbs .breadcrumbs-inner,#rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner{padding-top:150px;padding-bottom:150px}
body.single-post,body.blog,body.archive,body.single-services,body.single-mp-event{background:#FFF}
.spinner{background-color:#004FD2!important}
#teknolab-load{background:#FFF!important}


.main-contain #content{padding-bottom: 0;}
.wpcf7-form p{ margin:0 !important;}
.wpcf7-form textarea{ margin:0 0 20px 0 !important;}
.wpcf7-form .res-captcha-2{ margin:0 0 30px 0 !important;}