@charset "UTF-8";
/*!
Theme Name: Techivy
Theme URI: https://cyberchimps.com/store/techivy
Author: CyberChimps
Author URI: https://cyberchimps.com/
Description: Techivy is a Startup WordPress Theme perfect for SaaS products, IT companies, technical blogs, etc. Edit with Elementor Page Builder and get your website up and running in minutes. Display your blog posts in style in a magazine layout with this Gutenberg compatible theme.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techivy
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 with others.

Techivy is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/*
* Import files
 */
/* ===== variables ===== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  letter-spacing: .25px; }

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

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #7ab44b;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0.67em 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

address {
  margin: 0 0 1.5em; }

pre {
  font-size: 0.85em;
  line-height: 1.53;
  padding: 9.5px;
  margin: 0 0 0.6em;
  background-color: #f5f5f5;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.15);
  white-space: pre-wrap;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
  color: #333333 !important; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

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

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

big {
  font-size: 125%; }

th {
  text-align: left; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

th, td {
  padding: 12px;
  border-bottom: 1px solid #c5c5c5;
  border-width: 0 1px 1px 0; }

table {
  margin: 0 0 24px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #c5c5c5;
  border-width: 1px 1px 0 1px; }

/*--------------------------------------------------------------
# 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);
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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;
  max-width: 100%; }

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #f1284a;
  text-decoration: none;
  transition: all 0.5s; }

a:visited {
  color: #f1284a; }

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

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

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

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

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: flex; }

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

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

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*
 * Fontello icons css
 */
@font-face {
  font-family: 'fontello';
  src: url("assets/font/fontello.eot?4395419");
  src: url("assets/font/fontello.eot?4395419#iefix") format("embedded-opentype"), url("assets/font/fontello.woff2?4395419") format("woff2"), url("assets/font/fontello.woff?4395419") format("woff"), url("assets./font/fontello.ttf?4395419") format("truetype"), url("assets./font/fontello.svg?4395419#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?4395419#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-left-open:before {
  content: '\e800'; }

/* '' */
.icon-right-open:before {
  content: '\e801'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-rss:before {
  content: '\f09e'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\f0d2'; }

/* '' */
.icon-gplus:before {
  content: '\f0d5'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-left:before {
  content: '\f177'; }

/* '' */
.icon-right:before {
  content: '\f178'; }

/* '' */
.icon-dribbble:before {
  content: '\f17d'; }

/* '' */
/* ===== grid container ===== */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container.container-fluid {
    max-width: none; }

@media (min-width: 0) {
  .container {
    max-width: none; } }
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 940px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
/* ------------------ */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }

@media (min-width: 0) {
  .col-xs-1 {
    width: 8.3333333333%; }

  .offset-xs-0 {
    margin-left: 0%; }

  .col-xs-2 {
    width: 16.6666666667%; }

  .offset-xs-1 {
    margin-left: 8.3333333333%; }

  .col-xs-3 {
    width: 25%; }

  .offset-xs-2 {
    margin-left: 16.6666666667%; }

  .col-xs-4 {
    width: 33.3333333333%; }

  .offset-xs-3 {
    margin-left: 25%; }

  .col-xs-5 {
    width: 41.6666666667%; }

  .offset-xs-4 {
    margin-left: 33.3333333333%; }

  .col-xs-6 {
    width: 50%; }

  .offset-xs-5 {
    margin-left: 41.6666666667%; }

  .col-xs-7 {
    width: 58.3333333333%; }

  .offset-xs-6 {
    margin-left: 50%; }

  .col-xs-8 {
    width: 66.6666666667%; }

  .offset-xs-7 {
    margin-left: 58.3333333333%; }

  .col-xs-9 {
    width: 75%; }

  .offset-xs-8 {
    margin-left: 66.6666666667%; }

  .col-xs-10 {
    width: 83.3333333333%; }

  .offset-xs-9 {
    margin-left: 75%; }

  .col-xs-11 {
    width: 91.6666666667%; }

  .offset-xs-10 {
    margin-left: 83.3333333333%; }

  .col-xs-12 {
    width: 100%; }

  .offset-xs-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .col-sm-3 {
    width: 25%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .col-sm-6 {
    width: 50%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .col-sm-9 {
    width: 75%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .col-sm-12 {
    width: 100%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%; }

  .offset-md-0 {
    margin-left: 0%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .col-md-3 {
    width: 25%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .offset-md-3 {
    margin-left: 25%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .col-md-6 {
    width: 50%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .offset-md-6 {
    margin-left: 50%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .col-md-9 {
    width: 75%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .offset-md-9 {
    margin-left: 75%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .col-md-12 {
    width: 100%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .col-lg-3 {
    width: 25%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .col-lg-6 {
    width: 50%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .col-lg-9 {
    width: 75%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .col-lg-12 {
    width: 100%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .col-xl-2 {
    width: 16.6666666667%; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .col-xl-3 {
    width: 25%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .col-xl-4 {
    width: 33.3333333333%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .col-xl-5 {
    width: 41.6666666667%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .col-xl-6 {
    width: 50%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .col-xl-7 {
    width: 58.3333333333%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .col-xl-8 {
    width: 66.6666666667%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .col-xl-9 {
    width: 75%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .col-xl-10 {
    width: 83.3333333333%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .col-xl-11 {
    width: 91.6666666667%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .col-xl-12 {
    width: 100%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
/* for offset value */
/* ===== content ===== */
button, input[type=button], input[type=reset], input[type=submit] {
  color: #fff !important;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 0; }

/* default button classes : Start */
.button {
  color: #fff !important;
  text-align: center;
  padding: 10px 20px;
  margin: 10px; }
  .button.btn-sm {
    padding: 10px 20px;
    font-size: 14.4px; }
  .button.btn-md {
    padding: 15px 30px;
    font-size: 16px; }
  .button.btn-lg {
    padding: 20px 40px;
    font-size: 17.6px; }

/* default button classes : End */
.home.blog .site-branding .site-title {
  font-size: 16px; }

/* ====== navigation ======= */
#masthead {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px; }
  #masthead .techivy-logo, #masthead .techivy-icons {
    display: flex;
    align-items: center; }
  #masthead .techivy-icons a {
    color: #444; }
  #masthead .techivy-icons a:hover {
    color: #f1284a; }

/* === content ===*/
#content {
  background-color: #f8f8f8; }
  #content .grid-sizer,
  #content .grid-item {
    width: 100%; }
  #content .grid-item {
    float: left;
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 60px;
    margin-bottom: 60px; }
  #content .grid-item img {
    display: block;
    width: 100%; }
  #content .page-title {
    text-align: center;
    margin: 60px; }
  #content .entry-title {
    margin-top: 0; }
    #content .entry-title a {
      font-family: inherit;
      font-size: 28px;
      color: #444;
      line-height: 1.2; }
  #content .entry-meta {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 20px; }
  #content .posted-on {
    text-transform: uppercase;
    color: #888; }
  #content .entry {
    margin-top: 20px; }
    #content .entry .excerpt-more {
      display: inline-block;
      background: #f1284a;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      padding: 10px 40px;
      border-radius: 30px;
      text-transform: uppercase; }
    #content .entry .excerpt-more:hover {
      background: #333; }
  #content .pagination {
    margin-top: 30px;
    margin-bottom: 90px; }
    #content .pagination .nav-links {
      text-align: center; }
      #content .pagination .nav-links .page-numbers {
        border: 1px solid #e2e2e2;
        background: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        padding: 8px;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: inline-block; }
        #content .pagination .nav-links .page-numbers.next, #content .pagination .nav-links .page-numbers.prev {
          background: #d3d3d3;
          border: 1px solid #d3d3d3;
          font-weight: 700;
          font-size: 16px;
          color: #444; }
        #content .pagination .nav-links .page-numbers.current, #content .pagination .nav-links .page-numbers:hover {
          background: #f1284a;
          color: #fff;
          border: 1px solid #f1284a; }

.no-results .page-content {
  text-align: center;
  margin-bottom: 90px; }

.single #content, .page-template-default #content {
  padding-top: 60px; }

#techivy-single .techivy-single-article {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 60px;
  margin-bottom: 30px; }
#techivy-single .entry-title {
  font-size: 2em;
  color: #444;
  line-height: 1.2; }
#techivy-single .posted-on {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px; }
#techivy-single .entry-content {
  margin-top: 0.2em; }

.techivy-page {
  margin-bottom: 90px; }

.post-navigation {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px; }
  .post-navigation .nav-links {
    display: flex;
    justify-content: space-between; }
    .post-navigation .nav-links .nav-previous {
      padding: 40px 20px 40px 40px; }
      .post-navigation .nav-links .nav-previous a {
        float: left;
        text-align: left; }
    .post-navigation .nav-links .nav-item {
      flex: 1 1 auto;
      position: relative; }
    .post-navigation .nav-links .nav-item + .nav-item {
      border-left: 1px solid #e2e2e2; }
    .post-navigation .nav-links .nav-next {
      padding: 40px 40px 40px 20px; }
      .post-navigation .nav-links .nav-next a {
        float: right;
        text-align: right; }
    .post-navigation .nav-links .meta-nav {
      color: #888;
      font-size: 0.875em; }
    .post-navigation .nav-links .post-title {
      color: #666; }

#comments .comments-section, #comments .comment-respond {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 60px; }
#comments .comments-section {
  margin-bottom: 30px; }
#comments .comment-respond {
  margin-bottom: 90px; }
#comments .comment-list {
  padding: 0;
  margin: 0; }
  #comments .comment-list .comment-row {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    flex-direction: column; }
    #comments .comment-list .comment-row .techivy-cmt-author-img {
      vertical-align: top;
      flex: none;
      padding-right: 30px; }
      #comments .comment-list .comment-row .techivy-cmt-author-img img {
        border-radius: 50%; }
    #comments .comment-list .comment-row a {
      color: #888;
      font-size: 0.875em; }
#comments .comments-title {
  font-size: 1.5em;
  padding-bottom: 30px; }
#comments #reply-title {
  font-size: 1.5em;
  margin-top: 0; }
#comments label {
  display: block;
  margin-bottom: 10px; }
#comments input[type="text"], #comments input[type="email"], #comments textarea {
  border-radius: 0; }
#comments input[type="submit"] {
  background: #f1284a;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: none;
  transition: all 0.5s;
  cursor: pointer; }
#comments input[type="submit"]:hover {
  background: #333; }

#sidebar {
  margin-bottom: 90px; }
  #sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #sidebar ul li {
      border-bottom: 1px dashed #e2e2e2;
      padding: 10px 0; }
      #sidebar ul li a {
        color: #666;
        font-size: 0.875em; }
    #sidebar ul li:last-child {
      border-bottom: none; }
  #sidebar .widget {
    background: #fff;
    padding: 40px;
    border: 1px solid #e2e2e2; }
  #sidebar .widget-title {
    font-size: 1.5em;
    color: #151515;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 10px;
    padding-bottom: 25px; }
  #sidebar .recent_post_title {
    font-size: 1.125em;
    color: #444;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  #sidebar .techivy_recent_posts_li {
    padding-top: 20px; }
  #sidebar .techivy_recent_posts_li:first-child {
    padding-top: 10px; }
  #sidebar .post_details p {
    font-size: 0.875em;
    margin-bottom: 15px; }
  #sidebar .widget_tag_cloud .tagcloud {
    overflow: hidden; }
    #sidebar .widget_tag_cloud .tagcloud a {
      padding: 4px 10px;
      margin: 0px 6px 10px 0px;
      border: 1px solid #e2e2e2;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      float: left;
      background-color: transparent;
      font-size: 0.875em !important;
      min-width: 80px;
      text-align: center;
      text-transform: uppercase;
      color: #666; }
    #sidebar .widget_tag_cloud .tagcloud a:hover {
      color: #f1284a; }

.error-404 {
  text-align: center;
  padding-bottom: 90px; }

.search-form .search-submit {
  display: inline-block;
  background: #f1284a;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
  text-transform: uppercase;
  border: none;
  margin-top: 20px; }

.search-submit:hover {
  background: #333; }

.home.blog #content {
  padding-top: 60px; }

/* ===== templates ===== */
.page-template-elementor-page-template .entry-header, .page-template-elementor-page-template .posted-on {
  display: none; }

#techivy-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #techivy-banner h1.elementor-heading-title {
    font-size: 50px;
    color: #fff;
    margin-top: 50px; }
  #techivy-banner .elementor-image {
    margin-top: 30px;
    margin-bottom: -22px; }

#techivy-aboutus #about-us-red {
  background-color: #f1284a; }
#techivy-aboutus .elementor-widget-wrap .elementor-text-editor {
  background-color: #fff;
  border-right: 2px solid #f1284a;
  border-bottom: 2px solid #f1284a; }
  #techivy-aboutus .elementor-widget-wrap .elementor-text-editor h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 40px; }

#techivy-features {
  background-color: #fff; }
  #techivy-features h2.elementor-heading-title {
    font-size: 40px;
    text-align: center;
    padding: 75px 0 60px; }
  #techivy-features .elementor-widget-wrap {
    text-align: center; }
    #techivy-features .elementor-widget-wrap h4.elementor-heading-title {
      font-size: 18px;
      margin: 35px 0 30px; }
  #techivy-features .elementor-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 3px 3px 8px #e2e2e2; }
    #techivy-features .elementor-image img {
      margin: 30px; }
  #techivy-features .elementor-widget-button {
    margin: 40px 0 80px; }
    #techivy-features .elementor-widget-button .elementor-button-link {
      background: #f1284a;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      padding: 15px 40px;
      border-radius: 30px;
      text-transform: uppercase; }
      #techivy-features .elementor-widget-button .elementor-button-link .elementor-button-text {
        font-family: "Montserrat", sans-serif; }
    #techivy-features .elementor-widget-button .elementor-button-link:hover {
      background: #333; }

#techivy-blog h2.elementor-heading-title {
  font-size: 40px;
  padding: 75px 0 5px; }
#techivy-blog .elementor-button-link {
  background: #f1284a;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  text-transform: uppercase; }
  #techivy-blog .elementor-button-link .elementor-button-text {
    font-family: "Montserrat", sans-serif; }
#techivy-blog .elementor-button-link:hover {
  background: #333; }
#techivy-blog #blog_section_multi {
  margin-top: 55px;
  margin-bottom: 10px; }
  #techivy-blog #blog_section_multi .listing-item {
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 55px;
    float: left; }
    #techivy-blog #blog_section_multi .listing-item .title {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      color: #333;
      display: block;
      margin: 10px 0 0; }
    #techivy-blog #blog_section_multi .listing-item .title:hover {
      color: #f1284a; }
    #techivy-blog #blog_section_multi .listing-item .date {
      color: #888; }

#techivy-testimonials {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #techivy-testimonials h2.elementor-heading-title {
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 75px 0 60px; }
  #techivy-testimonials #techivy-clients {
    margin-bottom: 110px; }
    #techivy-testimonials #techivy-clients .elementor-widget-wrap {
      background: #fff;
      margin: 0 5px;
      padding: 30px; }
      #techivy-testimonials #techivy-clients .elementor-widget-wrap .elementor-image {
        text-align: left; }
        #techivy-testimonials #techivy-clients .elementor-widget-wrap .elementor-image img {
          border-radius: 50%;
          width: 120px;
          height: 120px; }
      #techivy-testimonials #techivy-clients .elementor-widget-wrap h4.elementor-heading-title {
        font-size: 22px; }
      #techivy-testimonials #techivy-clients .elementor-widget-wrap .elementor-widget-heading {
        margin-bottom: 10px;
        margin-top: 30px; }

#techivy-features-page .elementor-heading-title {
  color: #151515; }
#techivy-features-page h2.elementor-heading-title {
  font-size: 40px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 45px; }
#techivy-features-page .features-item-title {
  font-size: 24px;
  margin: 0 0 20px; }
#techivy-features-page .features-item-section {
  margin-bottom: 70px; }
  #techivy-features-page .features-item-section .elementor-inner-column:first-child {
    padding-right: 5px; }
  #techivy-features-page .features-item-section .elementor-inner-column:last-child {
    padding-left: 5px; }
#techivy-features-page .features-item-section:nth-child(odd) .elementor-row {
  flex-flow: column-reverse; }

#techivy-pricing-page h2.elementor-heading-title {
  font-size: 40px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 45px;
  color: #151515; }
#techivy-pricing-page .pricing-values {
  background-color: #f1284a;
  padding: 100px 75px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 0; }
  #techivy-pricing-page .pricing-values .ti-dollar {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    vertical-align: 100%; }
  #techivy-pricing-page .pricing-values .ti-price {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 5.5em; }
  #techivy-pricing-page .pricing-values .ti-duration {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.125em; }
#techivy-pricing-page #pricing-plan-std .pricing-values {
  padding-top: 130px; }
#techivy-pricing-page #techivy-pricing-plans {
  text-align: center;
  margin-bottom: 70px; }
  #techivy-pricing-page #techivy-pricing-plans .elementor-heading-title {
    color: #151515; }
  #techivy-pricing-page #techivy-pricing-plans .pricing-plan-title {
    font-size: 30px;
    background: #fff;
    margin-bottom: 0;
    padding: 55px 0 30px; }
  #techivy-pricing-page #techivy-pricing-plans .pricing-plan-features {
    background: #fff;
    margin-bottom: 0; }
    #techivy-pricing-page #techivy-pricing-plans .pricing-plan-features p:first-child {
      margin-top: 0; }
    #techivy-pricing-page #techivy-pricing-plans .pricing-plan-features p:last-child {
      margin-bottom: 0; }
    #techivy-pricing-page #techivy-pricing-plans .pricing-plan-features p {
      position: relative;
      margin-bottom: 10px; }
    #techivy-pricing-page #techivy-pricing-plans .pricing-plan-features p:after {
      border-bottom: solid 1px #e2e2e2;
      bottom: -10px;
      content: "";
      left: 0;
      position: absolute;
      width: 80%;
      right: 0;
      margin: 0 auto; }
  #techivy-pricing-page #techivy-pricing-plans .elementor-widget-button {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 65px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
#techivy-pricing-page .elementor-widget-button .elementor-button-link {
  background: #f1284a;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  text-transform: uppercase; }
  #techivy-pricing-page .elementor-widget-button .elementor-button-link .elementor-button-text {
    font-family: "Montserrat", sans-serif; }
#techivy-pricing-page .elementor-widget-button .elementor-button-link:hover {
  background: #333; }
#techivy-pricing-page .pricing-column .elementor-widget-wrap {
  box-shadow: 3px 3px 8px #e2e2e2;
  border-radius: 30px 30px; }

#techivy-faqs {
  background-color: #e2e2e2;
  padding-bottom: 70px; }
  #techivy-faqs h2.elementor-heading-title {
    font-size: 40px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 45px;
    color: #151515; }
  #techivy-faqs h4.elementor-heading-title {
    font-size: 22px;
    margin: 35px 0 15px;
    color: #333; }

#techivy-contact-page-section {
  background-color: #fff;
  margin: 80px auto;
  padding: 45px 30px 55px; }
  #techivy-contact-page-section h2.elementor-heading-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 45px;
    color: #151515; }
  #techivy-contact-page-section input[type="text"], #techivy-contact-page-section input[type="email"], #techivy-contact-page-section textarea {
    background: transparent;
    border-radius: 0;
    margin-top: 5px;
    width: 100%;
    padding: 10px;
    border: 1px solid #e2e2e2; }
  #techivy-contact-page-section input[type="text"], #techivy-contact-page-section input[type="email"] {
    height: 45px; }
  #techivy-contact-page-section input[type="submit"] {
    background: #f1284a;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    font-family: "Montserrat", sans-serif;
    border: none;
    transition: all 0.5s;
    margin: 0 auto;
    display: inherit; }
  #techivy-contact-page-section input[type="submit"]:hover {
    background: #333;
    cursor: pointer; }
  #techivy-contact-page-section #contact-text {
    text-align: center; }
    #techivy-contact-page-section #contact-text p {
      margin: 0.75em; }
  #techivy-contact-page-section .elementor-widget-social-icons {
    margin-top: 25px; }
    #techivy-contact-page-section .elementor-widget-social-icons a {
      background-color: transparent;
      margin: 5px;
      padding: 0; }
      #techivy-contact-page-section .elementor-widget-social-icons a i {
        color: #f1284a;
        border: 2px solid #f1284a;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        padding: 8px;
        transition: all 0.5s;
        font-size: 16px; }
      #techivy-contact-page-section .elementor-widget-social-icons a i:hover {
        background: #f1284a;
        color: #fff; }

.page-template-elementor-page-template .entry-content {
  margin-top: 0; }
.page-template-elementor-page-template .hentry {
  margin-bottom: 0; }

/* ===== footer ===== */
#after_footer {
  background-color: #333;
  padding: 20px 0;
  text-align: center;
  color: #fff; }

#sidebar-footer .widget-title {
  font-size: 18px;
  margin-top: 10px; }
#sidebar-footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  #sidebar-footer ul li {
    margin-bottom: 5px; }
  #sidebar-footer ul a {
    color: #666; }
  #sidebar-footer ul a:hover {
    color: #f1284a; }
#sidebar-footer .ti-social-footer {
  padding-top: 10px; }
  #sidebar-footer .ti-social-footer a {
    margin: 2px; }
  #sidebar-footer .ti-social-footer a:first-child {
    margin-left: 0; }
  #sidebar-footer .ti-social-footer i {
    border: 2px solid #f1284a;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.5s;
    text-align: center; }
  #sidebar-footer .ti-social-footer i:hover {
    background: #f1284a;
    color: #fff; }
#sidebar-footer .ti-logo-footer {
  margin-top: 45px; }
#sidebar-footer .ti-submitform .wpcf7-form-control-wrap.your-email {
  float: left;
  width: auto;
  max-width: 50%; }
#sidebar-footer .ti-submitform .wpcf7-email {
  height: 45px;
  border-radius: 0;
  border: none;
  background: #f3f3f3;
  padding: 15px; }
#sidebar-footer .ti-submitform .wpcf7-submit {
  max-width: 15%;
  margin-top: -1px;
  height: 47px;
  background: #f1284a;
  font-size: 20px; }
#sidebar-footer #wp-calendar td, #sidebar-footer #wp-calendar th {
  padding: 5px;
  border: thin solid #EFEFEF; }

.hidden {
  display: none; }

.visible ~ .visible:before {
  content: '\2022';
  margin: 0 0.2rem;
  letter-spacing: 0; }

/* == guteberg compatibility css == */
.has-light-gray-background-color {
  background-color: #f5f5f5; }

.has-light-gray-color {
  color: #f5f5f5; }

.has-gray-background-color {
  background-color: #777; }

.has-gray-color {
  color: #777; }

.has-black-background-color {
  background-color: #000000; }

.has-black-color {
  color: #000000; }

.has-dark-blue-background-color {
  background-color: #236390; }

.has-dark-blue-color {
  color: #236390; }

.has-blue-background-color {
  background-color: #0286cf; }

.has-blue-color {
  color: #0286cf; }

.has-green-background-color {
  background-color: #3A6D07; }

.has-green-color {
  color: #3A6D07; }

.has-legacy-background-color {
  background-color: #b6b6b6; }

.has-legacy-color {
  color: #b6b6b6; }

.has-orange-background-color {
  background-color: #FF7D0F; }

.has-orange-color {
  color: #FF7D0F; }

.has-pink-background-color {
  background-color: #ff689b; }

.has-pink-color {
  color: #ff689b; }

.has-red-background-color {
  background-color: #85001e; }

.has-red-color {
  color: #85001e; }

td, th {
  padding: 10px; }

/* ===== media ===== */
@media screen and (min-width: 0) {
  /* menu styling: start */
  .main-navigation .menu-toggle {
    float: right;
    background-color: #f1284a;
    border-color: #f1284a;
    color: #000; }
  .main-navigation .menu {
    background-color: #fff;
    display: none;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 120px;
    z-index: 1000;
    margin: 0;
    padding-left: 0;
    background: #e2e2e2; }
    .main-navigation .menu, .main-navigation .menu ul {
      list-style: none; }
    .main-navigation .menu li {
      border-radius: 1px solid #e2e2e2; }
      .main-navigation .menu li.menu-item-has-children {
        border-bottom: none; }
      .main-navigation .menu li a {
        color: #fff;
        font-family: "Montserrat", sans-serif; }
      .main-navigation .menu li a:hover {
        color: #f1284a; }
    .main-navigation .menu li.current-menu-item > a {
      color: #f1284a; }
  .main-navigation .sub-menu {
    z-index: 999; }
    .main-navigation .sub-menu a {
      border-bottom: none; }
  .main-navigation a {
    display: block;
    padding: 10px 5px;
    color: #000; }
  .main-navigation.toggled .menu {
    display: block;
    padding: 20px; }
    .main-navigation.toggled .menu a {
      padding: 10px 15px; }

  /* menu styling: end */
  #techivy-aboutus .elementor-widget-wrap .elementor-text-editor {
    padding: 50px 30px;
    margin: 25px; } }
@media screen and (min-width: 576px) {
  #techivy-contact-page-section {
    width: 90%;
    padding: 45px 75px 55px; }

  #comments .comment-list .comment-row {
    flex-direction: row; }

  #comments .comment-list .comment-row .techivy-cmt-author-img .techivy-cmt-reply {
    text-align: center; }

  #sidebar-footer .ti-submitform .wpcf7-form-control-wrap.your-email {
    width: 80%;
    max-width: 100%; }

  #sidebar-footer .ti-submitform .wpcf7-submit {
    float: right;
    width: 20%;
    max-width: 100%; } }
@media screen and (min-width: 768px) {
  .main-navigation {
    text-align: center; }
    .main-navigation .menu-toggle {
      display: none; }
    .main-navigation .menu {
      list-style: none;
      display: block;
      clear: both;
      position: unset;
      background: #fff; }
      .main-navigation .menu li {
        display: inline-block; }
        .main-navigation .menu li a {
          color: #000; }
    .main-navigation .sub-menu {
      display: none;
      border: 1px solid #e2e2e2;
      margin-left: 0;
      background: #fff;
      text-align: left; }
      .main-navigation .sub-menu a {
        padding: 10px; }
    .main-navigation .menu-item-has-children:hover .sub-menu {
      display: block;
      position: absolute;
      padding: 0; }
      .main-navigation .menu-item-has-children:hover .sub-menu li {
        display: block;
        border-bottom: 1px solid #e2e2e2; }
      .main-navigation .menu-item-has-children:hover .sub-menu li:hover {
        background: #f8f8f8; }

  #content .grid-sizer,
  #content .grid-item {
    width: calc((100% - 30px)/2); }

  #sidebar-footer .widget-title {
    margin-top: 55px;
    margin-bottom: 45px; }

  #sidebar-footer .widget {
    margin-bottom: 60px; }

  #techivy-aboutus #about-us-red {
    height: 700px; }
  #techivy-aboutus .elementor-widget-wrap {
    position: absolute;
    right: 0;
    left: 0;
    transform: translate(50%, 90px);
    width: 100%;
    text-align: center;
    top: 0; }
    #techivy-aboutus .elementor-widget-wrap .elementor-text-editor {
      padding: 50px 30px; }

  #techivy-blog #blog_section_multi {
    margin-top: 55px;
    margin-bottom: 10px; }
    #techivy-blog #blog_section_multi .listing-item {
      width: 50%;
      display: inline-block;
      padding: 0 15px;
      margin-bottom: 55px; }

  #techivy-banner h1.elementor-heading-title {
    margin-top: 120px; }

  #techivy-features-page .features-item-section:nth-child(odd) .elementor-row {
    flex-flow: unset; }

  #techivy-pricing-page #pricing-plan-std .pricing-values {
    padding-top: 120px; }

  #techivy-pricing-page .pricing-values {
    padding: 80px 30px; }

  #techivy-pricing-page .pricing-values .ti-dollar {
    font-size: 2em; }
  #techivy-pricing-page .pricing-values .ti-price {
    font-size: 4em; }
  #techivy-pricing-page .pricing-values .ti-duration {
    font-size: 1.1em; }

  #techivy-contact-page-section {
    width: 80%; } }
@media screen and (min-width: 992px) {
  #techivy-aboutus #about-us-red {
    height: 675px; }
  #techivy-aboutus .elementor-widget-wrap .elementor-text-editor {
    padding: 70px 50px; }

  #techivy-banner h1.elementor-heading-title {
    margin-top: 200px; }
  #techivy-banner .elementor-image {
    margin-top: 110px;
    margin-left: -200px; }

  #techivy-features-page .features-item-title {
    margin: 30px 0 20px; }

  #techivy-pricing-page .pricing-values .ti-dollar {
    font-size: 2em; }
  #techivy-pricing-page .pricing-values .ti-price {
    font-size: 4em; }
  #techivy-pricing-page .pricing-values .ti-duration {
    font-size: 1.1em; }

  #techivy-pricing-page #pricing-plan-std .pricing-values {
    padding-top: 130px; }

  #techivy-pricing-page .pricing-values {
    padding: 100px 75px; }

  #techivy-faqs .faq-section .elementor-inner-column:first-child {
    padding-right: 30px; }
  #techivy-faqs .faq-section .elementor-inner-column:last-child {
    padding-left: 30px; }

  #techivy-contact-page-section {
    width: 60%; } }
@media screen and (min-width: 1200px) {
  #techivy-aboutus #about-us-red {
    height: 675px; }
  #techivy-aboutus .elementor-widget-wrap .elementor-text-editor {
    padding: 90px 75px; }

  #techivy-pricing-page .pricing-values .ti-dollar {
    font-size: 2.5em; }
  #techivy-pricing-page .pricing-values .ti-price {
    font-size: 5.5em; }
  #techivy-pricing-page .pricing-values .ti-duration {
    font-size: 1.125em; } }
@media screen and (max-width: 320px) {
  .ti-footer-contact li {
    word-wrap: break-word; } }
@media screen and (max-width: 1199px) {
  .ti-submitform {
    display: flex; } }

/*# sourceMappingURL=style.css.map */
