/*!
Theme Name: DesVert
Theme URI: http://www.desvert.com/
Author: DesVert
Author URI: http://www.desvert.com/
Description: DesVert Portfolio
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: desvert
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Heebo', sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-family: 'Heebo', sans-serif;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	font-family: 'Heebo', sans-serif;
}
*:focus{
	outline: none !important;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Heebo', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    color: #181818;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Heebo', sans-serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
	position: relative;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
.common-btn {
    padding: 19px 40px 19px 40px;
    border-radius: unset;
    text-transform: capitalize;
    color: #fff !important;
    font-size: 16px;
    background-color: transparent;
    background-image: linear-gradient(250deg, #af2af3 0%, #004fd2 100%);
    line-height: 16px;
    filter: grayscale(1);
    font-weight: 600;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* 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: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 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;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* My Theme CSS */
.tagline-contents h3 {
    font-size: 36px;
    line-height: 36px;
	font-weight: 300;
	margin-bottom: 10px;
}
.breadcrumbs{
    text-decoration: none;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    text-transform: capitalize;
}
.breadcrumbs a{
    text-decoration: none;
    color: #000000;
}
.tagline-contents h1 {
    font-weight: 300;
    font-size: 72px;
    line-height: 84px;
}
/*=============== Start Scroll Bar Style ===============*/

body::-webkit-scrollbar {
    width: 6px;
    background: #333;
}
body::-webkit-scrollbar-thumb {
    background: #1B4FD4;
    border-radius: 30px;
}
.humbargur-nav::-webkit-scrollbar {
    width: 6px;
    background: #333;
}
.humbargur-nav::-webkit-scrollbar-thumb {
    background: #1B4FD4;
    border-radius: 30px;
}
/*=============== End Scroll Bar Style ===============*/
/*=============== Start Header Style ===============*/
.site-header {
    padding: 60px 0;
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.site-logo a img {
    filter: grayscale(1);
    transition: all linear.3s;
}
.site-logo a:hover img{
    filter: grayscale(0);
}
.nav-menu {
    justify-content: flex-end;
}
.btn-nav-toggle {
    border: 1px solid #000000;
    border-radius: 0;
    width: 38px;
    height: 35px;
    padding: unset !important;
    transition: all linear.3s;
    font-size: 18px;
}
.btn-nav-toggle:hover {
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}
.header-social-list li a {
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    background: rgba(217, 217, 217, 0.37);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    border-radius: 50%;
    font-size: 14px;
    line-height: 32px;
    transition: all linear.3s;
}
.header-social-list li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.header-social-list li {
    margin-left: 20px;
}
.header-social-list li:first-child{
    margin-left: 0;
}

/* Header Humbarger Nav Style */
.humbargur-nav {
    width: 500px;
    top: 0;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    right: 0;
    transition: all 0.5s;
    padding: 30px 50px;
    display: flex;
    transform: scaleX(0);
    transform-origin: right;
    flex-direction: column;
    z-index: 99999;
    box-shadow: 0 0 10px #3333;
    overflow: auto;
}
.humbargur-nav.show{
	transform: scaleX(1);
}
#closebtn {
    font-size: 30px;
    color: #333;
    position: absolute;
    right: 20px;
    top: 25px;
    padding: unset !important;
    height: unset !important;
}
#closebtn:focus{
	border: 0;
}
.desvert-menu {
    margin-top: 75px;
    margin-bottom: 50px;
    position: relative;
}
.desvert-menu::before {
    height: 1px;
    width: 125%;
    background: #3333;
    position: absolute;
    top: -40px;
    content: "";
    left: -50px;
}
.desvert-menu::after {
    height: 1px;
    width: 125%;
    background: #3333;
    position: absolute;
    bottom: -27px;
    content: "";
    left: -50px;
}
#desvert-primary {
    margin: 0;
    display: block !important;
}
#desvert-primary li a {
    padding: 10px 0;
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    text-transform: inherit;
    display: block;
}
#desvert-primary li a:hover {
    color: #000;
}
.desvert-social-links h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.desvert-social-links p{
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #757575;
    margin-bottom: 30px;
}
.desvert-social-links ul {
    margin: 0;
}
/*Header Humbarger Nav Style */
/* End Header Style */
/* Start Desvert Tagline Style */
#desvert-tagline{
	padding: 187px 0 200px 0;
	overflow: hidden;
	position: relative;
}
#desvert-tagline .shape-1 {
    height: 450px;
    width: 450px;
    background: #7C7C7C;
    position: absolute;
    top: -220px;
    left: -220px;
    border-radius: 100%;
    transform: scale(1);
    z-index: 5;
}
#desvert-tagline .shape-2 {
    position: absolute;
    height: 200px;
    width: 200px;
    background: #7C7C7C;
    border: 55px solid #2B2B2B;
    border-radius: 100%;
    left: 153px;
    top: 114px;
    transform: scale(1);
    z-index: 5;
	transition: all linear.3s;
}
#desvert-tagline .shape-2:hover{
	border: 55px solid #0c59d9 !important; 
}
/* End Desvert Tagline Style */
/* Start Desvert Services Style */
#services-section{
	position: relative;
}
#services-section a{
	text-decoration: none;
}
.section-sub-title{
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.section-title{
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
}
.single-services-wrap h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}
.single-services-wrap p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #757575;
	margin-bottom: 0;
}
.single-services-wrap {
    position: relative;
    padding-bottom: 10px;
	margin: 13px 0;
}
.single-services-wrap::after {
    height: 2px;
    width: 0;
    content: "";
    position: absolute;
    background: #D1D1D1;
    left: 0;
    bottom: 0;
    transition: all linear.8s;
}
.single-services-wrap:hover::after{
    width: 100%;
}
/*Services Sliders*/
.services-slider-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    width: 37.8%;
    transform: translateY(-50%);
    overflow: hidden;
}
.slider-item {
    position: relative;
}
.slider-item img {
    height: 575px;
    object-fit: cover;
}
.slider-item h3 {
    position: absolute;
    left: 50px;
    bottom: 40px;
    margin: 0;
    font-weight: 300;
    font-size: 72px;
    line-height: 72px;
    width: 460px;
    color: #fff;
    text-transform: lowercase;
}
.owl-dot {
    height: 25px;
    width: 25px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.owl-dot::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.owl-dot.active {
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.services-slider {
    position: relative;
}
.slider-item img {
    filter: grayscale(1);
    transition: all linear.3s;
}
.slider-item:hover img{
    filter: grayscale(0);
}
.services-slider .owl-dots {
    position: absolute;
    top: 50px;
    left: 50px;
}
.owl-dot.active::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/* End Desvert Services Style */
/* Start Desvert Make Appoinment Style */
#make-appoinment{
	padding: 200px 0;
}
#make-appoinment .section-title{
	line-height: 56px;
	margin-bottom: 45px;
}
.appoinment-btn {
    font-weight: 700;
    font-size: 24px;
    background: transparent;
    padding: 33px 28px;
    color: #474747;
    transition: all linear.3s;
	border: 1px solid #D1D1D1;
    padding-bottom: 35px;
}
.appoinment-btn svg {
    margin-left: 98px;
    fill: #474747;
}
.appoinment-btn:hover {
    background: #000;
    color: #fff;
}
.appoinment-poppup {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #33333394;
    z-index: 99999;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: center;
    transition: all linear.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appoinment-poppup-form {
    width: 600px;
    background: #fff;
    padding: 50px;
    position: relative;
    overflow-y: scroll;
}
.appoinment-poppup-form #appoinment-close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: unset !important;
    height: unset !important;
    width: unset !important;
    font-size: 24px;
}
.appoinment-poppup.show {
    transform: scale(1);
}
.appoinment-poppup-form form .form-group {
    margin-bottom: 15px;
}
.appoinment-poppup-form .section-title {
    margin-bottom: 25px;
}
.appoinment-poppup-form form label {
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    text-transform: lowercase;
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
}
.appoinment-poppup-form form input, .appoinment-poppup-form form select, .appoinment-poppup-form form textarea {
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    text-transform: lowercase;
    color: #18181885;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
    border-radius: 0;
    padding: 10px;
}
.appoinment-poppup-form form [type=submit] {
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF;
    background: #474747;
    border-radius: 0;
    padding: 18px 30px;
    border: 1px solid #474747;
    transition: all linear.3s;
}
.appoinment-poppup-form form [type=submit]:hover{
    background: #000000;
    color: #fff;
}
.appoinment-poppup-form form .form-group p {
    margin: 0;
}
.appoinment-poppup-form form .form-group label {
    display: block;
}
.appoinment-poppup-form::-webkit-scrollbar {
    width:1px;
    background: #333;
}
.appoinment-poppup-form::-webkit-scrollbar-thumb {
    background: #1B4FD4;
    border-radius: 30px;
}
/* End Desvert Make Appoinment Style */
/* Start Desvert Gallery Style */
.portfolio-item {
    display: block;
	width: 20%;
}
.portfolio-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.portfolio-item:nth-child(1), .portfolio-item:nth-child(8){
    width: 40%;
}
.portfolio-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.portfolio-gallery-wrapper a img {
    filter: saturate(0);
    transition: all linear.3s;
}
.portfolio-gallery-wrapper a:hover img{
    filter: saturate(1);
}
/* End Desvert Gallery Style */
/* Start Desvert Explore More Style */
#explore-more {
    background: #474747;
	padding: 30px 0;
}
.explore-text p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 48px;
}
.explore-more {
    border: 1px solid #7C7C7C;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #fff !important;
    padding: 18px 30px;
    border-radius: 0;
    transition: all linear.3s;
	padding-bottom: 20px;
}
.explore-more:hover, .explore-more:focus{
    background: #7C7C7C;
    color: #fff !important;
}
.explore-more svg{
	margin-left: 50px;
}
/* End Desvert Explore More Style */
/* Start Desvert Testimonial Style */
#testimonial{
	padding: 200px 0;
}
#testimonial .section-title {
    margin-bottom: 40px;
}
.testimonial-items p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    width: 800px;
}
.testimonial-items .user-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.testimonial-items .user-designation {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}
.slide-content {
    position: relative;
    margin-left: 20px;
}
#testslidecounter {
    position: absolute;
    left: -97px;
    top: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #D1D1D1;
}
.slide-content .owl-nav {
    display: flex;
    width: 60px;
    justify-content: space-between;
    position: absolute;
    top: -60px;
    right: -60px;
}
.slide-content .owl-nav .owl-prev svg, .slide-content .owl-nav .owl-next svg{
	color: #474747;
}
/* End Desvert Testimonial Style */
/* Start Desvert Counter Style */
#counter-section{
	margin-bottom: 200px;
}
.counter-item {
    flex: 0 0 33.33%;
    max-width: 100%;
    width: 10%;
    padding: 56px 30px;
    border: 1px solid #D1D1D1;
}
.counter-item:nth-child(2) {
    border-left: 0;
    border-right: 0;
}
.counter {
    font-weight: 300;
    font-size: 72px;
    line-height: 48px;
    display: block;
    color: #D1D1D1;
	text-align: center;
}
.counter-text span {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #181818;
}
.counter-text h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #181818;
}
/* End Desvert Counter Style */

/* Start DesVert Footer Style */
.footer-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #00000017;
}
.partner-sec h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.partner-sec {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.partner-sec img {
    margin-left: 20px;
    filter: grayscale(1);
    transition: all linear.3s;
}
.partner-sec a:hover img {
    filter: grayscale(0);
}
/*Footer Main*/
.footer-main {
    padding: 50px 0;
    border-bottom: 1px solid #00000017;
}
.footer-widgets h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: initial !important
    color: #000000cc;
	margin-bottom: 20px;
}
.footer-widgets h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #474747;
	text-transform: capitalize;
}
.footer-widgets p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #474747;
    margin-bottom: 28px;
    text-transform: capitalize;
}
.footer-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF;
    background: #474747;
    border-radius: 0;
    padding: 10px 27px;
    border: 1px solid #474747;
}
.footer-btn:hover {
    background: transparent;
    color: #474747;
    border-color: #474747;
}
.footer-btn:visited{
	color: #ffff;
}
.footer-btn:hover:visited{
	color: #474747;
}
.contact-mail p, .contact-loc p {
    margin: 0;
}
.contact-loc {
    margin-bottom: 15px;
}
.whatsapp-info p, .whatsapp-info h3{
	margin-bottom: 0;
}
.whatsapp-wrap-link{
	text-decoration: none;
}
.contact-whatsapp {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-whatsapp img {
    width: 44.36px;
    height: 44px;
    object-fit: cover;
	margin-right: 10px;
}
.footer-nav-sec {
	padding-left: 55px;
    padding-right: 60px;
}
.footer-navigation {
    display: flex;
    flex-wrap: wrap;
}
.footer-navigation ul {
    flex: 0 0 50%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: block;
}
.footer-navigation ul li a {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    color: #474747;
    margin-bottom: 28px;
    transition: all linear.5s;
    position: relative;
    padding-left: 20px;
}
.footer-navigation ul li a svg {
    font-size: 14px;
    color: #00000080;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.footer-navigation ul li a:hover{
	color: #000000;
}
.contact-mail a {
    text-decoration: none !important;
}
/*Footer bottom*/
.footer-bottom {
    padding: 27px 0 100px 0;
}
.footer-site-info p, .footer-site-info p a {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    color: #757575;
    text-decoration: none;
}
.footer-site-info p a {
    font-weight: 700;
    text-transform: initial;
}
.footer-site-info p a:hover {
    color: #000;
}
#counter-section {
    margin-bottom: 100px;
}
/* End DesVert Footer Style */

/*=============== About Page Design Start ===============*/
#about-section {
    padding: 0px 0 150px 0;
}
.about-text-wrapper {
    padding-right: 50px;
}
.about-text-wrapper .section-title {
    margin-bottom: 25px;
}
.about-text-wrapper p,
.team-text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #757575;
    margin-bottom: 0;
}
.about-text-wrapper .quote {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px;
}
.about-right-wrap .img img {
    border-radius: 5px;
}
.about-right-wrap .img {
    position: relative;
    padding: 15px;
    box-shadow: 0 0 10px #3333;
    border-radius: 5px;
}
.about-right-wrap .img img{
    filter: saturate(0);
}
.about-right-wrap .img a {
    height: 100px;
    width: 100px;
    border: 5px solid #757575;
    position: absolute;
    background: #D1D1D1;
    color: #181818;
    text-align: center;
    line-height: 97px;
    font-size: 25px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.icons {
    text-align: center;
    margin-bottom: 18px;
}
.about-counter .counter {
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 5px;
}
.about-counter {
    padding-top: 40px;
}
.about-counter .counter-text h4 {
    font-weight: 400;
}
.nav-button {
    margin: 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
}
.nav-button li {
    width: 50%;
    text-align: left;
    padding-top: 23px;
    padding-bottom: 21px;
    border-left: 1px solid #e0e0e0;
    padding-left: 40px;
}
.nav-button li:first-child {
    padding-left: 0;
    border-left: 0;
}
.nav-button li a {
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #181818;
    text-transform: lowercase;
}
.nav-button li a svg{
    color: #D1D1D1;
    margin-right: 8px;
    font-size: 20px;
}
/*=============== About Why Choose ===============*/
#about-why-choose, 
#about-dream-work {
    padding: 50px 0 150px 0;
}
.inner-block {
    padding: 40px 0;
    border-bottom: 1px solid #d1d1d1b5;
}
.inner-block:last-child{
    border-bottom: 0;
}
.inner-column {
    display: block;
}
.title-column {
    border-right: 1px solid #d1d1d1b5;
}
.content-column {
    padding-left: 50px;
}
.icon-box, .title-box {
    display: flex;
    vertical-align: middle;
}
.inner-column .title-box {
    padding-left: 30px;
}
.inner-column .title-box h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 52px;
}
.inner-column .icon-box svg {
    font-size: 52px;
    color: #D1D1D1;
}
.inner-column .text, .inner-column .text p {
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    color: #757575;
    margin-bottom: 0;
    font-family: 'Heebo', sans-serif;
}
/*=============== About Why Choose ===============*/
/*=============== About team ===============*/
#team-section {
    padding-bottom: 100px;
}
.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 40px;
    transition: all 500ms ease;
}
.img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-member .img-holder img {
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
    filter: saturate(0);
}
.single-team-member .img-holder:hover img{
    transform: scale(1.1);
    filter: saturate(1);
}
.single-team-member .share-box {
    position: absolute;
    right: 0;
    bottom: 0;
}
.single-team-member .share-box ul {
    position: absolute;
    left: -0px;
    bottom: 70px;
    width: 70px;
    background: #ffffff;
    padding: 23px 0;
    opacity: 0;
    transform: scaleY(0);
    transform-style: preserve-3d;
    transform-origin: bottom;
    transition: all 900ms ease 300ms;
    border-bottom: 1px solid #d1d1d1;
}
.single-team-member .share-box a {
    position: relative;
    display: block;
}
.single-team-member .share-box a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffff;
    color: #a5a5a5;
    font-size: 25px;
    line-height: 70px;
    text-align: center;
    transition: all 900ms ease;
}
.single-team-member .share-box:hover > a {
    color: #000;
}
.single-team-member .share-box ul li {
    display: block;
    float: none;
}
.single-team-member .share-box ul li a {
    position: relative;
    display: block;
    width: 70px;
    height: 35px;
    text-align: center;
    color: #a5a5a5;
    font-size: 16px;
    line-height: 35px;
    transition: all 500ms ease;
}
.single-team-member .share-box ul li a:hover {
    color: #000;
}
.single-team-member .name {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 23px 0 25px;
    -webkit-box-shadow: 0px 5px 5px 2px rgb(244 244 244 / 80%);
    box-shadow: 0px 5px 5px 2px rgb(244 244 244 / 80%);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-member .name a {
    text-decoration: none;
}
.single-team-member .name p {
    color: #808080;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}
.single-team-member .share-box:hover ul {
    opacity: 1;
    transform: scaleY(1);
    transition: all 900ms ease 300ms;
}
.team-more-button .common-btn{
    border: 1px solid #7C7C7C;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #fff !important;
    padding: 18px 30px;
    border-radius: 0;
    transition: all linear.3s;
    padding-bottom: 20px;
    background: #7C7C7C;
}
.team-more-button .common-btn:hover{
    background: transparent;
    color: #7C7C7C !important;
}
/*=============== About team ===============*/
/*=============== About Work ===============*/
.single-work-box-wrap {
    padding: 45px 35px 41px;
    box-shadow: 0 0 10px #3333331a;
    background: #1d2633;
    position: relative;
}
.single-work-box-wrap::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background: #1d2633;
    top: 0px;
    right: 0px;
    z-index: -1;
    transition: all linear.3s;
}
.single-work-box-wrap:hover::before{
    top: -5px;
    right: -5px;
}
.single-work-box-wrap::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background: #1d2633;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all linear.3s;
}
.single-work-box-wrap:hover::after{
    left: -5px;
    bottom: -5px;
}
.single-work-box-wrap .workIcon {
    font-size: 55px;
    margin-bottom: 30px;
    color: #FFFFFF;
    z-index: 555;
}
.single-work-box-wrap .workText{
    transition: all linear.3s;
}
.single-work-box-wrap:hover .workText{
    opacity: 0;
}
.single-work-box-wrap .workText h3 {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    z-index: 555;
}
.single-work-box-wrap .work-total-number .number {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    z-index: 555;
}
.single-work-box-wrap .work-total-number {
    text-align: end;
    position: relative;
    margin-top: -60px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all linear.3s;
    z-index: 555;
}
.single-work-box-wrap .work-total-number::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40%;
    background: #FFFFFF;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.single-work-box-wrap:hover .work-total-number{
    transform: scaleX(1);
}
/*=============== About Work ===============*/
/*=============== 
About Page Design End 
===============*/

/*-------------------------------
Blog Section CSS 2
-----------------------------*/
.rs-inner-blog a {
    color: #2B2B2B;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}
.rs-inner-blog img {
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
    transition: all linear.3s;
}
.rs-inner-blog img:hover{
	filter: grayscale(0);
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pl-70 {
    padding-left: 70px;
}
.pt-130 {
    padding-top: 130px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.rs-blog.blog-home-style1 .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  background: #fff;
}
.rs-blog.blog-home-style1 .blog-item .image-wrap {
  position: relative;
}
.rs-blog.blog-home-style1 .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
}
.rs-blog.blog-home-style1 .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.rs-blog.blog-home-style1 .blog-item .image-wrap .post-categories li {
  display: inline-block;
}
.rs-blog.blog-home-style1 .blog-item .image-wrap .post-categories li a {
  color: #ffffff;
  background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
  background: linear-gradient(to right, #a112dc 0%, #a112dc 0%, #a112dc 26%, #004fd2 100%, #2989d8 100%, #004fd2 100%, #004fd2 100%);
  transition: 0.4s;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 15px;
  display: block;
}
.rs-blog.blog-home-style1 .blog-item .image-wrap .post-categories li a:hover {
  background: linear-gradient(to left, #a112dc 0%, #a112dc 0%, #a112dc 26%, #004fd2 100%, #2989d8 100%, #004fd2 100%, #004fd2 100%);
}
.rs-blog.blog-home-style1 .blog-item .blog-content {
  padding: 35px 35px 35px 35px;
  background: #fff;
}
.rs-blog.blog-home-style1 .blog-item .blog-content .blog-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-blog.blog-home-style1 .blog-item .blog-content .blog-title a {
  color: #002129;
}
.rs-blog.blog-home-style1 .blog-item .blog-content .blog-title a:hover {
  color: #004fd2;
}
.rs-blog.blog-home-style1 .blog-item .blog-content .desc {
  margin-bottom: 15px;
}
.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta {
  margin-bottom: 10px;
  display: flex;
}
.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  color: #454545;
}
.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .date i, .rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .date svg {
  color: #004fd2;
  padding-right: 5px;
}
.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .admin {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  margin-left: 25px;
}
.rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .admin i, .rs-blog.blog-home-style1 .blog-item .blog-content .blog-meta .admin svg {
  color: #004fd2;
  padding-right: 5px;
}
.rs-blog.blog-home-style1 .blog-item:hover {
  transform: translateY(-10px);
}
.rs-blog.blog-home-style1 .blog-item:hover .image-wrap a img {
  filter: grayscale(1);
}
.rs-blog.blog-home-style1 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.rs-blog.blog-home-style1.blog-home-style2 .blog-item .image-wrap .post-categories li a {
  background-image: linear-gradient(160deg, #f27c1e 0%, #dd4c23 79%);
}
.rs-blog.blog-home-style1.blog-home-style3 .blog-item .blog-content .blog-meta .admin i,
.rs-blog.blog-home-style1.blog-home-style3 .blog-item .blog-content .blog-meta .admin svg,
.rs-blog.blog-home-style1.blog-home-style3 .blog-item .blog-content .blog-meta .date svg,
.rs-blog.blog-home-style1.blog-home-style3 .blog-item .blog-content .blog-meta .date i,
.rs-blog.blog-home-style1.blog-home-style3 .blog-item .blog-content .blog-title a:hover {
  color: #ff8282;
}
.rs-blog.blog-home-style1.blog-home-style4 .blog-item .image-wrap .post-categories li a {
  background-image: linear-gradient(90deg, #fb4e57 0%, #f92b74 100%);
}
.rs-blog.blog-home-style1.blog-home-style4 .blog-item .blog-content .blog-title a:hover,
.rs-blog.blog-home-style1.blog-home-style4 .blog-item .blog-content .blog-meta .admin i,
.rs-blog.blog-home-style1.blog-home-style4 .blog-item .blog-content .blog-meta .date i, 
.rs-blog.blog-home-style1.blog-home-style4 .blog-item .blog-content .blog-meta .date svg, 
.rs-blog.blog-home-style1.blog-home-style4 .blog-item .blog-content .blog-meta .admin svg {
  color: #f92b74;
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: 0.3s;
}
.rs-inner-blog .blog-item .blog-img {
  position: relative;
}
.rs-inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.rs-inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a {
  color: #ffffff;
  background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
  filter: grayscale(1);
  border-radius: 30px;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background-image: linear-gradient(90deg, #a511dc 10%, #004fd2 100%);
}
.rs-inner-blog .blog-item .blog-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #002129;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #2B2B2B;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i,
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date svg {
  color: #2B2B2B;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #999;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i,
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author svg {
  color: #2B2B2B;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}
.rs-inner-blog .widget-area .widget-title .title {
  color: #002129;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}
.rs-inner-blog .widget-area .widget-title .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #2B2B2B;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #004fd2;
}
.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  display: block;
  font-size: 12px;
  color: #888;
  overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #002129;
  font-family: Nunito !important;
  display: block;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #2B2B2B;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date {
  display: block;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i,
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date svg {
  margin-right: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i:before,
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date svg:before {
  font-size: 12px;
}
.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.rs-inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #002129;
}
.rs-inner-blog .widget-area .categories li a:hover {
  color: #2B2B2B;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i,
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date svg {
  font-size: 13px;
  margin-right: 3px;
  color: #2B2B2B;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before,
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date svg:before {
  margin-right: 5px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i,
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line svg {
  color: #2B2B2B;
  margin-right: 3px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before,
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line svg:before {
  margin-right: 4px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #004fd2;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before,
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment svg:before {
  color: #0B70E1;
}
.rs-inner-blog .blog-details .blog-full .comments-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 35px;
}
.rs-inner-blog .blog-details .blog-full .comment-body {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-author img {
    border-radius: 50%;
    max-width: unset;
    width: 40px;
    margin-right: 10px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta span {
  display: block;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta .comment-author .fn a {
  color: #0a0a0a;
  font-weight: 700;
  line-height: 22px;
}
.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
  width: 100%;
  padding: 15px 20px;
  background-color: #F6F7F9;
  border: none;
  border-radius: 5px;
}
.rs-inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.mb-35 {
    margin-bottom: 35px;
}
blockquote {
    margin: 35px 0px;
    padding: 40px 60px;
    color: #666;
    position: relative;
    background: rgba(0, 0, 0, 0.01);
    font-weight: normal;
    font-style: italic;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-radius: 8px;
}
blockquote i, blockquote svg {
    font-size: 35px;
    color: #0b70e1;
    padding-bottom: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    top: 0;
    background: 0 0;
}
blockquote cite {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
blockquote cite:before {
    content: "";
    font-size: 28px;
    color: #ff5421;
    padding-bottom: 0px;
    display: inline-block;
    background: #0b70e1;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}
.dots {
    list-style: disc;
    margin: 0 0 1.5em 3em;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
}
.readon.started.reply {
    padding: 6px 20px 6px;
    border-radius: 30px;
    text-transform: capitalize;
}
.readon.started.post {
    border-radius: 5px;
    text-transform: capitalize;
}
/*---------------
Comments CSS
-----------------*/
.comment-list {
    margin: 0;
    padding: 0;
}
.says {
    display: none !important;
}
.reply a {
    color: #fff !important;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
    padding: 6px 20px 6px;
    border-radius: 30px;
    text-transform: capitalize;
    filter: grayscale(1);
}
.reply a:hover, #commentform .form-submit input:hover{
	background-image: linear-gradient(90deg, #a511dc 10%, #004fd2 100%);
    color: #ffffff;
}
.comment-metadata, .comment-content, .reply {
    padding-left: 55px;
}
.comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
	display: none;
}
#commentform .form-submit input {
	color: #fff !important;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 1;
	background-color: transparent;
	transition: all 0.3s ease;
	text-decoration: none !important;
	outline: none !important;
	background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
	padding: 15px 32px;
	border-radius: 5px;
	text-transform: capitalize;
	filter: grayscale(1);
}
.comment-form-comment textarea, .comment-form-author input, .comment-form-email input, .comment-form-url input {
	width: 100%;
	padding: 15px 20px;
	background-color: #F6F7F9;
	border: none;
	border-radius: 5px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	display: inline-block;
	width: 32.9%;
}
/*---------------
Comments CSS
-----------------*/
@media only screen and (max-width: 991px){
  .md-pt-80 {
      padding-top: 80px;
  }
  .md-mb-30 {
	    margin-bottom: 30px;
	}
  .md-mb-60 {
      margin-bottom: 60px;
  }
  .md-pl-15 {
      padding-left: 15px;
  }
  .md-pb-80 {
      padding-bottom: 80px;
  }
  .md-pt-80 {
      padding-top: 80px;
  }
}
/*-----------------------------------
Blog 2 Page
------------------------------------*/
/* ------------------------------------
    DV. Services Section CSS .DV
---------------------------------------*/
a{
	text-decoration: none;
}
#rs-services .row>* {
    margin: 0 !important;
    padding: 0 !important;
}
.rs-services.main-home .services-item {
  padding: 68px 45px 60px 45px;
  background-color: #ffffff;
  position: relative;
  text-align: left;
}
.rs-services.main-home .services-item .services-icon {
  position: relative;
  transition: all .3s ease;
}
.rs-services.main-home .services-item .services-icon .image-part .main-img {
  max-width: unset;
}
.rs-services.main-home .services-item .services-icon .image-part .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all .3s ease;
}
.rs-services.main-home .services-item .services-content {
  padding: 33px 0px 0px 0;
  position: relative;
}
.rs-services.main-home .services-item .services-content .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.main-home .services-item .services-content .services-text .title a {
  color: #002129;
}
.rs-services.main-home .services-item .services-content .services-desc p {
  margin: 0;
}
.rs-services.main-home .services-item:hover {
  background-image: linear-gradient(90deg, #004fd2 0%, #a112dc 100%);
}
.rs-services.main-home .services-item:hover .services-icon {
  position: relative;
  transition: all .3s ease;
}
.rs-services.main-home .services-item:hover .services-icon .image-part .main-img {
  transform: scale(0);
}
.rs-services.main-home .services-item:hover .services-icon .image-part .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rs-services.main-home .services-item:hover .services-content {
  padding: 33px 0px 0px 0;
  position: relative;
}
.rs-services.main-home .services-item:hover .services-content .services-text .title a {
  color: #ffffff;
}
.rs-services.main-home .services-item:hover .services-content .services-desc p {
  color: #ffffff;
}
.rs-services.services-style6 .services-item {
  padding: 50px 36px 50px 36px;
  background-color: #FFFFFF00;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #0F8EF329;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  text-align: left;
  filter: grayscale(1);
}
.rs-services.services-style6 .services-item.no-border-bottom {
  border-width: 0px 1px 0px 0px;
}
.rs-services.services-style6 .services-item .services-icon {
  position: relative;
  transition: all .3s ease;
}
.rs-services.services-style6 .services-item .services-icon .image-part .main-img {
  height: 70px;
  width: 70px;
  filter: grayscale(1);
}
.rs-services.services-style6 .services-item .services-icon .image-part .hover-img {
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all .3s ease;
}
.rs-services.services-style6 .services-item .services-content {
  padding: 33px 0px 0px 0;
  position: relative;
}
.rs-services.services-style6 .services-item .services-content .services-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.services-style6 .services-item .services-content .services-text .title a {
  color: #002129;
}
.rs-services.services-style6 .services-item .services-content .services-desc p {
  margin: 0;
  color: #444444;
}
.rs-services.services-style6 .services-item .services-content .serial-number {
  position: absolute;
  right: 15px;
  top: -113px;
  font-size: 70px;
  font-weight: 600;
  line-height: 119px;
  color: #02010108;
  margin-bottom: 10px;
}
.rs-services.services-style6 .services-item:hover {
  background-color: #FD660A;
}
.rs-services.services-style6 .services-item:hover.pink-bg {
  background: #F30876;
}
.rs-services.services-style6 .services-item:hover.aqua-bg {
  background: #05DBEE;
}
.rs-services.services-style6 .services-item:hover.paste-bg {
  background: #13E1AF;
}
.rs-services.services-style6 .services-item:hover.purple-bg {
  background: #780FDA;
}
.rs-services.services-style6 .services-item:hover.green-bg {
  background: #0A99FD;
}
.rs-services.services-style6 .services-item:hover.blue-bg {
  background: #2c44e4;
}
.rs-services.services-style6 .services-item:hover.gold-bg {
  background: #f5be18;
}
.rs-services.services-style6 .services-item:hover.cyan-bg {
  background: #14d2f5;
}
.rs-services.services-style6 .services-item:hover.orange-bg {
  background: #FD660A;
}
.rs-services.services-style6 .services-item:hover.light-purple-bg {
  background-image: linear-gradient(90deg, #6e71db 41%, #9c9ff9 100%);
}
.rs-services.services-style6 .services-item:hover .services-icon {
  position: relative;
  transition: all .3s ease;
}
.rs-services.services-style6 .services-item:hover .services-icon .image-part .main-img {
  transform: scale(0);
}
.rs-services.services-style6 .services-item:hover .services-icon .image-part .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rs-services.services-style6 .services-item:hover .services-content {
  padding: 33px 0px 0px 0;
  position: relative;
}
.rs-services.services-style6 .services-item:hover .services-content .services-text .title a {
  color: #ffffff;
}
.rs-services.services-style6 .services-item:hover .services-content .services-desc p {
  color: #ffffff;
}
.rs-services.services-style6 .services-item:hover .services-content .serial-number {
  color: #FFFFFF26;
}
/* ------------------------------------
    14. Contact Section CSS
---------------------------------------*/
.pt-125 {
    padding-top: 125px;
}
.mb-35 {
    margin-bottom: 35px;
}
.bg4 {
    background: url(img/services/contact_bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rs-contact.style1 .contact-section {
  background-image: url(img/services/shape-image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 644px;
  margin: 0 auto;
  padding: 80px 10px 80px 10px;
  border-radius: 6px;
  text-align: center;
}
.sec-title .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    color: #002129 !important;
    margin: 0;
}
.rs-contact.style1 .contact-section .addrerss-box {
  padding: 0 13% 0 13%;
}
.rs-contact.style1 .contact-section .addrerss-box .address-item {
  display: flex;
  align-items: center;
}
.rs-contact.style1 .contact-section .addrerss-box .address-item .address-icon {
  margin-right: 20px;
}
.rs-contact.style1 .contact-section .addrerss-box .address-item .address-icon img {
  width: 40px;
  height: 40px;
}
.rs-contact.style1 .contact-section .addrerss-box .address-item .address-text {
  text-align: left;
}
.rs-contact.style1 .contact-section .addrerss-box .address-item .address-text .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  display: block;
}
.rs-contact.style1 .contact-section .addrerss-box .address-item .address-text a {
  color: #454545;
}
.rs-contact.style1 .contact-section .addrerss-box .address-item .address-text a:hover {
  color: #004fd2;
}
.rs-contact.style1.about-style2 {
  position: relative;
}
.rs-contact.style1.about-style2 .rs-animation .dotted {
  position: absolute;
  right: 20%;
  top: -7%;
}
/*------------------------------------
    22. Pricing Section CSS
------------------------------------*/
.rs-pricing.pricing-style3 .pricing-table {
  padding: 55px 40px 0px 40px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-header .pricing-table-title {
  margin-bottom: 36px;
  color: #04004D;
  font-size: 24px;
  font-weight: 600;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-icon {
  margin-bottom: 30px;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-icon img {
  width: 90px;
  filter: grayscale(1);
}
.rs-pricing.pricing-style3 .pricing-table:hover .pricing-icon img {
  filter: grayscale(0);
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags {
  margin-bottom: 30px;
  color: #242424;
  font-weight: 700;
  font-size: 60px;
  line-height: normal;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
  font-size: 25px;
  font-weight: 600;
  color: #2B2B2B;
  margin-right: -15px;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
  font-size: 52px;
  font-weight: 600;
  color: #2B2B2B;
  margin-right: -15px;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags .table-period {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-price .pricing-table-bags .table-period:before {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  left: 0;
  transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #f2f2f2;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-body {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #EBEBEB;
  text-align: left;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-body ul {
  padding: 0px 15px 4px 15px;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-body ul li {
  padding: 9px 0px 9px 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-body ul li i,
.rs-pricing.pricing-style3 .pricing-table .pricing-table-body ul li svg {
  float: right;
  margin-right: 0;
  min-width: 15px;
  font-size: 16px;
  color: #2B2B2B;
}
.rs-pricing.pricing-style3 .pricing-table .pricing-table-body ul li span {
  font-size: 15px;
  font-weight: 400;
}
.rs-pricing.pricing-style3 .pricing-table.middle-border {
  border-width: 3px 3px 3px 3px;
  border-color: #2B2B2B;
}
.rs-pricing .readon {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
}
.rs-pricing .readon.buy-now {
    padding: 10px 40px 10px 40px;
    top: 25px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent;
    background-image: linear-gradient(170deg, #004fd2 0%, #af2af3 100%);
}
.rs-pricing .readon.buy-now.services {
    border-image: linear-gradient(10deg, #a112dc, #0146fa) 1;
    margin: 0px 0px 70px 0px;
    padding: 10px 40px 10px 40px;
    top: 25px;
    text-transform: uppercase;
    color: #0146FA !important;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0146FA;
    border-radius: 0px 0px 0px 0px;
    background-image: unset;
    text-decoration: blink;
    filter: grayscale(1);
}
.rs-pricing .readon.buy-now.services:hover {
    color: #ffffff !important;
    background-color: transparent;
    background-image: linear-gradient(190deg, #004fd2 10%, #af2af3 100%);
}

/*-------------------------------
Services Single
----------------------------------*/
.mt-30 {
    margin-top: 30px;
}
.mt-34 {
    margin-top: 34px;
}
.mb-80 {
    margin-bottom: 80px;
}
.pl-32 {
    padding-left: 32px;
}
.pb-25 {
    padding-bottom: 25px;
}
.mt-50 {
    margin-top: 50px;
}
.readon.started {
    padding: 15px 32px;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
    color: #fff;
}
.readon.started.cta-btn {
  padding: 14px 40px 14px 40px;
  background-color: transparent;
  background-image: linear-gradient(250deg, #af2af3 19%, #004fd2 100%);
  border-radius: 4px 4px 4px 4px;
  text-transform: capitalize;
}
.readon.started.cta-btn:hover {
  background-color: transparent;
  background-image: linear-gradient(180deg, #004fd2 19%, #af2af3 100%);
}
.readon.started.pdf {
  padding: 14px 40px 14px 40px;
  border-radius: 5px;
  text-transform: capitalize;
}
.readon.started.pdf i, .readon.started.pdf svg {
  margin-left: 10px;
}
.rs-services-single .services-add {
  background: url(img/services-single/call.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  padding: 50px 47px 53px;
  filter: grayscale(1);
}
.readon.started:hover {
    background-image: linear-gradient(90deg, #a511dc 10%, #004fd2 100%);
    color: #ffffff;
}
.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-services-single .services-add .contact a {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
.rs-services-single .services-title .title {
  color: #0a0a0a;
  font-size: 36px;
}
.rs-services-single .services-title .title2 {
  color: #0a0a0a;
  font-size: 28px;
}
.rs-services-single .brochures {
  background-color: #F0F5FF;
  padding: 35px 30px 45px 30px;
  border-radius: 5px 5px 5px 5px;
}
.rs-services-single .brochures .title {
  font-size: 28px;
  line-height: 38px;
  color: #002129;
  margin: 0px 0px 16px 0px;
}
.address-wrap .icon-part {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #ffffff;
}
.address-wrap .icon-part i, .address-wrap .icon-part svg {
  text-align: center;
  color: #004fd2;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
}
.address-wrap .icon-part:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: #ffffff;
}
/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*--------------------------
Services List
-----------------------------*/
ul.services-list li a {
  display: block;
  border: 2px solid #e8e8e8;
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #002129;
  margin-bottom: 15px;
}
ul.services-list li a svg, ul.services-list li a i {
    position: absolute;
    right: 12px;
    top: 50%;
    font-family: Flaticon;
    color: #002129;
    transform: translateY(-50%);
}
ul.services-list li a:hover, ul.services-list li a.active {
    background-image: linear-gradient(90deg, #2B2B2B 10%, #7C7C7C 100%);
    color: #ffffff;
    border-radius: 5px;
    border-color: #2B2B2B;
}
ul.services-list li a:hover:svg,
ul.services-list li a:hover:i
ul.services-list li a.active:svg,
ul.services-list li a.active:i {
  color: #ffffff;
}

/* ------------------------------------
    19. Skill-bar Section CSS
---------------------------------------*/
.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", Sans-serif;
  color: #454545;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar {
  height: 8px;
  line-height: 8px;
  padding: 1px 1px 1px 1px;
  margin: 8px 0 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #A511DC;
  background-color: #02010100;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  width: 100%;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
  width: 0;
  margin-bottom: 0;
  height: 4px;
  line-height: 8px;
  background: #454545;
  border-radius: 3px 3px 3px 3px;
  background-color: #A511DC;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -38px;
  font-family: "Nunito", Sans-serif;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.blue-style {
  border-color: #004FD2;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.blue-style .skillbar-bar {
  background-color: #004FD2;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.pink-style {
  border-color: #FF00EA;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.pink-style .skillbar-bar {
  background-color: #FF00EA;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.skyblue-style {
  border-color: #609CFF;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.skyblue-style .skillbar-bar {
  background-color: #609CFF;
}
.rs-skillbar.style1.skillbar-services .cl-skill-bar .skillbar-title {
  font-size: 13px;
  font-weight: 700;
  color: #212121;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.rs-skillbar.style1.skillbar-services .skillbar .skill-bar-percent {
  font-weight: 700;
}
.rs-skillbar.style1.skillbar-services .cl-skill-bar .skillbar {
  height: 7px;
  line-height: 7px;
  background-color: #DFEDFE;
  height: 8px;
  line-height: 8px;
  padding: unset;
  margin: 8px 0 20px;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  border-radius: unset;
}
.rs-skillbar.style1.skillbar-services .cl-skill-bar .skillbar .skillbar-bar {
  height: 7px;
  line-height: 7px;
  border-radius: unset;
  background-color: transparent;
  background-image: linear-gradient(180deg, #004fd2 0%, #af2af3 100%);
  filter: grayscale(1);
}
.rs-skillbar.style1.skillbar-services.web-style .cl-skill-bar .skillbar .skillbar-bar {
  background: #f00;
  background-image: linear-gradient(180deg, #004fd2 0%, #af2af3 100%);
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skillbar-bar {
  border-radius: unset;
  background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar {
  border-radius: unset;
  border-color: #007bff;
}
.bdru-4 {
    filter: grayscale(0);
	transition: all linear.3s;
}
.bdru-4:hover{
	filter: grayscale(0);
}
/*------------------------
Single Projects
--------------------------*/
.rs-case-studies-single .services-add {
  background-image: linear-gradient(90deg, #004fd2 10%, #a511dc 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 53px;
  filter: grayscale(1);
}
.rs-case-studies-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-case-studies-single .services-add .contact a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-case-studies-single .case-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  color: #002129;
  margin: 0;
  padding: 40px 0 30px;
}
.rs-case-studies-single .brochures {
  background-color: #F0F5FF;
  padding: 35px 30px 45px 30px;
  border-radius: 5px 5px 5px 5px;
}
.rs-case-studies-single .services-img img {
  border-radius: 5px;
}
.rs-case-studies-single .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 0;
}
.rs-case-studies-single .ps-informations ul li {
  color: #fff;
}
.rs-case-studies-single .ps-informations ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-case-studies-single .ps-informations ul li span {
  width: 150px;
  display: inline-block;
  font-weight: 600;
}
.rs-case-studies-single .ps-informations {
    padding: 40px 30px 46px;
    border-radius: 5px;
    background-image: linear-gradient(45deg, #2B2B2B 10%, #7C7C7C 100%);
}
.rs-case-studies-single .ps-informations .info-title {
  padding-bottom: 10px;
  color: #fff;
}
.rs-case-studies-single .project-gallery .gallery-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #0a0a0a;
  margin: 0;
}
.rs-case-studies-single .project-gallery .file-list-image {
  position: relative;
  background: #000000;
  border-radius: 5px;
}
.rs-case-studies-single .project-gallery .file-list-image .img-part {
  position: relative;
}
.rs-case-studies-single .project-gallery .file-list-image .img-part img {
  transition: 0.3s all ease;
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
  height: 350px;
  filter: grayscale(0);
}
.rs-case-studies-single .project-gallery .file-list-image .img-part .image-popup {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-case-studies-single .project-gallery .file-list-image .img-part .image-popup:hover {
  background: #004fd2;
  color: #ffffff;
  border: 1px solid #004fd2;
}
.rs-case-studies-single .project-gallery .file-list-image:hover .img-part img {
  opacity: 0.4;
}
.rs-case-studies-single .project-gallery .file-list-image:hover .img-part .image-popup {
  top: 50%;
  opacity: 1;
}
.services-img img {
    width: 100%;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-65 {
    padding-top: 65px;
}
.pb-35 {
    padding-bottom: 35px;
}
/*------------------------------
Single Projects
------------------------------*/
/*------------------------------------
    23. Project Section CSS
------------------------------------*/
.mb-40 {
    margin-bottom: 40px;
}
.pb-13 {
    padding-bottom: 13px;
}
.mb-70 {
    margin-bottom: 70px;
}
.sec-title .sub-upper {
    font-size: 14px;
    font-weight: 700;
    color: #2B2B2B;
    line-height: 28px;
    display: block;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0;
}
.sec-title .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    color: #002129 !important;
    margin: 0;
}
.gridFilter button {
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    color: #002129;
    display: inline-block;
    transition: .4s;
    position: relative;
    padding: 10px 20px;
    border-radius: 3px;
    border: 0;
}
.gridFilter button:hover, .gridFilter button.active {
    background: #2B2B2B;
    color: #ffffff;
    box-shadow: 0 0 30px #eee;
    filter: grayscale(1);
}
.rs-project.project-style2 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.rs-project.project-style2 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.project-style2 .project-item .project-img img {
  width: 100%;
  transition: 1.3s all ease;
  filter: grayscale(1);
}
.rs-project.project-style2 .project-item:hover img{
	filter: grayscale(0);
}
.rs-project.project-style2 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}
.rs-project.project-style2 .project-item .project-content .project-inner {
  position: absolute;
  bottom: 20px;
  width: auto;
  right: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  transition: all .5s ease;
}
.rs-project.project-style2 .project-item .project-content .project-inner .title {
  margin-top: 6px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  transform: translateY(0);
  order: 2;
  flex: 0 0 100%;
}
.rs-project.project-style2 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.project-style2 .project-item .project-content .project-inner .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  flex: 0 0 100%;
  transform: translateY(0px);
}
.rs-project.project-style2 .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.project-style2 .project-item .project-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(-90deg, #7c7c7cd1 10%, #2b2b2bc7 100%);
    transition: all 0.3s ease 0s;
}
.rs-project.project-style2 .project-item:hover .project-img img {
  transform: scale(1.2);
}
.rs-project.project-style2 .project-item:hover .project-content {
  opacity: 1;
}
.rs-project.project-style2 .project-item:hover .project-content .project-inner {
  bottom: 20px;
}
.rs-project.project-style2 .project-item:hover .project-content:before {
  opacity: 1;
}
.rs-project.project-style2.project-case-style2 .project-item {
  margin: 0 3px 0 3px;
}
.rs-project.project-style2.project-case-style2 .project-item .project-content .project-inner .title a:hover {
  color: #004fd2;
}
.rs-project.project-style2.project-case-style2 .project-item .project-content .project-inner .title {
  font-size: 22px;
}
/*--------------------------
Contact Pages
-----------------------------*/
.rs-contact a {
    color: #004fd2;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-45 {
    margin-bottom: 45px;
}
.pl-70 {
    padding-left: 70px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-130 {
    padding-bottom: 130px;
}
.sec-title .sub-text {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #2B2B2B !important;
    text-transform: uppercase;
    display: block;
    margin: 0;
}
.sec-title .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    color: #002129 !important;
    margin: 0;
}
.rs-contact.contact-style5 .contact-widget .from-control {
  padding: 20px 20px 20px 20px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #F6F7F9;
  width: 100%;
  max-width: 100%;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
}
.rs-contact.contact-style5 .contact-widget textarea {
  height: 120px;
}
.rs-contact.contact-style5 .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 0.39;
}
.rs-contact.contact-style5 .contact-widget ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.39;
}
.rs-contact.contact-style5 .contact-widget :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 0.39;
}
.rs-contact.contact-style5 .contact-widget :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 0.39;
}
.rs-contact.contact-style5 .contact-box .address-box {
  display: flex;
}
.rs-contact.contact-style5 .contact-box .address-box .address-icon {
  background-image: linear-gradient(275deg, #af2af3 0%, #004fd2 100%);
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 23px;
  filter: grayscale(1);
}
.rs-contact.contact-style5 .contact-box .address-box .address-icon i {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.rs-contact.contact-style5 .contact-box .address-box .address-icon svg{
	color: #ffffff !important;
}
.rs-contact.contact-style5 .contact-box .address-box .address-text .label {
  font-size: 20px;
  font-weight: 700;
  color: #002129;
  display: block;
  margin-bottom: 5px;
}
.rs-contact.contact-style5 .contact-box .address-box .address-text a {
  color: #454545;
}
.rs-contact.contact-style5 .contact-box .address-box .address-text a:hover {
  color: #004fd2;
}
.rs-contact.contact-style5 .contact-box .address-box .address-text .desc {
  color: #454545;
}
.rs-contact.contact-style5 .map-canvas {
  overflow: hidden;
}
.readon {
    color: #fff !important;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
    filter: grayscale(1);
}
.readon.download.submit-faq {
    background-image: linear-gradient(250deg, #004fd2 0%, #af2af3 100%);
    padding: 15px 32px 15px 32px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px 4px 4px 4px;
    border: none;
}
.readon.download.submit-faq.contact {
    padding: 19px 40px 19px 40px;
    border-radius: unset;
    text-transform: capitalize;
}
.readon.download.submit-faq:hover {
    background-color: transparent;
    background-image: linear-gradient(250deg, #af2af3 0%, #004fd2 100%);
}
.rs-contact.contact-style5 .map-canvas iframe {
  float: left;
  width: 100%;
  height: 620px;
  border: unset;
  filter: grayscale(1);
}
#contact-form p {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 991px){
	.md-pb-80 {
    padding-bottom: 80px;
}
  .md-pt-80 {
      padding-top: 80px;
  }
  .md-mb-60 {
      margin-bottom: 60px;
  }
  .md-pl-15 {
      padding-left: 15px;
  }
  .md-pb-80 {
      padding-bottom: 80px;
  }
  .md-pt-80 {
      padding-top: 80px;
  }
  .md-mb-30 {
      margin-bottom: 30px;
  }
}

/*-------------------------------
Contact Pages
---------------------------------*/

/*========== Team Single Page Start ==========*/
.team-profile-img img {
    width: 100%;
}
.team-member-info-box {
    position: relative;
    display: block;
    padding: 56px 45px;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
}
.team-member-info-box .team-text p {
    line-height: 28px;
}
.social-links-style1 li a {
    background: #ededed;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #798795;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    display: block;
    transition: all linear.3s;
}
.social-links-style1 li a:hover {
    background: #181818;
    color: #fff;
}
.team-member-info-box .title {
    margin-bottom: 50px;
}
.team-member-content-box {
    position: relative;
    display: block;
    padding-top: 46px;
    padding-bottom: 60px;
}
.team-member-content-box .team-text p {
    margin-bottom: 20px;
}
.team-member-content-box .team-text p:last-child {
    margin-bottom: 0;
}
/*========== Team Single Page End ==========*/
/*-----------------------------
Projects Style
---------------------------------*/
.rs-project {
    padding-top: 0px;
    padding-bottom: 150px;
}
/* Case Studies Page */
.rs-project a {
    color: #004fd2;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}
.rs-project.project-style4 .project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    margin: 0 3px 0 3px;
    filter: grayscale(1);
}
.project-item .project-img img {
    height: 350px;
    object-fit: cover;
}
.rs-project.project-style4 .project-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004fd2;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
}
.rs-project.project-style4 .project-item:hover:before {
    opacity: 0.9;
    visibility: visible;
}
.rs-project.project-style4 .project-item .project-content {
    opacity: 0;
    visibility: hidden;
}
.rs-project.project-style4 .project-item:hover .project-content {
    opacity: 1;
    visibility: visible;
}
.rs-project.project-style4 .project-item .project-content .p-icon {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 20px;
    text-align: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #a112dc;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 11;
}
.rs-project.project-style4 .project-item:hover .project-content .p-icon {
    right: 25px;
}
.rs-project.project-style4 .project-item .project-content .p-icon a {
    display: block;
}
.rs-project.project-style4 .project-item .project-content .p-icon a svg{
	color: #fff;
}
.rs-project.project-style4 .project-item .project-content .project-inner {
    position: absolute;
    bottom: 0px;
    left: 25px;
    transition: all 0.3s ease;
    right: 25px;
}
.rs-project.project-style4 .project-item:hover .project-content .project-inner {
    bottom: 20px;
}
.rs-project.project-style4 .project-item .project-content .project-inner .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 1 !important;
}
.rs-project.project-style4 .project-item .project-content .project-inner .title a {
    color: #ffffff;
}
.rs-project.project-style4 .project-item .project-content .project-inner .title a:hover {
    color: #a112dc;
}
.rs-project.project-style4 .project-item .project-content .project-inner .category {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    display: block;
}
.rs-project.project-style4 .project-item .project-content .project-inner .category a {
    color: #ffffff;
}
.rs-project.project-style4 .project-item .project-content .project-inner .category a:hover {
    color: #a112dc;
}
.project-content ul, .services-content ul{
    list-style: disc !important;
    margin: 0 0 1.5em 3em !important;
    padding-top: 10px !important;
}
/*-----------------------------
Projects Style
---------------------------------*/

/* Case Studies Page */
/*========== Case Single Page Start ==========*/
#single-case-studies-section p {
    line-height: 30px !important;
}
.case-nav li {
    font-family: 'Heebo', sans-serif;
    text-transform: lowercase;
    color: #181818;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
}
.case-nav li span {
    opacity: 0.5;
    font-weight: 400;
    margin-left: 5px;
}
.case-nav li svg, .case-nav li i {
    font-size: 12px;
    color: #4c4c4c;
}
.case-item-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 5px;
}
.box-inner {
    position: relative;
    border-radius: 5px;
    padding: 25px 35px 25px;
    border: 1px solid #f2f2f2;
}
.box-inner h3 {
    font-size: 36px !important;
}
.box-inner a {
    margin: 0 !important;
    text-transform: uppercase;
}
/*========== Case Single Page End ==========*/
.search-widgets .search-submit {
    display: none !important;
}
.search-widgets .search-form label {
    display: block !important;
}
/*========== Hero Slider Section Style ==========*/
#hero-slider-section {
    margin-bottom: 200px;
}
#hero-slider-section .container {
    overflow-x: hidden;
}
.tp-rs-img {
    filter: grayscale(1);
    transition: all linear.3s;
}
.tp-rs-img:hover {
    filter: grayscale(0);
}
.rev-slider-title:hover {
    color: #fff !important;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
/* Single Services Gallery */
.services-carousel .owl-dots {
    text-align: center !important;
    margin-top: 10px !important;
}
.services-carousel .owl-dot {
    height: 8px;
    width: 8px;
    background: #333 !important;
    margin: 0 5px;
}
.services-carousel .owl-dot.active {
    background: #333 !important;
    width: 25px;
    border-radius: 30px;
}
.services-carousel .owl-dot::after {
	content: unset !important
}
.services-carousel .owl-dot.active {
    border: 1px solid transparent !important;
}
#management-slider {
    padding-top: 100px;
}
/*============Responsive Area Start=============*/
/*------------------------
Media screen max-width: 1440px
---------------------------*/
@media only screen and (max-width: 1440px){
	/*Header && BreadCamp*/
	#desvert-tagline .shape-1{
		transform: scale(0.9) !important;
	}
	#desvert-tagline .shape-2 {
	    left: 34px;
	    top: 175px;
	    transform: scale(0.7);
	}

	/*Home Page Responsive*/
	#services-section {
	    display: flex;
	    order: revert;
	    flex-wrap: wrap;
	}
	.responsive-width-100{
	    flex: 0 0 auto;
	    width: 100%;
	}
	.services-slider-wrapper {
	    position: unset;
	    width: 100%;
	    overflow: hidden;
	    transform: translateY(0);
	    padding: 0 36px;
	    flex: 0 0 100%;
	    order: 1;
	    margin-bottom: 100px;
	}
	#services-section .container {
	    order: 2;
	}
	.slider-item h3 {
	    width: 90%;
	}
	.portfolio-item {
	    display: block;
	    width: 33.33%;
	}
	.portfolio-item:nth-child(1), .portfolio-item:nth-child(8) {
	    width: 100%;
	}
	.portfolio-item:nth-child(1) img, .portfolio-item:nth-child(8) img{
		height: auto;
	}

	/*Testimonial Section*/
	.testimonial-items p {
	    width: 100%;
	}
}
/*------------------------
Media screen max-width: 1024px
---------------------------*/
@media only screen and (max-width: 1024px){
	/*Header && BreadCamp*/
	#desvert-tagline .shape-1 {
	    transform: scale(0.7) !important;
	}
	#desvert-tagline .shape-2 {
	    left: -12px;
	    top: 100px;
	    transform: scale(0.5);
	}
	#desvert-tagline {
	    padding: 190px 0 100px 0;
	}
	.responsive-width-50 {
	    width: 50%;
	}
	.footer-navigation ul li a {
	    font-size: 14px;
	    line-height: 30px;
	}
	.md-mt-50 {
	    margin-top: 50px;
	}
	.counter-text {
	    text-align: center;
	    padding-top: 25px;
	}

	/*About Page CSS*/
	.width-1024-100 {
	    width: 100% !important;
	}
	.order-up {
	    order: 2;
	}
	.about-right-wrap {
	    margin-bottom: 50px;
	}
	.inner-column .title-box h3 {
	    font-weight: 500;
	    font-size: 24px;
	}
	.width-1024-50 {
	    width: 50%;
	}
	.single-work-box-wrap {
	    margin-bottom: 20px;
	}
}
/*------------------------
Media screen max-width: 768px
---------------------------*/
@media only screen and (max-width: 768px){
    .site-header {
        padding: 20px 0;
    }
    .social-sm-none{
        display: none !important;
    }
    .button-sm-right {
        text-align: end !important;
    }
	#desvert-tagline .shape-1 {
		height: 200px;
		width: 200px;
		top: 75px;
		left: -100px;
		transform: scale(0.7) !important;
	}
	#desvert-tagline .shape-2 {
		position: absolute;
		height: 145px;
		width: 145px;
		border: 40px solid #2B2B2B;
		left: 16px;
		top: 160px;
		transform: scale(0.5);
	}
    .tagline-contents h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .tagline-contents h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .breadcrumbs{
        text-decoration: none !important;
        font-size: 24px !important;
        line-height: 24px !important;
        text-transform: lowercase !important;
    }
    #desvert-tagline {
        padding: 172px 40px 150px 250px;
    }
    #services-section {
        display: flex;
        order: revert;
        flex-wrap: wrap;
    }
    #services-section .container {
        order: 2;
    }
    .services-slider-wrapper {
        position: unset;
        width: 100%;
        overflow: hidden;
        transform: translateY(0);
        padding: 0 36px;
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 100px;
    }
    /*Portfolio*/
    .portfolio-item {
        display: block;
        width: 33.33%;
    }
    .portfolio-item:nth-child(1), .portfolio-item:nth-child(8) {
        width: 100%;
    }
    /*Portfolio*/
    #make-appoinment {
        padding: 100px 0;
        border-top: 1px solid #ddd;
        margin-top: 50px;
    }
    #testimonial {
        padding: 100px 0;
    }
    .testimonial-items p {
        width: auto;
    }
    .slide-content .owl-nav {
        right: 0;
    }
    .counter-item:nth-child(2) {
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
    }
    .portfolio-item img {
	    height: 250px;
	}
    .explore-text p {
        text-align: center;
    }
    .md-mt-50 {
	    margin-top: 0px;
	}
	.inner-column .title-box h3 {
	    font-weight: 500;
	    font-size: 20px;
	}
	#team-section {
	    padding-top: 100px;
	}
    /*Footer*/
    .footer-nav-sec {
        padding-left: 0;
        padding-right: 0;
        margin: 50px 0;
    }
    /*Footer*/
}
/*------------------------
Media screen max-width: 767px
---------------------------*/
@media only screen and (max-width: 767px){}
/*------------------------
Media screen max-width: 425px
---------------------------*/
@media only screen and (max-width: 425px){
	html {
	    margin-top: 0px !important;
	}
    .humbargur-nav {
        width: 100%;
        height: 100%;
    }
    .desvert-menu::before {
        width: 100%;
        left: 0;
    }
    .desvert-menu::after {
        width: 100%;
        left: 0;
    }
    #desvert-primary li a {
        font-size: 36px;
        line-height: 36px;
    }
    /*Banner Tagline*/
    /*Slider Portfolio*/
    .services-slider-wrapper .slider-item::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: transparent;
        background-image: linear-gradient(180deg, #02010100 55%, #000000 100%);
        top: 0;
        left: 0;
    }
    .slider-item img {
        height: auto;
        object-fit: cover;
    }
    .slider-item h3 {
        font-size: 32px;
        line-height: 32px;
        width: auto;
    }
    .section-sub-title {
        font-size: 16px;
        line-height: 16px;
    }
    .section-title {
        font-size: 28px;
        line-height: 28px;
    }
    .single-services-wrap h4 {
        font-size: 18px;
        line-height: 18px;
    
        margin-bottom: 5px;
    }
    .single-services-wrap p {
        font-size: 14px;
        line-height: 20px;
    }
    /*Slider Portfolio*/
    #desvert-tagline {
        padding: 120px 10px 100px 80px;
    }
	#desvert-tagline .shape-1 {
		height: 100px;
		width: 100px;
		top: 100px;
		left: -50px;
		transform: scale(0) !important;
	}
	#desvert-tagline .shape-2 {
		position: absolute;
		height: 50px;
		width: 50px;
		border: 14px solid #2B2B2B;
		left: 20px;
		top: 185px;
		transform: scale(0) !important;
	}
    .tagline-contents h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .tagline-contents h3 {
        font-size: 16px;
        line-height: 16px;
    }
    #desvert-tagline .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    /*Banner Tagline*/
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .services-slider-wrapper {
        padding: 0px 10px;
    }
    #make-appoinment .section-title {
        line-height: 32px;
        margin-bottom: 32px;
    }
    #make-appoinment {
        padding-left: 50px;
    }
    .appoinment-btn {
        padding: 20px 25px;
        font-weight: 500;
        font-size: 20px;
    }
    .appoinment-btn svg {
        margin-left: 20px;
        fill: #474747;
    }
    .portfolio-item {
        width: 50%;
    }
    .explore-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .explore-text {
        margin-bottom: 20px;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .explore-more {
        font-weight: 400;
    }
    .explore-more svg {
        margin-left: 20px;
    }
    .testimonial-items p {
        font-size: 14px;
        line-height: 20px;
    }
    .slide-content {
        margin-right: 85px;
    }
    .slide-content .owl-nav {
        width: 60px;
        top: -5px;
        right: -60px;
    }
    .slide-content .owl-nav {
        right: -80px;
    }
    .partner-sec {
        display: block;
    }
    .concerns-sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .concerns-sec a {
        flex: 0 0 25%;
        width: 100%;
        max-width: 100%;
    }
    .partner-sec img {
        margin-left: 0px;
    }
    .partner-sec h4 {
        font-size: 14px;
        line-height: 21px;
        text-align: left;
    }
    .counter-item {
	    flex: 0 0 100%;
	}
	.responsive-width-50{
		width: 100%;
	}
	/*About Page*/
	#about-section {
	    padding: 0px 0 150px 0;
	}
	.nav-button li {
	    padding-left: 25px;
	}
	.nav-button li a {
	    font-size: 16px;
	}
	.icon-box, .title-box {
	    margin-bottom: 10px;
	}
	.content-column {
	    padding-left: 15px !important;
	}
	.team-more-button {
	    text-align: left !important;
	    margin-top: 25px;
	}
	.width-1024-50 {
	    width: 100%;
	}

	#about-section {
	    padding: 0px 0 80px 0;
	    border-bottom: 1px solid #ddd;
	}
	#about-why-choose, #about-dream-work {
	    padding: 80px 0 80px 0;
	    border-bottom: 1px solid #ddd;
	}
	#team-section {
	    padding-bottom: 80px;
	    padding-top: 80px;
	    border-bottom: 1px solid #ddd;
	}

    .footer-top .site-branding {
        display: none !important;
    }
    .footer-mobile-logo {
        display: block !important;
        margin-bottom: 20px;
    }
    .footer-widgets-1 h3 {
        display: none !important;
    }
    .footer-nav-sec {
        display: none !important;
    }
    .footer-widgets-1 {
        margin-bottom: 60px;
    }
}
/*============Responsive Area End=============*/