/*!
Theme Name: dedidevs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: dedidevs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dedidevs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

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

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

p {
	margin-bottom: 1.5em;
}

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

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%;
}

.lets-get-touch-section .india-number img {
    height: 35px;
    width: 35px;
	margin-left: 15px;
}

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #831cb1;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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: #757575 !important;
    padding: 10px;
    font-size: 20px;
    background: #F8F7FF;
    border: 1px solid #831cb116;
    border-radius: 10px;
	width: 100%;
}
input[type="url"] {
	background: #f3e8f7;
}
input[type="search"] {
	background: #ffffff;
}
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;
}

input:focus-visible,
textarea:focus-visible{
    outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	max-height: 140px;
}

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

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

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

/* .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: 100%;
}

.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: 1199px) {

	.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;
}

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

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



/* blog css */

.blog__heading__section {
    padding: 60px 0px;
    background: #e6d2ef;
}
article.single__post__section {
    padding: 50px 0px;
}
.title-banner p {
    color: #171A1C;
    font-family: Gordita-Regular;
    font-size: 16px;
	margin:0px;
}

.blog__heading__section .title-banner h1 {
    margin: 0 0 15px 0;
	font-size: 35px;
	font-family: Gordita-Bold;
	color: #171A1C !important;
}

.search__post form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.search__post form input[type="search"] {
    flex: 1;
    height: 45px;
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px solid #831cb1;
    outline: none !IMPORTANT;
    padding-right: 175px;
	font-family: Gordita-Regular;
	font-size:16px;
}

.search__post button[type="submit"] {
   	height: 35px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #831cb1;
    padding: 5px 20px;
    border-radius: 8px !important;
    color: #fff;
    font-family: Gordita-Medium;
    font-size: 16px;
    border: none ! IMPORTANT;
    box-shadow: none;
}


/* blog css */

.most__blog__sections {
    padding: 50px 0px;
}

/* blog css block */


.heading-txt {
    margin-bottom: 40px;
}

.heading-txt h2 {
    font-family: Gordita-Bold;
    font-size: 32px;
    color: #171A1C;
}

.most__blog__sections .latest-posts .col-md-8:first-child {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.most__blog__sections .latest-posts .col-md-8 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.most__blog__sections .latest-posts {
    display: flex;
    flex-wrap: wrap;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__data {
    flex: 1;
    border: 1px solid #E9E9E9;
    border-left: none;
    background: #fff;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 18px 18px 0px;
    height: auto;
    margin: 0px;
    align-items: start;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__data__item:hover .single__post__data{
    background:#fff;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__data h6 {
    font-size: 20px;
    margin: 0 0 15px 0;
	font-family: 'Gordita-Regular';
	font-family: 'Gordita-Medium';
    color: #171A1C;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__data p{
    display:block;
}

.most__blog__sections .latest-posts .col-md-8:first-child a.button__post {
    margin-top: auto;
    color: #831cb1 !important;
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    display: block;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__data__item a{
    display:block !important;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__image {
    width: 352px;
}

.most__blog__sections .latest-posts .col-md-8 .single__post__image {
    width: 100%;
}

.most__blog__sections .latest-posts .col-md-8 .single__post__data p{
    display:none;
}


.most__blog__sections .latest-posts .col-md-8 .single__post__data a.button__post{
    display:none;
}

.most__blog__sections .latest-posts .col-md-8 .single__post__data {
    border: 1px solid #E9E9E9;
    background: #f3e8f7;
    padding: 20px;
    margin-top: -60px;
    position: relative;
    border-radius: 15px;
    height: auto;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

.most__blog__sections .latest-posts .col-md-8 .single__post__data h6 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-family: 'Gordita-Medium';
    color: #171A1C;
	margin: 0;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__image img {
/*     height: 442px; */
    object-fit: cover;
    width: 100%;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__data__item:hover .single__post__data{
    color: #2D2D2D;
}

.most__blog__sections .latest-posts .col-md-8 .single__post__data__item .single__post__data h3:hover{
	transform: scale(1.05);
    transition: transform 0.9s ease;
/*     background:#831cb1; */
/*     border:1px solid transparent; */
}

.most__blog__sections .latest-posts .col-md-8 .single__post__data__item:hover .single__post__data h3{
    color:#000;
}

.most__blog__sections .latest-posts .col-md-8:first-child .single__post__data__item:hover .single__post__data h3{
    color:#000;
}

.single__post__data__item {
    border-radius: 17px;
    overflow: hidden;
    transition: 0.5s;
    margin: 0px 10px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.single__post__data {
    flex: 1;
    border: 1px solid #E9E9E9;
    border-left: none;
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    border-radius: 0px  18px 18px 0px;
}

.single__post__image {
    width: 381px;
}

.single__post__image img {
    width: 100%;
/* 	height:425px; */
}

a.button__post {
    margin-top: auto;
    color: #0C34CA !important;
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    display: block;
}

a.button__post i {
    margin-left: 7px;
	transition:0.5s;
}

a.button__post:hover i{
	transform:translatex(15px);
}

.single__post__data a {
    color: #2D2D2D;
    font-family: AvenirNextLTPro-Bold;
}

.single__post__data h3 {
    font-size: 28px;
}

.single__post__data p {
    color: #171A1C;
    font-family: Gordita-Regular;
    font-size: 16px;
    line-height: 28px;
}

.single__post__data__item:hover {
/*     box-shadow: 0px 0px 20px rgba(0 0 0/20%); */
}

a.button__post:hover {
    color: #03045e ! IMPORTANT;
}

.blog__inners .col-md-4, .latest__inners .col-md-6, .latest__inners .col-md-8, .latest__inners .col-md-4 {
    margin-bottom: 25px;
}

.seo__slider__item .post__data__items{
	margin: 10px;
}

main#primary {
    margin: 50px 0px;
}

.blog__feature__image a {
    display: block;
}

.blog__feature__image a img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.post-feature-image img {
    border-radius: 15px;
}
.blog__feature__title a {
    color: #2D2D2D;
    font-family: Gordita-Regular;
}

.blog__feature__title {
    border: 1px solid #E9E9E9;
    background: #f3e8f7;
    padding: 24px;
    margin-top: -26px;
    position: relative;
    border-radius: 15px;
    height: 100px;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

.blog__feature__title h3 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin:10px 0px;
	font-family: 'Gordita-Medium';
    color: #171A1C;
}

.flex__column__items {
    flex-direction: column;
    height: auto;
    align-items: start;
}

.flex__column__items h5 {
    color: #831cb1;
    font-family: Gordita-Regular;
    font-size: 14px;
    text-align: left;
}

.flex__column__items p {
    color: #171A1C;
    font-family: Gordita-Regular;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.recently__blog__sections {
    margin: 50px 0px;
}

.post__data__items:hover .flex__column__items h5 {
    color: #fff;
}

.post__data__items:hover .flex__column__items h5 {
    color: #831cb1;
}

.post__data__items:hover .blog__feature__title h3 {
    color: #000;
}

.post__data__items:hover .flex__column__items p {
    color: #000;
}
.search__post button[type="submit"]:hover {
    background: transparent;
    border: 1px solid #831cb1 !important;
    color: #831cb1;
}
.post__data__items .blog__feature__title a h3:hover {
/*     box-shadow: 0px 0px 20px rgba(0 0 0 / 20%);
    background: #831cb1;
    border-color: #831cb1; */
	transform: scale(1.05);
    transition: transform 0.9s ease;
}

/* blog css block */


.post-content-title h2 {
	font-size: 24px;
    font-family: 'Gordita-Medium';
    color: #000;
    margin: 0 0 15px 0;
}
.blog-faq-main {
    background: #f3e8f7;
    padding: 20px;
    border-radius: 10px;
}
div#category-buttons button {
    padding: 16px 23px;
    border-radius: 8px;
    color: #171A1C;
    font-family: Gordita-Regular;
    font-size: 16px;
    margin: 5px;
    border: none;
    background: #e6d2ef;
}

div#category-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

div#category-buttons button.active {
    background: #831cb1;
    color: #fff;
}


div#posts-container .post-item {
    padding:0px 10px;
    margin-bottom: 20px;
}


div#posts-container .post__items h2 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0px;
    font-family: Gordita-Regular;
	margin:0px;
}

div#posts-container .post__items {
    border: 1px solid #E9E9E9;
    background: #f3e8f7;
    padding: 24px;
    margin-top: -26px;
    position: relative;
    border-radius: 15px;
    height: 100px;
    transition: 0.5s;
}

div#posts-container .description__post {
    display: none;
}

div#posts-container .post__items h2 a {
    color: #171A1C;
    font-size: 20px;
    font-family: 'Gordita-Medium';
}

div#posts-container .post__data__items {
    border-radius: 15px;
    overflow: hidden;
}


div#posts-container .post__data__items .post__items h2:hover {
/*     background: #831cb1; */
	transform: scale(1.05);
    transition: transform 0.9s ease;
}

div#posts-container .post__data__items:hover .post__items h2, div#posts-container .post__data__items:hover .post__items h2 a {
    color: #000;
}

.post__data__items {
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 20px 0px !important;
}
.blog__feature__title {
    padding: 20px !important;
}

body.archive.category.category-technology.category-8.logged-in.admin-bar.wp-custom-logo.hfeed.no-sidebar.customize-support .col-md-4 {
    padding: 0px 10px;
	margin-bottom:20px;
}




/* single post css */

.sidebar__data {
    border: 1px solid #f3e8f7;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #f3e8f7;
}

.sidebar__data h4 {
    color: #171A1C;
    font-family: Gordita-Bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.search__post__sidebar form {
    display: flex;
    align-items: center;
    position: relative;
}

.search__post__sidebar form input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #171A1C ! IMPORTANT;
    padding-right: 46px;
	font-family: Gordita-Regular;
	font-size:15px;
}

.search__post__sidebar form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    background: transparent ! IMPORTANT;
    border: none ! IMPORTANT;
    outline: none ! IMPORTANT;
}

ul.category-list-items {
    margin: 0px;
    list-style: none;
}

ul.category-list-items li a {
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid #7777771a;
    color: #171A1C;
    font-family: Gordita-Regular;
    font-size: 16px;
}

ul.category-list-items li a:hover {
    color: #831cb1;
}

.post-feature-image {
    margin-bottom: 20px;
}


article.single__post__section .col-md-4, article.single__post__section .col-md-8 {
    padding: 0px 15px;
}


article.single__post__section .col-md-4, article.single__post__section .col-md-8 {
    padding: 0px 15px;
}

.comments-wrapper.section-inner p.comment-notes {
    width: 100%;
}

div#comments label {
    font-family: Gordita-Regular;
    margin-bottom: 5px;
    display: block;
}


.comments-wrapper.section-inner p.comment-form-comment {
    width: 100%;
}

.comments-wrapper.section-inner p.comment-form-url {
    width: 100%;
}

.comments-wrapper.section-inner p.form-submit {
    width: 100%;
}

.comments-wrapper.section-inner p.comment-form-cookies-consent {
    display: flex;
    flex-wrap: wrap;
	grid-gap: 15px;
}

.comments-wrapper.section-inner form#commentform {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.post__comments {
    margin: 50px 0px;
}

.comment-respond .comment-form-author, .comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 1rem);
}

div#comments p.form-submit input {
    display: inline-block;
    background: #831cb1;
	border: 1px solid #831cb1;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Gordita-Regular;
}

div#comments p.form-submit input:hover{
	background:transparent;
	color: #831cb1;
	border: 1px solid #831cb1;
}

.comments-wrapper.section-inner input#wp-comment-cookies-consent {
    height: 20px ! IMPORTANT;
    width: 20px ! IMPORTANT;
}

/* single post css */
.nav-pills .nav-link {
    text-align: left;
}
/* testimonila css */

section.testimonial__section {
    margin: 75px 0px;
}

.testimonial_left h4 {
    font-size: 35px;
    color: #171A1C;
    text-transform: capitalize;
    font-family: Gordita-Medium;
    margin-bottom: 7px;
}

.testimonial_left h4 img {
    height: 50px;
}

.testimonial_left p {
    font-family: Gordita-Regular;
    font-size: 18px;
    color: #171A1C;
}

.testimonial_right {
    text-align: right;
	display: none;
}

.testimonial_right h3 i {
    color: #ffc107;
    font-size: 35px;
}

.testimonial_right h3 {
    font-family: Gordita-Light;
    font-size: 19px;
    margin-bottom: 15px;
}

.testimonial_right h3 span {
    font-family: Gordita-Bold;
    font-size: 23px;
}

.testimonial_right p {
    font-family: Gordita-Light;
    font-size: 20px;
    color: #999999;
    margin-bottom: 15px;
}

.testimonial_right a {
    color: #831cb1;
    text-decoration: underline;
    font-family: Gordita-Regular;
    font-size: 18px;
}
.footer__widget p {
    color: #171A1C;
    font-size: 16px;
    font-family: 'Gordita-Regular';
    margin: 10px 0px 0 0;
    text-align: center;
}
.testimonial__block p {
    color: #2C2C2C;
    font-family: Gordita-Regular;
    font-size: 16px;
    line-height: 38px;
}

img.quate_image {
    height: 30px;
    margin-bottom: 10px;
}

.client_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.client_image {
    width: 65px;
}

.client_name h4 {
    color: #2C2C2C;
    font-family: Gordita-Bold;
    font-size: 20px;
    margin-bottom: 9px;
}

.client_name h5 {
    color: #9B9B9B;
    font-family: Gordita-Regular;
    font-size: 16px;
}

.client_name {
    padding-left: 11px;
    flex: 1;
}

.watch__clientsay img {
    width: 100px;
}

.watch__clientsay p {
    color: #831cb1;
    font-family: "Kalam", cursive;
    font-size: 24px;
    margin: 0;
}

.watch__clientsay img {
    display: block;
} 
 
.watch__clientsay {
    display: inline-block;
    float: right;
	margin-right: 117px;
}

.testimonial__bloks {
    padding-right: 50px;
	padding-bottom:50px;
}

.slider__nav {
    position: absolute;
    bottom: 0px;
}

.testimonial__bloks {
    padding-bottom: 50px;
}

.testimonial__block .swiper-button-next {
    position: static;
}

.testimonial__block .swiper-button-prev {
    position: static;
    display: inline-block;
}

.slider__nav {
    display: flex;
    align-items: center;
}

.slider__nav div:after {
    font-size: 22px;
    position: static !IMPORTANT;
    margin: 0px !IMPORTANT;
    transform: translate(0px, 0px) !important;
    color: #000;
}

.slider__nav div {
    height: 25px;
}

.video__block {
    position: relative;
}

.video__block p {
    position: absolute;
    color: #fff;
    top: 20px;
    left: 20px;
    font-family: Gordita-Light;
    font-size: 26px;
}

.video__block p span {
    font-family: Gordita-Bold;
}

a.play__button {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #831cb1;
    font-size: 26px;
}

.clientbase {
    margin-top: 90px;
    text-align: center;
	display: none;
}
h1.page-title {
    color: #171A1C;
    font-family: 'Gordita-Medium';
    font-size: 35px;
    margin: 0 0 50px 0;
	text-align: center;
}
.clientbase p {
    color: #000000;
    font-family: Gordita-Regular;
    font-size: 18px;
    margin-top: 15px;
    position: relative;
}

.clientbase p:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d0d0d0;
    left: 0px;
    top: 50%;
    z-index: -1;
}

.clientbase p span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 10px 20px;
}

.client_logos {
    display: none;
    justify-content: center;
    gap: 75px;
	flex-wrap:wrap;
}

.owl-nav {
    display: flex;
    justify-content: end;
}

.owl-nav button {
    border: 1px solid #831cb1 !IMPORTANT;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    color: #2D2D2D !IMPORTANT;
}

.owl-nav button span {
    display: none;
}

.owl-nav button {
    margin-right: 10px;
}

.owl-nav button:last-child {
    margin-right: 0px;
}

button.owl-prev:before {
    content: '\f177' ! IMPORTANT;
    font-family: fontAwesome !important;
    font-size: 20px;
}

button.owl-next:before {
    content: '\f178' ! IMPORTANT;
    font-family: fontAwesome !important;
    font-size: 20px;
}

.recently__blog__sections .owl-nav, .local-seo-detail-fifth-sec .owl-nav {
    position: absolute;
    top: -90px;
    right: 0px;
}

.copyright__menu ul li a:hover {
	color:#831cb1;
}

.blog__heading__section .search__post {
    margin: 15px 0 0 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #e6d2ef !important;
}