@charset "UTF-8";
/*
Theme Name: Engitech
Theme URI: https://wpdemo.archiwp.com/engitech
Author: OceanThemes
Author URI: https://oceanthemes.net/
Description: Engitech is a WordPress theme for IT Solution and Services Company. Engitech is easy to use, it provides everything you need to create great looking website. With Engitech you can impress your customer by it’s professional design and the interactivity. Engitech built with latest website technology to ensure your website is looks nice on desktop and mobile. Get Engitech now!
Version: 1.1.1
License: GNU General Public License v2+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: engitech
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> 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
	 ========================================================================== */
/**
 * 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%;
  overflow-x: hidden;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #6d6d6d;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Flaticon'; / Define the custom font name /
  font-display: swap; / Define how the browser behaves during download /
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1b1d21;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}

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

blockquote {
  font-size: 22px;
  line-height: 36px;
  margin: 30px 0 25px;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  padding: 0 30px 0 50px;
  position: relative;
  color: #1b1d21;
}
blockquote:before {
  content: "";
  font-family: "Flaticon";
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #7141b1;
}
blockquote cite {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b5b5b5;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.7142857143;
  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;
  font-size: 15px;
}

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

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

big {
  font-size: 125%;
}

.bg-alt {
  background: #f8f8f8;
}

.bg-primary {
  background: #43baff;
}

.bg-second {
  background: #7141b1;
}

.text-primary {
  color: #43baff;
}

.text-second {
  color: #7141b1;
}

.text-dark {
  color: #1b1d21;
}

.section-padd {
  padding: 110px 0;
}

.section-padd-bot {
  padding-bottom: 110px;
}

.section-padd-top {
  padding-top: 110px;
}

.section-padd-top70 {
  padding-top: 70px;
}

.lead {
  font-size: 18px;
}

.clear-both {
  clear: both;
}

.unstyle {
  list-style: none;
  padding-left: 0;
}

.font-main {
  font-family: 'Mulish', sans-serif;
}

.font-second {
  font-family: "Montserrat", sans-serif;
}

.font14 {
  font-size: 14px;
}

.text-light {
  color: #fff;
}
.text-light * {
  color: #fff;
}

.bolder {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.dtable {
  display: table;
}

.dcell {
  display: table-cell;
  vertical-align: middle;
}

.flex-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b-shadow {
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
}
.gaps.size-2x {
  height: 40px;
}

.slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -57px;
  margin-top: -17px;
  background: none;
  color: #1b1d21;
  border: none;
  outline: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.slick-arrow:not(.slick-disabled):hover {
  color: #43baff;
}
.slick-arrow.next-nav {
  left: auto;
  right: -57px;
}
.slick-arrow i:before {
  font-size: 18px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 32px;
  line-height: 10px;
  width: auto;
  height: auto;
  color: #d0d0d0;
}

.slick-dots li.slick-active button:before {
  color: #7141b1;
  font-size: 45px;
  left: -2px;
}

/*--------------------------------------------------------------
# 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. */
  overflow-x: hidden;
}

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

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

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

.none-style {
  list-style: none;
  padding-left: 0;
}

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%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
}
.octf-btn:visited {
  color: #fff;
}
.octf-btn:hover, .octf-btn:focus {
  background: #fff;
  color: #fff;
}

.octf-btn.octf-btn-second {
  background: #fff;
  color: #fff;
}
.octf-btn.octf-btn-second:visited {
  background: #fff;
  color: #fff;
}
.octf-btn.octf-btn-second:hover, .octf-btn.octf-btn-second:focus {
  background: #fff;
}

.octf-btn.octf-btn-light {
  /*background: #fff;*/
  border:solid 1px #fff;
  color: #fff;
}
.octf-btn.octf-btn-light:visited {
  /*background: #fff;*/
  color: #fff;
}
.octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
  color: #fff;
  background: #2b5e91;
}

.octf-btn-dark {
  color: #fff;
  background: #fff;
}
.octf-btn-dark:visited {
  color: #fff;
  background: #fff;
}
.octf-btn-dark:hover, .octf-btn-dark:focus {
  background: #fff;
  color: #fff;
}

.btn-details {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.btn-details i {
  margin-right: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.btn-details i:before {
  font-size: 15px;
}
.btn-details:hover i {
  margin-right: 3px;
}
.btn-details:visited {
  color: #FFFFFF;
}

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: #b5b5b5;
  border: none;
  background: #f6f6f6;
  padding: 10px 20px;
  box-sizing: border-box;
  outline: none;
}
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: #6d6d6d;
}

select {
  border: none;
  background: #f6f6f6;
  outline: none;
}

textarea {
  width: 100%;
  height: 150px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6d6d6d;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6d6d;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6d6d6d;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6d6d6d;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #7141b1;
  text-decoration: none;
}
a:visited {
  color: #7141b1;
}
a:hover, a:focus, a:active {
  color: #43baff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.header-topbar {
  padding: 7px 0px;
  border-bottom: 1px solid transparent;
  background: #141d38;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 600;
}
.header-topbar a {
  color: #b5b5b5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.header-topbar a:hover {
  color: #43baff;
}

.social-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: 25px;
  float: right;
}
.social-list li {
  display: inline-block;
  margin: 0px 8px;
}
.social-list li:last-child {
  margin-right: 0px;
}
.social-list li a {
  display: inline-block;
  padding: 0px 3px;
}
.social-list li a i {
  font-size: 13px;
  font-weight: 400;
}

.topbar-info {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}
.topbar-info li {
  padding: 0px 20px;
  float: left;
}
.topbar-info li:first-child {
  padding-left: 0px;
}
.topbar-info li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  margin-right: 7px;
  line-height: 1;
}

.topbar_languages {
  float: right;
  border-left: 1px solid #e5e5e5;
  margin-left: 30px;
  padding-left: 20px;
}
.topbar_languages select {
  background: transparent;
  border: 0px solid #F0F3FB;
  border-radius: 0px;
  padding: 0px 20px 0px 10px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a5b7d2;
  /* Here's the code we need */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.topbar_languages select:focus {
  outline: none;
}
.topbar_languages select::-ms-expand {
  display: none;
}
.topbar_languages select option {
  color: #a2b7d2;
}
.topbar_languages > div {
  position: relative;
}
.topbar_languages > div:after {
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -6px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: #a5b7d2;
  font-weight: 500;
  pointer-events: none;
}

.extra-text {
  float: right;
}
.extra-text a {
  color: #43baff;
}
.extra-text a:hover {
  color: #fff;
}

/* style 2 */
.style-2 {
  padding: 0;
  line-height: 40px;
}
.style-2 .social-list {
  float: left;
  margin-left: 0;
}
.style-2 .social-list li {
  margin: 0;
}
.style-2 .social-list li a {
  display: block;
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .social-list li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info {
  float: right;
  margin-left: 20px;
}
.style-2 .topbar-info li {
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* style 3 */
.header-style-3 .header-topbar {
  background: #fff;
  color: #666;
}
.header-style-3 .header-topbar a {
  color: #666;
}
.header-style-3 .header-topbar a:hover {
  color: #43baff;
}
.header-style-3 .header-topbar .topbar-info li i {
  color: #1b1d21;
}
.header-style-3 .header-topbar .extra-text a:hover {
  color: #1b1d21;
}

@media only screen and (max-width: 1199px) {
  .extra-text {
    display: none;
  }

  .social-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-topbar {
    line-height: 1.875;
    padding: 7px 0;
  }
  .mobile-topbar.header-topbar {
    display: block;
  }
  .mobile-topbar .social-list {
    float: none;
    clear: both;
    padding-top: 2px;
  }
  .mobile-topbar .social-list li a {
    border: none !important;
    padding: 0;
  }
  .mobile-topbar .social-list li:first-child {
    margin-left: 0;
  }
  .mobile-topbar .topbar-info {
    margin-left: 0;
    float: none;
  }
  .mobile-topbar .topbar-info li {
    border: none !important;
    padding-left: 0;
  }

  .style-2 .social-list li {
    margin: 0 8px;
  }
  .style-2 .social-list li:first-child a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .topbar-info li {
    float: none;
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  min-width: 145px;
  padding: 30px 0;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#site-logo img {
  width: 145px;
}
#site-logo img.logo-static {
  display: block;
}
#site-logo img.logo-scroll {
  display: none;
}

.is-stuck #site-logo img.logo-static {
  display: none;
}
.is-stuck #site-logo img.logo-scroll {
  display: block;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 10;
}
.site-header.header-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.header-overlay .header-topbar {
  background: rgba(255, 255, 255, 0.1);
}
.site-header.header-overlay .octf-cta-icons i {
  color: #fff;
}
.site-header.header-overlay .contact-header span {
  color: #ccc;
}
.site-header.header-overlay .contact-header span.main-text,
.site-header.header-overlay .contact-header span a {
  color: #fff;
}

.octf-main-header{
  border-bottom: 1px solid rgba(20, 29, 56, 0.15);
}
.header-overlay .octf-main-header{
  border-color: rgba(255, 255, 255, 0.1);
}
.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.octf-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row > [class^=octf-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 0.65;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.octf-mainbar-row > [class^=octf-col] {
  flex-flow: row nowrap;
}
.octf-mainbar-row > [class^=octf-col].text-left {
  justify-content: flex-start;
}
.octf-mainbar-row > [class^=octf-col].text-center {
  justify-content: center;
}
.octf-mainbar-row > [class^=octf-col].text-right {
  justify-content: flex-end;
}

.octf-main-header .octf-row > div:empty {
  display: none;
}

.octf-row {
  margin-right: -15px;
  margin-left: -15px;
}

.octf-col:before {
  display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.octf-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  font-weight: bold;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  margin: 0px 12px !important;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-navigation > ul > li:before {
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -1px;
  right: 0;
  background: #43baff;
  content: "";
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation > ul > li:hover:before,
.main-navigation > ul > li.current-menu-item:before,
.main-navigation > ul > li.current-menu-ancestor:before {
  left: 0;
  right: auto;
  width: 100%;
}

.main-navigation ul ul.sub-menu{
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #fff;
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.main-navigation ul > li > a {
  display: inline-block;
  padding: 32px 0px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: #1a1b1e;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-navigation ul > li > a:hover {
  color: #43baff;
}

/* .main-navigation ul > li.menu-item-has-children > a, .main-navigation ul > li.is-mega-menu > a {
  padding-right: 17px;
} */
.main-navigation ul > li.menu-item-has-children > a{
  padding-right: 17px;
	  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 0em) center;
  background-repeat: no-repeat;
}
 .main-navigation ul > li.is-mega-menu > a {
  padding-right: 17px;
}

.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0px 40px;
}

.main-navigation ul li li a {
  font-size: 15px !important;
  line-height: 30px;
  font-weight: bold;
  color: #1a1b1e;
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation:not(.no-line) ul li li a:before {
  position: absolute;
  content: "//";
  top: 50%;
  left: 0;
  color: #43baff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation:not(.no-line) ul li li a:hover:before,
.main-navigation:not(.no-line) ul ul li.current-menu-item > a:before,
.main-navigation:not(.no-line) ul ul li.current-menu-ancestor > a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
  color: #43baff;
  padding-left: 12px !important;
}
.main-navigation.no-line ul li li a:hover,
.main-navigation.no-line ul ul li.current-menu-item > a,
.main-navigation.no-line ul ul li.current-menu-ancestor > a {
  padding-left: 0;
}

/* .main-navigation ul > li.menu-item-has-children > a:after, .main-navigation ul > li.is-mega-menu > a:after {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "";
  font-size: 7px;
  line-height: 1;
  color: #c3c7c9;
  font-weight: 500;
  transform: rotate(90deg);
} */

.main-navigation ul > li.is-mega-menu > a:after {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "";
  font-size: 7px;
  line-height: 1;
  color: #c3c7c9;
  font-weight: 500;
  transform: rotate(90deg);
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: #43baff;
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  font-family: Flaticon;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 9px;
  color: #c3c7c9;
  transform: rotate(0deg);
}

.main-navigation ul li ul.sub-menu {
  min-width: 280px;
  white-space: nowrap;
  padding: 25px 0px;
  position: absolute;
  top: calc(100% + 1px);
  left: -40px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.main-navigation ul li ul ul.sub-menu {
  left: 100%;
  top: -25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* Header Overlay */
.header-overlay .main-navigation > ul > li > a {
  color: #fff;
}
.header-overlay .main-navigation > ul > li.menu-item-has-children > a:after {
  color: rgba(255, 255, 255, 0.5);
}

/* Header Call To Action */
.octf-btn-cta {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.octf-btn-cta .toggle_search {
  cursor: pointer;
  margin-left: 30px;
}
.octf-btn-cta .h-search-form-field {
  display: none;
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 1px);
  right: -30px;
  width: 330px;
}
.octf-btn-cta .h-search-form-field .h-search-form-inner {
  padding: 30px;
  background-color: #fff;
  box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
}
.octf-btn-cta .h-search-form-field.show {
  -webkit-animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.octf-btn-cta .octf-cta-icons i {
  color: #1b1d21;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
  font-size: 22px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-close:before {
  font-size: 18px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-shopper:before {
  font-size: 24px;
}
.octf-btn-cta .btn-cta-group {
  margin-left: 40px;
}
.octf-btn-cta .contact-header {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  border-left: 1px solid #dcdde1;
  padding: 5px 0 5px 40px;
}
.octf-btn-cta .contact-header i {
  font-size: 20px;
  color: #43baff;
  margin-right: 12px;
}
.octf-btn-cta .contact-header span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
}
.octf-btn-cta .contact-header span.main-text, .octf-btn-cta .contact-header span a {
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  color: #1b1d21;
  margin-top: 7px;
}

/*Header Shop Cart */
.h-cart-btn {
  position: relative;
}

.site-header-cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 1px);
  right: -30px;
  background: #fff;
  width: 330px;
  padding: 30px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.site-header-cart .woocommerce-mini-cart__buttons {
  margin-bottom: -15px;
}
.site-header-cart .widget_shopping_cart_content {
  text-align: left;
}

.cart-btn-hover:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.cart-btn-hover:hover .site-header-cart:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0px;
}

.cart-icon {
  position: relative;
  display: inline-block;
}
.cart-icon .count {
  position: absolute;
  bottom: -5px;
  left: -12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #43baff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

.header-style-3 {
  border: none;
}
.header-style-3 .octf-main-header {
  background: #141d38;
}
.header-style-3 .main-navigation ul.menu > li > a,
.header-style-3 .octf-btn-cta .octf-cta-icons i {
  color: #fff;
}
.header-style-3 .main-navigation ul.menu > li > a:hover,
.header-style-3 .octf-btn-cta .octf-cta-icons i:hover {
  color: #43baff;
}

/*Mega Menu*/
.mega-menu-content .ot-flex-column-horizontal .elementor-widget-wrap {
  flex-wrap: wrap;
}
.mega-menu-content .ot-flex-column-horizontal .elementor-widget-wrap > .elementor-widget {
  display: block;
  width: 100%;
}

.ot-flex-column-horizontal .mega-menu-content .elementor-widget-wrap {
  flex-wrap: wrap;
}
.ot-flex-column-horizontal .mega-menu-content .elementor-widget-wrap > .elementor-widget {
  display: block;
  width: 100%;
}

.main-navigation > ul > li.is-mega-menu ul {
  background: none;
  padding: 0;
  box-shadow: none;
}
.main-navigation > ul > li.is-mega-menu ul li {
  padding: 0;
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-stuck {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
  box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.site-header .is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  border: none!important;
}

.admin-bar .is-stuck,
.admin-bar .header-overlay {
  top: 32px;
}

/* Responsive */
@media (max-width: 1199px) {
  .main-navigation > ul > li {
    margin: 0 14px;
  }
}

@media (max-width: 1265px) {
  .octf-btn-cta .contact-header {
    display: none;
  }
}
/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .header_mobile,
  .header-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .octf-main-header,
  .header-desktop,
  .header-topbar {
    display: none;
  }
  .header-clone,
  .header-clone1{
    display: none!important;
  }
}

.header_mobile{
  width: 100%;
  background: #fff;
}
.header_mobile.is-stuck {
  box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
}

.mlogo_wrapper {
  position: relative;
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
.header_mobile .octf-header-module{
  flex-grow: 8;
  align-items: flex-end;
  text-align: right;
  padding-right: 55px;
}
.header_mobile .octf-btn{
  padding: 10px 20px;
  font-size: 13px;
  justify-content: flex-end;
}
.mlogo_wrapper img {
  height: 50px;
}

.mlogo_wrapper .mobile_logo {
  float: left;
}

#mmenu_toggle{
  position: absolute;
  cursor: pointer;
  width: 26px;
  height: 20px;
  right: 0px;
  margin-top: -10px;
  top: 50%;
  z-index: 1;
}

#mmenu_toggle button,
#mmenu-toggle button {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0;
  background: #1b1d21;
  height: 3px;
  padding: 0;
  border: none;
  width: 26px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  outline: none;
}

#mmenu_toggle button:before,
#mmenu-toggle button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 26px;
  height: 3px;
  background: #1b1d21;
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#mmenu_toggle button:after,
#mmenu-toggle button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 26px;
  height: 3px;
  background: #1b1d21;
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#mmenu_toggle.active button,
#mmenu-toggle.active button {
  background: none;
}

#mmenu_toggle.active button:before,
#mmenu-toggle.active button:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#mmenu_toggle.active button:after,
#mmenu-toggle.active button:after {
  bottom: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mobile_nav {
  display: none;
  background: #fff;
}

.mobile_nav .mobile_mainmenu {
  margin: 0;
  padding: 0;
}

.mobile_nav .mobile_mainmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.mobile_nav.collapse .mobile_mainmenu ul {
  display: none;
}

.mobile_nav .mobile_mainmenu li {
  position: relative;
  list-style: none;
}

.mobile_nav .mobile_mainmenu li a {
  padding: 9px 0;
  display: block;
  color: #1b1d21;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}

.mobile_nav .mobile_mainmenu > li:last-child > a {
  border: none;
}

.mobile_nav .mobile_mainmenu li li a {
  font-size: 15px;
}

.mobile_nav .mobile_mainmenu li li a:hover,
.mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a {
  color: #43baff;
}

.mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
  color: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: auto;
  padding: 9px 12px 9px 0;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
}

.mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
  color: #9397a7;
  display: inline-block;
  line-height: 1;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
  font-size: 8px;
}

.mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile_nav .mobile_mainmenu > li > a:hover, .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
.mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
  color: #43baff;
}
@media only screen and (max-width: 782px) {
  .admin-bar .is-stuck, 
  .admin-bar .header-overlay{
    top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar .is-stuck, 
  .admin-bar .header-overlay{
    top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  min-height: 350px;
  color: #43baff;
  font-weight: 500;
  background: #262051 center center no-repeat;
  background-size: cover;
}
.page-header .page-title {
  color: #fff;
  margin-bottom: 0;
  flex: 1;
  padding: 10px 20px 10px 0;
}
.page-header .breadcrumbs {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: right;
  width: 100%;
  padding-right: 20px;
}
.page-header .breadcrumbs li {
  display: inline-block;
  color: #fff;
}
.page-header .breadcrumbs li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 7px;
  color: #43baff;
  margin: -3px 8px 0;
  display: inline-block;
  vertical-align: middle;
}
.page-header .breadcrumbs li:first-child:before {
  display: none;
}
.page-header .breadcrumbs li a {
  color: #aeaacb;
}
.page-header .breadcrumbs li a:hover {
  color: #fff;
}

/* @media (max-width: 992px) {
  .page-header .inner {
    display: block;
  }
} */
@media (max-width: 767px) {
  .page-header .container {
    width: 100%;
  }
  .page-header .page-title {
    font-size: 36px;
  }
  .page-header .breadcrumbs {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .page-header {
    min-height: 200px;
    padding: 16px 0;
  }
  .page-header .page-title {
    font-size: 30px;
  }
}
.header-fullwidth .container-fluid {
  padding: 0;
}
.header-fullwidth .container-fluid .cta-col {
  flex: 2;
}

@media (max-width: 1024px) {
  .header-fullwidth .octf-area-wrap {
    width: 100%;
    padding: 0 !important;
  }

  .header-fullwidth .header-topbar .container-fluid {
    width: 970px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .header-fullwidth .header-topbar .container-fluid {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .header-fullwidth .header-topbar .container-fluid {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# 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: 14px;
  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 {
  float: left;
  margin-right: 1.5em;
}

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

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

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-content {
  /* padding: 25px 0 50px; */
  padding: 25px 0 0px;
}

.post-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .post-inner {
  background: #fff;
  margin-bottom: 60px;
}
.post-box p {
  margin-bottom: 0;
}
.post-box .entry-media {
  position: relative;
}
.post-box .entry-media .post-cat {
  position: absolute;
  z-index: 1;
  bottom: -16px;
  left: 40px;
  display: none;
}
.post-box .inner-post {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 40px 36px;
  border: 1px solid #e7e7e7;
}
.post-box .post-cat a {
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background: #43baff;
  padding: 10px;
  margin-right: 6px;
}
.post-box .post-cat a:hover {
  background: #7141b1;
}
.post-box .entry-meta {
  text-transform: capitalize;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #7141b1;
  margin-bottom: 13px;
  display: none;
}
.post-box .entry-meta > span {
  margin-right: 5px;
  display: inline-block;
}
.post-box .entry-meta a {
  color: #7141b1;
}
.post-box .entry-meta a:hover {
  color: #43baff;
}
.post-box .entry-title {
  margin-bottom: 15px;
  /* font-size: 30px;
  line-height: 36px; */
  font-size: 40px;
  line-height: 56px;
}
.date-box .posted-on a{
  font-size: 16px;
line-height: 1;
font-weight: 700;
color: #b5b5b5;
text-transform: uppercase;
}
.date-box .byline{display: none;}
.date-box .comment-num{display: none;}
.post-box .entry-title a {
  color: #1b1d21;
  display: inline-block;
}
.post-box .entry-title a:hover {
  text-decoration: underline;
}
.post-box .padding-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 40px 0 40px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}
.post-box .padding-box + .inner-post {
  border-top: none;
  padding-top: 20px;
}
.post-box .img-slider .slick-arrow {
  height: 65px;
  width: 50px;
  background: #262051;
  color: #fff;
  left: 0;
}
.post-box .img-slider .slick-arrow:hover {
  background: #fff;
  color: #262051;
}
.post-box .img-slider .next-nav {
  left: auto;
  right: 0;
}
.post-box .audio-box iframe {
  width: 100%;
}
.post-box .link-box a {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  color: #1b1d21;
}
.post-box .link-box a:hover {
  color: #43baff;
}
.post-box .link-box i {
  color: #7141b1;
  margin-right: 15px;
}
.post-box .link-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box {
  overflow: hidden;
}
.post-box .quote-box i {
  float: left;
  color: #7141b1;
}
.post-box .quote-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box .quote-text {
  padding-left: 52px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  font-family: 'Mulish', sans-serif;
  color: #1b1d21;
}
.post-box .quote-box .quote-text span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #b5b5b5;
}
.post-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-top: -30px;
  margin-left: -30px;
}
.post-box .btn-play i {
  position: relative;
  z-index: 1;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  color: #43baff;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post-box .btn-play i:before {
  margin-left: 6px;
  font-size: 21px;
}
.post-box .btn-play:before, .post-box .btn-play:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1024;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post-box .btn-play:after {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.post-box .btn-play:hover i {
  background: #43baff;
  color: #fff;
}
.post-box .btn-play:hover:before, .post-box .btn-play:hover:after {
  border-color: #43baff;
}
.post-box .btn-readmore {
  margin-top: 22px;
  line-height: 1;
  overflow: hidden;
}
.post-box .btn-readmore > a {
  font-size: 14px;
  font-weight: bold;
  color: #43baff;
}
.post-box .btn-readmore > a i {
  margin-right: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.post-box .btn-readmore > a i:before {
  font-size: 15px;
}
.post-box .btn-readmore > a:hover i {
  margin-right: 3px;
}
.post-box:hover {
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.post-box:hover > .post-inner > .inner-post,
.post-box:hover > .post-inner > .padding-box {
  border-color: transparent;
}

.page-pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
.page-pagination li {
  display: inline-block;
}
.page-pagination li a, .page-pagination li span {
  font-size: 18px;
  color: #1b1d21;
  background: #fff;
  font-weight: 700;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  border: 1px solid #e7e7e7;
}
.page-pagination li a i:before, .page-pagination li span i:before {
  font-size: 16px;
}
.page-pagination li span, .page-pagination li a:hover {
  background: #1652A2 !important;
  color: #fff;
  border-color: #1652A2 !important;
}

/* blog post */
.blog-post {
  box-shadow: none;
  overflow: inherit;
  margin-bottom: 0;
}
.blog-post > .inner-post {
  padding-left: 0;
  padding-right: 0;
  border: none;
  padding-top: 0px;
}
.blog-post > .inner-post p:not(:last-child) {
  margin-bottom: 20px;
}
.blog-post > .inner-post .entry-summary {
  padding-bottom: 50px;
  overflow: hidden;
}
.blog-post.format-audio .post-cat, .blog-post.format-quote .post-cat, .blog-post.format-link .post-cat, .blog-post.format-standard:not(.has-post-thumbnail) .post-cat {
  left: 0;
}
.blog-post .padding-box {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.blog-post .tagcloud {
  margin: 2px -3px 0;
  float: left;
}
.blog-post .tagcloud a {
  color: #1b1d21;
  background: #f6f6f6;
  font-size: 14px !important;
  font-weight: 600;
  padding: 10px 12px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 4px;
}
.blog-post .tagcloud a:hover {
  background: #7141b1;
  color: #fff;
}
.blog-post .entry-footer {
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
.blog-post .share-post {
  margin-bottom: 30px;
  text-align: center;
}
.blog-post .share-post a {
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  background: #43baff;
  color: #fff;
  margin: 0 8px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.blog-post .share-post a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog-post .share-post a.face {
  background: #4661c5;
}
.blog-post .share-post a.twit {
  background: #44b1e4;
}
.blog-post .share-post a.pint {
  background: #ff2e2e;
}
.blog-post .share-post a.linked {
  background: #0073B0;
}
.blog-post .share-post a.google {
  background: #DC4A38;
}
.blog-post .share-post a.tumblr {
  background: #3C586D; 
  display: none;
}
.blog-post .share-post a.reddit {
  background: #FD4507;
}
.blog-post .share-post a.vk {
  background: #5082B9;
}
.blog-post .author-bio {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-post .author-bio .author-image {
  float: left;
  margin-right: 50px;
}
.blog-post .author-bio .author-info {
  padding: 40px 50px 33px 0;
  border: 1px solid #e7e7e7;
  border-left: 0;
}
.blog-post .author-bio .author-info .title {
  font-weight: 600;
  margin-bottom: 7px;
}
.blog-post .author-bio .author-info h6 {
  margin-bottom: 12px;
  font-weight: 700;
}
.blog-post .author-bio .author-info .des {
  margin-bottom: 15px;
}
.blog-post .author-bio .author-info .author-socials a {
  font-size: 14px;
  margin-right: 15px;
  color: #b5b5b5;
}
.blog-post .author-bio .author-info .author-socials a:hover {
  color: #43baff;
}
.blog-post:hover {
  box-shadow: none;
}

.drop-cap {
  font-family: 'Mulish', sans-serif;
  float: left;
  text-align: center;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 8px 18px 0 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.drop-cap span {
  font-size: 24px;
  line-height: 38px;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 800;
  color: #43baff;
}

.post-nav {
  margin-bottom: 30px;
  overflow: hidden;
}
.post-nav a {
  position: relative;
  display: block;
  line-height: 1;
  min-height: 70px;
}
.post-nav a h6{
    white-space: nowrap;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-nav a:before {
  position: absolute;
  top: 0;
  color: #fff;
  background: #43baff;
  height: 70px;
  line-height: 70px;
  padding: 0 7px;
}
.post-nav h6 {
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 6px;
}
.post-nav span {
  display: none;
  font-size: 0px;
  line-height: 1;
  font-weight: bold;
  color: #FFFFFF;
}
.post-nav .post-prev {
  float: left;
  max-width: 270px;
  margin-left: -45px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-prev a {
  padding-left: 45px;
}
.post-nav .post-prev a:before {
  content: "";
  font-family: "Flaticon";
  left: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-prev:hover {
  margin-left: 0;
}
.post-nav .post-next {
  float: right;
  text-align: right;
  max-width: 270px;
  margin-right: -45px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-next a {
  padding-right: 45px;
}
.post-nav .post-next a:before {
  content: "";
  font-family: "Flaticon";
  right: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-next:hover {
  margin-right: 0;
}

.related-posts {
  margin-top: 90px;
  margin-bottom: 20px;
}
.related-posts h2 {
  margin-bottom: 30px;
}
.related-posts .post-box .post-inner {
  margin-bottom: 0;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .content-area.col-md-9 {
    margin-bottom: 60px;
  }

  .post-box.post-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-post .author-bio .author-image {
    display: none;
  }
  .blog-post .author-bio .author-info {
    padding: 20px 25px;
    border-left: 1px solid #e7e7e7;
  }

  .post-nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  blockquote {
    font-size: 20px;
  }

  .single-post .entry-content {
    padding: 25px 0 50px;
  }

  .blog-list .post-box .inner-post {
    padding: 30px;
  }

  .post-box .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area ol, .comments-area ul {
  list-style: none;
  padding-left: 0;
}
.comments-area ol .comment-respond, .comments-area ul .comment-respond {
  margin-top: -30px;
  margin-bottom: 40px;
}
.comments-area .comments-title {
  margin-bottom: 50px;
  font-size: 36px;
}
.comments-area .comment-item {
  margin-bottom: 50px;
  overflow: hidden;
}
.comments-area .comment-item .gravatar {
  float: left;
}
.comments-area .comment-item .comment-content:not(.pingback) {
  padding-left: 110px;
}
.comments-area .comment-item .comment-meta {
  position: relative;
}
.comments-area .comment-item .comment-meta .comment-author {
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 700;
}
.comments-area .comment-item .comment-meta .comment-time {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.comments-area .comment-item .comment-meta .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #43baff;
}
.comments-area .comment-item .comment-meta .comment-reply-link:before {
  content: "";
  font-family: "Flaticon";
  margin-right: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.comments-area .comment-item .comment-meta .comment-reply-link:hover:before {
  margin-right: 3px;
}
.comments-area .comment-item .comment-text p {
  margin-bottom: 15px;
}
.comments-area ul.children {
  padding-left: 60px;
}

.comment-respond {
  padding: 50px;
  border: 1px solid #e7e7e7;
  margin-bottom: 25px;
}
.comment-respond .comment-reply-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: -5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}
.comment-respond .comment-reply-title small {
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  margin-left: 5px;
}
.comment-respond .comment-reply-title small a {
  color: #ad1010; font-weight: 700; text-transform: capitalize;
}
.comment-respond .comment-reply-title small a:hover {
  color: #43baff;
}

.comment-form p {
  margin-bottom: 20px;
  line-height: 1;
}
.comment-form p label {
  margin-left: 8px;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form .comment-notes {
  margin-bottom: 36px;
}
.comment-form .logged-in-as {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  margin-bottom: 35px;
}
.comment-form .logged-in-as a {
  color: #6d6d6d;
}
.comment-form .logged-in-as a:hover {
  color: #7141b1;
}
.comment-form input[type=text],
.comment-form input[type=email] {
  width: 100%;
}
.comment-form .octf-btn {
  text-transform: capitalize;
  background: #1652A2 !important;
  border: 1px solid #1652A2;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.comment-form .octf-btn:hover {
  background: #0b64da !important;
  border: 1px solid #0b64da;
}
@media only screen and (max-width: 767px) {
.comments-area .comment-item .comment-meta .comment-reply-link {
	position: initial;
	}
	.comment-respond .comment-reply-title {
    flex-direction: column;
    row-gap: 12px;
    align-items: flex-start;
}
}
@media only screen and (max-width: 768px) {
  .comment-respond {
    padding: 30px;
  }
  .comment-respond .comment-reply-title {
    font-size: 30px;
  }

  .comments-area ul.children {
    padding-left: 30px;
  }

  .comment-form .octf-btn {
    font-size: 12px;
    padding: 10px 23px;
  }
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget ul li {
  position: relative;
}
.widget .tagcloud {
  margin: 0 -3px -10px;
}
.widget .tagcloud a {
  color: #1b1d21;
  background: #f6f6f6;
  font-size: 14px !important;
  font-weight: 600;
  padding: 10px 12px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
}
.widget .tagcloud a:hover {
  background: #7141b1;
  color: #fff;
}

.widget-area .widget {
  margin-bottom: 45px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.widget-area .widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 25px;
  height: 3px;
/*   background: #31a1d3 !important; */
	background: #1652A2 !important;
}
.widget-area .widget ul:not(.recent-news) > li {
  font-weight: 800;
  font-size: 14px;
  position: relative;
  margin-bottom: 11px;
  line-height: 24px;
}

.widget-area .widget ul:not(.recent-news) > li.cat-item {font-size: 16px;}
.widget-area .widget ul:not(.recent-news) > li:last-child {
  margin-bottom: 0;
}
.widget-area .widget ul:not(.recent-news) > li a {
  color: #1b1d21;
  display: inline-block;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
}
.widget-area .widget ul:not(.recent-news) > li a:hover {
  color: #7141b1;
}
.widget-area .widget ul:not(.recent-news) > li .posts-count {
  color: #b5b5b5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget ul:not(.recent-news) > li.recentcomments a:before {
  display: none;
}
.widget-area .widget select {
  width: 100%;
  padding: 8px;
  outline: none;
}
.widget-area .widget table caption {
  margin-bottom: 10px;
}
.widget-area .widget table td, .widget-area .widget table th {
  border-color: #aaa;
  text-align: center;
}
.widget-area .widget_categories ul li a,
.widget-area .widget_product_categories ul li a,
.widget-area .widget_archive ul li a {
  text-transform: capitalize;
  color: #1b1d21;
  display: inline-block;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
}
.widget-area .widget_categories ul li a:before,
.widget-area .widget_product_categories ul li a:before,
.widget-area .widget_archive ul li a:before {
  content: "//";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: #7141b1;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
}
.widget-area .widget_categories ul li a + span,
.widget-area .widget_product_categories ul li a + span,
.widget-area .widget_archive ul li a + span {
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  color: #b7b6b6;
}
.widget-area .widget_categories ul li a:hover,
.widget-area .widget_product_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover {
  color: #7141b1;
  padding-left: 15px;
}
.widget-area .widget_categories ul li a:hover:before,
.widget-area .widget_product_categories ul li a:hover:before,
.widget-area .widget_archive ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.widget-area .widget_categories ul li a:hover + span,
.widget-area .widget_product_categories ul li a:hover + span,
.widget-area .widget_archive ul li a:hover + span {
  color: #7141b1;
}

.widget .recent-news {
  padding-top: 5px;
}
.widget .recent-news li:not(:last-child) {
  margin-bottom: 25px;
}
.widget .recent-news .thumb {
  float: left;
  width: 70px;
  margin-right: 20px;
}
.widget .recent-news h6 {
  margin: -3px 0 3px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.widget .recent-news h6 a {
  color: #1b1d21;
  display: block;
}
.widget .recent-news h6 a:before {
  display: none;
}
.widget .recent-news h6 a:hover {
  color: #1b1d21 !important;
  opacity: 0.8;
}
.widget .recent-news .entry-date {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #b5b5b5;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding: 0 66px 0 20px;
  height: 46px;
  line-height: 1;
  border-color: #e6e6e6;
  border-radius: 4px;
	color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.search-form .search-submit {
  border-radius: 0px 4px 4px 0px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: #b5b5b5;
/*   background: #31a1d3 !important; */
	background: #1652A2 !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.search-form .search-submit i {
  color: #fff;
}
.search-form .search-submit i:before, .search-form .search-submit i:after {
  font-size: 16px;
}
.search-form .search-submit:hover {
  background: #0b64da !important;
}

.instafeed-gallery .instafeed-item {
  display: inline-block;
  width: 33.33333333%;
}
.instafeed-gallery .instafeed-item a {
  display: inline-block;
  margin: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #f1f1f1;
}
.instafeed-gallery .instafeed-item a img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.author-widget_wrapper {
  position: relative;
  max-width: 270px;
}
.author-widget_wrapper .author-widget_info {
  padding: 0 30px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.author-widget_wrapper .author-widget_title {
  margin-bottom: 10px;
  color: #fff;
}
.author-widget_wrapper .author-widget_text {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.author-widget_social a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  height: 26px;
  width: 26px;
  line-height: 26px;
  cursor: pointer;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.author-widget_social a.social-facebook {
  color: #2255ee;
}
.author-widget_social a.social-twitter {
  color: #4ccef9;
}
.author-widget_social a.social-google {
  color: #dd4b39;
}
.author-widget_social a.social-pinterest {
  color: #ff2e2e;
}
.author-widget_social a.social-linkedin {
  color: #3292ff;
}
.author-widget_social a.social-buffer {
  color: #000000;
}
.author-widget_social a.social-digg {
  color: #005be2;
}
.author-widget_social a.social-reddit {
  color: #ff4500;
}
.author-widget_social a.social-tumbleupon {
  color: #eb4924;
}
.author-widget_social a.social-tumblr {
  color: #35465c;
}
.author-widget_social a.social-vk {
  color: #45668e;
}
.author-widget_social a.social-yummly {
  color: #E16120;
}
.author-widget_social a.social-email {
  color: #E84231;
}
.author-widget_social a.social-dribbble {
  color: #ea4c89;
}
.author-widget_social a.social-instagram {
  color: #ff9000;
}
.author-widget_social a.social-youtube {
  color: #FF0000;
}
.author-widget_social a.social-pinterest {
  color: #E60023;
}
.author-widget_social a:last-child {
  margin-right: 0px;
}
.author-widget_social a:hover {
  transform: translateY(-3px);
}

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

.bypostauthor {
  color: inherit;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}

.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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
.ot-heading > span {
  font-size: 14px;
  font-weight: 800;
  color: #7141b1;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.ot-heading h2 {
  margin-bottom: 0;
  line-height: 48px;
	font-size:42px;
}
.mb-0-lh48 .ot-heading h5{
	  margin-bottom: 0;
  line-height: 48px;
}
.mb-0-lh48 .ot-heading h6{
	  margin-bottom: 0;
  line-height: 48px;
}
@media (max-width: 767px) {
  .ot-heading > span {
    font-size: 12px;
  }

  .ot-heading h2 {
    font-size: 27px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .ot-heading h2 br {
    display: none;
  }
}
/** Style 1 **/
.icon-box-s1 .icon-main {
  color: #7141b1;
}
.icon-box-s1 .icon-main i, .icon-box-s1 .icon-main span:before {
  font-size: 40px;
}
.icon-box-s1 .icon-main img {
  width: 40px;
}
.icon-box-s1 h5 {
  font-size: 18px;
  font-weight: 600;
}
.icon-box-s1 h5 a {
  color: #1b1d21;
}
.icon-box-s1 .line-box {
  height: 3px;
  width: 100%;
  background: #efefef;
  margin-bottom: 15px;
  position: relative;
}
.icon-box-s1 .line-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background: #7141b1;
  height: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s1:hover .line-box:after {
  left: 0;
  right: auto;
  width: 100%;
}

/** Style 2 **/
.icon-box-s2 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s2.s1 .icon-main, .icon-box-s2.s3 .icon-main {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  float: left;
  text-align: center;
  line-height: 1;
  color: #7141b1;
}
.icon-box-s2.s1 .icon-main i, .icon-box-s2.s1 .icon-main span:before, .icon-box-s2.s3 .icon-main i, .icon-box-s2.s3 .icon-main span:before {
  font-size: 45px;
}
.icon-box-s2.s1 .icon-main span, .icon-box-s2.s3 .icon-main span {
  display: block;
}
.icon-box-s2.s1 .icon-main img, .icon-box-s2.s3 .icon-main img {
  width: 45px;
}
.icon-box-s2.s1 .content-box, .icon-box-s2.s3 .content-box {
  padding-left: 75px;
}
.icon-box-s2 .content-box h5 {
  margin-bottom: 17px;
  font-weight: bold;
}
.icon-box-s2 .content-box h5 a {
  color: #1b1d21;
}
.icon-box-s2 .content-box h5 a:hover {
  color: #43baff;
}
.icon-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}
.icon-box-s2.s2 {
  padding: 40px 45px;
  position: relative;
  overflow: hidden;
}
.icon-box-s2.s2 * {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.icon-box-s2.s2 .icon-main {
  color: #7141b1;
  margin-bottom: 30px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main i, .icon-box-s2.s2 .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main img {
  max-width: 40px;
  margin-top: -5px;
}
.icon-box-s2.s2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s2.s2:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -15px;
  right: -15px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.icon-box-s2.s2:hover {
  background: transparent !important;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.icon-box-s2.s2:hover:before {
  width: 100%;
  opacity: 1;
}
.icon-box-s2.s2:hover:after {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.icon-box-s2.s2 .content-box h5 {
  margin-bottom: 14px;
}
.icon-box-s2.s3 .icon-main {
  float: right;
}
.icon-box-s2.s3 .content-box {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}

.tech-box {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 15px 30px;
}
.tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.tech-box i, .tech-box span:before {
  font-size: 55px;
  line-height: inherit;
}
.tech-box h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.tech-box:hover {
  background: #43baff;
  border-color: #43baff;
  color: #fff;
}
.tech-box:visited {
  color: #fff;
}

.ot-image-box {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.ot-image-box .overlay {
  z-index: 1;
  opacity: 1;
  background: rgba(16, 120, 165, 0.2);
}
.ot-image-box h4 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-image-box img {
  filter: grayscale(90%);
}
.ot-image-box:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.ot-image-box:hover img {
  filter: none;
}
.ot-image-box:hover .overlay {
  background: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
  .icon-box-s2.s2 {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1024px) {
  .icon-box-s2.s2:before {
    width: 100%;
  }
}
.service-box {
  overflow: hidden;
  position: relative;
  padding: 33px 35px 28px;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border: 1px solid #e7e7e7;
}
.service-box * {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.service-box .icon-main {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  background: #43baff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.service-box .icon-main i, .service-box .icon-main span:before {
  font-size: 17px;
}
.service-box .icon-main img,
.service-box .icon-main svg {
  width: 17px;
}
.service-box .content-box {
  padding-left: 73px;
  position: relative;
}
.service-box .content-box h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.service-box .content-box p:last-child {
  margin-bottom: 0;
}
.service-box .big-number {
  position: absolute;
  right: -7px;
  bottom: 0;
  font-size: 72px;
  font-weight: bold;
  font-family: 'Mulish', sans-serif;
  line-height: 52px;
  color: #f2f2f2;
}
.service-box:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

@media (max-width: 600px) {
  .service-box .number-box {
    float: none;
    margin-bottom: 30px;
  }
}
.serv-box {
  overflow: hidden;
  position: relative;
  padding: 40px 40px 35px;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border: 1px solid #e7e7e7;
}
.serv-box * {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box .icon-main {
  position: absolute;
  top: -88px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background-color: #00deff;
  background-image: -moz-linear-gradient(125deg, #00deff, #502a71);
  background-image: -webkit-linear-gradient(125deg, #00deff, #502a71);
  background-image: linear-gradient(125deg, #00deff, #502a71);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.serv-box .icon-main i, .serv-box .icon-main span, .serv-box .icon-main img, .serv-box .icon-main svg {
  position: absolute;
  bottom: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.serv-box .icon-main i:before, .serv-box .icon-main span:before, .serv-box .icon-main img:before {
  font-size: 35px;
}
.serv-box .icon-main svg {
  width: 35px;
}
.serv-box .icon-main img {
  width: 35px;
}
.serv-box .content-box h5 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-right: 60px;
  margin-bottom: 10px;
}
.serv-box .content-box ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.serv-box .content-box ul li {
  padding: 0 20px;
}
.serv-box .content-box ul li a {
  color: #1b1d21;
  display: inline-block;
  line-height: 40px;
  position: relative;
}
.serv-box .content-box ul li a:before {
  content: "//";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: #7141b1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box .content-box ul li:hover, .serv-box .content-box ul li.active {
  background: #f8f8f8;
}
.serv-box .content-box ul li:hover a, .serv-box .content-box ul li.active a {
  color: #7141b1;
  padding-left: 15px;
}
.serv-box .content-box ul li:hover a:before, .serv-box .content-box ul li.active a:before {
  opacity: 1;
  visibility: visible;
}
.serv-box .content-box ul:last-child {
  margin-bottom: 0;
}
.serv-box:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.serv-box .overlay {
  z-index: 2;
  background: transparent;
}

.serv-box-2 {
  overflow: hidden;
  position: relative;
  padding: 43px 30px 65px;
  background: #262051;
  color: #aeaacb;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .big-number {
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 100px;
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  line-height: 72px;
  color: #332d5f;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main {
  position: absolute;
  bottom: -88px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background: #332d5f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main i, .serv-box-2 .icon-main span, .serv-box-2 .icon-main img, .serv-box-2 .icon-main svg {
  position: absolute;
  top: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.serv-box-2 .icon-main i:before, .serv-box-2 .icon-main span:before, .serv-box-2 .icon-main img:before {
  font-size: 35px;
}
.serv-box-2 .icon-main svg {
  width: 35px;
}
.serv-box-2 .icon-main img {
  width: 35px;
}
.serv-box-2 .content-box {
  position: relative;
  z-index: 1;
}

.serv-box-2 .content-box h5 {
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.serv-box-2 .content-box .btn-details {
  display: inline-block;
  margin-top: 30px;
}
.serv-box-2:hover {
  background: #fff;
  color: #6d6d6d;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.serv-box-2:hover .big-number {
  color: #f4f6f6;
}
.serv-box-2:hover .icon-main {
  background: #43baff;
}
.serv-box-2:hover .content-box h5 {
  color: #1b1d21;
}


/* .client-logos
================================================== */
.client-logos{
  text-align: center;
}
.client-logos .swiper-pagination-bullet{
  opacity: 1;
}

/* .projects-grid
================================================== */
.projects-grid, .project-slider {
  position: relative;
  margin: -15px;
}

.projects-grid:after {
  content: "";
  display: block;
  clear: both;
}

.project-item,
.pgrid-box {
  float: left;
  width: 33.3333333333%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.projects-grid.pf_5_cols .project-item,
.pgrid.pf_5_cols .pgrid-box {
  width: 20%;
}

.projects-grid.pf_4_cols .project-item,
.pgrid.pf_4_cols .pgrid-box {
  width: 25%;
}

.projects-grid.pf_2_cols .project-item,
.pgrid.pf_2_cols .pgrid-box {
  width: 50%;
}

.projects-style-1 .projects-box {
  position: relative;
  overflow: hidden;
}
.projects-style-1 .projects-box .portfolio-info {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box .portfolio-info .overlay {
  opacity: 1;
  background: transparent;
  z-index: 0;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box .portfolio-info h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 7px;
}
.projects-style-1 .projects-box .portfolio-info h5 a {
  color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates {
  display: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates a {
  color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span:last-child {
  display: none;
}
.projects-style-1 .projects-box:hover .portfolio-info {
  opacity: 1;
}
.projects-style-1 .projects-box .projects-thumbnail {
  overflow: hidden;
}
.projects-style-1 .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  filter: grayscale(90%);
}

.projects-style-2 .projects-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.projects-style-2 .projects-box .portfolio-info {
  /* min-width: 310px; */
  width: calc(100% - 60px);
  margin: auto;
  position: absolute;
  bottom: -50px;
  left: 50%;
  text-align: center;
  background: #262051;
  padding: 26px 30px 18px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-2 .projects-box .portfolio-info h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
.projects-style-2 .projects-box .portfolio-info h5 a {
  color: #fff;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates {
  color: #aeaacb;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates a {
  color: #aeaacb;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates span:last-child {
  display: none;
}
.projects-style-2 .projects-box .portfolio-info.full-width {
  width: 100%;
  transform: none;
  left: 0;
}
.projects-style-2 .projects-box:hover .portfolio-info {
  bottom: 0;
  opacity: 1;
}
.projects-style-2 .projects-box .projects-thumbnail {
  overflow: hidden;
}
.projects-style-2 .projects-box .projects-thumbnail .overlay {
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  z-index: 0;
}
.projects-style-2 .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-2 .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/**** Project Carousel ****/
.project-slider .projects-box {
  overflow: visible;
  margin-bottom: 50px;
}
.project-slider .projects-box .portfolio-info {
  opacity: 1;
  z-index: 1;
  text-align: left;
  width: calc(100% - 70px);
  padding-top: 28px;
  padding-bottom: 20px;
  overflow: hidden;
}
.project-slider .projects-box .portfolio-info h5 {
  font-size: 22px;
}
.project-slider .projects-box .portfolio-info.full-width {
  width: 100%;
  transform: none;
  left: 0;
}
.project-slider .projects-box .portfolio-info .btn-link {
  position: absolute;
  right: -94px;
  top: -100px;
  width: 188px;
  height: 188px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.project-slider .projects-box .portfolio-info .btn-link i {
  position: absolute;
  bottom: 45px;
  left: 50px;
  line-height: 1;
  color: #43baff;
}
.project-slider .projects-box .portfolio-info .btn-link i:before {
  font-size: 18px;
}
.project-slider .projects-box .projects-thumbnail {
  overflow: hidden;
}
.project-slider .projects-box .projects-thumbnail .overlay {
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  z-index: 0;
}
.project-slider .projects-box:hover .portfolio-info {
  bottom: -50px;
}
.project-slider .projects-box:hover .portfolio-info .btn-link {
  background: #43baff;
}
.project-slider .projects-box:hover .portfolio-info .btn-link i {
  color: #fff;
}
.project-slider .projects-box:hover .projects-thumbnail img {
  filter: grayscale(90%);
}
.project-slider .projects-box:hover .projects-thumbnail .overlay {
  opacity: 1;
}
.project-slider .slick-arrow {
  left: 15px;
  height: 65px;
  width: 50px;
  background: #fff;
}
.project-slider .slick-arrow.next-nav {
  left: auto;
  right: 15px;
}
.project-slider .slick-arrow:hover {
  background: #43baff;
  color: #fff;
}

/**** Isotope Filtering ****/
.project-filter-wrapper{
  overflow: hidden;
}
.project_portfolio-section .project-filter-wrapper .project_filters{display: none;}
.project_filters {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 0;
}
.project_filters:after {
  content: "";
  display: block;
  clear: both;
}

.project_filters li {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.project_filters li:last-child {
  margin-right: 0;
}
.project_filters li:first-child {
  margin-left: 0;
}

.project_filters li a {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  outline: none;
  color: #1652A2 !important;
  padding-bottom: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.project_filters li a:hover, .project_filters li a.selected {
  color: #1652A2 !important;
}
.project_filters li a:after {
  position: absolute;
  height: 3px;
  width: 0%;
  right: 0px;
  bottom: 0px;
  background-color: #1652A2 !important;
  content: "";
  display: block;
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.project_filters li a:hover:after, .project_filters li a.selected:after {
  opacity: 1;
  left: 0;
  right: auto;
  width: 100%;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
.project-bottom {
  padding-top: 42px;
}

.single-portfolio-navigation {
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.single-portfolio-navigation .post-nav .post-prev {
  margin: 0;
}
.single-portfolio-navigation .post-nav .post-prev:hover a {
  padding-left: 50px;
}
.single-portfolio-navigation .post-nav .post-next {
  margin: 0;
}
.single-portfolio-navigation .post-nav .post-next:hover a {
  padding-right: 50px;
}
.single-portfolio-navigation .post-nav a {
  min-height: 48px;
}
.single-portfolio-navigation .post-nav a:before {
	border-radius: 4px;
    background: #1652A2 !important;
  line-height: 48px;
  height: 48px;
}

.portfolio-related-posts-wrap {
  padding-top: 70px;
}

.portfolio-related-title-wrap h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .project-item,
  .projects-grid.pf_4_cols .project-item,
  .projects-grid.pf_5_cols .project-item,
  .pgrid-box,
  .pgrid.pf_4_cols .pgrid-box,
  .pgrid.pf_5_cols .pgrid-box {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .projects-box .portfolio-info {
    right: 0;
    opacity: 1;
  }

  .projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
    padding: 30px;
  }

  .projects-style-1 .projects-box .portfolio-info h5 {
    font-size: 20px;
  }

  .projects-style-1 .projects-box .portfolio-info .portfolio-cates {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .project-item,
  .projects-grid.pf_5_cols .project-item,
  .projects-grid.pf_4_cols .project-item,
  .projects-grid.pf_2_cols .project-item,
  .pgrid-box,
  .pgrid.pf_4_cols .pgrid-box,
  .pgrid.pf_2_cols .pgrid-box,
  .pgrid.pf_5_cols .pgrid-box {
    width: 100%;
  }

  .project_filters li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .portfolio-related-title-wrap h2 {
    font-size: 30px;
  }
}
.post-carousel {
  margin: 0 -15px;
}
.post-carousel .post-box:hover {
  box-shadow: none;
}
.post-carousel .post-box:hover .inner-post {
  border-color: #e7e7e7;
}
.post-carousel .post-inner {
  margin: 0 15px;
}

.pgrid .post-inner {
  margin-bottom: 0;
}
.pgrid .inner-post {
  padding: 35px;
}
.pgrid .inner-post .entry-meta {
  margin-bottom: 10px;
}
.pgrid .inner-post .comment-num {
  display: none;
}
.pgrid .inner-post h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pgrid .inner-post .btn-readmore {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .pgrid .entry-media img {
    width: 100%;
  }
}
.contact-info {
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.contact-info h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-info i,
.contact-info svg {
  font-size: 30px;
  margin-top: 2px;
  line-height: 1;
  color: #43baff;
}
.contact-info i:before {
  font-size: 30px;
}
.contact-info svg {
  width: 30px;
  fill: #43baff;
  vertical-align: middle;
}
.contact-info img {
  width: 30px;
  margin-top: 3px;
}
.box-style1 img,
.box-style1 i,
.box-style1 svg {
  float: left;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-info .info-text {
  padding-left: 50px;
  font-weight: 500;
}
.contact-info.box-style1 {
  padding: 30px 30px 25px;
}
.contact-info.box-style1:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.contact-info.box-style2 {
  text-align: center;
  font-size: 18px;
}
.contact-info.box-style2 h6 {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  text-transform: none;
}
.contact-info.box-style2 i {
  float: none;
  margin-top: 0px;
  vertical-align: middle;
}
.contact-info.box-style2 .box-icon {
  margin-bottom: 25px;
}
.contact-info.box-style2 p {
  margin-bottom: 15px;
}

.border-left .box-style2, .border-right .box-style2 {
  position: relative;
}

.border-left .box-style2:before {
  position: absolute;
  height: 70%;
  width: 1px;
  left: 0;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
}

.border-right .box-style2:after {
  position: absolute;
  height: 70%;
  width: 1px;
  right: 0;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
}

@media only screen and (max-width: 1024px) {
  .contact-info.box-style1:hover {
    box-shadow: none;
  }
}
@media only screen and (max-width: 992px) {
  .border-right .box-style2:after,
.border-right .box-style2:before {
    display: none;
  }
}
.ot-accordions .acc-item {
  margin-bottom: 20px;
  background: #fff;
}
.ot-accordions .acc-item .acc-toggle {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  color: #1b1d21;
  background: #f6f6f6;
  padding: 12px 20px 12px 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-accordions .acc-item .acc-toggle i {
  float: right;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  color: #b6b6b6;
}
.ot-accordions .acc-item .acc-toggle i.up {
  display: none;
}
.ot-accordions .acc-item .acc-toggle i:before {
  font-size: 14px;
}
.ot-accordions .acc-item .acc-toggle:hover {
  color: #43baff;
}
.ot-accordions .acc-item .acc-content {
  display: none;
  padding: 20px 20px 0;
}
.ot-accordions .acc-item .acc-content p:last-child, .ot-accordions .acc-item .acc-content ul:last-child {
  margin-bottom: 0;
}
.ot-accordions .acc-item.current {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.ot-accordions .acc-item.current .acc-toggle {
  color: #43baff;
}
.ot-accordions .acc-item.current .acc-toggle i {
  color: #43baff;
}
.ot-accordions .acc-item.current .acc-toggle i.down {
  display: none;
}
.ot-accordions .acc-item.current .acc-toggle i.up {
  display: inherit;
}
.ot-accordions .acc-item:last-child {
  margin-bottom: 0;
}

.support-box {
  position: relative;
}
.support-box .inner-box {
  position: relative;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transform-style: preserve-3d;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
}
.support-box .inner-box > div {
  backface-visibility: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.support-box h3 {
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 45px;
  margin-bottom: 0;
  color: #fff;
}
.support-box .number-box {
  font-family: 'Mulish', sans-serif;
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  bottom: 28px;
  right: 15px;
  color: rgba(255, 255, 255, 0.2);
}
.support-box .overlay {
  z-index: 1;
  opacity: 1;
  text-align: center;
  padding: 20px 30px;
  background: #262051;
  color: #aeaacb;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box .overlay span {
  z-index: -1;
}
.support-box:hover .inner-box {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box:hover .inner-box .content-box {
  opacity: 0;
}

.ot-counter {
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  color: #1b1d21;
  display: inline-block;
  text-align: left;
}
.ot-counter span {
  font-size: 48px;
  line-height: 1;
}
.ot-counter span.num {
  padding-left: 20px;
}
.ot-counter h6 {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #43baff;
  margin-top: 13px;
  margin-bottom: 0;
  padding-left: 20px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.ot-counter h6:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #43baff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ot-counter.s2 h6 {
  margin-bottom: 13px;
  margin-top: 0;
}

.ot-counter2 {
  padding: 110px 60px 120px;
  position: relative;
  background: #f8f8f8;
}
.ot-counter2 .s-num {
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  color: #43baff;
  margin-bottom: 18px;
}
.ot-counter2 h6 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
.ot-counter2 p {
  font-size: 18px;
}
.ot-counter2 .b-num {
  font-size: 150px;
  line-height: 106px;
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}

.team-wrap {
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background: #f8f8f8;
}
.team-wrap .team-info {
  padding: 25px 10px;
}
.team-wrap h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.team-wrap h4 a {
  color: #1b1d21;
}
.team-wrap span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #797979;
}
.team-wrap .team-thumb {
  position: relative;
}
.team-wrap .team-social {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
}
.team-wrap .team-social > div {
  padding: 3px 17px;
  background: #262051;
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.team-wrap .team-social a {
  display: block;
  color: #9390a8;
  font-size: 14px;
  line-height: 1;
  margin: 20px 0;
}
.team-wrap .team-social a:hover {
  color: #43baff;
}
.team-wrap:hover {
  background: #fff;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.team-wrap:hover .team-social > div {
  transform: translateX(0);
}

.member-info {
  list-style: none;
  font-size: 18px;
  padding-left: 0;
}
.member-info li {
  padding-bottom: 10px;
}

.member-form {
  padding: 40px 50px;
}
.member-form h2 {
  margin-bottom: 5px;
}
.member-form input[type=text],
.member-form input[type=email] {
  width: 100%;
}

.ot-pricing-table {
  position: relative;
  overflow: hidden;
  padding: 45px 48px 48px;
  border: 1px solid #e7e7e7;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-pricing-table * {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.ot-pricing-table .icon-main {
  position: absolute;
  top: -80px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background-color: #00deff;
  background-image: -moz-linear-gradient(125deg, #00deff, #502a71);
  background-image: -webkit-linear-gradient(125deg, #00deff, #502a71);
  background-image: linear-gradient(125deg, #00deff, #502a71);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ot-pricing-table .icon-main i, .ot-pricing-table .icon-main span, .ot-pricing-table .icon-main img, .ot-pricing-table .icon-main svg {
  position: absolute;
  bottom: 45px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.ot-pricing-table .icon-main i:before, .ot-pricing-table .icon-main span:before, .ot-pricing-table .icon-main img:before {
  font-size: 35px;
}
 .ot-pricing-table .icon-main svg {
  width: 35px;
 }
.ot-pricing-table .icon-main img {
  width: 35px;
}
.ot-pricing-table .inner-table .title-table {
  font-size: 24px;
  font-weight: 800;
}
.ot-pricing-table .inner-table h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #43baff;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  padding-left: 27px;
}
.ot-pricing-table .inner-table h2 sup {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 50%;
  font-weight: 600;
}
.ot-pricing-table .inner-table > span {
  color: #ababab;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
.ot-pricing-table .inner-table .details {
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  font-weight: 600;
  color: #ababab;
}
.ot-pricing-table .inner-table .details ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  line-height: 42px;
}
.ot-pricing-table .inner-table .details ul li:before {
  content: "";
  font-family: "Flaticon";
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}
.ot-pricing-table .inner-table .details ul li.active {
  color: #1b1d21;
}
.ot-pricing-table .inner-table .details ul li.active:before {
  color: #43baff;
}
.ot-pricing-table .inner-table .details.no-icon ul li:before {
  display: none;
}
.ot-pricing-table .octf-btn:hover {
  background: #fff;
  color: #7141b1;
}
.ot-pricing-table:hover {
  background: #262051;
  color: #fff;
}
.ot-pricing-table:hover .details {
  border-color: rgba(255, 255, 255, 0.15);
  color: #8e88b8;
}
.ot-pricing-table:hover h4,
.ot-pricing-table:hover .details ul li.active {
  color: #fff;
}
.ot-pricing-table:hover .inner-table > span {
  color: #8e88b8;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .ot-pricing-table {
    padding: 35px 20px;
  }
  .ot-pricing-table .inner-table .title-table {
    font-size: 20px;
  }
  .ot-pricing-table .inner-table h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .ot-pricing-table {
    padding: 45px;
    max-width: 330px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .ot-pricing-table {
    max-width: 470px;
  }
}
@media (max-width: 479px) {
  .ot-pricing-table {
    padding: 33px;
  }

  .ot-pricing-table .inner-table .details {
    font-size: 14px;
  }
}
.ot-testimonials {
  margin: 0 -15px;
}
.ot-testimonials .testi-item {
  padding: 0 15px;
  position: relative;
}
.ot-testimonials .layer1 {
  background: #f8f8f8;
  position: absolute;
  left: 30px;
  bottom: -20px;
  width: calc(100% - 55px);
  height: 100%;
  z-index: -1;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
.ot-testimonials .layer2 {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
.ot-testimonials .t-head {
  overflow: hidden;
  justify-content: normal;
}
.ot-testimonials .t-head img {
  margin-right: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.ot-testimonials .t-head h6 {
  font-size: 20px;
  margin-bottom: 2px;
}
.ot-testimonials .t-head span {
  color: #9f9f9f;
}
.ot-testimonials .ttext {
  margin-top: 23px;
}

@media (max-width: 480px) {
  .ot-testimonials .layer2 {
    padding: 25px;
  }

  .ot-testimonials .t-head img {
    margin-right: 20px;
    width: 80px;
  }
}
.ot-progress {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #1b1d21;
}
.ot-progress .pname {
  margin-bottom: 10px;
}
.ot-progress .iprogress {
  height: 8px;
  margin-bottom: 6px;
  position: relative;
}
.ot-progress .iprogress:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dadada;
}
.ot-progress .progress-bar {
  height: 100%;
  width: 0;
  background: #43baff;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
}

.circle-progress {
  justify-content: left;
}
.circle-progress .inner-bar {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.circle-progress .inner-bar > span {
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 50%;
  left: 0;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-top: -15px;
  color: #1b1d21;
}
.circle-progress .inner-bar canvas {
  display: block;
}
.circle-progress .inner-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #dadada;
}
.circle-progress h4 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-left: 20px;
  margin-bottom: 0;
}
.circle-progress.tbottom h4 {
  margin: 10px 0 0;
}

.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.message-box {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.message-box .icon-main {
  float: left;
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #0160e7;
}
.message-box .icon-main span:before {
  font-size: 20px;
}
.message-box .content-box {
  padding-left: 66px;
}
.message-box .content-box h6 {
  margin-bottom: 8px;
}
.message-box .content-box p {
  margin-bottom: 0;
  line-height: 1;
}
.message-box > i {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  margin-top: -7px;
  color: #a5b7d2;
  cursor: pointer;
}
.message-box > i:before {
  font-size: 13px;
}

@media (max-width: 600px) {
  .message-box > i {
    top: 15px;
    right: 10px;
  }

  .message-box .content-box p {
    line-height: 1.4;
  }
}
.ot-countdown {
  text-align: center;
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
  color: #fff;
}
.ot-countdown li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.ot-countdown li span {
  font-size: 100px;
  font-weight: 900;
  font-family: 'Mulish', sans-serif;
  display: block;
  margin-bottom: 23px;
}
.ot-countdown li p {
  margin-bottom: 0;
}
.ot-countdown li.seperator {
  font-size: 100px;
  font-weight: 500;
  margin-top: -8px;
  color: #43baff;
}

.cs-form {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  max-width: 515px;
}
.cs-form > span.wpcf7-form-control-wrap {
  float: left;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text::placeholder {
  color: #fff;
}
.cs-form .octf-btn {
  float: right;
}
.cs-form + div {
  max-width: 515px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .ot-countdown {
    font-size: 16px;
  }

  .ot-countdown li span,
.ot-countdown li.seperator {
    font-size: 42px;
  }

  .ot-countdown li span {
    margin-bottom: 15px;
  }

  .ot-countdown li.seperator {
    line-height: 55px;
  }
}
@media (max-width: 600px) {
  .cs-form > span.wpcf7-form-control-wrap {
    float: none;
    display: block;
  }

  .cs-form .octf-btn {
    float: none;
    margin-top: 15px;
  }
}
.video-popup a {
  position: relative;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 65px;
  color: #43baff;
}
.video-popup a i {
  margin-left: 8%;
}
.video-popup a i:before {
  font-size: 21px;
}
.video-popup a:hover {
  background: #43baff;
  color: #fff;
}
.video-popup a:hover span {
  border-color: #43baff;
}
.video-popup a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.video-popup a .circle-2 {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.video-popup > span {
  margin-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #1b1d21;
  font-family: 'Mulish', sans-serif;
  letter-spacing: 0.5px;
}
.video-popup .btn-inner {
  display: inline-block;
  border-radius: 50%;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.ot-tabs .tabs-heading {
  margin: 0 -5px;
  overflow: hidden;
}
.ot-tabs .tab-link {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #43baff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  min-width: 130px;
  background: #f6f6f6;
  color: #1b1d21;
  margin: 0 5px;
  float: left;
  font-weight: 800;
  cursor: pointer;
}
.ot-tabs .tab-link:visited {
  color: #fff;
}
.ot-tabs .tab-link:hover, .ot-tabs .tab-link:focus {
  background: #7141b1;
  color: #fff;
}
.ot-tabs .tab-link.current, .ot-tabs .tab-link:hover {
  background: #43baff;
  color: #fff;
}
.ot-tabs .tab-content {
  display: none;
  padding: 25px 0;
}
.ot-tabs .tab-content.current {
  display: inherit;
}
.ot-tabs p:last-child {
  margin-bottom: 0;
}

.otf-social-share a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 1;
  margin-right: 5px;
  background-color: #222;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.otf-social-share a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.otf-social-share a:hover {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.otf-social-share a:last-child {
  margin-right: 0px;
}
.otf-social-share a.share-facebook {
  background-color: #4661c5;
}
.otf-social-share a.share-twitter {
  background-color: #44b1e4;
}
.otf-social-share a.share-google {
  background-color: #dd4b39;
}
.otf-social-share a.share-pinterest {
  background-color: #ff2e2e;
}
.otf-social-share a.share-linkedin {
  background-color: #0073B0;
}
.otf-social-share a.share-buffer {
  background-color: #000000;
}
.otf-social-share a.share-digg {
  background-color: #005be2;
}
.otf-social-share a.share-reddit {
  background-color: #ff4500;
}
.otf-social-share a.share-tumbleupon {
  background-color: #eb4924;
}
.otf-social-share a.share-tumblr {
  background-color: #35465c;
}
.otf-social-share a.share-vk {
  background-color: #45668e;
}
.otf-social-share a.share-yummly {
  background-color: #E16120;
}
.otf-social-share a.share-email {
  background-color: #E84231;
}
.otf-social-share a.share-print {
  background-color: #4982C3;
}
.otf-social-share.shape-rounded a {
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
}
.otf-social-share.shape-circle a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.ot-industries .indus-item {
  padding: 15px 50px 50px;
}
.ot-industries .indus-item .item-inner {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  padding: 45px 70px 45px 110px;
  position: relative;
}
.ot-industries .indus-item .item-inner .i-image {
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-industries .indus-item .item-inner h6 {
  font-weight: 800;
  margin-bottom: 15px;
}
.ot-industries .indus-item .item-inner .overlay {
  opacity: 1;
  overflow: hidden;
  background: transparent;
}
.ot-industries .indus-item .item-inner .overlay:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}

@media only screen and (max-width: 1400px) {
  .ot-industries .indus-item .item-inner .i-image {
    left: -50px;
  }
}
@media only screen and (max-width: 479px) {
  .ot-industries .indus-item {
    padding: 15px 30px 50px;
  }
  .ot-industries .indus-item .item-inner {
    padding: 30px;
  }
  .ot-industries .indus-item .item-inner .i-image {
    display: none;
  }
}
.dc-text .elementor-drop-cap {
  font-family: 'Mulish', sans-serif;
  float: left;
  text-align: center;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 8px 18px 0 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.dc-text .elementor-drop-cap span {
  font-size: 24px;
  line-height: 38px;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 800;
  color: #43baff;
}
.dc-text.dc-text-second .elementor-drop-cap span {
  color: #7141b1;
}

.wpcf7 .main-form {
  padding: 60px 48px;
  background-image: linear-gradient(90deg, #00deff 0%, #7141b1 100%);
  color: #fff;
}
.wpcf7 .main-form h2 {
  color: #fff;
  margin-bottom: 10px;
}
.wpcf7 .main-form p {
  color: #fff;
}
.wpcf7 .main-form div img.captchaf1 {
  width: 30%;
}
.wpcf7 .main-form .font14 {
  margin-bottom: 30px;
}
.wpcf7 .main-form input,
.wpcf7 .main-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
.wpcf7 .main-form input::placeholder,
.wpcf7 .main-form textarea::placeholder {
  color: #fff;
}
.wpcf7 .main-form button {
  font-weight: 800;
}
.wpcf7 .main-form button:hover {
  background: #7141b1;
}
.wpcf7 .main-form p:last-child {
  margin-bottom: 0;
}
.wpcf7 div.wpcf7-response-output {
  margin: 10px 0 10px;
  /* display: none; */
}
.wpcf7 span.wpcf7-not-valid-tip {
  /* display: none; */
}
.wpcf7 .wpcf7-not-valid {
  border: 1px solid #f00;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  background: #f7e700;
  color: #000;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
}

.partners .swiper-slide-image {
  /*-webkit-filter: contrast(0%);
  filter: contrast(0%);
  opacity: 0.7;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;*/
}
.partners .swiper-slide-image:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
  opacity: 1;
}

div.swiper-container-horizontal > .swiper-pagination-bullets,
div.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .ot-tabs .tab-link {
    min-width: 116px;
    padding: 14px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .wpcf7 .main-form {
    padding: 30px 18px;
  }

  .ot-tabs .tab-link {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

/** ELEMENTOR **/
body .elementor-widget:not(:last-child) {
/*   margin-bottom: 0; */
}

.elementor-text-editor p:last-child {
  margin-bottom: 0;
}

div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #1b1d21;
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
}
.elementor-widget-heading h1.elementor-heading-title {
  font-size: 48px;
}

.elementor-widget-heading h2.elementor-heading-title {
  font-size: 36px;
}

.elementor-widget-heading h3.elementor-heading-title {
  font-size: 30px;
}

.elementor-widget-heading h4.elementor-heading-title {
  font-size: 24px;
}

.elementor-widget-heading h5.elementor-heading-title {
  font-size: 20px;
}

.elementor-widget-heading h6.elementor-heading-title {
  font-size: 18px;
}
div.elementor-widget-heading.elementor-widget-heading h4.elementor-heading-title,
div.elementor-widget-heading.elementor-widget-heading h5.elementor-heading-title,
div.elementor-widget-heading.elementor-widget-heading h6.elementor-heading-title {
  font-weight: bold;
}

.elementor-page .elementor-widget-text-editor,
.elementor-page li.elementor-icon-list-item {
  font-family: 'Mulish', sans-serif;
  color: #6d6d6d;
}
.elementor-page li.elementor-icon-list-item span{
  transition: all 0.3s;
}

.elementor_library-template-default .post-author-box,
.elementor_library-template-default .post-navigation {
  display: none;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0 15px;
}

.elementor .elementor-section .elementor-container {
  display: block;
}
.elementor .elementor-section .elementor-container > .elementor-row {
  width: auto;
}

.elementor-section > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

.elementor .elementor-section-full_width:not(.elementor-inner-section)>.elementor-column-gap-extended>.elementor-row{
    margin-left: 0;
    margin-right: 0;
}

.elementor .elementor-section > .elementor-column-gap-extended > .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor .elementor-section > .elementor-column-gap-default > .elementor-row {
  margin-left: -10px;
  margin-right: -10px;
}
.elementor .elementor-section > .elementor-column-gap-narrow > .elementor-row {
  margin-left: -5px;
  margin-right: -5px;
}
.elementor .elementor-section > .elementor-column-gap-wide > .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor .elementor-section > .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-left: 15px;
  padding-right: 15px;
}
.elementor .elementor-section > .elementor-column-gap-wider > .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor .elementor-section > .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-left: 15px;
  padding-right: 15px;
}

.elementor .elementor-section-full_width:not(.elementor-inner-section) > .elementor-column-gap-extended > .elementor-row {
  margin-left: 0;
  margin-right: 0;
}

.ot-layout_inline .elementor-widget-wrap {
  flex-wrap: nowrap;
}
.ot-layout_inline .elementor-widget-wrap > .elementor-widget {
  display: flex;
  width: auto;
}

.ot-flex-column-horizontal .elementor-widget-wrap {
  flex-wrap: nowrap;
}
.ot-flex-column-horizontal .elementor-widget-wrap > .elementor-widget {
  display: flex;
  width: auto;
}

@media (max-width: 767px) {
  .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* .page-header h1.page-title { float: left; padding: 0; margin: 0;} */
  .page-header ul.breadcrumbs{float: right; font-size: 12px; font-weight: 600;}
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: 1025px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 750px;
  }

  .elementor-element .container {
    width: 720px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 970px;
  }

  .elementor-element .container {
    width: 940px;
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
  }

  .elementor-element .container {
    width: 1170px;
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .elementor .elementor-section > .elementor-column-gap-wide > .elementor-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .elementor .elementor-section > .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 20px;
    padding-right: 20px;
  }
  .elementor .elementor-section > .elementor-column-gap-wider > .elementor-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .elementor .elementor-section > .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.octf-search,
.octf-cta-header {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.octf-search .toggle-search{
  cursor: pointer;
}
/*--------------------------------------------------------------
## Mini Cart
--------------------------------------------------------------*/
.octf-cart {
  position: relative;
}

.octf-cart:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.ot-minicart {
  position: relative;
  display: inline-block;
  color: #1b1d21;
}
.ot-minicart:hover, .ot-minicart:visited, .ot-minicart:focus {
  color: #1b1d21;
}
.ot-minicart i:before {
  font-size: 24px;
}
.ot-minicart .count {
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  background: #43baff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .site-header-cart {
    display: none;
  }
}
/*--------------------------------------------------------------
## Polylang
--------------------------------------------------------------*/
.elementor-widget-wp-widget-polylang ul {
  list-style: none;
  margin: 0 -7px;
  padding: 0;
}
.elementor-widget-wp-widget-polylang .lang-item {
  display: inline-block;
  margin: 0 7px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

#lang_choice_wp-widget-polylang {
  border: none;
  background: transparent;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2px 10px 2px 0;
}
#lang_choice_wp-widget-polylang option {
  color: #1b1d21;
  outline: none;
  padding: 10px;
}

.bg-dark #lang_choice_wp-widget-polylang,
.bg-dark .lang-item a {
  color: #fff;
}

/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/
.header-mobile {
  display: none;
}

.header-mobile .is-stuck {
  background-color: #fff;
}
.octf-menu-mobile{
  position: relative;
}
.mmenu-toggle{
  cursor: pointer;
  width: 26px;
  height: 20px;
}
.mmenu-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #1b1d21;
}
.mmenu-toggle button i:before {
  font-size: 21px;
}

.mmenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  height: 100vh;
  background: #fff;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mmenu-wrapper.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mmenu-wrapper .mmenu-inner {
  top: 0;
  height: 100%;
  width: 327px;
  padding: 20px 52px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.mmenu-wrapper .mmenu-close {
  display: block;
  margin-bottom: 10px;
  color: #1b1d21;
  font-size: 18px;
}
.mmenu-wrapper .mobile_mainmenu {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.mmenu-wrapper .mobile-nav {
  min-width: 240px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  display: none;
}
.mmenu-wrapper .mobile_mainmenu li {
  position: relative;
  list-style: none;
}
.mmenu-wrapper .mobile_mainmenu li a {
  padding: 10px 30px 10px 0;
  display: block;
  font-size: 14px;
  color: #1b1d21;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	    text-transform: capitalize;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  color: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 34px;
  height: auto;
  padding: 7px 12px 7px 0;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i {
  color: #9397a7;
  display: inline-block;
  line-height: 7px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
  font-size: 7px;
  font-weight: 600;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mmenu-wrapper.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mmenu-wrapper.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mmenu-wrapper.on-left .mmenu-close {
  text-align: right;
}
.mmenu-wrapper.on-left .mmenu-close i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mmenu-active .mmenu-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

.site-overlay {
  cursor: url(images/close.png) 16 16, default;
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .admin-bar section:not(.is-stuck) .mmenu-wrapper {
    top: 32px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar section:not(.is-stuck) .mmenu-wrapper {
    top: 46px;
  }
}
/*--------------------------------------------------------------
## Side Panel
--------------------------------------------------------------*/
.panel-btn {
  line-height: 10px;
  cursor: pointer;
}
.panel-btn svg {
  width: 21px;
}

.admin-bar .side-panel {
  top: 32px;
}

.side-panel {
  width: 400px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.side-panel .side-panel-block {
  height: 100%;
  width: calc(100% + 17px);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.side-panel .side-panel-close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #1b1d21;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background: #f5f5f5;
  text-align: center;
}
.side-panel .side-panel-close i:before{
  font-size: 16px;
}
.side-panel.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.side-panel.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.side-panel.side-panel-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-panel-active .panel-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

@media only screen and (max-width: 782px) {
  .admin-bar .side-panel {
    top: 46px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-menu ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0px 29px;
}
.footer-menu ul li a {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-menu ul li a:visited {
  color: #fff;
}
.footer-menu ul li a:hover {
  color: #43baff;
}

/* Subscribe Email */
.mc4wp-form-fields .subscribe-inner-form {
  position: relative;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email] {
  height: 46px;
  width: 100%;
  background: #37325a;
  color: #fff;
  padding-right: 66px;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email]::placeholder {
  color: #fff;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
  background: transparent;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 100%;
  line-height: 44px;
  text-align: center;
  background: #43baff;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i:before {
  font-size: 16px;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon:hover {
  background: #fff;
  color: #43baff;
}

/* Back To Top*/
/* #back-to-top {
  background: #fff;
  color: #43baff;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  line-height: 34px;
  opacity: 0;
  outline: medium none;
  position: fixed;
  right: 2px;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
}
#back-to-top.show {
  opacity: 1;
  bottom: -2px;
}
#back-to-top i:after, #back-to-top i:before {
  font-size: 14px;
}
#back-to-top:hover {
  bottom: -2px;
} */
#back-to-top.show {
  opacity: 0.7;
   bottom: 60px;
}
.back-to-top {
	position: fixed;
    right: 2px;
    bottom: 60px;
	opacity: 0;
    padding: 4.66667px 9.33334px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 50px;
    backface-visibility: hidden;
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
    margin: 10px;
    transform-origin: 100% 50%;
    transform: rotate(90deg) translate(50%,50%);
    height: 46.3px;
}

.back-to-top::before {
    position: absolute;
    content: " ";
    inset: 0;
    background-color: rgb(0,0,0);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;
    border-radius: inherit;
    pointer-events: none;
}

.back-to-top-inner {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    transform: rotate(180deg);
    flex-direction: row-reverse;
}

.back-to-top svg {
    transform: rotateZ(90deg);
    transform-origin: center center;
    width: 37px;
}

.back-to-top-text {
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    z-index: 2;
    transition: all 0.3s ease 0s;
    top: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 9.33334px 0 4.66667px;
    width: 69px;
	color: #000;
}

.back-to-top::after {
    position: absolute;
    content: " ";
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    pointer-events: none;
    border: 2px solid rgba(0,0,0,.35);
}
.back-to-top:hover{opacity: 1 !important;}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
  padding: 180px 0;
}
.error-404 h2 {
  font-size: 250px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.error-404 .content-404 {
  max-width: 480px;
  margin: auto;
}
.error-404 .content-404 p {
  font-size: 18px;
  margin-bottom: 40px;
}
.error-404 .content-404 form {
  margin: 0 30px 20px;
}


@media (max-width: 767px) {
  .error-404 h1 {
    font-size: 36px;
    display: block;
  }
	.back-to-top {
    margin: 0px; height: 40px;
}
	.back-to-top svg {
    width: 33px;
}
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

/*--------------------------------------------------------------
# Customied Styling - for primewayz
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;700&display=swap');
body{font-family: 'Mulish', sans-serif;}

.categories-wrap{margin-top: 0px; margin-left: 24px; margin-right: 4px; font-family: 'Mulish', sans-serif; font-style: normal;}
.categories-wrap .srvc-catg-hdr{font-family: 'Mulish', sans-serif;  font-size:20px; color:#1D1D1B; margin:0; padding-bottom:20px;}
.categories-wrap h4{font-family: 'Mulish', sans-serif;  font-size:20px; color:#1D1D1B; margin:0; padding-bottom:8px;}
.categories-wrap ul.categorylist{list-style-type:none; margin:0; padding:0;}
.categories-wrap ul.categorylist li{list-style-type:none; font-family: 'Mulish', sans-serif; font-weight:400; padding:4px 0; line-height: 2.4rem;}
.categories-wrap ul.categorylist li.menu-active a{color: #31A1D3;}
.categories-wrap ul.categorylist li a{color:#1D1D1B;}
.categories-wrap ul.categorylist li a i{position: relative; top: 2px;}
.categories-wrap ul.categorylist li a i img{ height: 16px !important; width: 16px !important; margin-right: 7px !important;}
.categories-wrap ul.categorylist li a .list-label{}

.comp-address-wrap{}
.footer-container{padding: 24px 0;}
.f-address-block{font-family: 'Mulish', sans-serif;  text-align:left; margin-right:16px; border-right:1px solid #535252; padding: 0 16px 0 0; }
.f-address-block h2{text-align:left; font-size:16px; font-weight:700; color:#ffffff; margin: 0 0 12px 0; font-family: 'Mulish', sans-serif;}
.f-address-block h6{text-align:left; font-size:16px; font-weight:700; color:#ffffff; margin: 0 0 12px 0; font-family: 'Mulish', sans-serif;}
.f-address-block .company-name{text-align:left; font-size:14px; font-weight:700; color:#ffffff; font-family: 'Mulish', sans-serif;}
.f-address-block .comp-address{text-align:left; font-size:14px; font-weight:400; color:#F0F0F0; margin-bottom:8px; line-height: 22px; font-family: 'Mulish', sans-serif;}
.f-address-block .contact-number{text-align:left; font-size:14px; font-weight:400; color:#c4c4c4; border-top: 1px solid #535252; padding: 4px 0;}
.f-address-block .contact-number a{color:#c4c4c4; }
.f-address-block .contact-number i{padding-right:8px;}
.f-address-block .emailaddress{text-align:left; font-size:14px; font-weight:400; color:#c4c4c4; border-top: 1px solid #535252; padding: 4px 0;}
.f-address-block .emailaddress a{text-align:left; color:#c4c4c4;}
.f-address-block .emailaddress i{padding-right:8px;}
.f-nav-wrap{text-align:left; color:#ffffff; }
.f-nav-wrap h2{text-align:left; font-size:16px; font-weight:700; color:#ffffff; font-family: 'Mulish', sans-serif;}
.f-nav-wrap ul.fnav-list{text-align:left; font-size:14px; font-weight:400; color:#ffffff; list-style-type:none; padding:0; margin:0;}
.f-nav-wrap ul.fnav-list li{text-align:left; font-size:14px; font-weight:400; color:#ffffff; font-family: 'Mulish', sans-serif;}
.f-nav-wrap ul.fnav-list li a{text-align:left; font-size:14px; font-weight:400; color:#c4c4c4; font-family: 'Mulish', sans-serif;}
.f-nav-wrap ul.fnav-list li a:hover{ color:#ffffff;}
.f-logo-block{text-align:right;}
.f-logo-block .f-logo-holder{text-align:right;}
.f-logo-block .fsocial-links{text-align:right;}
.f-logo-block .fconnect-buttons{text-align:right; font-family: 'Mulish', sans-serif;}
.f-logo-block .fconnect-buttons .fbtnwrapper{font-family: 'Mulish', sans-serif;}
.f-logo-block .fconnect-buttons .fbtnwrapper .bold-txt{font-weight:800; font-family: 'Mulish', sans-serif;}
.f-logo-block .fconnect-buttons .fbtnwrapper .freequote-btn{background:#31A1D3; transition: all 0.3s linear; font-family: 'Mulish', sans-serif; border:2px solid #f0f0f0; color:#ffffff; border-radius:4px; font-size:12px; padding:4px 16px; line-height: 18px;}
.f-logo-block .fconnect-buttons .fbtnwrapper .freequote-btn:hover{background: #3680C8;}
.f-logo-block .fconnect-buttons .fbtnwrapper .connect-wappbtn{background:#4CAF50; transition: all 0.3s linear; font-family: 'Mulish', sans-serif; border:2px solid #f0f0f0; color:#ffffff; border-radius:4px; font-size:12px; padding:4px 16px; line-height: 18px; text-align:left;}
.f-logo-block .fconnect-buttons .fbtnwrapper .connect-wappbtn:hover{background: #25d32d;}
.f-logo-block .fconnect-buttons .fbtnwrapper .connect-wappbtn i{position: relative; font-family: 'Mulish', sans-serif; top: 8px; float: left; margin-right:4px;}
.f-logo-block .fconnect-buttons .fbtnwrapper .connect-wappbtn .btn-label{text-align: left;}
.fbot-outer{}
.fbot-inner{}
.fbot-wrap{float:left; width:100%; font-family: 'Mulish', sans-serif; font-style: normal;}
.fbot-wrap .copyright-txt{float:left; text-align:left; font-size:12px; color:#C4C4C4; font-family: 'Mulish', sans-serif; font-style: normal;}
.fbot-wrap .fbot-link{float:right; text-align:right; font-size:12px; color:#C4C4C4;}
.fbot-wrap .fbot-link a{ color:#C4C4C4; padding-left:8px;}
.fbot-wrap .fbot-link a:hover{color:#ffffff;}
.weOffer .icon-box-s2.s2{height:325px;}
.grid-container { display: grid; grid-template-columns: auto auto auto; padding: 10px; }
.post_container{ margin: 10px; background: white; border: 1px solid #ccc; padding: 10px; border-radius: 25px; width: 350px; }
.title{ height: 70px; margin-top: 20px; padding: 20px; }
.sharecv-form .yourCV{display: inline-block; width:100%; font-size:14px; font-weight:600;}
.sharecv-form input[type="file"], input{padding: 7px 12px 0 8px;  font-size:14px; color: #1a1b1e;}
.sharecv-form .career-page-form input[type="text"], input[type="email"], input[type="tel"]{ color: #1a1b1e !important;}
.elementor-element-1b72040b .contact-panel .your-email input[type="email"]{ color: #FFF !important;}
.elementor-element-1b72040b .contact-panel .your-Subject input[type="tel"]{ color: #FFF !important;}

.pw_contentheads{color:#31A1D3;font-size:18px; font-weight:800; font-family: 'Mulish', sans-serif;}
.pw_content_Block{height:410px;} 

.premium-modal-box-modal{}
.premium-modal-box-modal .premium-modal-box-modal-dialog{
  /* width:54%; */
  width:62%;
}
.premium-modal-box-modal .premium-modal-box-modal-dialog .premium-modal-box-modal-header{padding: 16px;}
.premium-modal-box-modal .premium-modal-box-modal-dialog .premium-modal-box-modal-header h3.premium-modal-box-modal-title{font-size: 18px; font-weight: 700; color: #1D1D1B;}
.model-content-area{margin-bottom: 16px;}
.model-content-area .model-content-wrapper{}
.model-content-area .model-content-wrapper h2{font-size: 20px; font-weight: 700; color: #1D1D1B; margin-bottom: 10px; margin-top: 10px;}
.model-content-area .model-content-wrapper .model-content-details{
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
}

/*award and certifications section*/
.award-section-main{margin-top: 50px !important; margin-bottom: 50px !important;}
.award-section-main .elementor-container .elementor-row{padding: 0 80px;}
.award-content-wrapper{}
.award-content-wrapper h6{font-weight: 500; color: #1D1D1B; font-size: 18px; margin: 0 0 8px 0;}
.award-content-wrapper .hdr-title{font-weight: 500; color: #1D1D1B; font-size: 18px; margin: 0 0 8px 0;}
.award-content-wrapper h2{font-size: 42px; color: #31A1D3; font-weight: 700; margin: 0 0 24px 0;}
.award-content-wrapper .sub-hdr-title{font-size: 42px; color: #1652A2; font-weight: 700; margin: 0 0 24px 0;}
.award-content-wrapper .award-content-area{ color: #1D1D1B; font-size: 16px; line-height: 28px; letter-spacing: 0.4px;}
.award-content-wrapper .iaf-wrapper{color: #1D1D1B; font-size: 14px; border-top: 1px solid #EDEDED; border-bottom: 1px solid #EDEDED; display: inline-block; width: 100%; margin-bottom: 16px; font-weight: 600;}
.award-content-wrapper .iaf-wrapper a{color: #D60B52;}
.mb-10n .ot-heading .main-heading{margin-bottom:10px !important;}
.hm-aboutcomp-wrap{font-family: 'Mulish', sans-serif; font-style: normal;}
.hm-aboutcomp-wrap h6{font-family: 'Mulish', sans-serif;  color: #1D1D1B; font-size: 16px; font-weight: 500; margin: 0 0 8px 0; text-transform: uppercase;}
.hm-aboutcomp-wrap h2{ font-family: 'Mulish', sans-serif; color: #31A1D3; font-size: 42px; font-weight: 700; margin-bottom: 8px;}
.hm-aboutcomp-wrap .content-desc{font-size: 14px; color: #1D1D1B; margin-bottom: 16px;}
.hm-aboutcomp-wrap .content-list{float: left; width: 100%; margin-bottom: 16px;}
.hm-aboutcomp-wrap .content-list h4{font-family: 'Mulish', sans-serif; color: #1D1D1B; font-size: 18px; margin: 0 0 8px 0; }
.hm-aboutcomp-wrap .content-list .titl-hdr{font-family: 'Mulish', sans-serif; color: #1D1D1B; font-size: 18px; margin: 0 0 8px 0; }
.hm-aboutcomp-wrap .content-list ul.feature-list{}
.hm-aboutcomp-wrap .content-list ul.feature-list li{font-family: 'Mulish', sans-serif; float: left; width: 48%; font-size: 16px; color: #1D1D1B; line-height: 32px;}
.hm-aboutcomp-wrap .extended-details-outer{float: left; width: 100%; margin-top: 16px;}
.hm-aboutcomp-wrap .extended-details-outer .extdetails-block{float: left; width: 48%;}
.hm-aboutcomp-wrap .extended-details-outer .extdetails-block h4{font-family: 'Mulish', sans-serif;  color: #1D1D1B; font-size: 18px; margin: 0 0 4px 0; }
.hm-aboutcomp-wrap .extended-details-outer .extdetails-block .srvc-titl{font-family: 'Mulish', sans-serif;  color: #1D1D1B; font-size: 18px; margin: 0 0 4px 0;     font-weight: 600;}
.hm-aboutcomp-wrap .extended-details-outer .extdetails-block .extdetails-cont{font-family: 'Mulish', sans-serif; font-size: 16px ; color: #1D1D1B; margin-bottom: 16px; padding-right: 24px;}

.extended-partner-wrapper{}
.extended-partner-wrapper .extended-partner-inner{}
.extended-partner-wrapper .extended-partner-inner .enquiry-block{}
.extended-partner-wrapper .extended-partner-inner .enquiry-block .title-wrap{float: left; width: 60%;}
.extended-partner-wrapper .extended-partner-inner .enquiry-block .title-wrap h4{font-style: normal; font-weight: 700; font-size: 18px; line-height: 22px; letter-spacing: 0.02em; color: #1D1D1B; margin-bottom: 4px;}
.extended-partner-wrapper .extended-partner-inner .enquiry-block .title-wrap h2{font-style: normal; font-weight: 700; font-size: 42px; line-height: 51px; color: #31A1D3;}

.extended-partner-wrapper .extended-partner-inner .enquiry-block .btn-wrap{float: right; margin-top: 40px;}
.extended-partner-wrapper .extended-partner-inner .enquiry-block .btn-wrap a{background: #D60B52; border-radius: 2px; font-family: 'Mulish', sans-serif; font-style: normal; font-weight: 700; font-size: 14px; line-height: 17px; text-align: right; letter-spacing: 0.02em; color: #FFFFFF; padding: 12px 16px;}

.footerinnerwrap{}
.footerinnerwrap .f-logo-holder .elementor-image img{width: auto !important;}

.sidenav-wrapper .elementor-menu-toggle{display:none;}
.sidenav-wrapper .elementor-nav-menu--dropdown{display:none;}

.sidenav-wrapper ul.elementor-nav-menu.sm-vertical{list-style-type:none !important; padding:0; margin:0;}
.sidenav-wrapper li{
  padding: 0 16px 0 24px;
  background: url(https://primewayz.com/wp-content/uploads/2022/04/sidebar-check-default.svg) no-repeat;
  background-position: 0px 8px;
  background-size: 18px 18px;
}
.sidenav-wrapper li.current_page_item{
  padding: 4px 16px 4px 38px;
  border: 1px solid #31a1d3;
  border-radius: 4px;
  margin-right: 24px;
  background: url(https://primewayz.com/wp-content/uploads/2022/04/sidebar-check-active.svg) no-repeat;
  background-position: 16px 10px;
  background-size: 18px 18px;
}
 
/* Highlight using link element */
.sidenav-wrapper li.current_page_item a{}

.elementor-widget-isidepanel{border-left: 1px solid #C4C4C4; padding: 6px 0; top: 1px; margin-left: 24px;}
.elementor-widget-isidepanel .panel-btn{position: relative; border: 1px solid #31A1D3; border-radius: 20px; padding: 8px;}
.elementor-widget-isidepanel .panel-btn path { fill: #31A1D3; }
.elementor-widget-isidepanel .panel-btn::after{content: "Get Quote"; font-size: 13px; color: #000000; position: absolute; margin-left: 16px; text-transform: uppercase; line-height: 1.1em; top: 2px;
}


/* Free quote from - sidepanel */
.services-page-wrapper{}
.services-page-wrapper .elementor-container{}
.services-page-wrapper .service-sidebar-outer{background: #f8f8f8;}
.services-page-wrapper .service-sidebar-outer .service-sidebar-wrap{}

.side-panel-block{}
.side-panel-block .elementor-section-boxed{padding: 16px !important;}
.side-panel-block .elementor-section-boxed .member-form.comment-respond{padding:24px; border-radius: 4px; border: 1px solid #C4C4C4;}
.member-form.comment-respond .contact-number{color:#1D1D1B; font-size:18px; font-weight:700; text-align: center; padding: 4px 0; margin: 0 0 16px 0;}
.member-form.comment-respond .contact-number .num-lbl{color:#555555; font-size:12px; font-weight:400;}

/* .member-form.comment-respond .contact-number .connect-wappbtn {
  background: #4CAF50;
  font-family: 'Mulish', sans-serif;
  border: 2px solid #459c49;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  padding: 8px 16px;
  line-height: 18px;
  text-align: left; border-radius: 4px;
  box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); width: 100%;
} */
.member-form.comment-respond .contact-number .connect-wappbtn a{
  color: #fff;
  background: #096254;
  font-family: 'Mulish', sans-serif;
  border: 2px solid #096254;
  color: #ffffff;
  border-radius: 4px;
    font-size: 14px;
	font-weight: 700;
    text-align: left;
    padding: 14px 16px;
  line-height: 18px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); 
}

@media (min-width: 425px) and (max-width:750px){ 
  .member-form.comment-respond .contact-number .connect-wappbtn a{
    padding: 14px 69px;
  }
}

@media (max-width:320px){ 
  .member-form.comment-respond .contact-number .connect-wappbtn a{
    padding: 14px 17px;
  }
}

.member-form.comment-respond .contact-number .connect-wappbtn:hover{box-shadow: none;}
.connect-wappbtn i {
  position: relative;
  font-family: 'Mulish', sans-serif;
  top: 0;
  /* float: left; */
  margin-right: 8px;
}
.member-form.comment-respond .contact-number .connect-wappbtn .btn-label{text-align: left; line-height: 24px;}
.member-form.comment-respond .contact-number .connect-wappbtn .bold-txt{ font-weight: 800; font-family: 'Mulish', sans-serif;}

.member-form.comment-respond .or-txt{position: relative; text-align: center;  margin: 0 0 24px 0;}
.member-form.comment-respond .or-txt span{
  color: #D60B52;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 50px;
    padding: 8px;
    z-index: 9999;
    position: relative;
}
.member-form.comment-respond .or-txt::before{content:''; width: 100%; height: 2px; background: #D60B52; display: inline-block; position: absolute; top: 16px; left: 0px;}  
.member-form.comment-respond .quoteformwrapper div img.captchaf1{width: 45%;}
.member-form.comment-respond h3{ font-size: 24px; color: #1D1D1B; font-weight: 700; margin-bottom: 8px; line-height: 2.9rem;}
.member-form.comment-respond h6{font-size: 14px; color: #555555; font-weight: 500;}
.member-form.comment-respond .lbl-text{font-size: 14px; color: #555555; font-weight: 500; line-height: 1.2; margin: 0 0 20px;}
.member-form.comment-respond .quoteformwrapper input[type=text]{border-radius: 4px; border:1px solid #c4c4c4; background: #EDEDED; padding: 4px 8px; font-size: 14px; color: #191919;}
.member-form.comment-respond .quoteformwrapper input[type=email]{border-radius: 4px; border:1px solid #c4c4c4; background: #EDEDED; padding: 4px 8px; font-size: 14px;}
.member-form.comment-respond .quoteformwrapper input[type=number]{border-radius: 4px; border:1px solid #c4c4c4; background: #EDEDED; padding: 4px 8px; font-size: 14px;}
.member-form.comment-respond .quoteformwrapper input[type=tel]{border-radius: 4px; border:1px solid #c4c4c4; background: #EDEDED; padding: 4px 8px; font-size: 14px;}
.member-form.comment-respond .quoteformwrapper textarea{border-radius: 4px; border:1px solid #c4c4c4; background: #EDEDED; padding: 4px 8px; font-size: 14px;}
.member-form.comment-respond .octf-btn{border-radius: 4px; border:1px solid #1652A2; background: #1652A2; padding: 10px 18px; font-size: 14px; font-weight: 700; box-sizing: border-box; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); width: 100%;}
.member-form.comment-respond .octf-btn:hover{box-shadow: none;}

.member-form.comment-respond .quoteformwrapper input[type=text]::placeholder {
  color: #6d6d6d;
  font-size: 16px;
  opacity: 1; 
}
.member-form.comment-respond .quoteformwrapper input[type=email]::placeholder {
  color: #6d6d6d;
  font-size: 16px;
  opacity: 1; 
}
.member-form.comment-respond .quoteformwrapper input[type=number]::placeholder {
  color: #6d6d6d;
  font-size: 16px;
  opacity: 1; 
}
.member-form.comment-respond .quoteformwrapper input[type=tel]::placeholder {
  color: #6d6d6d;
  font-size: 16px;
  opacity: 1; 
}
.member-form.comment-respond .quoteformwrapper textarea::placeholder {
  color: #6d6d6d;
  font-size: 16px;
  opacity: 1; 
}
.side-panel-block .elementor-section-boxed .wpcf7-response-output{    
  border-radius: 4px;
  border: 1px dashed #D60B52;
  background: rgba(238, 110, 155, 0.2);
  color: #D60B52;
  border-color: #D60B52 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 8px;
}
.wpcf7 form.sent .wpcf7-response-output{
  margin: 20px 0 0 !important;
  padding: 0.5em 1em !important;
  border-radius: 4px;
  color: #2d9112 !important;
  border: 2px dashed #2cbf05 !important;
  background: rgb(137 251 120 / 30%) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.wpcf7-response-output{  
    /* border-radius: 4px;
  border: 1px dashed #D60B52;
  background: rgba(238, 110, 155, 0.2);
  color: #D60B52;
  border-color: #D60B52 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 8px; */
  margin: 40px 0 0px !important;
  padding: 0.5em 1em !important;
  border-radius: 4px;
  border: 1px dashed #D60B52 !important;
  background: rgba(238, 110, 155, 0.2);
  color: #D60B52;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.side-panel-block .elementor-section-boxed .policy-info{font-size: 12px; font-weight: 500; color:#1D1D1B ; margin-bottom: 16px; line-height: 18px;}

.mobile-header-wrapper{}
.mobile-header-wrapper .logo-col{}
.mobile-header-wrapper .logo-col .elementor-widget-image .elementor-image img{}
.mobile-header-wrapper .cont-col{}
.mobile-header-wrapper .menu-col{}

@media (min-width: 426px) and (max-width: 1024px) {
	.mobile-header-wrapper .cont-col .contact-number-mob-header{ margin-bottom:-1px;}
}
.error-404.not-found{padding: 20px 0;}
.error-404.not-found h2{font-size: 32px;}
.error-404.not-found h1{font-size: 26px;}
.error-404.not-found .content-404 p{font-size: 14px; line-height: 24px;}

.side-panel.side-panel-open{}
.side-panel.side-panel-open a.side-panel-close{right: 0; width: 28px; height: 28px; line-height: 26px; border-radius: 4px 0 0 4px;}
.side-panel.side-panel-open a.side-panel-close:hover{ background: #a5a5a5;}
.side-panel.side-panel-open a.side-panel-close i.flaticon-close{}
.side-panel.side-panel-open a.side-panel-close i.flaticon-close::before{font-size: 12px; color: #1D1D1B;}

.contact-panel .main-form{border-radius: 8px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
.contact-panel .main-form input, textarea{border-radius: 4px; }
.contact-panel .main-form button.octf-btn.octf-btn-light{
  border-radius: 4px; 
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
  color: #31A1D3;
  background: #ffffff;
}
.contact-panel .main-form button.octf-btn.octf-btn-light:hover{
  background: #eee;
}

/*Media Query for responsiveness*/
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
  .lg-hidden {
    display: none;
  }
   
  .md-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}
@media (max-width: 600px){
  .award-section-main .elementor-container .elementor-row{padding: 0 16px;}
  .hm-aboutcomp-wrap .extended-details-outer .extdetails-block{float: left; width: 100%;}
  .hm-aboutcomp-wrap .content-list ul.feature-list li{float: left; width: 100%;  }
  .fconnect-buttons .elementor-widget-container{margin: 0 !important; padding: 0 !important;}
  .fconnect-buttons .fbtnwrapper{}
  .comp-address-wrap{ padding-bottom: 16px; border-bottom: 1px solid #efefef; margin-bottom: 16px;}
  .f-nav-wrap{margin: 16px 16px 16px 16px; border-bottom: 1px solid #efefef; padding-bottom: 16px;}
  .f-logo-block .f-logo-holder{margin-bottom: 16px;}
  .f-logo-block .f-logo-holder img{height: auto !important;}
  .site-header .header-mobile .elementor-top-section{ padding: 0 8px;}
  .extended-partner-wrapper .extended-partner-inner{padding: 16px 0; border-top: 1px solid #efefef; margin-top: 24px;}
  .extended-partner-wrapper .extended-partner-inner .enquiry-block .title-wrap{width: 100%;}
  .extended-partner-wrapper .extended-partner-inner .enquiry-block .title-wrap h4{font-size: 16px;line-height: 24px;}
  .extended-partner-wrapper .extended-partner-inner .enquiry-block .title-wrap h2{font-size: 28px; line-height: 38px;}
  .extended-partner-wrapper .extended-partner-inner .enquiry-block .btn-wrap{float: left; width: 100%; margin: 0;}
  .f-address-block{margin: 0; padding: 2px 16px; border-right:none;}
  .premium-modal-box-modal .premium-modal-box-modal-dialog{width:94%;}
  .premium-modal-box-modal .premium-modal-box-modal-dialog .premium-modal-box-modal-body{padding: 0;}
  .f-logo-block{}
}
@media (max-width: 767px){
  .footerinnerwrap{padding:0;}
  .footerinnerwrap .f-logo-holder{}
  .footerinnerwrap .f-logo-holder .elementor-image img{width: auto !important;}
  .f-logo-block .fconnect-buttons {text-align: center;}
  .fbot-inner .elementor-widget-container .fbot-wrap .copyright-txt{float:none;}
  .fbot-inner .elementor-widget-container .fbot-wrap .fbot-link{float:none;}
  .error-404 h1 { font-size: 36px; display: block; }
  .pw-features .premium-modal-box-modal .premium-modal-box-modal-dialog{width:94%; max-height: calc(100vh - 50px);}
  .pw-features .premium-modal-box-modal .premium-modal-box-modal-dialog .premium-modal-box-modal-body{padding: 0;}
  .services-page-wrapper .elementor-container.elementor-column-gap-default .elementor-row{margin-right:0px;}
  .services-page-wrapper .elementor-container.elementor-column-gap-default { padding: 0 !important;}
  .mobile-header-wrapper .cont-col .ot-button.elementor-widget-isidepanel{border: none; margin: 0; padding: 0; top: 0;}
  .mobile-header-wrapper .cont-col .ot-button.elementor-widget-isidepanel .panel-btn::after{content: ""; margin: 0;}
  .mobile-header-wrapper .cont-col .contact-number-mob-header{ display: none !important;}
  .mobile-header-wrapper .logo-col .elementor-widget-image .elementor-image img{width: 100%; }
  .side-panel.side-panel-open{width: 100%;}
  .side-panel.side-panel-open a.side-panel-close{right: 0; width: 28px; height: 28px; line-height: 26px; border-radius: 4px 0 0 4px;}
  .side-panel.side-panel-open a.side-panel-close:hover{ background: #a5a5a5;}
  .side-panel.side-panel-open a.side-panel-close i.flaticon-close{}
  .side-panel.side-panel-open a.side-panel-close i.flaticon-close::before{font-size: 12px; color: #1D1D1B;}
  .side-panel.side-panel-open a.side-panel-close:hover i.flaticon-close::before{color: #ffffff;}
  .side-panel.side-panel-open .side-panel-block .elementor-section-boxed{}
  .side-panel.side-panel-open .side-panel-block .elementor-section-boxed .elementor-container.elementor-column-gap-default{margin: 0; padding: 0 16px 0 0; max-width: 100%;}
  .side-panel.side-panel-open .side-panel-block .elementor-section-boxed .elementor-container.elementor-column-gap-default .member-form.comment-respond{padding: 16px;}
  .error-404.not-found{padding: 20px 0;}
  .error-404.not-found h2{font-size: 32px;}
  .error-404.not-found h1{font-size: 26px;}
  .error-404.not-found .content-404 p{font-size: 14px; line-height: 24px;}
 
}
@media (min-width:320px){ 
  /* smartphones, iPhone, portrait 480x320 phones */ 
  
  .fbot-inner .elementor-widget-container{text-align:center; padding:0 !important;}
  .fbot-inner .elementor-widget-container .fbot-wrap{text-align:center;}
  .fbot-inner .elementor-widget-container .fbot-wrap .copyright-txt{text-align: center;}
  .fbot-inner .elementor-widget-container .fbot-wrap .fbot-link{text-align: center;}
  .pw_content_Block_SEO{height:auto;}
  .aboutService{height:auto;}
  
}
@media (min-width:481px){ /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px){ /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }

@media (max-width: 961px){ 
  .award-section-main .elementor-container .elementor-row{padding: 0 16px;} 
}
/* @media only screen and (max-width: 1024px){
.award-content-wrapper h6{ font-size: 14px;}
  .award-content-wrapper h2{ font-size: 24px;}
  .award-content-wrapper .award-content-area{line-height: 24px; font-size: 14px;}
  .premium-modal-box-modal .premium-modal-box-modal-dialog{width:94%;}
  .premium-modal-box-modal .premium-modal-box-modal-dialog .premium-modal-box-modal-body{padding: 16px 0 24px 0;}
} */
@media (max-width: 1024px){
  /* .pw_content_Block_SEO{height:265px;}  */
  /* .aboutService{height:225px;} */
	.award-content-wrapper .sub-hdr-title{font-size: 26px; margin: 0 0 10px 0;}
/*   .services-page-wrapper .service-sidebar-outer{margin-bottom: 8px;} */
  .services-page-wrapper .service-sidebar-outer .categories-wrap{margin-top:24px; margin-left:8px; margin-right:8px;}
  .services-page-wrapper .service-sidebar-outer .categories-wrap h4{font-size: 16px;}
  .services-page-wrapper .service-sidebar-outer .categories-wrap ul.categorylist li a .list-label {font-size: 14px;}
  .services-page-wrapper .service-sidebar-outer .categories-wrap ul.categorylist li a {
	  font-size: 14px;
	  width: 100%;
    display: flex;
    align-items: flex-start;
	}
	.services-page-wrapper .service-sidebar-outer .categories-wrap ul.categorylist li a .space-text{display: none;}
  .services-page-wrapper .elementor-container.elementor-column-gap-default { padding: 0 !important; margin-left: 0;}
  .services-page-wrapper .elementor-container.elementor-column-gap-default .elementor-row{margin-left: 0; width: 100%;}
  .pw-features{ z-index: 9 !important;}
  .pw-features .premium-modal-box-modal .premium-modal-box-modal-dialog{width:84%; max-height: calc(92vh - 50px);}
  .premium-modal-box-modal{top: 50px !important;}
  .pw-features .premium-modal-box-modal .premium-modal-box-modal-dialog .premium-modal-box-modal-body{padding: 24px 15px;}
  .mobile-header-wrapper .logo-col .elementor-widget-image .elementor-image{text-align: left;}
  .mobile-header-wrapper .logo-col .elementor-widget-image .elementor-image img{width: 100%; text-align: left;}
  .error-404.not-found{padding: 20px 0;}
  .error-404.not-found h2{font-size: 32px;}
  .error-404.not-found h1{font-size: 26px;}
  .error-404.not-found .content-404 p{font-size: 14px; line-height: 24px;}
  .side-panel.side-panel-open{}
  .side-panel.side-panel-open a.side-panel-close{right: 0; width: 28px; height: 28px; line-height: 26px; border-radius: 4px 0 0 4px;}
  .side-panel.side-panel-open a.side-panel-close:hover{ background: #a5a5a5;}
  .side-panel.side-panel-open a.side-panel-close i.flaticon-close{}
  .side-panel.side-panel-open a.side-panel-close i.flaticon-close::before{font-size: 12px; color: #1D1D1B;}
}
@media (min-width:1281px){ 
  /* .pw_content_Block_SEO{height:265px;}  */
  /* .aboutService{height:225px;} */
}
.elementor-widget-icon-box .elementor-icon-box-description{
	font-size: 16px;
}
.elementor-4073 .elementor-element.elementor-element-a87beb5 {
	font-size: 16px !important;
}
/* home page issue*/
/* .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
     padding: 0px 10px !important; 
} */
@media (max-width: 1024px){
.elementor-2274 .elementor-element.elementor-element-1950ee6 > .elementor-container {
    min-height: 354px !important;
	}
	.elementor-2274 .elementor-element.elementor-element-19f0d3d .elementor-heading-title{
	font-size: 34px !important;
}
.elementor-2274 .elementor-element.elementor-element-1950ee6:not(.elementor-motion-effects-element-type-background){
	    background-size: contain !important;
}
}
@media (max-width: 768px){
.elementor-2274 .elementor-element.elementor-element-1950ee6 > .elementor-container {
    min-height: 290px !important;
	}

	.elementor-button.elementor-size-md {
    padding: 10px 30px !important;
}
.elementor-2274 .elementor-element.elementor-element-1950ee6:not(.elementor-motion-effects-element-type-background){
	   background-position: center bottom !important;
}	
}
@media (max-width: 425px){
	.elementor-2274 .elementor-element.elementor-element-19f0d3d .elementor-heading-title{
	font-size: 24px !important;
}
	.elementor-2274 .elementor-element.elementor-element-1950ee6 > .elementor-container { min-height: 220px !important;}
	
}

/* Services - Wed Development Spacing  */
@media (max-width: 1024px){
.elementor-3114 .elementor-element.elementor-element-287ac2a > .elementor-widget-container {
     margin: 0px !important; 
}
}
/*   Blogs */
.entry-summary .headingText{margin-bottom: 6px; margin-top: 12px;}
.entry-summary .nativeAppHeading{margin-bottom: 0px; margin-top: 10px;}
.entry-summary .textdark{color: #1b1d21; margin-top:15px}
.entry-summary .textBlack{color: #1b1d21;}
.has-vivid-cyan-blue-color {margin-bottom:5px}
.entry-summary ul li{line-height: 1.6em; margin-bottom: 5px;}
.entry-summary ol li{line-height: 1.6em; margin-bottom: 10px;}
.entry-summary .lh-text{line-height: 1.6em; color:#000000;}
.entry-summary .brand-logos { margin: 10px 0px 5px 0px;}
.has-medium-font-size.mtn10{margin: 6px 0 0px;}
.wp-block-image img { max-width: 96%;}
.entry-summary .headingColor{color: #1b1d21;}
/* blogs-Professional web development tips to build an effective website blog */
.blog-post > .inner-post p:not(:last-child) {
    /* margin-bottom: 0px !important; */
}
 .blog-post > .inner-post p:nth-child(3) { margin-top: 20px !important;}
.blog-post > .inner-post p:nth-child(18) { margin-bottom: 20px !important;}
.post-nav{margin-bottom: 0px;}
.post-nav .post-next {max-width: none !important; }
.post-nav .post-prev {max-width: none !important;}
.post-nav h6 {font-size:14px;}
@media (max-width: 1024px){.post-nav h6 {font-size:16px;}}
@media (max-width: 425px){.post-box .entry-media .post-cat { bottom: -27px;} 
    .post-nav a:before {
    position: absolute;
    top: 0px !important;
    line-height: 20px !important;
	height:21px !important;
    }
}
@media (max-width: 320px){.post-box .entry-media .post-cat{left: 14px;}
.post-box .post-cat a {padding: 7px; letter-spacing: 0px; margin-right: 0px;}
.post-box .entry-media .post-cat { bottom: -23px;}}
@media (max-width: 375px){
	.post-nav h6 {  line-height: 22px;}
	.post-nav a:before {
    position: absolute;
    top: 0px !important;
	line-height: 22px !important;
   }
}
@media (max-width: 768px){.post-nav { display: block;} 
   .post-nav a:before {
    top: 7px;
    line-height: 41px;
	height: auto;
}
}
@media (min-width: 1024px){
.post-nav a:before {
    height: auto;
    line-height: 53px;
}
}
/* QA blog */
@media (min-width: 320px){.wp-block-image .alignright{margin:0px;}  .wp-block-image .alignleft {margin:0px;} 
	.blog-post .share-post a { margin: 0 4px;}}
.entry-summary h3.has-black-color{margin: 0 0 0px;}
.elementor-3052 .elementor-element.elementor-element-0f3c1ca .icon-box-s2 h5 {margin-bottom: 0px !important;}
.elementor-3052 .elementor-element.elementor-element-186a45a .icon-box-s2 h5 {margin-bottom: 0px !important;}
.elementor-3052 .elementor-element.elementor-element-a410d6c .icon-box-s2 h5 {margin-bottom: 0px !important;}
.elementor-3052 .elementor-element.elementor-element-4279140 .icon-box-s2 h5 {margin-bottom: 0px !important;}
.elementor-3052 .elementor-element.elementor-element-61de41f .icon-box-s2 h5 {margin-bottom: 0px !important;}
.elementor-3052 .elementor-element.elementor-element-f45eabc .icon-box-s2 h5 {margin-bottom: 0px !important;}
/* Python blog  */
.has-medium-font-size { margin: 15px 0px 4px 0px;}
.entry-summary ul{margin: 0 0 8px;}
.has-black-color.MT{margin-top: 8px;}
.entry-summary .has-text-align-left{margin: 20px 0 8px;}
.blog-post > .inner-post .entry-summary p:nth-child(18) {margin-bottom: 0px !important;  }
.blog-post > .inner-post .entry-summary p:nth-child(3) { margin-top: 0px !important;}
.post-box .entry-title {margin-bottom: 10px;}

/* Content creation trends blog */
@media (max-width: 375px){.entry-footer .tagcloud a {font-size: 11px !important;}}
@media (max-width: 320px){.entry-footer .tagcloud a {padding: 8px 4px;}} 
/*  services page */
.categories-wrap ul.categorylist li a:hover, a:focus, a:active{color: #31A1D3 }
.elementor-3114 .elementor-element.elementor-element-520a662 .ot-heading .main-heading {line-height: 1.1em !important; margin-bottom: 8px;}
.elementor-3114 .elementor-element.elementor-element-520a662 > .elementor-widget-container { margin: 0px !important;}
.elementor-3114 .elementor-element.elementor-element-d1803b9 { margin-bottom: 0px !important;}
.elementor-3114 .elementor-element.elementor-element-a991e6d { padding: 0px !important;}
.elementor-3114 .elementor-element.elementor-element-67a2552 > .elementor-widget-container { padding: 0px !important;}
.elementor-3114 .elementor-element.elementor-element-e142f13 > .elementor-widget-container { padding: 0px !important;}
.elementor-3114 .elementor-element.elementor-element-3929eba .elementor-icon-box-title { margin-bottom:0px !important;}
.elementor-3114 .elementor-element.elementor-element-7acbde2 .elementor-icon-box-title { margin-bottom:0px !important;}
.elementor-3114 .elementor-element.elementor-element-287ac2a .elementor-icon-box-title { margin-bottom:0px !important;}
.elementor-3114 .elementor-element.elementor-element-4a7cb61 .elementor-icon-box-title{ margin-bottom:0px !important;}
/*  portfolio page */
.projects-style-1 .projects-box .portfolio-info .portfolio-info-inner{
	left: 60%;
    bottom: 30px; 
	padding:0px; 
	padding-right: 62px;
}
.projects-style-1 .projects-box .portfolio-info h5{margin-bottom:0px;}
 #breadcrumbs li:nth-child(3){ display:none;}
/* @media (max-width: 1024px){.elementor img {max-width: 70% !important;}} */
@media (max-width: 768px){.elementor img {max-width: 100% !important;}}
/* Services - Mobile App Development  */
@media (min-width: 1200px){.elementor-2076 .elementor-element.elementor-element-3969763 > .elementor-widget-container {
    margin: 12px 0px 16px 100px !important;}
	.elementor-2076 .elementor-element.elementor-element-146b918 .premium-bullet-list-box {margin-left: 86px;}
}
.elementor-2076 .elementor-element.elementor-element-a330ece > .elementor-widget-container { margin: 16px 0px 0px 0px !important;}

@media (max-width: 767px){
  .post-nav h6 {  line-height: 22px;}
.elementor-3102 .elementor-element.elementor-element-dd3ce61 { margin-bottom: 30px !important;}
}
/* About us page */
.elementor-1579 .elementor-element.elementor-element-1d0b8a9 .premium-modal-trigger-img { border-radius: 5px !important;}
.award-content-wrapper h2 {font-size: 40px;}
@media (max-width:768px){.elementor-1579 .elementor-element.elementor-element-258a464 > .elementor-widget-container{ padding: 0px 0px 0px 0px !important;}}
@media (max-width: 1024px){.award-content-wrapper h2 {font-size: 26px;}}
@media (max-width: 320px){.award-content-wrapper h2 {font-size: 20px;}
.elementor-1579 .elementor-element.elementor-element-258a464 .ot-heading > span { font-size: 25px !important;}}
.elementor-1579 .elementor-element.elementor-element-925ee15 > .elementor-widget-container { padding: 0px 0px 0px 0px !important;}
/* .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 15px 15px 0px 15px !important;} */
.elementor-1496 .elementor-element.elementor-element-5c56f12 .ot-heading .main-heading {line-height: 1em !important;}
.elementor-1496 .elementor-element.elementor-element-5c56f12 > .elementor-widget-container { padding: 0px 0px 0px 0px !important;}
/* Career page */
/* .elementor-4073 .elementor-element.elementor-element-9e7337a > .elementor-widget-container { padding: 20px 0px 0px 0px !important;} */
.elementor-4073 .elementor-element.elementor-element-2be591a > .elementor-widget-container {
    padding: 20px 0px 0px 0px !important;}
.elementor-4073 .elementor-element.elementor-element-63586971 {
     margin-bottom: 0px !important;  padding: 40px 40px 20px 40px !important;}
@media (max-width: 375px){.elementor-4073 .elementor-element.elementor-element-9e7337a .ot-heading .main-heading {
    font-size: 22px !important;}}
@media (max-width: 320px){.elementor-4073 .elementor-element.elementor-element-9e7337a > .elementor-widget-container {
   margin: -10px 123px 8px 0px !important;}
  .elementor-4073 .elementor-element.elementor-element-9e7337a .ot-heading > span { font-size: 13px !important;}
	.elementor-4073 .elementor-element.elementor-element-9e7337a .ot-heading .main-heading { font-size: 17px !important;
	margin-top: 5px;}}

/* Contact Us page */
.elementor-1370 .elementor-element.elementor-element-25da005f > .elementor-widget-container { padding-bottom: 5px !important;}
/* Service Page */
@media (max-width: 320px){.wpcf7 .main-form h2{font-size: 30px;} 
.elementor-3114 .elementor-element.elementor-element-520a662 .ot-heading .main-heading { font-size: 25px !important;}
.elementor-3114 .elementor-element.elementor-element-520a662 .ot-heading .main-heading {line-height: 1.2em !important;}}
@media (max-width: 1024px){
.elementor-3114 .elementor-element.elementor-element-3929eba .elementor-icon-box-title{font-size: 20px !important;}
.elementor-3114 .elementor-element.elementor-element-287ac2a .elementor-icon-box-title{font-size: 20px !important;}
.elementor-3114 .elementor-element.elementor-element-7acbde2 .elementor-icon-box-title{font-size: 20px !important;}
.elementor-3114 .elementor-element.elementor-element-4a7cb61 .elementor-icon-box-title{font-size: 20px !important;}	
}
.elementor-2076 .elementor-element.elementor-element-82b7344 .ot-heading .main-heading {line-height: 1.2em !important;}
.elementor-2076 .elementor-element.elementor-element-82b7344 > .elementor-widget-container { padding: 0px !important;}
.elementor-2076 .elementor-element.elementor-element-88978b8 .ot-heading .main-heading {line-height: 1.2em !important; margin-bottom:7px;}
.elementor-2076 .elementor-element.elementor-element-88978b8 > .elementor-widget-container{ padding: 0px !important;}
.elementor-2076 .elementor-element.elementor-element-81ab4fc {margin-bottom: 0px !important;}
.elementor-2076 .elementor-element.elementor-element-94102b6 > .elementor-widget-container { margin: 0px !important;}
.elementor-2076 .elementor-element.elementor-element-09cfafc > .elementor-widget-container { padding: 0px !important;}
.elementor-3102 .elementor-element.elementor-element-207bf89 .ot-heading .main-heading{line-height: 1.1em !important; margin-bottom: 10px;} 
.elementor-3102 .elementor-element.elementor-element-ae5a4c1 .ot-heading .main-heading{line-height: 1.1em !important;     margin-bottom: 10px;}
.elementor-3097 .elementor-element.elementor-element-2c1ba7a .ot-heading .main-heading{line-height: 1.1em !important; margin-bottom: 10px;}
.elementor-3097 .elementor-element.elementor-element-3c4b1ec .ot-heading > span {margin-bottom: 0px !important;}
.elementor-3097 .elementor-element.elementor-element-e429612 .ot-heading > span {margin-bottom: 0px !important;}
.elementor-3097 .elementor-element.elementor-element-280faee .ot-heading > span {margin-bottom: 0px !important;}
.elementor-3097 .elementor-element.elementor-element-e55acd1 .ot-heading > span {margin-bottom: 0px !important;}
.elementor-3097 .elementor-element.elementor-element-12908f0 > .elementor-widget-container {margin-bottom:0px !important;}
.elementor-3097 .elementor-element.elementor-element-3b4d9b6 { margin-bottom: 0px !important;}
.elementor-3052 .elementor-element.elementor-element-0674eb6 .ot-heading .main-heading{line-height: 1.1em !important; margin-bottom: 8px}
.elementor-3052 .elementor-element.elementor-element-adf9363 > .elementor-element-populated{margin-bottom: 0px !important;}
.elementor-3052 .elementor-element.elementor-element-0f3c1ca > .elementor-widget-container{margin-bottom: 10px !important;}
.elementor-3052 .elementor-element.elementor-element-4279140 > .elementor-widget-container {padding: 0px 0px 10px 0px  !important;}
.elementor-3098 .elementor-element.elementor-element-a96a80b > .elementor-element-populated > .elementor-widget-wrap {
    padding: 15px 15px 0px 15px !important;}
.elementor-3098 .elementor-element.elementor-element-0061c9e > .elementor-element-populated > .elementor-widget-wrap{
    padding: 15px 15px 0px 15px !important;}
@media (max-width: 786px){
.elementor-3052 .elementor-element.elementor-element-9d6352f { padding: 0px !important;}}
@media (max-width: 1024px){
	.elementor-3098 .elementor-element.elementor-element-eef20fb > .elementor-element-populated > .elementor-widget-wrap { padding: 0px !important;}
	.elementor-3098 .elementor-element.elementor-element-4439d11 > .elementor-element-populated > .elementor-widget-wrap { padding: 0px !important;}
	.elementor-3098 .elementor-element.elementor-element-806b484 > .elementor-element-populated > .elementor-widget-wrap { padding: 0px !important;}
	.elementor-3098 .elementor-element.elementor-element-8e0b07d > .elementor-element-populated > .elementor-widget-wrap { padding: 0px !important;}
}
@media (min-width: 1025px){
	.elementor-3098 .elementor-element.elementor-element-806b484 > .elementor-element-populated > .elementor-widget-wrap {padding: 0px 15px 0px 15px !important;}
	.elementor-3098 .elementor-element.elementor-element-4439d11 > .elementor-element-populated > .elementor-widget-wrap { padding: 0px 15px 0px 15px !important;}
	.elementor-3098 .elementor-element.elementor-element-8e0b07d > .elementor-element-populated > .elementor-widget-wrap {padding: 0px 15px 0px 15px !important;}
	.elementor-3098 .elementor-element.elementor-element-eef20fb > .elementor-element-populated > .elementor-widget-wrap { padding: 0px 15px 0px 15px !important;}
}
/* home page image */
@media (max-width: 1024px){
.elementor-2274 .elementor-element.elementor-element-8243aef {
    display: block !important;
	}}

/* title section */
.page-header .page-title {
    padding: 10px 20px 10px 20px;
}
@media (max-width: 425px){
	/* .page-header .page-title {
    padding: 10px 20px 10px 0px;
} */
}
/* Service -Web Development */
.elementor-3114 .elementor-element.elementor-element-b7bb45a .premium-bullet-list-box {padding-left: 0px}
.elementor-3114 .elementor-element.elementor-element-448b9d6 .premium-bullet-list-box {padding-left: 0px; margin-bottom:24px;}
/* Mobile App Development */
.elementor-widget-heading h2.elementor-heading-title.elementor-size-default {
    margin-bottom:4px; padding-right:5px;
}
/* UI& Ux */
@media (max-width: 768px){
.elementor-3097 .elementor-element.elementor-element-f306a0b {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
	}}
.elementor-3097 .elementor-element.elementor-element-eb28dd6 .premium-bullet-list-box {
    padding-left: 0px; margin-bottom: 24px;
}
.elementor-3052 .elementor-element.elementor-element-964a3bc > .elementor-element-populated {margin:0px !important}
.elementor-2076 .elementor-element.elementor-element-4826b30 .premium-bullet-list-box {
    padding-left: 0px;
}
/* home page  and service ui ux*/
.card-section-one .elementor-column-wrap .card-text-box .feature-item-block .info-item h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 8px;
}
.elementor-element.elementor-element-cfc8ea4.brand-idea{margin-bottom: 0px;}
@media (max-width: 1024px){
	.elementor-3097 .elementor-element.elementor-element-782554e > .elementor-element-populated > .elementor-widget-wrap {
    padding: 0px 2px 0px 0px !important;
}
.elementor-3097 .elementor-element.elementor-element-5b33be3 > .elementor-widget-container {
    padding: 2px 4px 0px 0px !important;
}
	.elementor-3097 .elementor-element.elementor-element-04d64bf > .elementor-element-populated > .elementor-widget-wrap {
    padding: 0px 2px 0px 0px !important;
}
}
@media (max-width: 425px){
	.elementor .elementor-section > .elementor-column-gap-extended > .elementor-row{
		align-items:center;
	}
	.elementor .elementor-section.ProductAndService > .elementor-column-gap-extended > .elementor-row{
		align-items: baseline;
	}
	.elementor .elementor-section.Product-Service > .elementor-column-gap-extended > .elementor-row{
		    align-items: flex-start;
	}
	.elementor .elementor-section.Product_Service > .elementor-column-gap-extended > .elementor-row{
		    align-items: flex-start;
	}
	.elementor-3097 .elementor-section.Product_Service .elementor-element.elementor-element-3679462 > .elementor-widget-container {
    padding: 0px 4px 0px 0px;
}
}
@media (min-width: 426px) and (max-width:1024px){
.elementor-3097 .elementor-section.ProductAndService .elementor-element.elementor-element-5b33be3 > .elementor-widget-container {
    padding: 2px 4px 0px 0px;
}
	.elementor-3097 .elementor-element.elementor-element-eb70619 > .elementor-widget-container {
    padding: 4px 4px 0px 0px !important;
}
	.elementor-3097 .elementor-element.elementor-element-9692717 > .elementor-widget-container {
    padding: 4px 4px 0px 0px !important;
}
.elementor-3097 .elementor-element.elementor-element-782554e > .elementor-element-populated > .elementor-widget-wrap {
    padding: 0px 2px 0px 0px !important;
}
}
@media (min-width: 426px) and (max-width:768px){
		.elementor-3097 .elementor-element.elementor-element-eb70619 > .elementor-widget-container {
    padding: 0px 4px 0px 0px !important;
}
.elementor-3097 .elementor-element.elementor-element-9692717 > .elementor-widget-container {
    padding: 0px 4px 0px 0px !important;
}
}
@media (max-width: 320px){
	.elementor-widget-heading h2.elementor-heading-title.elementor-size-default {
    padding-right: 3px;
}
	.elementor-3097 .elementor-section.ProductAndService .elementor-element.elementor-element-99e0528 > .elementor-widget-container {
    padding: 0px 4px 0px 0px;
}
	.elementor .elementor-section.ProductAndService > .elementor-column-gap-extended > .elementor-row {
    align-items: flex-start;
}
	.elementor-section.Product_Service .elementor-widget-heading h2.elementor-heading-title.elementor-size-default {
    padding-right: 1px;
}
}

@media (max-width: 767px){
	.elementor-2854 .elementor-element.elementor-element-d6cb4a7 {  width: 43% !important;}
	.elementor-2854 .elementor-element.elementor-element-2df0dc0f { width: 11% !important;}
}
@media (min-width: 1024px){
.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding-left: 30px !important;
	}}
/* sevice -: degital marketing */
@media (max-width: 767px){
.elementor-3102 .elementor-element.elementor-element-5fd6740 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
	}}
/* sevice -: degital transformation */
.elementor-3098 .elementor-element.elementor-element-8b51bf8 { margin-bottom: 0px !important;}
@media (max-width: 425px){
	.elementor-3098 .elementor-element.elementor-element-a96a80b > .elementor-element-populated {
		margin: 0px 0px 0px 0px !important;}
.elementor-3098 .elementor-element.elementor-element-3f53aeb > .elementor-widget-container {
    margin: 0px 0px 0px 0px !important;}
	.elementor-3098 .elementor-element.elementor-element-a23975d > .elementor-widget-container {
		margin: 0px 0px 0px 0px !important;}
	.elementor-3098 .elementor-element.elementor-element-a40bd95 > .elementor-widget-container {
		margin: 0px 0px 0px 0px !important;}
	.elementor-3098 .elementor-element.elementor-element-dacbdb4 > .elementor-widget-container {
		margin: 0px 0px 0px 0px !important;}
	.elementor-3098 .elementor-element.elementor-element-255d2d8 > .elementor-widget-container {
		margin: 0px 0px 0px 0px !important;}
}
@media (max-width: 767px){
	.elementor-3098 .elementor-element.elementor-element-ec92141 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
	}}
@media (min-width:768px) and (max-width:1024px){
	.elementor-3098 .elementor-element.elementor-element-ec92141 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
	}
}
/* contact page */
@media (min-width: 767px) and (max-width:1023px){
	.wpcf7 .main-form {
    padding: 25px 17px;
	}
}
/* porfolio - we school */
@media (min-width: 426px) and (max-width:768px){
.single-portfolio-navigation .post-nav a:before {
    line-height: 36px;
    height: 35px;
	}}
/* Quality Assurance */
.elementor-3052 .elementor-element.elementor-element-61de41f > .elementor-widget-container {
    padding: 0px 0px 0px 0px !important;
}
.elementor-element.elementor-element-4279140.auto-Testing{margin-bottom:0px}
@media (max-width: 1024px){
.elementor-3052 .elementor-element.elementor-element-4279140 > .elementor-widget-container {
	margin: 10px 0px 0px 0px !important;}}
/* career page */
.elementor-element.elementor-element-9e7337a.elementor-widget.elementor-widget-iheading{margin: 0px !important;}

@media (max-width: 425px){
.f-nav-wrap {
    margin: 3px 16px 16px 16px !important;
	}}
/* home page header footer main section */
.elementor-element.elementor-element-1c7454af.fbot-inner{
	padding:10px 0px;
}
.elementor-element.elementor-element-1c7454af.fbot-inner .fbot-link{
	font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-element.elementor-element-1c7454af.fbot-inner .copyright-txt{
	font-size: 14px;
}
.elementor-element.elementor-element-0394614.elementor-position-left.elementor-vertical-align-middle.Q-Solution{
	margin-bottom:0px;
}
.elementor-element.elementor-element-b0bc747.about-company-text.elementor-widget.elementor-widget-heading{
	margin-bottom: 0px;
}
.elementor-element.elementor-element-cfc8ea4.brand-idea .elementor-heading-title{
	margin-bottom: 0px;
} 
.elementor-element.elementor-element-665f6ac.ideas-text .elementor-widget-container{
	margin: 0px 0px 0px 0px !important;
}
.elementor-3102 .elementor-element.elementor-element-e7312fc > .elementor-widget-container {
    padding: 0px 10px 0px 0px;
}

/* service page link pages */
.elementor-3098 .elementor-element.elementor-element-cbefe32 > .elementor-element-populated {
    border-color: #D60B52 !important;
}
.elementor-3098 .elementor-element.elementor-element-8251454 > .elementor-widget-container .elementor-text-editor.elementor-clearfix{
	color: #D60B52 !important;
	font-weight:700 !important;
}
.elementor-element.elementor-element-00a44a2.EP-service{margin-bottom:0px}
.elementor-element.elementor-element-3f51e83.Succ-Deliver{margin-bottom:0px}
.elementor-element.elementor-element-78c23c0.project-text{margin-bottom:0px}
@media (max-width: 425px){
.elementor-element.elementor-element-78c23c0.project-text .elementor-text-editor h2{font-size: 35px !important;
    line-height: 42px !important;}
}
.f-nav-wrap ul.fnav-list li{padding-bottom: 4px;}
.f-nav-wrap ul.fnav-list li a:hover{text-decoration:underline;}
.comp-address-wrap.SSC .Country-Name{    margin-bottom: 8px; font-weight: 700;}
.f-nav-wrap h2 {margin-bottom: 12px;}
.f-address-block .comp-address {
	margin-bottom: 20px !important}
@media (min-width:426px) and (max-width: 768px){
	.f-address-block .comp-address {
	margin-bottom: 12px !important}
}
@media (max-width:425px){
.f-address-block .comp-address {
	margin-bottom: 4px !important}	
}
.f-address-block .contact-number.PW{border-top:none;}
.elementor-element.elementor-element-c876987.weOffer .icon-box-s2.s1 .content-box p{ line-height: 1.6em;}
.icon-box-s2 h5 {  margin-bottom: 6px !important;}
.elementor-element.elementor-element-67a2552.Strategic-tools{margin-bottom: 0px;}
.elementor-element.elementor-element-e142f13.Development-Innovat{margin-bottom: 0px;}
.elementor-element.elementor-element-88978b8.stop-MADev{margin-bottom: 0px;}
.elementor-element.elementor-element-88978b8.stop-MADev .ot-heading span{text-transform:capitalize !important;}
.elementor-element.elementor-element-3969763.Tech-WS{margin-bottom: 0px;}
.elementor-element.elementor-element-3969763.Tech-WS .elementor-widget-container{margin-bottom: 0px !important;}
.elementor-element.elementor-element-94102b6.trust-amplify{margin-bottom: 0px;}
.elementor-element.elementor-element-82b7344.custom-App{margin-bottom: 7px !important;}
.elementor-container .elementor-element.elementor-element-94102b6.trust-amplify{margin-bottom: 0px;}
.elementor-2076 .elementor-element.elementor-element-ac05578 > .elementor-element-populated > .elementor-widget-wrap { padding: 10px !important;}
@media (min-width:321px) and (max-width: 375px){
	.elementor-3097 .elementor-element.elementor-element-e99f917.Draw-Pattern { padding: 0px 0px 0px 38px;}
	.elementor-3097 .elementor-element.elementor-element-0cfa1cc.Wire-Specification { padding: 0px 0px 0px 38px;}
}
@media (min-width:376px) and (max-width: 425px){
	.elementor-3097 .elementor-element.elementor-element-e99f917.Draw-Pattern { padding: 0px 0px 0px 42px;}
	.elementor-3097 .elementor-element.elementor-element-0cfa1cc.Wire-Specification { padding: 0px 0px 0px 42px;}
	.elementor-element.elementor-element-2d10f4f.Product_Service.ot-traditional.elementor-section-boxed .elementor-container.elementor-column-gap-extended{padding: 0 20px;}
	.elementor-3097 .elementor-element.elementor-element-2d10f4f.Product_Service{border:none;}
}
@media (min-width: 321px) and (max-width: 375px){
	.elementor-element.elementor-element-2d10f4f.Product_Service.ot-traditional.elementor-section-boxed .elementor-container.elementor-column-gap-extended{padding: 0 23px;}
}
@media (max-width: 320px){
	.elementor-element.elementor-element-2d10f4f.Product_Service.ot-traditional.elementor-section-boxed .elementor-container.elementor-column-gap-extended{padding: 0 20px;}
	.elementor-3097 .elementor-element.elementor-element-2d10f4f.Product_Service{border:none;}
	.elementor-element-3b4d9b6.user-EXP .elementor-column-wrap.elementor-element-populated{margin: 0px 0px 0px 33px !important;}
	.elementor-element-6ee6cde.ProductAndService .Four-num .elementor-heading-title{padding-top:4px}
}
#valid-Testing {margin-bottom:0px}
.elementor-element-e55acd1.Testing-Refine .elementor-widget-container { margin: 0px 0px 0px 0px !important;}
.elementor-element-c0f59e5.Trust-Us .elementor-element-2b7e31a .elementor-column-wrap .elementor-widget-wrap{
	padding:0px !important;
}


@media (max-width: 425px){
	.elementor-element-4826b30.c7011 .premium-bullet-list-box{padding-left:0px;}
	.c7011 .premium-bullet-list-box{padding-left:0px;}
	.Tech-WS .elementor-widget-container{margin-left:0px !important;}
	.programing-Lang .premium-bullet-list-box{padding-left:0px;}
	.Analysis-Report .ot-heading .main-heading{margin-bottom: 15px;}
	.programing-Lang .premium-bullet-list-box .premium-bullet-list-content .premium-bullet-list-text span{
		font-size:14px !important;}
	.Mobile_App-Dev .elementor-container .elementor-row .elementor-element-ccf1dbd .elementor-column-wrap .elementor-widget-wrap{padding-bottom:0px;}
}
@media (max-width: 1024px){
.Multi-channel .elementor-container.elementor-column-gap-extended{padding:0px !important;}
}
#Manual-testing{   margin-bottom: 0px;}

@media (min-width:426px) and (max-width: 768px){
	.elementor-element-186a45a.Manual-testing  .elementor-widget-container{margin: 0px 0px 10px 0px !important;}
}
.elementor-element.elementor-element-5c56f12{ margin-bottom: 7px !important;}
@media (min-width: 1025px){
.EXP .elementor-icon-box-content h3{margin-bottom: 8px !important;}
	.EXP .elementor-icon-box-content h2{margin-bottom: 8px !important;}
}
.elementor-element.elementor-element-28a66d7 .elementor-column-wrap .elementor-widget-wrap{padding-bottom: 0px !important;}
.award-content-wrapper h2 { margin: 0 0 10px 0;}
.elementor-element-925ee15.Intro-PW{ margin-bottom: 0px !important;}
.elementor-element-925ee15.Intro-PW .ot-heading .main-heading{ margin-bottom: 10px !important;}
.elementor-element-72ab612.PWinfo .elementor-widget-container{ margin-bottom: 5px !important;}
.elementor-element-2ae5e83.Providers{ margin-bottom: 0px !important;}
.elementor-element-258a464.Select-PW { margin-bottom: 0px !important;}
.elementor-element-a61262a.Work-Foundation{ margin-bottom: 0px !important;}
.elementor-element-0fe3744.Project-PW { margin-bottom: 0px !important;}
.elementor-element-0fe3744.Project-PW .elementor-widget-container{ margin-bottom: 0px !important;}

.elementor-element.elementor-element-a29d361.PW-UL .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/30) !important;
}
.elementor-element.elementor-element-f9b0790.PW-UL .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(16px/30) !important;
}
.post-box p { color: #000000; line-height: 1.6em;}
.post-box .entry-title { margin-bottom: 8px;}

/* about page */
#AB4545{margin-bottom: 0px;}
.elementor-element.elementor-element-997d811.PW-benefit .elementor-widget-container ul{padding-left:0px;}
@media (min-width: 1025px){
.elementor-element.elementor-element-997d811.PW-benefit .elementor-widget-container ul li .premium-bullet-list-wrapper{padding-top: 5px;}
}
@media (max-width: 425px){
	.elementor-element-9290839.WC-PW .elementor-column-gap-default .elementor-row{margin-left: 0px;
    margin-right: 0px;}
}
/* blog page */
.elementor-element-8d522db.Digital-Trans-Heading{ margin-bottom: 0px !important;}
.elementor-element-8d522db.Digital-Trans-Heading .elementor-widget-container{padding: 0px 0px 7px 0px !important;}
@media (min-width:769px) and (max-width: 1024px){.elementor-element-448602c.Digital-Trans-img .elementor-image img {max-width: 60% !important;}
}
/* contact us page */
.elementor-element-5bcbb086.contact-Us .elementor-widget-container{padding: 0px 0px 0px 0px !important;}
.elementor-element-5bcbb086.contact-Us{margin-bottom: 7px !important;}

/* portfolio -club local page */
.Club-Local{ margin-bottom: 0px !important;}
.Club-Local .elementor-widget-container{ margin-bottom: 5px !important;}
.club-text{ margin-bottom: 0px !important;}
.club-text .elementor-text-editor p:nth-child(1) { margin-bottom:10px;}
/* portfolio - we school page */
.Higher-edu{ margin-bottom: 0px !important;}
.Higher-edu .elementor-widget-container{ margin-bottom: 5px !important;}
.Higher-edu-text{ margin-bottom: 0px !important;}
.Higher-edu-text .elementor-text-editor p:nth-child(1) { margin-bottom:10px;} 
/* portfolio - google-Workspace page */
.google-Workspace{ margin-bottom: 0px !important;}
.google-Workspace .elementor-widget-container{ margin-bottom: 5px !important;}
.google-Workspace-text{ margin-bottom: 0px !important;}
.google-Workspace-text .elementor-text-editor p:nth-child(1) { margin-bottom:10px;} 
/* portfolio - RentReadBuy page */
.Project-scope{ margin-bottom: 0px !important;}
.Project-scope .elementor-widget-container{ margin-bottom: 5px !important;}
.Project-scope-text{ margin-bottom: 0px !important;}
.Project-scope-text .elementor-text-editor p:nth-child(1) { margin-bottom:10px;} 
/* portfolio - pathoRoute page */
.path-route { margin-bottom: 0px !important;}
.path-route .elementor-widget-container{ margin-bottom: 5px !important;}
.path-route-text{ margin-bottom: 0px !important;}
/* portfolio - EnterPrise-Solution page */
.EnterPrise-Solution { margin-bottom: 0px !important;}
.EnterPrise-Solution .elementor-widget-container{ margin-bottom: 5px !important;}
.EnterPrise-Solution-text .elementor-widget-container{ margin-bottom: 0px !important;}
.EnterPrise-Solution-text{ margin-bottom: 0px !important;}
/* portfolio - Product-E-Comm */
.Product-E-Comm{ margin-bottom: 0px !important;}
.Product-E-Comm .elementor-widget-container{ margin-bottom: 5px !important;}
.Product-E-Comm .elementor-widget-container .elementor-heading-title {white-space: nowrap;}
@media (max-width:425px){
	.Product-E-Comm .elementor-widget-container .elementor-heading-title {white-space: normal;}
}
@media (min-width:768px) and (max-width: 990px){
.Product-E-Comm .elementor-widget-container .elementor-heading-title { width: 100%; white-space: initial;}
}
.Product-E-Comm-text{ margin-bottom: 0px !important;}
.Product-E-Comm-text .elementor-text-editor p:nth-child(1) { margin-bottom:10px;} 
/* portfolio - Payroll-system */
.Payroll-system{ margin-bottom: 0px !important;}
.Payroll-system .elementor-widget-container{ margin-bottom: 5px !important;}
.Payroll-system-text{ margin-bottom: 0px !important;}
/* portfolio - HRA-Web page */
.HRA-Web{ margin-bottom: 0px !important;}
.HRA-Web .elementor-widget-container{ margin-bottom: 5px !important;}
.HRA-Web-text{ margin-bottom: 0px !important;}
/* portfolio -merkAuto  */
.car-buy-sell{ margin-bottom: 0px !important;}
.car-buy-sell .elementor-widget-container{ margin-bottom: 5px !important;}
.car-buy-sell-text{ margin-bottom: 0px !important;}
/* portfolio -booming-bulls  */
.Edu-platform{ margin-bottom: 0px !important;}
.Edu-platform .elementor-widget-container{ margin-bottom: 5px !important;}
.Edu-platform-text{ margin-bottom: 0px !important;}
/* home page image text  overlape */
@media (min-width:1025px){
.Home-Business .elementor-widget-container .elementor-heading-title{font-size: 36px !important;}
}
/* service digital maketing */
@media (min-width:1025px){
.border-content-box .elementor-element-populated .elementor-widget-wrap{padding: 10px 0px !important; }
}
/* service- mobile app development */
@media (min-width:426px) and (max-width: 768px){
.c7011.ab123 ul li:nth-child(4) i {
   margin-bottom: 24px;
	}}
/* service- ui ux */
@media (min-width:769px) and (max-width: 1024px){
	.user-EXP .elementor-element-d53d379 .elementor-element-populated{margin: 0px 0px 0px 50px !important;}
}
/* about us */
@media (max-width:425px){.PW-UL.Sp123A ul li:nth-child(2) i { margin-bottom: 20px;}}
@media (max-width:320px){.PW-UL.Sp123A ul li:nth-child(1) i { margin-bottom: 20px;}}
/* service- QA */
@media (min-width:769px) and (max-width: 1024px){
.Employ-QA .elementor-widget-container .ot-heading h2{margin-bottom:0px !important}
}
@media (min-width:1025px){
.Employ-QA .elementor-column-gap-default{padding:0px 9px !important;}
}
@media (max-width:1024px){
.Comn-QA .elementor-column-gap-extended{padding: 0px !important;}
}
/* blog-comment section at without login */
@media (max-width:375px){
	.comment-form .comment-notes span{font-size:15px; margin-bottom: 20px;}
}
@media (max-width:767px){
/* .site-main article .post-inner .inner-post {
  padding: 15px 10px 36px !important;
} */
.entry-content {
  padding: 13px 0 50px;
}
.post-box .post-inner {
  margin-bottom: 30px;
}
.post-box .entry-title {
  font-size: 24px !important;
}
}
/* contact us for a free Quote */
.member-form.comment-respond .quoteformwrapper input[type=tel] {width:100%;}

/* service sidebar  */
.service-sidebar-wrap .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container .elementor-heading-title .categories-wrap h4{margin-bottom:24px;}
.service-sidebar-wrap .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container .elementor-heading-title ul.categorylist {
    background: #fff;
	border-radius: 12px 12px 12px 12px;
}
.service-sidebar-wrap .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container .elementor-heading-title ul.categorylist li{
   padding:11px;
    background:transparent;
}

.service-sidebar-wrap .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container .elementor-heading-title ul.categorylist li.menu-active{
    color: #fff;
    background: #1652A2;
}
.service-sidebar-wrap .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container .elementor-heading-title ul.categorylist li.menu-active a {
    color: #fff;
}
.service-sidebar-wrap .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container .elementor-heading-title ul.categorylist li:nth-child(1){border-radius: 12px 12px 0px 0px;}
.service-sidebar-wrap .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container .elementor-heading-title ul.categorylist li:nth-child(7){border-radius: 0px 0px 12px 12px;}


@media (min-width:425px) and (max-width: 768px){
  .services-page-wrapper .service-sidebar-outer .categories-wrap.our-Services {
    margin-left: 13px;
    margin-right: 10px;
     margin-top: 30px;
      background: #fff;
      border-radius: 12px 12px 12px 12px;
      padding: 30px 11px;
      border: 1px solid #31a1d3;
	  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
  }	
  .services-page-wrapper .service-sidebar-outer .categories-wrap.our-Services h4.tittle{
    margin-bottom: 6px !important;
    color: #31A1D3;
    font-size: 17px;
  }	
  .services-page-wrapper .service-sidebar-outer .categories-wrap.our-Services a{
    font-size: 14px;
   }
.services-page-wrapper .service-sidebar-outer .categories-wrap {
    margin-left: 13px;
    margin-right: 10px;
}	
	.service-sidebar-wrap .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container .elementor-heading-title ul.categorylist li {padding: 11px 8px;}
}
@media (min-width:769px){
	.services-page-wrapper .service-sidebar-outer .categories-wrap {
   margin-left: 20px;
    margin-right: 16px;
}	
.services-page-wrapper .service-sidebar-outer .categories-wrap.our-Services {
  margin-left: 24px;
   margin-right: 16px;
   margin-top: 30px;
    background: #fff;
    border-radius: 12px 12px 12px 12px;
    padding: 30px 18px;
    border: 1px solid #1652A2;
	background-color: #fff;
	border-color: #1652A2;
/*     box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); */
}	
.services-page-wrapper .service-sidebar-outer .categories-wrap.our-Services h4.tittle{
  margin-bottom: 6px !important;
  color: #31A1D3;
  font-size: 19px;
}	
.services-page-wrapper .service-sidebar-outer .categories-wrap.our-Services a{
    font-size: 16px;
    color: #1652A2;
    font-weight: 700;
}
}

.career-page-form.elementor-widget-shortcode .wpcf7 input::placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1; 
}

.career-page-form.elementor-widget-shortcode .wpcf7 select {
   background: #EDEDED !important;
   padding: 10px 5px; color: #000;
}
.career-page-form.elementor-widget-shortcode .wpcf7 input:not([type="submit"]) {
  background: #EDEDED !important;
}
.career-form-wrapper.career-page-form .elementor-shortcode .wpcf7 .wpcf7-form div img.captchaf1{width: 40%;}
/* form buttom color on hover */
.elementor-widget-shortcode .wpcf7 input[type="submit"]:hover{color:#FFF !important;}
.member-form.comment-respond .octf-btn{color:#FFF !important;}

/* .contact-panel.elementor-widget .elementor-shortcode .wpcf7 .wpcf7-form .main-form input{
	background-color: #ededed !important;
}
.contact-panel.elementor-widget .elementor-shortcode .wpcf7 .wpcf7-form .main-form textarea{
	background-color: #ededed !important;
} */

/* get quote error msg */
.side-panel-block .elementor-section-boxed .elementor-widget-shortcode .wpcf7-response-output{
    margin: -87px auto 0px;
    width: 85%;
}
@media (max-width: 425px){
	.side-panel-block .elementor-section-boxed .elementor-widget-shortcode .wpcf7-response-output{
    margin: -83px auto 0px;
    width: 90%;
}
}
	@media (max-width: 320px){
	.side-panel-block .elementor-section-boxed .elementor-widget-shortcode .wpcf7-response-output{
    margin: -83px auto 0px;
    width: 88%;
}
}
	
	.ti-widget.ti-goog mark.ti-highlight{
		background-image: linear-gradient(#fbe04900, #fbe04900) !important;
	}
	
/* 	blog page  */
	.site-main article .post-inner .inner-post{padding: 40px 10px 36px; border:none;}




/* code by shivanand in blog */
.inner.flex-middle{padding: 35px 0;}
.page-header .blog-name-title{
 padding-left: 20px;
  width: 100%;
  font-size: 33px;
  text-transform: capitalize;
  font-weight: 800;
  color: #fff;
}
.page-header .page-title {
  font-weight: 600;
  font-size: 45px !important;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.page-header .blog-name-title h2{
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

/* breed crumb */

.blog-home-breadcrumbs .breadcrumbs{
  list-style: none;
  /* padding: 35px 0px 0; */
  padding: 25px 0px 0;
  /* display: flex; */
  /* align-items: center; */
  /* flex-wrap: wrap;
  margin-bottom: 0px; */
  display: flex;
  align-items: center;
  column-gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 0px;  
}

.blog-home-breadcrumbs .breadcrumbs li{
  color: #5D5D5D;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;   
  position: relative;   
}
.blog-home-breadcrumbs .breadcrumbs li a{color: #5D5D5D;}
.blog-home-breadcrumbs .breadcrumbs li:nth-child(2) a{color: #31A1D3; font-weight: 700;}
.blog-home-breadcrumbs .breadcrumbs li:first-child::before {
    display: none;
}
.blog-home-breadcrumbs .breadcrumbs li::before {
    position: absolute;
    left: -22px;
    top: 2px;
    content: "";
    font-family: "FontAwesome";
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
      /* SVG background image */
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMi4wMjYzN1YzLjEyMDhDNSAzLjE5NTIyIDUuMDI3OSAzLjI2NTI2IDUuMDczNjYgMy4zMDkwNEw5LjQ0NDIgNy40NTQ3Mkw1LjA3MzY2IDExLjYwMDRDNS4wMjc5IDExLjY0NDIgNSAxMS43MTQyIDUgMTEuNzg4N1YxMi44ODMxQzUgMTIuOTc3OSA1LjA4MjU5IDEzLjAzMzQgNS4xNDE3NCAxMi45Nzc5TDEwLjU2NyA3LjgzMjY2QzEwLjc2MzQgNy42NDU4OCAxMC43NjM0IDcuMjYzNTYgMTAuNTY3IDcuMDc4MjRMNS4xNDE3NCAxLjkzMjk4QzUuMDgyNTkgMS44NzYwNyA1IDEuOTMxNTIgNSAyLjAyNjM3WiIgZmlsbD0iIzVENUQ1RCIvPgo8L3N2Zz4K");
      background-repeat: no-repeat;
      height: 16px;
      width: 16px;
}

/* .blog-home-breadcrumbs .breadcrumbs li::before {
  content: "/";
  font-family: "FontAwesome";
  font-size: 19px;
  margin: 0px 8px 0;
  display: inline-block;
  vertical-align: middle;
}
.blog-home-breadcrumbs .breadcrumbs li:first-child::before{
  content: "";
  font-family: "FontAwesome";
  font-size: 0px;
  margin: 0;
} */

/* .blog-home-breadcrumbs .breadcrumbs li::after {
  content: "/";
  font-family: "FontAwesome";
  font-size: 19px;
  margin: 0px 8px 0;
  display: inline-block;
  vertical-align: middle;
} */

/* .blog-home-breadcrumbs .breadcrumbs li.active::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 0px;
  margin: 0;
} */

/* blog category banner */

.widget.widget_tag_cloud{display: none;}
#media_image-1{display: none;}

/* .elementor-kit-2897 .site .site-content .image-banner-wrapper:before {
  content: '';
  background: rgba(0,0,0, .86);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
} */
.elementor-kit-2897 .site .site-content .image-banner-wrapper {
  position: relative;
  /* height: 70vh; */
  overflow: hidden;
  text-align: center;
}
.elementor-kit-2897 .site .site-content .image-banner-wrapper img {
  max-width: 100vw;
  height: auto;
  text-align: center;
  image-rendering: -webkit-optimize-contrast;
}
.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay {
  display: grid;
  width: 100%;
  place-items: center;
  padding: 0px 20px;
  position: absolute;
  bottom: 28px;
  z-index: 2;
}
.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h6 {
  color: #fff;
  margin: 20px 0 6px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 8px 24px;
}
.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h6 .byline {
  display: inline-block;
  padding: 0 16px;
}

.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h6 a{
  color: #fff;
  font-size: 16px;
  font-weight: 400;

}
.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h4 {
  color: #fff;
  font-size: 42px;
  max-width: 1024px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  margin: 16px 0 16px 0;
}
.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay .post-cat .posted-in a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background: #545454;
  padding: 8px 20px;
  margin-right: 6px;
  border-radius: 20px;
}
.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay .post-cat .posted-in a:hover{
  background: #6e6767;
}
.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h6 .comment-num a{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  color: #fff;
}
@media (max-width: 991px){
  .page-header .blog-name-title{font-size: 26px;}
}

@media (max-width: 767px) {
  .page-header .page-title  {
    font-size: 30px !important;
  }
  .inner.flex-middle {
    padding: 20px 0;
}
.flex-middle {display: block;}
.page-header .blog-name-title{padding-left: 0px;}
.page-header .breadcrumbs{text-align: left;}
}

@media (min-width: 768px) and (max-width:820px){ 
  .elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h4{
    color: #fff;
    font-size: 25px;
  }
  .blog-home-breadcrumbs .breadcrumbs {
    padding: 25px 0px 0;
  }
  .single-post .entry-content {
    padding: 10px 0 50px;
}
}
@media (max-width:991px){ 
  
  .post-box .entry-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }

}
@media (max-width:767px){ 
.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h6 .comment-num a {font-size: 10px;}
.elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay .post-cat .posted-in a{font-size: 10px;}
  .elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h6{margin: 0 0 6px; padding: 5px 20px;}
  .elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h4{margin: 0 0 6px;}
  .elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h6 a {font-size: 12px;}
  .elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h4{font-size: 14px;}
  .elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay{
    bottom: 20px;
  }
  .blog-home-breadcrumbs .breadcrumbs {
    /* padding: 13px 0px 0; */
    padding: 16px 0px 16px;
  }
  .single-post .entry-content {
    padding: 5px 0 50px;
}
}
@media (max-width:375px){ 
  .elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay .post-cat .posted-in a{margin-right: 0px;}
}
@media (max-width:320px){ 
  .elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay {
    bottom: 10px;
}
 
  .page-header .blog-name-title{font-size: 23px;}
 
  .elementor-kit-2897 .site .site-content .image-banner-wrapper .banner-img-overlay h4{font-size: 12px;}
}


.f-nav-wrap ul.fnav-list li:nth-child(5) {
  display:none;
}



.gate-form-error{
	border: 1px solid #f00 !important;
}


/* career page */
.devloper-text-box .elementor-text-editor p{font-size: 16px;}
.devloper-text-box .elementor-text-editor span{font-size: 16px;}
.devloper-text-box .elementor-text-editor ul li{font-size: 16px;}


/* Captcha code responsive */
.g-recaptcha{
  transform: scale(0.95);
  -webkit-transform: scale(0.95); 
   transform-origin: 0 0;
  position: relative;
  left: 0px;
   -webkit-transform-origin: 0 0;
}

/* for career page captcha */
.g-recaptcha.career-captcha{
  transform: scale(0.999);
  -webkit-transform: scale(0.999); 
   transform-origin: 0 0;
  position: relative;
  left: 0px;
   -webkit-transform-origin: 0 0;
}

/* contact page form */
.g-recaptcha.contact-captcha{
  transform: scale(0.999);
  -webkit-transform: scale(0.999); 
   transform-origin: 0 0;
  position: relative;
  left: 0px;
   -webkit-transform-origin: 0 0;
   margin-bottom: 18px;
}

@media (max-width:320px){
	.new-captcha{
		transform:scale(0.50) !important;
        -webkit-transform:scale(0.50) !important;
         transform-origin:0 0 !important;
          -webkit-transform-origin:0 0 !important;
	} 
  .g-recaptcha{
    transform: scale(0.83);
    -webkit-transform: scale(0.83);
    transform-origin: 0;
  }
  .g-recaptcha.career-captcha{
    transform: scale(0.9);
    -webkit-transform: scale(0.9); 
     transform-origin: 0 0;
    position: relative;
    left: 0px;
     -webkit-transform-origin: 0 0;
  }
  .g-recaptcha.contact-captcha{
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0;
  }
}
@media (min-width: 321px) and (max-width:375px){ 
  .g-recaptcha{
    transform: scale(0.999);
    -webkit-transform: scale(0.999);
    transform-origin: 0;
  }
  .g-recaptcha.contact-captcha{
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform-origin: 0;
  }
}

@media (min-width: 426px) and (max-width:768px){ 
  .g-recaptcha.career-captcha{
    transform: scale(0.86);
    -webkit-transform: scale(0.86); 
     transform-origin: 0 0;
    position: relative;
    left: 0px;
     -webkit-transform-origin: 0 0;
  }
}

.wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active:after {
  filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(526deg) brightness(100%) contrast(111%);
}
@media (min-width: 768px){
.wpulike-notification .wpulike-message {
  position: relative;
  pointer-events: auto;
  word-wrap: break-word;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 14px 15px 14px 65px;
  width: 390px;
  border-radius: 3px;
  background-color: #31A1D3;
  color: #FFFFFF;
  animation: wpUlikeNotifitcationsAnimation 200ms backwards;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
}
.wpulike-notification .wpulike-message {
  background-color: #31A1D3;
  opacity: 1;
}
.wpulike-notification .wpulike-message.wpulike-success {
  background: #2cbf05;
}


.elementor-2274 .elementor-element.elementor-element-fc97cdb .elementor-button:hover{
  background-color: #f51f6a;
}
.elementor-2274 .elementor-element.elementor-element-66f1d1a .elementor-button:hover{
  background-color: #f51f6a;
}

/* banner bredcrumb active li class hide */

.blog-home-breadcrumbs .breadcrumbs li.active{display: none;}
.entry-header h5.date-box{margin-bottom: 10px;}

/* get quote whats up hover */

.member-form.comment-respond .contact-number .connect-wappbtn a:hover{
  background: #29d7c7;
    border: 2px solid #29d7c7;
}

.member-form.comment-respond .octf-btn:hover{
    background: #0b64da !important;
    border: 1px solid #0b64da !important;
}


/*Prime Host Coding Start */
#menu-item-2315, #menu-item-4075, #menu-item-7435, #menu-item-2017{
	display:none;
}

/* primehost page css */
.elementor-13331 .elementor-element.primehost-banner .bannrer-btn a{
  border-radius: 4px;
  border: 1px solid #3680C8;
  background: #31A1D3;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.elementor-13331 .elementor-element.primehost-banner .bannrer-btn a:hover{
  color: #fff;
  background: #3680C8;
  border: 1px solid #31A1D3;
}
.elementor-13331 .elementor-element.primehost-banner .bannrer-btn a:focus{
  color: #fff;
  background: #3680C8;
  border: 1px solid #31A1D3;
}
.global-app-banner .elementor-background-overlay{
  background-color: #000000;
}
.table-section .elementor-background-overlay{
  background-color: #000000;
}
.table-section .table-outer-wrapper .table-inner-wrapper table, th, td {
    border: 1px solid transparent;
}
.table-section .table-outer-wrapper .table-inner-wrapper .Cloud-table{
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
	border:none;
}
.table-section .table-outer-wrapper .table-inner-wrapper .Cloud-table.VM{
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  border: 2px solid #6ca8e5;
}
.table-section .table-outer-wrapper .table-inner-wrapper .Cloud-table.VM tr:nth-child(odd){
	background-color: #c5dbf1;
	border: 2px solid #6ca8e5;
}
.table-section .table-outer-wrapper .table-inner-wrapper .Cloud-table tr{
	border-radius: 4px;
    background-color: #fff;
}
.table-section .table-outer-wrapper .table-inner-wrapper .Cloud-table tr th{
	 font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1px;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.table-section .table-outer-wrapper .table-inner-wrapper .Cloud-table tr td{
   text-align: center;
   padding: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.1px;
}
.PW-Section .img-box .img-div{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primehost-banner-wrapper .elementor-container.elementor-column-gap-default{
	display: flex;
    align-items: center;
}
.primehost-banner-wrapper .elementor-container.elementor-column-gap-default .primehost-banner .elementor-element-3d24abc7{
	margin-bottom: 5px;
}

.PW-Section .ComnSpace .elementor-widget-wrap .PH-heading{
    margin-bottom: 0px;
}
.PW-Section .ComnSpace .elementor-widget-wrap .PH-heading .elementor-widget-container{
   padding: 0px 0px 4px 0px;
}
.cloud-section{
	border: 1px solid #ddd;
}
.cloud-section .cloud-img-section .img-box .elementor-image img{width:100%}
.primehost-banner-wrapper .primehost-banner .elementor-widget-wrap .Pw-subHeading .elementor-widget-container{
	padding: 0px 0px 0px 0px;}
.table-section .table-section-wrapper .table-header{
    margin-bottom: 0px;
}
.contact-main-wrapper .contact-inner-wrapper .contact-Us-header{
    margin-bottom: 0px;
}
/* .contact-main-wrapper .contact-inner-wrapper .contact-Us-header .main-heading{color: #aec2cb;} */
.primehost-banner-wrapper .primehost-banner .elementor-container.elementor-column-gap-custom{
	padding: 0 0px;
}
.primehost-banner-wrapper .primehost-banner .packages-btn .elementor-button-wrapper a:hover{
    background: #0b64da !important;
    border: 1px solid #0b64da;
}
.primehost-banner-wrapper .primehost-banner .packages-btn .elementor-button-wrapper a{
	font-size: 16px;
	padding: 18px 42px;
	border-radius: 4px;
    border: 1px solid #1652A2;
    background: #1652A2;
}
.primehost-banner-wrapper .primehost-banner .contact-btn .elementor-button-wrapper a:hover{
    background: #0b64da !important;
    border: 1px solid #0b64da;
}
.primehost-banner-wrapper .primehost-banner .contact-btn .elementor-button-wrapper a{
	font-size: 16px;
	padding: 18px 42px;
	 border-radius: 4px;
    border: 1px solid #1652A2;
    background: #1652A2;
}
@media (min-width: 1025px){
  .primehost-banner-wrapper .elementor-container.elementor-column-gap-default .primehost-banner .elementor-widget-wrap{
    padding: 0% 0% 0% 0% !important;
  }
  }
  @media (min-width: 769px) and (max-width:1024px){
    .primehost-banner-wrapper .elementor-container.elementor-column-gap-default .primehost-banner .elementor-widget-wrap{
    padding: 40px 0px 40px 0px !important;
  }
  }
  @media (max-width: 991px){
  .primehost-banner-wrapper .elementor-container.elementor-column-gap-default .primehost-banner .elementor-element-3d24abc7 h2.elementor-heading-title {
     font-size: 39px;
  }
  .primehost-banner-wrapper .primehost-banner .contact-btn .elementor-widget-container .elementor-button-wrapper a{
    font-size: 14px;
    padding: 14px 20px;
  }
  .primehost-banner-wrapper .primehost-banner .packages-btn .elementor-widget-container .elementor-button-wrapper a{
    font-size: 14px;
    padding: 14px 20px;
  }
  .PW-Section .ComnSpace .elementor-widget-wrap .PH-heading .elementor-widget-container h2{
    font-size: 26px;
    line-height: 1.4em;
  }
  }
  @media (max-width: 767px){
  #vm-heading{
font-size: 30px;
  }
  .contact-main-wrapper .contact-inner-wrapper{
    margin-bottom: 20px;
  }
  .global-app-banner .global-banner-text .global-app-heading {margin-bottom: 0px;}
}

@media (max-width: 1024px){
.elementor-13342 .elementor-element.elementor-element-19a05c2e.primehost-banner-wrapper > .elementor-container{ min-height: 350px;}
}

/* breadcrumb hide on primehost */
.page-id-13342 .site-content .page-header.flex-middle{display:none;}


/* auto complete text bg color */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #31a1d3 inset !important;
	-webkit-text-fill-color: #fff !important;
}
/* Capcha Code */
.wpcf7-form-control .wpcf7-text .wpcf7-validates-as-required{
 width: 471px !important;
}

.table-section-wrapper .elementor-column-wrap .elementor-widget-wrap .speedCloud-header h2.elementor-heading-title sup{font-size: 20px;}




.blog-post .inner-post .entry-summary .wp-block-columns .subtitle-img-wrapper .wp-block-columns {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.blog-post .inner-post .entry-summary .wp-block-columns .subtitle-img-wrapper .wp-block-columns p{
   font-size: 16px;
}
.blog-post .inner-post .entry-summary .wp-block-columns .subtitle-img-wrapper .wp-block-columns .wp-block-column:not(:first-child){margin-left: 0px;}
.blog-post .inner-post .entry-summary .wp-block-columns .subtitle-img-wrapper .wp-block-columns .is-vertically-aligned-top{align-self:center;}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper{
   width: 100%;
   display: flex;
  }
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .whtsUpChat-inner-wrapper{
  width: 50%; 
  margin-left: auto;
}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .whtsUpChat-inner-wrapper .QR-wrapper{
  max-width: 259px;
  height: 100%;
  margin: 0px auto;
  padding: 24px;
  border-radius: 24px;
  /* background: #41285F; */
  background: #3680c8;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);   
}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .whtsUpChat-inner-wrapper .QR-wrapper .img-container{
  width: 210px;
  height: auto; 
  margin: 5px 0px;   
}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .whtsUpChat-inner-wrapper .QR-wrapper .img-container img{
  max-width: 100%;
  height: auto;
}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .whtsUpChat-inner-wrapper .QR-wrapper .whts-lbl{
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  margin: 0px 0px 5px;  
  text-align: center;
}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .whtsUpChat-inner-wrapper .QR-wrapper .QR-lbl{
  /* color: #FF5767; */
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; 
  margin: 5px 0px 5px;  
  text-align: center; 
}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .whtsUpChat-inner-wrapper .QR-wrapper .contact-us-btn{
  color: #D60B52;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-radius: 4px;
  padding: 4px 45px;
  background-color: #fff;
}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .whtsUpChat-inner-wrapper .QR-wrapper .contact-us-btn:hover{
background-color: #eee;
}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .contact-list-wrapper ul{
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.blog-post .inner-post .entry-summary .QR-code-main-wrapper .wp-block-cover__inner-container .whtsUpChat-main-wrapper .contact-list-wrapper ul li{
  display: flex;
  column-gap: 10px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;  
}



/* social-links spaces */

.elementor-1308 .elementor-element.elementor-element-17c9824e.fsocial-links{margin-bottom: 0px;}
.elementor-1308 .elementor-element.elementor-element-17c9824e.fsocial-links .elementor-widget-container{margin: 6px 0px 0px 20px;}



/* header css  */
/* .header-desktop .elementor-section-wrap .elementor-top-section .elementor-container .elementor-row{padding: 0px 12px 0px 16px;} */
.logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap{display: flex; }
.logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .logo-wrapper {margin-bottom: 0px;}
.logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .elementor-element { width: auto;}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap{
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 12px;
}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .menu-wrapper{width: auto;}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .inner-btn-conrainer{width: auto;}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .inner-btn-conrainer .elementor-container {padding: 0px; box-shadow: none;}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .inner-btn-conrainer .elementor-container .elementor-column .elementor-widget-wrap{
  padding: 0px; display: flex ; column-gap: 24px;
}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .inner-btn-conrainer .elementor-container .elementor-column .elementor-widget-wrap .btn-bottom {
 width: auto;
}

.button-wrapper .elementor-column-wrap .elementor-widget-wrap .btn-bottom{margin-bottom: 0px;}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn{
  border-radius: 2px;
  background: #1652A2;
  padding: 16px 10px;
  border-radius: 4px;
  width: 118px;
  margin-top: -2px;
  margin-left: 0px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn:hover{
  background: #3680C8 !important;
  /* border: 1px solid #31A1D3; */
}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn .elementor-widget-container{ margin-left: 0px;}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn .elementor-widget-container .octf-cta-header{height: auto;}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn .elementor-widget-container .octf-cta-header .panel-btn{
    border: none; 
    border-radius: 0px; 
    padding: 0px;
}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn .elementor-widget-container .octf-cta-header .panel-btn svg g path{fill: #fff;}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn .elementor-widget-container .octf-cta-header .panel-btn::after {
  content: "Contact Us";
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  position: absolute;
  margin-left: 10px;
  text-transform: capitalize;
  width: max-content;
  top: -5px;
}
.header-main-wrapper{padding: 0px 50px;}
.menu-wrapper .elementor-widget-container .main-navigation ul li::before{background: #1652A2 !important;}
.menu-wrapper .elementor-widget-container .main-navigation ul li a{
  padding-top: 22px; 
  padding-bottom: 22px;
  color: #555 !important;
  font-family: Mulish;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.menu-wrapper .elementor-widget-container .main-navigation ul li li a{  padding: 5px 0px 5px 0px; text-transform: capitalize;}
.menu-wrapper .elementor-widget-container .main-navigation ul li li a:hover{  padding-left: 12px;}
.menu-wrapper .elementor-widget-container .main-navigation ul li li a:active{  padding-left: 12px;}
@media (min-width: 1230px){
.header-desktop .elementor-section-wrap .elementor-top-section .elementor-container{
  max-width: 100%;
  padding: 0px 40px;
  margin: 0px 0px;
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); */
}

	
.header-desktop .elementor-section-wrap .elementor-top-section .elementor-container .elementor-row{
  margin-left: 0px;
  margin-right: 0px;
}
}
@media (max-width:1229px){
  .mobile-header-wrapper{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  }
}
@media (min-width: 1500px){
.header-desktop .elementor-section-wrap .elementor-top-section .elementor-container {
  max-width: 1300px;
  padding: 0px 40px;
  margin: 0px auto;
}
}
@media (min-width: 661px) and (max-width: 990px){
  .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap{padding: 12px 0px 12px 16px !important;}
  .button-wrapper .elementor-column-wrap .elementor-widget-wrap {
    column-gap: 16px;
}
  .mobile-header-wrapper .elementor-container .elementor-row .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .elementor-element { width: 100%;  margin-bottom: 0px; }
}


@media (min-width: 991px) and (max-width: 1024px){
  .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap{padding: 12px 0px 12px 16px !important;}
  .button-wrapper .elementor-column-wrap .elementor-widget-wrap {
    column-gap: 16px;
}
  .mobile-header-wrapper .elementor-container .elementor-row .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .elementor-element { 
/* 	  width: 35%;  */
	  margin-bottom: 0px; }
}
@media (min-width: 768px) and (max-width: 1024px){
  .mobile-header-wrapper .elementor-container .elementor-row .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .elementor-element img {
    width: 100%;
    max-width: 100%;
}
.mobile-header-wrapper .elementor-container .elementor-row .elementor-element.elementor-element-4cdb5f0b { width: 28%;}
.elementor-14523 .elementor-element.elementor-element-07f5f20 { width: 26% !important;}
.mobile-header-wrapper .elementor-container .elementor-row .elementor-element.elementor-element-d6cb4a7 { width: 40%;}
.mobile-header-wrapper .elementor-container .elementor-row .elementor-element.elementor-element-2df0dc0f { width: 6%;}
}
@media (min-width: 991px) and (max-width: 1024px){
.mobile-header-wrapper .elementor-container .elementor-row .elementor-element.elementor-element-4cdb5f0b { width: 24%;}
.mobile-header-wrapper .elementor-container .elementor-row .elementor-element.elementor-element-d6cb4a7 { width: 44%;}
}
@media (min-width: 768px){
.pw-mono-logo{display: none !important;}
}
@media (max-width: 767px){
	.d-sm-none{display: none !important;}
  .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap{ padding: 8px 0px 8px 16px !important;}
  .button-wrapper .elementor-column-wrap .elementor-widget-wrap {
    column-gap: 0px;
}
  .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .pw-mono-logo{margin-bottom: 0px;}
  .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .pw-mono-logo .elementor-widget-container .elementor-image img{width: 50px !important;}
  .pw-full-logo{display: none !important;}
  .button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn {
    padding: 14px 0px 14px;
    /* padding: 19px 0px 19px; */
    border-radius: 4px;
    width: 92px;
    margin-top: 0px;
    margin-left: 8px;
  }
  .mobile-header-wrapper .elementor-container .elementor-row .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .elementor-element-87fc775 .elementor-widget-container{padding-right: 0px;}
  .mobile-header-wrapper .elementor-container .elementor-row .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .elementor-element-87fc775{margin-bottom: 0px;}
  .mobile-header-wrapper .elementor-container .elementor-row .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .elementor-element img {
    width: 100%;
    max-width: 100%;
}
.mobile-header-wrapper .elementor-container .elementor-row .elementor-element.elementor-element-4cdb5f0b { width: 16%;}
  .mobile-header-wrapper .elementor-container .elementor-row .elementor-element.elementor-element-d6cb4a7 { width: 72%;}
  .mobile-header-wrapper .elementor-container .elementor-row .elementor-element.elementor-element-2df0dc0f { width: 12%;}
  .logo-flex-Contrainer .elementor-column-wrap .elementor-widget-wrap .elementor-element.contact-number-mob-header{display: none;}
  .button-wrapper .elementor-column-wrap .elementor-widget-wrap .btn-bottom .elementor-button-wrapper a{
    padding: 9px 10px 9px 10px;     font-size: 13px;
}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn .elementor-widget-container .octf-cta-header .panel-btn::after {
  content: "Contact Us";
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  position: absolute;
  margin-left: 0px;
  text-transform: capitalize;
  width: max-content;
  top: -3px;
  left: 10px;
}
}

@media (max-width: 330px){
  
  .button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn {
    padding: 13px 0px 13px;
    border-radius: 4px;
    width: 82px;
    margin-top: 0px;
    margin-left: 7px;
}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .get-quote-btn .elementor-widget-container .octf-cta-header .panel-btn::after {
  left: 8px;
  top: -2px;
  font-size: 12px;
}
.button-wrapper .elementor-column-wrap .elementor-widget-wrap .btn-bottom .elementor-button-wrapper a {
  padding: 9px 5px 9px 5px;
  font-size: 12px;
}
}

.elementor-14451 .elementor-element.elementor-element-e8b0258 {
  padding: 0px 0px 0px 0px !important; 
}


.comp-address.mt-29n{margin-top: 29px !important}

/* footer css  */
.f-logo-block.f-left-blck .elementor-widget-wrap .fsocial-links .elementor-social-icons-wrapper{
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.f-logo-block.f-left-blck .elementor-widget-wrap .fsocial-links .elementor-social-icons-wrapper .elementor-social-icon{
  --icon-padding: 0em;
}
.f-logo-block.f-left-blck .elementor-widget-wrap .elementor-element{margin-bottom: 0px;}
.f-logo-block.f-left-blck .elementor-widget-wrap .f-logo-holder{margin-bottom: 22px;}
.f-logo-block.f-left-blck .elementor-widget-wrap .follow-text-wrapp{margin-bottom: 8px;}
.f-logo-block.f-left-blck .elementor-widget-wrap .fsocial-links{margin-bottom: 17px;}
.contact-details-wrapper .elementor-widget-container .elementor-text-editor{
  display: flex;
  flex-direction: column;
}
.contact-details-wrapper .elementor-widget-container .contact-number {
  color: #000;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
margin-bottom: 12px;
transition: all 0.2s ease-in;
}
.contact-details-wrapper .elementor-widget-container .contact-number:hover{opacity: 0.8;}
.contact-details-wrapper .elementor-widget-container .contact-number i{margin-right: 8px;}
.contact-details-wrapper .elementor-widget-container .emailaddress{
  color: #000;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
transition: all 0.2s ease-in;
}
.contact-details-wrapper .elementor-widget-container .emailaddress:hover{opacity: 0.8;}
.contact-details-wrapper .elementor-widget-container .emailaddress i{margin-right: 8px;}
.footer-container.ftr-main-wrapper{padding: 30px 15px 0px;}
.f-right-block{
  border-right: none;
  padding: 0 0px 0 0;
  margin-right: 0px;
}
.f-right-block .comp-address-wrap h2{
  color: #808080;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px; 
  display: flex;
  column-gap: 9px;
  align-items: center;   
}
.f-right-block .comp-address-wrap h6{
/*   color: #808080; */
	color: #1d1d1b;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px; 
  display: flex;
  column-gap: 9px;
  align-items: center;   
}
.f-address-block p {
    text-align: left;
    font-size: 16px;
    margin: 0 0 12px 0;
    font-family: 'Mulish', sans-serif;
}
.f-right-block .comp-address-wrap p{
/*   color: #808080; */
	color: #1d1d1b;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px; 
  display: flex;
  column-gap: 9px;
  align-items: center;   
}
.f-right-block .comp-address-wrap .comp-address{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.f-right-block .adrs-qukLink-wrapper .adrs-flex-wrapper{
  display: flex;
    column-gap: 36px;
}
.f-right-block .adrs-qukLink-wrapper .adrs-flex-wrapper .comp-address-wrap{
  flex: 1;
}
.f-right-block.f-address-block .elementor-widget-wrap{padding: 0px !important;}
.fbot-outer.ftr-botm-outer .elementor-container { border-top: 1px solid #DBDBDB;}
.f-right-block .adrs-qukLink-wrapper .quick-link-title{display: none;}
.f-right-block .adrs-qukLink-wrapper .fnav-list{
  list-style: none;
  margin: 0 0 0px;
  padding: 27px 0px 27px;
  border-top: 1px solid #DBDBDB;
  display: flex;
  align-items: center;  
}
.f-right-block .adrs-qukLink-wrapper .fnav-list li{
  margin-bottom: 0px;
  padding: 0px  18px;
  border-right: 1px solid  #808080;
  line-height: 0px;
}
.f-right-block .adrs-qukLink-wrapper .fnav-list li a{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.2s ease-in;
}
.f-right-block .adrs-qukLink-wrapper .fnav-list li a:hover{opacity: 0.7;}
.f-right-block .adrs-qukLink-wrapper .fnav-list li:first-child{padding-left: 0px;}
.f-right-block .adrs-qukLink-wrapper .fnav-list li:last-child{border-right: none; padding-right: 0px;}
.fbot-wrapper .copyright-txt {
  float: left;
  text-align: left;
  color: #000;;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}
.fbot-wrapper .fbot-link{justify-content: flex-end !important;}
.fbot-wrapper .fbot-link a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  padding: 0px 16px;
  border-right: 1px solid  #808080;
  transition: all 0.2s ease-in;
}
.fbot-wrapper .fbot-link a:hover{opacity: 0.7;}
.fbot-wrapper .fbot-link a:last-child{border-right: none; padding-right: 0px;}
.ftr-botm-outer .elementor-row .elementor-column  .elementor-widget-wrap{padding: 0px !important;}
.ftr-botm-outer .elementor-row .elementor-column  .elementor-widget-wrap .elementor-element-1c7454af{padding: 0px;}
.ftr-botm-outer .elementor-row .elementor-column  .elementor-widget-wrap .elementor-element-1c7454af .fbot-wrapper{padding: 16px 0px;}
.d-all-none{display:none;}
@media (min-width: 767px){
	.f-logo-block .elementor-widget-wrap{padding-top: 0px !important;}
}
@media (min-width: 660px) and (max-width: 1024px){
	.d-md-lg-block.d-all-none{display: block;}
	.f-right-block .adrs-qukLink-wrapper .fnav-list.d-md-lg-none{display: none;}
  .f-right-block .comp-address-wrap .comp-address.pd-n6{
    padding-right: 6px;
   }
  .f-right-block .adrs-qukLink-wrapper .fnav-list {
    padding: 27px 0px 27px;     width: 100%;
   }
.ftr-main-wrapper .elementor-element.f-left-blck { width: 30% !important;}
.ftr-main-wrapper .elementor-element.f-right-block { width: 70% !important;}
  }
@media (min-width: 991px) and (max-width: 1120px){
.f-right-block .adrs-qukLink-wrapper .fnav-list li{
  padding: 0px  21px;
}
}
@media (min-width: 767px) and (max-width: 991px){
	.f-right-block .adrs-qukLink-wrapper{padding-left: 10px;}
}
@media (max-width: 990px){
	.f-right-block .adrs-qukLink-wrapper .fnav-list li a {
    font-size: 15px;
}
  .f-right-block .comp-address-wrap .comp-address.pd-n6{
    padding-right: 11px;
   }
  .f-right-block .adrs-qukLink-wrapper .fnav-list li {
    padding: 0px 10px;
   }
.f-right-block .adrs-qukLink-wrapper .adrs-flex-wrapper {
  column-gap: 24px;
   }
 }
@media (max-width: 660px){
	.f-right-block .adrs-qukLink-wrapper .fnav-list li a {
    font-size: 16px;
 }
  .QR-code-wrapper {
    margin-bottom: 20px !important;
}
  .f-right-block .adrs-qukLink-wrapper .quick-link-title{
    display: block;
    color: #000;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px; 
    /* margin-top: 16px;    */
  }
  .f-right-block .comp-address-wrap .comp-address .d-sm-none{
    display: none;
}
  .f-right-block .comp-address-wrap .comp-address.pd-n6{
    padding-right: 0px;
   }
  .fbot-wrapper{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
  }
  .fbot-wrapper .copyright-txt {
    text-align: center; 
}
  .f-right-block .adrs-qukLink-wrapper .fnav-list {
    padding-top: 0px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
/*     column-gap: 20px; */
    row-gap: 20px;
    border: none;
}
.f-right-block .adrs-qukLink-wrapper .fnav-list li{padding: 0px; border: none;     flex: 33%;}
  .f-logo-block.f-left-blck .elementor-widget-wrap .fsocial-links .elementor-social-icons-wrapper {
    text-align: left;
}
  .f-logo-block.f-left-blck .elementor-widget-wrap .f-logo-holder {
    margin-bottom: 16px;
}
.f-logo-block.f-left-blck .elementor-widget-wrap .f-logo-holder .elementor-image{
  text-align: left;
}
.f-logo-block.f-left-blck .elementor-widget-wrap .f-logo-holder .elementor-image img{
 width: 192px;
}
  .footer-container.ftr-main-wrapper .elementor-row{
    row-gap: 20px;
}
  .f-right-block .adrs-qukLink-wrapper .adrs-flex-wrapper .comp-address-wrap {
    /* margin-bottom: 0px; */
}
  .f-right-block .adrs-qukLink-wrapper .adrs-flex-wrapper {
    flex-direction: column;
    row-gap: 0px;
  }
  }

@media (max-width: 375px){
	.f-right-block .adrs-qukLink-wrapper .fnav-list li {
    flex: 50%;
}
}


/* success story page css */


.page-id-14648 .site-content .page-header{display: none;}
input.sucs-input-fld{
  color: #000;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;    
  height: 64px;
  border-radius: 4px;
  padding: 20px 16px;
  border: 1px solid #D9D9D9;
  background: rgba(217, 217, 217, 0.16);
}
.scs-cmnBtn{
  color: #FFF;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  border-radius: 4px;
  background: #1652A2;   
}
.talkUs-btn{
  color: #FFF;
  text-align: right;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  border-radius: 4px;
  background: #1652A2;  
  padding: 16px 34px; 
  white-space: nowrap;
  transition: all 0.3s ease-in;
}
.talkUs-btn:hover{
  background: #0b64da !important;
}
.btn-set-wdth a{transition: all 0.3s ease-in;}
.btn-set-wdth a:hover{background: #0b64da !important;}
.outline-btn.btn-set-wdth a:hover{color: #fff !important; background-color: #000 !important;}
.sucs-sub-title{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
  letter-spacing: 0.32px;   
  margin-bottom: 0px; 
}
.sucs-stry-hdr-wrapper{
  display: flex;
  column-gap: 64px;
}

.sucs-stry-hdr-wrapper .sucs-stry-title{
  color: #000;
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px; 
  margin-bottom: 10px;   
}
.sucs-stry-hdr-wrapper .talkUs-wrapper{
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 32px 22px 32px 29px;
  border-radius: 16px;
  border: 1px solid #D4D4D4;
  background: #FFF;    
}



/* success card css */
.scs-stry-card-titl{
  color: #1652A2;
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;  
  margin-bottom: 0px;  
}
.sucsStory-data-wrapper{
  display: flex;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  margin-bottom: 28px;
  transition: all 0.2s ease-in;
}
a.sucsStory-data-wrapper:hover{
	border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.sucsStory-data-wrapper .dk-gry-container{
  border-radius: 16px 0px 0px 16px;
  border-right: 1px solid #EFEFEF;
  /* background: #A5A5A5;   */
  flex: 42%;
  height: 264px;  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;  
}
.sucsStory-data-wrapper .dk-gry-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sucsStory-data-wrapper .sucs-data-wrapper{
  display: flex;
  flex-direction: column;
  flex: 58%;
  row-gap: 11px;
  align-items: flex-start;
  padding: 30px 53px 30px 42px;
}
.sucsStory-data-wrapper .sucs-data-wrapper .badge-info-lbl{
  color: #5D5D5D;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; 
  letter-spacing: 0.28px;    
  border-radius: 16px;
  padding: 4px 12px;
  background: #EDEDED;
}
.sucsStory-data-wrapper.row-rvrs{ flex-direction: row-reverse;}
.sucsStory-data-wrapper.row-rvrs .dk-gry-container{
  border-radius: 0px 16px 16px 0px; 
  border-left: 1px solid #EFEFEF; 
  border-right: none;
}

/* left section */


.submission-service-right-wrapper{
  border-radius: 16px;
  background: rgba(49, 161, 211, 0.08); 
  /* margin: 10px 0px; */
  height: 100%;   
}
.submission-service-right-wrapper .elementor-widget-wrap{padding: 0px !important;}
.submission-service-right-wrapper .pd-30n{padding: 28px 24px 27px 29px; margin-bottom: 0px !important;}
/* .submission-service-right-wrapper .pd-30n .elementor-widget-container .elementor-text-editor p:nth-child(1){display: none;} */
.submission-service-right-wrapper .txt-blk-34n{
  color: #000;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
}
.submission-service-right-wrapper .fs-18n{
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; 
  margin-bottom: 0px;   
}
.submission-service-right-wrapper .blue-container-wrapper{
  border-radius: 16px;
  border: 1px solid #D4D4D4;
  background: #1652A2;  
  padding: 1px;  
}
.submission-service-right-wrapper .blue-container-wrapper .elementor-container{padding: 0px 10px !important;}
.submission-service-right-wrapper .blue-container-wrapper
.submission-service-right-wrapper .blue-container-wrapper .fw-5n{font-weight: 500; color: #fff; padding: 28px;}
.submission-service-right-wrapper .blue-container-wrapper .hireTeam-container{
  border-radius: 16px;
  border: 1px solid #D4D4D4;
  background: #FAFAFA;  
  padding: 43px 28px 49px 30px;
}
.submission-service-right-wrapper .blue-container-wrapper .hireTeam-container .team-titl{
  color: #000;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
}
.submission-service-right-wrapper .blue-container-wrapper .hireTeam-container .form-flex-colm{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 22px;
}
.submission-service-right-wrapper .blue-container-wrapper .hireTeam-container .form-flex-colm p{margin-bottom: 0px !important;}
.submission-service-right-wrapper .blue-container-wrapper .wpcf7 .wpcf7-response-output{display: none;}
.submission-service-right-wrapper .blue-container-wrapper .get-started-title{ padding: 28px 30px 22px 33px; margin-bottom: 0px;}
.submission-service-right-wrapper .blue-container-wrapper .hireTeam-container .form-flex-colm br{display: none;}
.submission-service-right-wrapper .blue-container-wrapper .hireTeam-container .form-flex-colm input{
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: rgba(217, 217, 217, 0.16);  
}
.submission-service-right-wrapper .blue-container-wrapper .hireTeam-container .form-flex-colm .get-strt-btn{transition: all 0.3s ease-in; padding: 16px 28px; border: none; margin: 16px 0px 11px;}
.submission-service-right-wrapper .blue-container-wrapper .hireTeam-container .form-flex-colm .get-strt-btn:hover{
  background: #0b64da !important;
}
input.sucs-input-fld::placeholder{color: rgba(0, 0, 0, 0.40);}
.submission-service-right-wrapper .blue-container-wrapper .hireTeam-container .form-flex-colm .info-lbl{
  color: #5D5D5D;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;   
}
.submission-service-right-wrapper .srvc-list-wrapp{padding: 33px 32px 35px;}
.submission-service-right-wrapper .srvc-list-wrapp .list-hdr{
  color: #000 ;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 16px;    
}
.submission-service-right-wrapper .srvc-list-wrapp .list-hdr a{font-weight: 700; color: #000 !important;}
.submission-service-right-wrapper .srvc-list-wrapp .list-hdr.txt-cntr{text-align: center;}
.submission-service-right-wrapper .srvc-list-wrapp ul{list-style: none; padding-left: 0px; margin-bottom: 0px;}
.submission-service-right-wrapper .srvc-list-wrapp ul li{
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  margin-bottom: 14px;
}
.submission-service-right-wrapper .srvc-list-wrapp ul li span a{color: #000 !important;}
/* .submission-service-right-wrapper .srvc-list-wrapp ul li span:first-child{
  width: 7%; 
  display: flex;
  align-items: center;
} */
.submission-service-right-wrapper .srvc-list-wrapp ul li span:last-child{width: 90%;}
.submission-service-right-wrapper .srvc-list-wrapp ul li:last-child{margin-bottom: 0px;}
.scs-btn-wrapper{ padding: 10px;}
.scs-btn-wrapper .elementor-widget-wrap{
  padding: 40px !important; 
  border-radius: 16px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  display: flex;
  justify-content: center;
  column-gap: 16px;
}
.scs-btn-wrapper .elementor-widget-wrap .srvc-Btn a{
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
  border-radius: 4px;
  border: 1px solid #1D1D1B;
  background: #FFF;
  padding: 14px 24px;
  transition: all 0.3s ease-in;
}
.scs-btn-wrapper .elementor-widget-wrap .srvc-Btn a:hover{
  background-color: #000;
  color: #fff;
}
.scs-btn-wrapper .elementor-widget-wrap .cntUs-Btn a{
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  border-radius: 4px;
  border: 1px solid #1652A2;
  background: #1652A2;  
  padding: 14px 24px; 
  transition: all 0.3s ease-in;
}
.scs-btn-wrapper .elementor-widget-wrap .cntUs-Btn a:hover{
  background: #0b64da !important;
  border: 1px solid #0b64da;
}
.scs-btn-wrapper .elementor-widget-wrap .elementor-element {width: auto; margin-bottom: 0px;}

.getQuote-main-wrapper{background: #F5F4F3;}
.getQuote-wrapper{
  padding: 50px  0px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.getQuote-wrapper .article-title{
  color: #000;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; 
  letter-spacing: 0.6px;
  margin-bottom: 0px;
}
.getQuote-wrapper .article-sub-title{
  max-width: 710px;
  color: #1D1D1B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;    
  margin: 19px auto 36px;
}
.getQuote-wrapper a{
  color: #FFF !important;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;    
  border-radius: 16px;
  border: 1px solid #2F2F2E;
  background: #2F2F2E;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);   
  padding: 16px 32px; 
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.getQuote-wrapper a:hover{opacity: 0.8;}
.fotr-d-none{display: none;}

@media (min-width: 600px) and (max-width: 991px){
	.scs-btn-wrapper .elementor-widget-wrap{
  padding: 18px !important; 
	}
  .submission-service-right-wrapper .fs-18n {
    font-size: 16px;
}
.sucsStory-data-wrapper .sucs-data-wrapper {
  padding: 20px 20px 16px 20px;
}
.scs-btn-wrapper .elementor-widget-wrap .srvc-Btn a {
    padding: 12px 20px;
}
	.scs-btn-wrapper .elementor-widget-wrap .cntUs-Btn a {
   padding: 12px 20px;
}
}

@media (max-width: 990px){
  .hire-dev-status-wrapper.flx-row .status-container {
    column-gap: 10px;
    padding: 18px 13px !important;
}
  .blog-header-title-wrapper h1 {
    font-size: 36px;
}
  .submission-service-right-wrapper .srvc-list-wrapp .list-hdr {
    font-size: 17px;
    margin-bottom: 10px;
}
  .submission-service-right-wrapper .srvc-list-wrapp {
    padding: 26px 12px;
}
  .submission-service-right-wrapper .blue-container-wrapper .hireTeam-container {
    padding: 28px 12px;
}
  .submission-service-right-wrapper .blue-container-wrapper .fw-5n {
    padding: 16px;
}
  .submission-service-right-wrapper .txt-blk-34n {
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 17px;
}
  .submission-service-right-wrapper .pd-30n {
    padding: 20px 16px;
}
  .scs-stry-card-titl {
    font-size: 19px;
}
.sucs-stry-hdr-wrapper {
  column-gap: 24px;     align-items: center;
}
.sucs-stry-hdr-wrapper .sucs-stry-title {
  font-size: 32px;
}
}

@media (max-width: 600px){

		.scs-btn-wrapper .elementor-widget-wrap{
  padding: 24px !important; 
	}
  .px-sm-0n .elementor-container{padding: 0px !important;}
  .mb-sm-0n{margin-bottom: 0px !important;}
  .submission-service-right-wrapper {
    margin: 10px 10px;
}
  .blog .site-content .blog-dropdown-wrapper{
    flex-direction: row;
    justify-content: space-between;
  }
  .blog-header-title-wrapper {
    margin: 20px 15px 20px !important;
}
  .blog-header-title-wrapper h1 {
    font-size: 27px !important;
}
  .scs-btn-wrapper .elementor-widget-wrap { row-gap: 16px;}
  .scs-btn-wrapper .elementor-widget-wrap .elementor-element{width: 100%;}
  .scs-btn-wrapper .elementor-widget-wrap .elementor-element a{width: 100%; text-align: center;} 
  .getQuote-wrapper { padding: 30px 15px;}
  .getQuote-wrapper .article-sub-title { font-size: 16px;}
  .getQuote-wrapper .article-title { text-align: center; font-size: 28px;}
  .submission-service-right-wrapper .fs-18n { font-size: 16px;}
  .sucsStory-data-wrapper.row-rvrs {  flex-direction: column;}
  .sucsStory-data-wrapper.row-rvrs .dk-gry-container { border-radius: 16px 16px 0px 0px;}
  .sucsStory-data-wrapper .sucs-data-wrapper { padding: 18px;}
  .sucsStory-data-wrapper {  flex-direction: column; margin-bottom: 8px;}
.sucsStory-data-wrapper .dk-gry-container {
  width: 100%;
  height: 200px;
  flex: auto;
  border-radius: 16px 16px 0px 0px;
  border: none;
  border-bottom: 1px solid #EFEFEF;
}
.sucsStory-data-wrapper .dk-gry-container img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
  .sucs-stry-hdr-wrapper {
    flex-direction: column;
    row-gap: 16px;
  }
  .sucs-stry-hdr-wrapper .talkUs-wrapper {
    flex-direction: column;
    row-gap: 20px;
    padding: 16px;
   }
   .sucs-stry-hdr-wrapper .talkUs-wrapper .sucs-sub-title{text-align: center;}
}

@media (max-width: 360px){
  .getQuote-wrapper a {
    font-size: 14px;
    padding: 16px 24px;
}
.scs-btn-wrapper .elementor-widget-wrap { padding: 40px 25px !important;}
  }



.f-right-block .comp-address-wrap .comp-address.pd-n6 {
       margin-bottom: 3px !important;
}

/* contact form css */
.contact-form-main-wrapper{
  border-radius: 16px;
  border: 2px solid #31A1D3;
  background: #FFF; 
  margin: 20px auto 40px;
}
.contact-form-main-wrapper .title{
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; 
  padding: 0px 15px;
  height: auto;
  text-transform: capitalize;
}
.contact-form-main-wrapper .sub-title{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
  letter-spacing: 0.36px;
  padding: 0px 15px 33px;  
  margin-bottom: 0px; 
}
.contact-form-main-wrapper .cntct-flx-row{
  display: flex;
  border-top: 1px solid #D4D4D4;
}
.contact-form-main-wrapper .contact-form-inner-wrapper{padding: 35px 48px 44px 39px; width: 100%;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper{
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 15px;    
}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell{flex: 2 1;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .flex-row{ display: flex; column-gap: 8px;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld:last-child{margin-bottom: 0px;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld.textarea-height{height: 100%;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld.textarea-height .wpcf7-form-control-wrap{height: 100%;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld br{display: none;}
/* .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld p{display: none;} */
.contact-form-main-wrapper .cntct-flx-row .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld p{margin: 0 0 0px;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld label{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;  
  margin-bottom: 5px; 
  text-transform: capitalize;
}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld input{
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  width: 100%;
  height: 52px;
  border-radius: 4px;
  padding: 14px;
  border: 1px solid #D9D9D9;
  background: rgba(217, 217, 217, 0.16);    
}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld input:-webkit-autofill{
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #000 !important;
}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld .flex-cnt-fld{display: flex; position: relative;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld .flex-cnt-fld p{display: flex; position: relative;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld .flex-cnt-fld select{    padding: 12px 30px 14px 12px; width: auto;  border-radius: 4px 0px 0px 4px;}
  .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld .flex-cnt-fld input{border-radius: 0px 4px 4px 0px;}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld textarea{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  /* min-height: 169px; */
  height: 100%;
  border-radius: 4px;
  padding: 20px 25px;
  border: 1px solid #D9D9D9;
  background: rgba(217, 217, 217, 0.16);    
}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld textarea::placeholder{color: rgba(0, 0, 0, 0.40);}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld select{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  width: 100%;
  height: 52px;
  border-radius: 4px;
  padding: 14px;
  border: 1px solid #D9D9D9;
  background: rgba(217, 217, 217, 0.16);    
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 0.9em) center;
  background-repeat: no-repeat;

}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld input::placeholder{color: rgba(0, 0, 0, 0.40);}
.contact-form-main-wrapper .contact-form-inner-wrapper .submit-btn-wrapper{margin-top: 30px;}
.contact-form-main-wrapper .contact-form-inner-wrapper .submit-btn-wrapper .wpcf7-response-output{margin-bottom:25px !important;}
.contact-form-main-wrapper .contact-form-inner-wrapper .submit-btn-wrapper input[type="submit"]{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #0B6D98;
  background: #1652A2;    
  padding: 20px 52px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.contact-form-main-wrapper .contact-form-inner-wrapper .submit-btn-wrapper input[type="submit"]:hover{
  background: #0b64da !important;
  border: 1px solid #0b64da;
}
.contact-form-main-wrapper .get-inTuch-wrapper{
  border-left: 1px solid #D4D4D4;
  padding: 19px 22px 36px 31px;
}
.contact-form-main-wrapper .get-inTuch-wrapper .get-inTuch-lbl{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.36px;
  margin-bottom: 16px;
}
.contact-form-main-wrapper .get-inTuch-wrapper .get-inTuch-lbl br{display: none;}
.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper p{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
	margin-bottom: 0px;
}
.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper .social-container{
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  justify-content: flex-start;
  align-items: last baseline;
}
.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper .social-container br{display: none;}
.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper .social-container img{width: 32px; height: 32px;}
.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper .social-container label{
  color: #5D5D5D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: 0.32px;   
}
.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper .social-container label.fs-700n{
  color: #000;
  font-weight: 700;    
}
.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper .social-container a{
  color: #000;
  font-weight: 700 !important;   
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: 0.32px; 
  transition: all 0.2s ease-in;
}
.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper .social-container a:hover{opacity: 0.8;}
@media (min-width: 991px) and (max-width: 1150px){
  .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .flex-row .input-fld:last-child {
    margin-bottom: 15px;
}
  .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .flex-row {
    flex-direction: column;
}
}
@media (max-width: 990px){
  .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .flex-row .input-fld:last-child {
    margin-bottom: 15px;
}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .flex-row {
  flex-direction: column;
}
}
@media (min-width: 601px) and (max-width: 990px){
  .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld textarea {
    min-height: 272px;
}
  .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper {
    column-gap: 30px; flex-direction: column;
  }
}
@media (max-width: 600px){
	.contact-form-main-wrapper .title {
    font-size: 28px;
    margin: 10px 0px 5px;
}
	.contact-form-main-wrapper .sub-title {
    padding: 0px 15px 16px;
}
  .contact-form-main-wrapper .get-inTuch-wrapper {
    border-top: 1px solid #D4D4D4;
    border-left: none;
    padding: 19px 15px 36px 15px;
}
  .contact-form-main-wrapper .contact-form-inner-wrapper .submit-btn-wrapper input[type="submit"] {
    width: 100%;
}
	.contact-form-main-wrapper .contact-form-inner-wrapper .submit-btn-wrapper p{margin: 0px}
.contact-form-main-wrapper .get-inTuch-wrapper .get-inTuch-lbl{text-align: left;}
  .contact-form-main-wrapper .cntct-flx-row {
    flex-direction: column;
}
  .contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper .social-container {
   row-gap: 4px;
    justify-content: center;
    align-items: flex-start;
    flex: 50%;
}
  .contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
  .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper {
    flex-direction: column;
}

}
@media (max-width: 393px){
	.contact-form-main-wrapper .get-inTuch-wrapper .coontact-social-wrapper {
    flex-direction: column;
}
}
@media (max-width: 360px){
.contact-form-main-wrapper .contact-form-inner-wrapper .submit-btn-wrapper input[type="submit"] {
  padding: 20px 28px;
}
}




/* blog-articles css */
.elementor-kit-2897 .site-content .page-header{display: none;}
.blog-cat-wrapper{
  display: grid;
  grid-template-columns: repeat(3, minmax(347px, 1fr));
  /* grid-template-rows:  repeat(4, minmax(200px, 1fr)); */
  column-gap: 26px;
  row-gap: 72px;
	position: relative;
    min-height: 230px;
}
.blog-cat-wrapper .no-results.not-found{
	position: absolute;
    top: 0;
    text-align: center;
    max-width: 500px;
}
.blog-cat-wrapper .post-box:hover{box-shadow: none;}
.blog-cat-wrapper .post-box .post-inner{margin-bottom: 0px;}
.blog-cat-wrapper .post-box .post-inner .entry-media{
  width: 100%;
  height: 226px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d9d9d9;  
}
.blog-cat-wrapper .post-box .post-inner .entry-media img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-cat-wrapper .post-box .post-inner .inner-post{ padding: 13px 0px 0px;}
.blog-cat-wrapper .post-box .post-inner .inner-post .entry-header .entry-title{
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; 
  margin-bottom: 14px;
}
.blog-cat-wrapper .post-box .post-inner .inner-post .entry-header .entry-title a{  color: #000;}
.blog-cat-wrapper .post-box .post-inner .inner-post .entry-summary{display: none;}
.blog-cat-wrapper .post-box .post-inner .inner-post .btn-readmore{margin: 18px 0px 0px; overflow: visible;}
.blog-cat-wrapper .post-box .post-inner .inner-post .btn-readmore a{
  color: #5D5D5D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; 
  letter-spacing: 0.32px;  
  border-radius: 16px;
  background: #EDEDED; 
  padding: 6px 12px;
}

/* blog pagination css */
.blog-cat-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-cat-pagination .page-pagination{}
.blog-cat-pagination .page-pagination li span{
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.blog-cat-pagination .page-pagination li a{
  color: rgba(0, 0, 0, 0.87);
font-style: normal;
font-weight: 400;
letter-spacing: 0.4px;
border: none;
}
.blog-cat-pagination .page-pagination li a:hover{
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}



@media (max-width: 1180px){
  .blog-cat-wrapper{
    grid-template-columns: repeat(auto-fit, minmax(347px, 1fr));
  } 
}
@media (max-width: 600px){
  .blog-cat-wrapper .post-box .post-inner .inner-post .btn-readmore {
    margin: 16px 0px 0px;
}
  /* .blog-cat-wrapper .post-box .post-inner .entry-media {
    height: 130px;
} */
  .blog-cat-pagination .page-pagination {
    margin-top: 44px;
    margin-bottom: 0;
}
  .blog-cat-wrapper .post-box .post-inner .inner-post .entry-header .entry-title {
    font-size: 18px !important;
}
.blog-cat-wrapper {
  row-gap: 42px;
}
}
@media (max-width: 375px){
.blog-cat-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
}


/* blog-dropdown css */

.blog-dropdown-wrapper{
    display: flex;
    align-items: center;
    background: #F6F6F6;
    padding: 20px 40px;
}
.blog-dropdown-wrapper .slct-wrapper{
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.blog-dropdown-wrapper .slct-wrapper p{
    color: #000;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px; 
    margin: 0px;   
    /* border-right: 1px solid #000; 
    padding-right: 16px;  */
}
.blog-dropdown-wrapper .slct-wrapper p a{color: #000;}
.blog-dropdown-wrapper .slct-wrapper p.fs-16{
    font-size: 16px;
    border-right: none; 
    padding-right: 0px; 
}
.blog-dropdown-wrapper .slct-wrapper select{
    color: #5D5D5D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.32px;  
    border: none;
    background: transparent;
    /* border-radius: 4px; */
    width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize !important;
    border-left: 1px solid #000; 
    padding-left: 16px; 
}
.blog-dropdown-wrapper .slct-wrapper select option{color: #000; padding: 10px;}
.blog-dropdown-wrapper .slct-wrapper select.fs-16{
    color: #000;
    font-weight: 700;
}

.blog-dropdown-wrapper .slct-wrapper select:focus{
    outline: 0;
    /* box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    border-radius: 4px; */
}
.blog-dropdown-wrapper .slct-wrapper.mx-cntr{margin: 0px auto; column-gap: 24px;}
.blog-dropdown-wrapper .slct-wrapper.mx-cntr select{
	border: none;
	padding-left: 0px;
    width: 125px;
    text-overflow: initial;
    white-space: revert;
}

/* bolg contact form css */
.blog-form-main-wrapper{
    /* width: 50%; */
    margin: 52px auto 0px;
}
.blog-form-main-wrapper .title{
    color: #1D1D1B;
    font-family: Mulish;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
}
.blog-form-main-wrapper .sub-title{
    color: #1D1D1B;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    margin-top: 13px;   
}
.blog-form-main-wrapper .blog-form-wrapper{
    margin: 46px 0px;
}
.blog-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper{
    display: flex;
    justify-content: center;
}

.blog-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper input[type="submit"]{
    border-radius: 16px;
    background: #2F2F2E;  
    padding: 14px 28px;  
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 0.32px;   
    margin: 33px auto 20px; 
    cursor: pointer;
}
.blog-form-main-wrapper .blog-form-wrapper .blog-row-wrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 15px;
}
.blog-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell{
    flex: 2 1;
}
.blog-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.blog-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld:last-child{
    margin-bottom: 0px;
}
.blog-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld.textarea-height{height: 100%;}
.blog-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld label{
    color: #5D5D5D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;    
}
.blog-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld input{
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    background: rgba(255, 255, 255, 0.20);   
    height: 48px;
    padding: 12px 18px; 
}
.blog-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld textarea{
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    background: rgba(255, 255, 255, 0.60);
    padding: 12px 18px; 
    height: 100%;   
}
.blog-form-main-wrapper .blog-form-wrapper .submission-lbl{
    color: #5D5D5D;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}
.blog-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper{
    display: flex;
    justify-content: center;
    column-gap: 8px;
    align-items: center;
    margin: 52px auto 40px;
}
.blog-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper .social-btns{
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 7px 11px; 
    border-radius: 4px;
    border: 1px solid #000;   
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
    text-decoration: none 
}
.blog-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper .social-btns:hover{opacity: 0.8;}
.blog-header-title-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 26px;
  margin: 71px 15px 66px;
}
.blog-header-title-wrapper h1{
  color: #000;
  text-align: center;
  font-family: Mulish;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
  max-width: 734px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.blog-header-title-wrapper p{
  max-width: 734px;
  color: #000;
  text-align: center;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;  
  margin-bottom: 0px;
}



/* media querry css */

/* blog-dropdown-media-querry */
@media (min-width: 991px){
  .blog-dropdown-wrapper{position: relative;}
  .blog-dropdown-wrapper .slct-wrapper.mx-cntr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
@media (max-width: 990px){
    .blog-dropdown-wrapper .slct-wrapper.mx-cntr {
        margin: 0px 0px 0px auto;
        column-gap: 16px;
    }
}

@media (max-width: 600px){

  .blog-header-title-wrapper p {
    font-size: 18px;
  }
  .blog-header-title-wrapper {
    row-gap: 10px;
}
    .blog-dropdown-wrapper .slct-wrapper.mx-cntr {  margin: 0px; }
    .blog-dropdown-wrapper {
      flex-direction: row;
      justify-content: space-between;
      row-gap: 10px;
      padding: 20px 15px;
    }
}
@media (max-width: 360px){
  .blog-dropdown-wrapper .slct-wrapper {
    column-gap: 10px;
}  
.blog-dropdown-wrapper .slct-wrapper select {
  padding-left: 10px;
}
}

/* blog-form-media-querry */
@media (max-width: 1024px){
    .blog-form-main-wrapper {
        width: 75%;
        margin: 52px auto 0px;
    }
}
@media (max-width: 600px){
    .blog-form-main-wrapper {
        width: 100%;
        margin: 20px auto 0px;
        padding: 0px 15px;
    }
    .blog-form-main-wrapper .blog-form-wrapper .blog-row-wrapper {  flex-direction: column; }
    .blog-form-main-wrapper .title { font-size: 26px;}
    .blog-form-main-wrapper .blog-form-wrapper { margin: 24px 0px;}
}

@media (max-width: 360px){
.blog-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper .social-btns { padding: 7px 5px;}
}




.blog .site-content .blog-home-breadcrumbs {display: none;}



/* blog articles css start */
.hdr-title{
  color: #000;
  font-family: Mulish;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
  margin-bottom: 16px;  
}
.article-title{
  color: #000;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; 
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.article-sub-title{
  color: #000;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.36px;  
  margin-bottom: 0px;  
}
.article-sub-title.mb-16n{margin-bottom: 16px;}
.article-sub-title.my-n16{margin-top: 10px;}
.article-sub-title.mt-16n{margin-top: 16px;}
.article-sub-title.fw-700n{font-weight: 700;}
.article-sub-title.mt-35n{margin-top: 35px;}
.article-sub-title.mt-n10{margin-top: 10px;}
.article-sub-title.mb-n10{    margin-bottom: 10px !important;}
.article-sub-title.lht-pnk-lbl{
  color: #D60B52;
  line-height: 34px;
  font-weight: 700;
  border-top: 1px solid #D60B52;
  border-bottom: 1px solid #D60B52;
  padding: 15px 0px;
  margin: 30px 0px;
}
.article-sub-title.lht-blue-lbl{
  font-size: 24px;
  color: #3680C8;
  font-weight: 700;
  line-height: 34px;
  border-top: 1px solid #3680C8;
  border-bottom: 1px solid #3680C8;
  padding: 15px 0px;
  margin: 30px 0px 26px;
}
.article-sub-title.bdr-botm{
  padding-bottom: 29px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  font-style: italic;
}
.tag-wrapper{
  margin-top: 24px;
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
}
.tag-wrapper a{
  color: #5D5D5D;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.36px;
  padding: 8px 16px;
  border-radius: 16px;
  background: #EDEDED;
  transition: all 0.2s ease-in;
}
.tag-wrapper a:hover{background-color: #d5d3d3;}
.tag-wrapper a:hover, .tag-wrapper a:active{ color: #5D5D5D;}
.tag-wrapper span{display: none;}

.article-btn{
  color: #5D5D5D;
  font-family: Mulish;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.36px;
  padding: 8px 16px;
  border-radius: 16px;
  background: #EDEDED;
}

.img-divider-wrapper{
  margin: 39px auto 43px;
  border-radius: 30px;
  background: #E9F1FA;
  padding: 27px 16px 10px;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.img-divider-wrapper img {
  max-width: 100%;
  height: auto;
}
.flex-item-wrapper{
	display: flex;   margin: 16px 0px 28px;
}
.flex-item-wrapper .flex-item{flex: 50%;}
.flex-item-wrapper .flex-item .article-title{font-size: 26px;}
.flex-item-wrapper .flex-item:first-child{padding-right:30px; border-right: 1px solid #c4c4c4;}
.flex-item-wrapper .flex-item:last-child{padding-left:30px;}

/* blog-article-form-css start*/
/* .wpcf7 .wpcf7-response-output{display: none;} */
.blog-mx-center{ border-top: 1px solid #C5C5C5; margin-top: 40px;}
.blog-mx-center .blogArticl-form-main-wrapper{max-width: 740px; margin: 52px auto 0px;}
.blogArticl-form-main-wrapper{ margin: 52px auto 0px;}
.blogArticl-form-main-wrapper .title-hdr{
    color: #1D1D1B;
    font-family: Mulish;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;  
    margin-bottom: 13px;  
}
.blogArticl-form-main-wrapper .sub-title{
    color: #1D1D1B;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    margin-top: 13px;   
}
.blogArticl-form-main-wrapper .sub-title br{display: none;}
.blogArticl-form-main-wrapper .blog-form-wrapper{
    margin: 46px 0px;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper .wpcf7-spinner{
  /* position: absolute;
  top: 0;
  right: 0; */
}

.blogArticl-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper input[type="submit"]{
    border-radius: 16px;
    background: #2F2F2E;  
    padding: 14px 28px;  
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 0.32px;   
    margin: 33px 0 20px; 
    cursor: pointer;
    transition: all 0.2s ease-in;
	text-transform: capitalize;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper input[type="submit"]:hover{opacity: 0.8;}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 15px;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell{
    flex: 2 1;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.wpcf7-form .blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld p{display: block !important;}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld p{display: none;}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld .flex-cnt-fld {
  display: flex;
  position: relative;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld input#telephone{
  
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #C4C4C4;
  background: rgba(255, 255, 255, 0.20);
  height: 48px;
  width: 75%;
  font-size: 15px;
  color: #000;
  padding: 17px 30px 14px 12px;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld .flex-cnt-fld select {
  padding: 12px 30px 14px 12px;
  width: auto;
  border-radius: 4px 0px 0px 4px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  height: 48px;
  border: 1px solid #D9D9D9;
  background: rgba(217, 217, 217, 0.16);    
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 0.9em) center;
  background-repeat: no-repeat;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld .flex-cnt-fld input{border-radius: 0px 4px 4px 0px;}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld .flex-cnt-fld .wpcf7-form-control-wrap{ position: initial;}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld .flex-cnt-fld .wpcf7-form-control-wrap .wpcf7-not-valid-tip{position: absolute; left: 0;}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld br{display: block;}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld:last-child{
    margin-bottom: 0px;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld.textarea-height{height: 100%;}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld label{
    color: #5D5D5D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;    
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld input{
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    background: rgba(255, 255, 255, 0.20);   
    height: 48px;
    width: 100%;
	font-size: 15px;
	color: #000;
    padding: 12px 18px; 
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld input::placeholder{
	color: rgba(0, 0, 0, 0.40);
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld input:-webkit-autofill{
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #000 !important;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld textarea{
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    background: rgba(255, 255, 255, 0.60);
    padding: 12px 18px; 
    height: 224px;  
}
.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld textarea::placeholder{
	color: rgba(0, 0, 0, 0.40);
}
.blogArticl-form-main-wrapper .blog-form-wrapper .submission-lbl{
    color: #5D5D5D;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}
.blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper p{
    display: flex;
    justify-content: center;
    column-gap: 8px;
    align-items: center;
    margin: 52px auto 40px;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper br{display: none;}
.blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper p .social-btns{
    display: flex;
    align-items: center;
    column-gap: 4px;
    padding: 7px 11px; 
    border-radius: 4px;
    border: 1px solid #000;   
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
    text-decoration: none;
    height: 34px;
}
.blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper .social-btns br{display: none;}
.blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper .social-btns br{display: none;}
.blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper .social-btns:hover{opacity: 0.7;}

.img-container-h210{width: 100%; height: 210px;  padding-bottom: 16px;}
.img-container-h210 img{width: 100%; height: 100%; object-fit: contain;}
/* blog-article-form-css end*/

/* blog-article pagination start*/

.nextPrev-pagination{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 50px;
  margin-top: 10px;
}
.nextPrev-pagination a{
  text-decoration: none;
  color: #5D5D5D;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
 text-transform: capitalize;
}
.nextPrev-pagination a:visited{color: #5D5D5D;}
.nextPrev-pagination a:hover{opacity: 0.8; color: #5D5D5D;}
.nextPrev-pagination a.prev{color: #C4C4C4;}
.nextPrev-pagination a span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.nextPrev-pagination a.prev span svg{transform: rotate(180deg)}


/* blog-article pagination end*/


/* QR code section css start */
.QR-code-wrapper{
  border-radius: 16px;
  border: 1px solid #1652A2;
  background: #1652A2;  
  padding: 22px 21px;   
  margin-bottom: 34px;
}
.QR-code-wrapper .socil-contact-lbl{
  color: #FFF;
  font-family: Mulish;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px; 
  letter-spacing: 0.36px;
  text-transform: capitalize;  
  padding-bottom: 15px;
  margin-bottom: 22px !important;
  border-bottom: 1px solid #fff;  
}
.QR-code-wrapper .socil-contact-lbl a{
  color: #fff;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
}
.QR-code-wrapper .socil-contact-lbl a:hover{text-decoration: underline;}
.QR-code-wrapper .QRCode-inner-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper p{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px; 
  letter-spacing: 0.36px;
  margin-bottom: 10px;
	text-transform: capitalize;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper ul{ list-style: none; padding-left: 0px;}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper li{
  margin-bottom: 9px;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper li a{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; 
  letter-spacing: 0.36px;    
  display: inline-flex;
  align-items: center;
  column-gap: 16px;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper li a:hover{text-decoration: underline;}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper li span{
  display: flex;
  align-items: center;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper{    width: 42%;}
.QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper{width: 10%;}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper.flx-row{
  display: flex;
  width: 48%;
  column-gap: 16px;
  row-gap: 16px;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper.flx-row .whtsup-QR-lbl{max-width: 182px;}
.QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper p{
  position: relative;
  color: #FFF;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; 
  letter-spacing: 0.36px;    
}
.QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper p::before{
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  top: -45px;
  left: 12px;
  background: rgba(255, 255, 255, 0.40);
}
.QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper p::after{
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  bottom: -45px;
  left: 12px;
  background: rgba(255, 255, 255, 0.40);
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper .whtsup-QR-lbl .lbl{
  color: #FFF;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;    
}

/* QR code section css end */
.solution-list{list-style:decimal;  padding-left: 35px;  margin-top: -50px !important;}
.solution-list.mt-0n{margin-top: 10px !important;}
.solution-list li{margin-bottom: 30px !important;}
.solution-list li.mb-n10{margin-bottom: 10px !important;}

@media (max-width:990px){
  .blogArticl-form-main-wrapper .blog-form-wrapper {
    margin: 22px 0px;
}
  .blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper {
    margin: 10px auto 0px;
}
  .nextPrev-pagination {
    margin-bottom: 10px;
}
  .submission-service-right-wrapper .blue-container-wrapper .get-started-title {
    padding: 28px 16px 22px 16px;
}
  .hdr-title { font-size: 30px;}
}
@media (max-width:600px){
	.flex-item-wrapper{
	flex-direction: column;
}
	.flex-item-wrapper .flex-item:first-child {
		padding: 0px; 
		border: none; 
		padding-bottom: 25px; 
		margin-bottom: 25px;
		border-bottom: 1px solid #3680C8;
	}
		.flex-item-wrapper .flex-item:last-child {
		padding: 0px; 
		border: none; 
	}
  .getQuote-wrapper .article-sub-title {
    margin: 6px auto 14px;
}
  .solution-list li {
    margin-bottom: 16px !important;
}
.article-sub-title {
  font-size: 16px;
}
  .blogArticl-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper input[type="submit"] {
    margin: 20px 0 20px;
}
  .article-sub-title.bdr-botm {
    padding-bottom: 16px;
}
  .article-sub-title.lht-blue-lbl {
    font-size: 18px;
    line-height: 28px;
    margin: 16px 0px 16px;
}
  .article-sub-title.lht-pnk-lbl {
    line-height: 28px;   
    margin: 16px 0px;
    font-size: 18px;
}
  .QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper li {
    margin-bottom: 0px;
}
  .tag-wrapper a {
    text-align: center;
}
  .QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper p {
    margin-bottom: 0px;
}
  .article-title {
    font-size: 23px;
  }
  .blogArticl-form-main-wrapper {
    margin: 22px auto 0px;
}
  .blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper {
    margin: 18px auto 18px;
    row-gap: 8px;
    flex-wrap: wrap;
}
  .blogArticl-form-main-wrapper .blog-form-wrapper {
    margin: 16px 0px;
}
  .blogArticl-form-main-wrapper .sub-title {
    margin-bottom: 0px !important;
}
  .blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper {
    flex-direction: column; 	row-gap: 40px;
}
  .article-sub-title.mt-35n { margin-top: 15px;}
  .img-container-sm{ margin-top: 0px !important; text-align: center;}
  .hdr-title { font-size: 24px;}
.tag-wrapper {
  row-gap: 16px;
  flex-direction: column;
}
.tag-wrapper .article-btn{text-align: center;}
.QR-code-wrapper .QRCode-inner-wrapper {
  flex-direction: column;
  row-gap: 14px;
  align-items: flex-start;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper { width: 100%;}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper.flx-row { width: 100%;}
.QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper p::before {
  top: -3px;
  left: -35px;
  transform: rotate(90deg);
}
.QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper p::after {
  bottom: -3px;
  left: 60px;
  transform: rotate(90deg);
}
}
@media (max-width:375px){
  .QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper li {
    margin-bottom: 0px;
}
  .QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper p {
    margin-bottom: 0px; line-height: 28px;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper.flx-row .whtsup-QR-lbl {
  max-width: 154px;
}
}
@media (min-width:331px) and (max-width:368px){
.blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper {
  column-gap: 4px;
}
}

@media (min-width:768px) and (max-width:1120px){
	.solution-list.mt-md-0n{    margin-top: 0px !important;}
}
@media (max-width:330px){
.blogArticl-form-main-wrapper .blog-form-wrapper .social-meadia-btn-wrapper .social-btns {
  width: 48%;
  justify-content: center;
}
  .QR-code-wrapper .socil-contact-lbl {
    text-align: center;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper.flx-row .whtsup-QR-lbl{
    text-align: center; max-width: 100%;
}
.QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}
/* blog article css end */








/* Hire Developer page */
.flex-row-element .elementor-row{column-gap: 6px;}
.hire-dev-status-wrapper{ 
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: flex-start;
}
.hire-dev-status-wrapper.flx-row{
  flex-direction: row; 
  flex-wrap: wrap;
  column-gap: 22px;
  row-gap: 18px;
}
.hire-dev-status-wrapper.flx-row .status-container{flex: 45%; padding: 18px 21px;}
.hire-dev-status-wrapper .status-container{
  display: flex;
  column-gap: 16px;
  align-items: center;
  padding: 18px 24px 18px 23px;
  border-radius: 16px;
  border: 1px solid #1D1D1B;
  width: 100%;
}
/* .hire-dev-status-wrapper .status-container figure{width: 9%;} */
.hire-dev-status-wrapper .status-container span{
  width: 90%;
  color: #000;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
  letter-spacing: 0.36px;  
}

.Remote-skill-cntcct-wrapper .Remote-hdr-wrapper .elementor-widget-wrap{
  display: flex;
  border-radius: 16px;
  border: 1px solid #31A1D3;
  background: #FFF;
  padding: 0px !important;
  margin: 0px 10px;
}
.Remote-skill-cntcct-wrapper .Remote-hdr-wrapper .elementor-widget-wrap .elementor-element {
  flex: 2 1;
  margin-bottom: 0px;
}
.Remote-skill-cntcct-wrapper .Remote-hdr-wrapper .elementor-widget-wrap .elementor-element.h-100n{
  border-radius: 16px 0px 0px 16px;
  border: 1px solid #D4D4D4;
  background: #31A1D3;  
}
.Remote-skill-cntcct-wrapper .Remote-hdr-wrapper .elementor-widget-wrap .elementor-element.book-call-wrapp{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px 37px 36px 47px;
}
.Remote-skill-cntcct-wrapper .Remote-hdr-wrapper .elementor-widget-wrap .elementor-element.book-call-wrapp .elementor-widget-container{width: 100%;}
.Remote-skill-cntcct-wrapper .Remote-hdr-wrapper .elementor-widget-wrap .elementor-element .remote-hdr-text{
  padding: 44px 74px 52px 47px;
}
.Remote-skill-cntcct-wrapper .Remote-hdr-wrapper .elementor-widget-wrap .elementor-element .remote-hdr-text h1{
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; 
  letter-spacing: 0.64px;
  margin-bottom: 17px;
}
.Remote-skill-cntcct-wrapper .Remote-hdr-wrapper .elementor-widget-wrap .elementor-element .remote-hdr-text p{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
}
.book-call-wrapp  .wpcf7 .hireTeam-container .team-titl {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
}
.book-call-wrapp  .wpcf7 .hireTeam-container p{
  color: #5D5D5D;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0px; 
}
.book-call-wrapp  .wpcf7 .hireTeam-container .flex-row-items{
  display: flex;
  margin-bottom: 11px;
}
.book-call-wrapp  .wpcf7 .hireTeam-container .flex-row-items .sucs-input-fld{
  width: 100%;
  height: 64px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #D9D9D9;
  background: rgba(217, 217, 217, 0.16);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: 0.32px;  
}
.book-call-wrapp  .wpcf7 .hireTeam-container .flex-row-items .sucs-input-fld::placeholder{color: rgba(0, 0, 0, 0.40);}
.book-call-wrapp  .wpcf7 .hireTeam-container .flex-row-items .get-strt-btn.scs-cmnBtn{
  width: 30%;  border-radius: 0px 4px 4px 0px; border: none;
}
.book-call-wrapp  .wpcf7 .hireTeam-container .flex-row-items .get-strt-btn.scs-cmnBtn:hover{opacity: 0.8;}
.Remote-skill-cntcct-wrapper .Remote-hdr-wrapper .elementor-widget-wrap .elementor-element .elementor-shortcode .wpcf7 .wpcf7-response-output{display: none;}


/* hire card comn css start*/
.hiring-main-hdr{margin-bottom: 0px !important;}
.hiring-main-hdr.mtb-37n{margin: 39px 0px 0px;}
.hiring-main-hdr .elementor-widget-container h2{
  color: #000 !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 60px; 
  letter-spacing: 0.8px; 
}
.hiring-main-hdr .elementor-widget-container h4{
  color: #000 !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 60px; 
  letter-spacing: 0.8px; 
}
.hiring-main-hdr.Ln-n48 .elementor-widget-container h4{line-height: 48px;}
.hire_dev_wrapper{
  display: grid;
  grid-template-columns: repeat(2, minmax(347px, 1fr));
  /* grid-template-rows: repeat(4, minmax(200px, 1fr)); */
  column-gap: 23px;
  row-gap: 24px;  
}
.hire_dev_wrapper .flx-colm{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hire_dev_wrapper .hire_card_container{
  border-radius: 16px;
  border: 1px solid rgba(49, 161, 211, 0.20);
  background: rgba(49, 161, 211, 0.04);  
}

.hire_dev_wrapper .hire_card_container .list-hdr{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; 
  letter-spacing: 0.4px; 
  padding: 16px 25px; 
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(49, 161, 211, 0.20);
}
.hire_dev_wrapper .hire_card_container .list-hdr.brdr-none{border: none;}
.hire_dev_wrapper .hire_card_container ul{
  padding: 18px 25px 22px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;

}
.hire_dev_wrapper .hire_card_container ul li{
  display: flex;
  column-gap: 12px;
  align-items: flex-start;
  color: #000;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.36px;  
}
.hire_dev_wrapper .hire_card_container ul li span:last-child{width:90%;}
.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp{
  display: flex;
  align-items: center;
  column-gap: 13px;
  border-top: 1px solid rgba(49, 161, 211, 0.20);
  padding: 17px 23px 23px;
}
.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp a{
  color: #1D1D1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
}
.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp .hire-dev-btn{
  border-radius: 4px;
  border: 1px solid #31A1D3;
  background: rgba(49, 161, 211, 0.04);
  padding: 12px 12px;
  transition: all 0.3s ease-in;
}
.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp .hire-dev-btn:hover{background: rgba(49, 161, 211, 0.3);}
.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp .read-more-btn{
  display: flex;
  align-items: center;  
  transition: all 0.3s ease-in;
}
.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp .read-more-btn span{
  display: flex;
}
.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp .read-more-btn:hover{opacity: 0.8;}


.require-list-wrapper ul{
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.require-list-wrapper ul li{
  border-radius: 16px;
  border: 1px solid rgba(49, 161, 211, 0.20);
  background: rgba(49, 161, 211, 0.04);   
  padding: 24px 23px 25px 68px; 
  display: flex;
  column-gap: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
} 
.require-list-wrapper ul li:hover .numbr-box.blue-outline{
  background-color: #31A1D3;
  color: #fff;
}
.require-list-wrapper ul li label{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.36px;    	
}
.require-list-wrapper ul li .numbr-box{
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #31A1D3;
  color: #fff;
  position: absolute;
  left: 20px;
  z-index: 1; 
}
.require-list-wrapper ul li .numbr-box::after{ 
  border: 2px solid #31A1D3;
  content: "";
  height: 0;
  left: -59px;
  position: absolute;
  top: 103px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 148px;
}
.require-list-wrapper ul li:nth-child(1) .numbr-box::after{
  width: 148px;
  left: -59px;
  top: 103px;
}
.require-list-wrapper ul li:last-child .numbr-box::after{display: none;}
.require-list-wrapper ul li .numbr-box.blue-outline{
  background-color: rgba(49, 161, 211, 0.00);
  border: 1px solid #31A1D3;
  color: #31A1D3;
  transition: all 0.3s ease-in-out;
}
.require-list-wrapper ul li .lbl{
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
.require-list-wrapper ul li .lbl .fw-700{
  font-weight: 700;
}
.mb-0n{margin-bottom: 0px !important;}
.mb-56n-border .elementor-column-gap-default{
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 50px !important;
  margin-bottom: 30px;
}
.engage-main-wrapper{margin-top: 30px; margin-bottom: 0px;}
.engage-main-wrapper .elementor-row{column-gap: 39px;}
.engage-main-wrapper .elementor-row .engage-wrapper{
  border-radius: 16px;
  border: 1px solid rgba(49, 161, 211, 0.20);
  background: rgba(49, 161, 211, 0.04);  
}
.engage-main-wrapper .elementor-row .engage-wrapper .elementor-widget-wrap{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 38px 28px 25px !important;
}
.engage-main-wrapper .elementor-row .engage-wrapper .elementor-widget-wrap .icon-wrapp{margin-bottom: 0px;}
.engage-main-wrapper .elementor-row .engage-wrapper .elementor-widget-wrap .project-title h4{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.48px;  
}
.engage-models-wrapper .elementor-row{column-gap: 21px;}
.engage-models-wrapper .elementor-row .elementor-column {height: auto;}



/* hire card comn css end*/



/* blog article right-section form start */

.Enquiry-form-wrapper{
  border-radius: 8px;
  background: #F2F8FF;  
 padding: 30px 20px 30px;
}
.Enquiry-form-wrapper .sub-title{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;    
  margin-bottom: 7px;
}
.Enquiry-form-wrapper .hdr-title{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;   
  margin-bottom: 17px; 
}
.Enquiry-form-wrapper .sub-text{
  color: #000;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; 
  margin-bottom: 26px;   
}
.Enquiry-form-wrapper .inputFld-row-wrapp{
  display: flex;
  flex-direction: column;
/*   row-gap: 12px; */
}
.Enquiry-form-wrapper .inputFld-row-wrapp .wpcf7-form-control-wrap.email-134{    margin: 12px 0px 6px 0px;}
.Enquiry-form-wrapper .inputFld-row-wrapp .wpcf7-response-output{margin-top:0px !important;}
/* .Enquiry-form-wrapper .inputFld-row-wrapp .wpcf7-spinner{margin-top: -12px;} */
.Enquiry-form-wrapper .inputFld-row-wrapp br{display: none;}
.Enquiry-form-wrapper .inputFld-row-wrapp input{
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.86);  
  width: 100%;
  height: 48px;  
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: 0.32px;  
  padding: 12px 16px; 
}
.Enquiry-form-wrapper .inputFld-row-wrapp p{display: none;}
.Enquiry-form-wrapper .inputFld-row-wrapp input::placeholder{  color: rgba(0, 0, 0, 0.40);}
.Enquiry-form-wrapper .inputFld-row-wrapp .enq-submit-btn{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  border-radius: 4px;
  background: #1652A2; 
  border: 1px solid #1652A2;
  padding: 14px;   
  margin-top: 12px; 
  transition: all 0.3s ease-in;
}
.Enquiry-form-wrapper .inputFld-row-wrapp .enq-submit-btn:hover{
  background: #0b64da !important;
  border: 1px solid #0b64da;
}
.has-luminous-vivid-amber-background-color{background-color: transparent !important;}
/* hire developer beadcrumb */
.blog-breadcrumb{
  padding: 10px 0px 20px;
}
.blog-breadcrumb ul{
  list-style: none;
  padding: 0px 0px 0;
  display: flex;
  align-items: center;
  column-gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.blog-breadcrumb ul li{
  color: #5D5D5D;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;   
  position: relative; 
}
.blog-breadcrumb ul li a{color: #5D5D5D;}
.blog-breadcrumb ul li:last-child{color: #1652A2; font-weight: 700;}
.blog-breadcrumb ul li:first-child::before {
  display: none;
}
.blog-breadcrumb ul li::before {
  position: absolute;
  left: -22px;
  top: 2px;
  content: "";
  font-family: "FontAwesome";
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
    /* SVG background image */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMi4wMjYzN1YzLjEyMDhDNSAzLjE5NTIyIDUuMDI3OSAzLjI2NTI2IDUuMDczNjYgMy4zMDkwNEw5LjQ0NDIgNy40NTQ3Mkw1LjA3MzY2IDExLjYwMDRDNS4wMjc5IDExLjY0NDIgNSAxMS43MTQyIDUgMTEuNzg4N1YxMi44ODMxQzUgMTIuOTc3OSA1LjA4MjU5IDEzLjAzMzQgNS4xNDE3NCAxMi45Nzc5TDEwLjU2NyA3LjgzMjY2QzEwLjc2MzQgNy42NDU4OCAxMC43NjM0IDcuMjYzNTYgMTAuNTY3IDcuMDc4MjRMNS4xNDE3NCAxLjkzMjk4QzUuMDgyNTkgMS44NzYwNyA1IDEuOTMxNTIgNSAyLjAyNjM3WiIgZmlsbD0iIzVENUQ1RCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

/* Engagement Models css start */
.submission-service-right-wrapper.h-n100 .elementor-widget-wrap .elementor-element{height: 100%;}
.submission-service-right-wrapper.h-n100 .elementor-widget-wrap .elementor-element .elementor-widget-container{height: 100%;}
.submission-service-right-wrapper.h-n100 .srvc-list-wrapp.engaged_modal {
    padding: 26px 23px 19px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.submission-service-right-wrapper .srvc-list-wrapp .modal-inner-box{
  margin-top: 10px;
  border-radius: 16px;
  border: 1.5px dashed #31A1D3;
  background: rgba(59, 156, 199, 0.08); 
  padding: 21px 14px 17px 23px; 
  min-height: 250px;
}
/* .submission-service-right-wrapper .srvc-list-wrapp .modal-inner-box.mt-28n{margin-top: 57px;}
.submission-service-right-wrapper .srvc-list-wrapp .modal-inner-box.mt-32n{margin-top: 33px;} */
.submission-service-right-wrapper .srvc-list-wrapp .modal-inner-box h4{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  margin-bottom: 0px;
}
.btn-set-wdth{width: auto !important; margin-right: 16px;}
.btn-set-wdth:last-child{margin-right: 0px;}
.who-weR-wrapper{background: rgba(49, 161, 211, 0.08); padding-top: 30px; padding-bottom: 30px; margin-bottom: 50px;}
@media (max-width: 1180px){
  .office-address-wrapper .elementor-row  .elementor-col-25{ width: 25% !important;}
  .office-address-wrapper .elementor-row  .elementor-col-25 .elementor-widget-wrap .comp-address-wrap .comp-address.pd-n6{ padding-right: 21px;}
  .Enquiry-form-wrapper .hdr-title {
    font-size: 22px;
  }

  .submission-service-right-wrapper .srvc-list-wrapp .modal-inner-box.mt-28n {
    margin-top: 10px;
}
  .hiring-main-hdr.mt-lg-0n .elementor-widget-container h2{
    margin-top: 0px;  
  }
	  .hiring-main-hdr.mt-lg-0n .elementor-widget-container h4{
    margin-top: 0px;  
  }
  .flex-row-element .elementor-row {
    column-gap: 0px;
}
  .engage-main-wrapper .elementor-row {
    column-gap: 20px;
}
.engage-models-wrapper .elementor-row .submission-service-right-wrapper{
  flex: 3 1;
}
  .engage-main-wrapper .elementor-row .engage-wrapper {
    flex: 3 1;
}
  .hire_dev_wrapper .hire_card_container ul {
    padding: 18px 16px 22px;
}
  .hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp {
    flex-wrap: wrap;
    row-gap: 16px;
}
  .hire_dev_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(298px, 1fr));
  }
  .hire_dev_wrapper .hire_card_container .list-hdr {
    font-size: 16px;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .office-address-wrapper .elementor-row  .elementor-col-25 .elementor-widget-wrap .comp-address-wrap .comp-address{padding-right: 6px;}
  .submission-service-right-wrapper .srvc-list-wrapp ul li span:first-child {
    width: auto;
}
}
@media (min-width:991px) and (max-width: 1180px){

  .submission-service-right-wrapper .srvc-list-wrapp .modal-inner-box {
    padding: 16px 14px 16px 14px;
    min-height: 273px;
}
  .require-list-wrapper ul li:nth-child(1) .numbr-box::after {
    width: 172px;
    left: -70px;
    top: 115px;
}
  .require-list-wrapper ul li .numbr-box::after {
    left: -70px;
    position: absolute;
    top: 115px;
    width: 172px;
}
  .hire-dev-status-wrapper .status-container {
    padding: 18px 24px 18px 24px;
}
  .hiring-main-hdr .elementor-widget-container h2{
    font-size: 32px;
  }
	  .hiring-main-hdr .elementor-widget-container h4{
    font-size: 32px;
  }

  .hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp {
    justify-content: flex-start;
    row-gap: 16px;
    padding: 17px 8px 23px;
    column-gap: 9px;
}
	.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp .hire-dev-btn {
    padding: 14px 8px;
}
	.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp a {
    font-size: 14px;
}
}

@media (max-width: 990px){
	  .mb--n0 .contact-form-main-wrapper {
    margin: 0px auto 10px !important;
}
	.require-list-wrapper ul li:nth-child(2) .numbr-box::after {
    left: -84px;
    top: 127px;
    width: 199px;
}
  .contact-form-main-wrapper .contact-form-inner-wrapper {
    padding: 35px 26px 0px 26px;
}
  .hire-dev-status-wrapper .status-container span {
    font-size: 16px;
}
  .hire-dev-status-wrapper .status-container {
    padding: 18px 16px 18px 16px;
}
  .require-list-wrapper ul {
    padding-left: 0px;
}
  .require-list-wrapper ul li:nth-child(1) .numbr-box::after {
    width: 220px;
    left: -95px;
    top: 139px;
}
  .require-list-wrapper ul li .numbr-box::after {
    left: -95px;
    top: 139px;
    width: 220px;
}
  .require-list-wrapper ul li label {
    font-size: 17px;
}
  .mb-56n-border .elementor-column-gap-default {
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 0px !important;
    margin-bottom: 12px;
}
  .mb-0n-wrapp{margin-bottom: 0px !important;}
  .who-weR-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 16px;
}
  .blog-breadcrumb {
    padding: 10px 0px 0px;
}
  .engage-models-wrapper .elementor-row .submission-service-right-wrapper{
    flex: 100%;
  }
  .submission-service-right-wrapper .srvc-list-wrapp .modal-inner-box {
    min-height: auto;
}
.engage-models-wrapper .elementor-row {
  row-gap: 16px;
}
  .hiring-main-hdr.mtb-37n {
    margin: 0px 0px 0px;
}
  .engage-main-wrapper .elementor-row .engage-wrapper .elementor-widget-wrap {
    row-gap: 5px;
    padding: 32px 22px 25px !important;
}
  .engage-main-wrapper .elementor-row .engage-wrapper .elementor-widget-wrap .project-title h4 {
    font-size: 18px;
    line-height: 28px;
} 
  .hiring-main-hdr .elementor-widget-container h2{
    font-size: 28px;
    line-height: 36px !important;    
  }
	  .hiring-main-hdr .elementor-widget-container h4{
    font-size: 28px;
    line-height: 36px !important;    
  }
}
@media (max-width: 767px){
	.hire_dev_wrapper .hire_card_container .list-hdr {
    padding: 10px 25px;
}
	.contact-form-main-wrapper .contact-form-inner-wrapper {
      padding: 24px 15px 0px 15px;
}

  .office-address-wrapper {
    margin-bottom: 0px !important;
}
  .office-address-wrapper .elementor-row .elementor-col-25:last-child .elementor-widget-wrap .comp-address-wrap {
    border: none; padding-bottom: 0px;
}
  .office-address-wrapper .elementor-row  .elementor-col-25 .elementor-widget-wrap{padding: 10px 0px !important;}
  .office-address-wrapper .elementor-row  .elementor-col-25 .elementor-widget-wrap .comp-address-wrap{margin-bottom: 0px;}
  .brdr-botm{
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
  }
  .office-address-wrapper .elementor-row .elementor-col-25 {
    width: 100% !important;
}
  .Enquiry-form-wrapper {
    padding: 35px 20px 35px;
}
  .blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld textarea {
    resize: auto;
    height: 150px;
}
  .Enquiry-form-wrapper .sub-text {
    margin-bottom: 16px;
}
  .Enquiry-form-wrapper .hdr-title {
    font-size: 22px;
    margin-bottom: 10px;
}
  .author-widget_wrapper {
    max-width: 100%;
}
  .mx-img-align {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .widget-area .widget {
    margin-bottom: 30px;
}
  .content-area.col-md-9 {
    margin-bottom: 30px;
}
  .post-box .inner-post {
    padding: 0px 0px 0px;
}
  .blog-post > .inner-post .entry-summary {
    padding-bottom: 12px;
  }
  .engage-main-wrapper .elementor-column-gap-default{padding: 0 10px !important;}
  .engage-models-wrapper .elementor-column-gap-default{padding: 0px !important;}
  .engage-models-wrapper .elementor-row .submission-service-right-wrapper { flex: 100%;}
  .hire-dev-status-wrapper .status-container {
    padding: 18px 16px 18px 16px;
}
  .require-list-wrapper ul li:nth-child(1) .numbr-box::after {
    width: 198px;
    left: -83px;
    top: 127px;
}
.require-list-wrapper ul li:nth-child(2) .numbr-box::after {
  left: -82px;
  top: 127px;
  width: 196px;
}
  .require-list-wrapper ul li .numbr-box::after {
    left: -71px;
    top: 115px;
    width: 173px;
}
  .hiring-main-hdr .elementor-widget-container h2 {
    font-size: 25px;
}
	  .hiring-main-hdr .elementor-widget-container h4 {
    font-size: 25px;
}
  .hire-dev-status-wrapper.flx-row {
    flex-direction: column;
}
  .engage-main-wrapper .elementor-row {
    row-gap: 20px;
    flex-direction: column;
}
.hire-dev-status-wrapper.flx-row .status-container {
    padding: 12px 13px !important;
}
}
@media (min-width:376px) and (max-width: 390px){
  .require-list-wrapper ul li:nth-child(1) .numbr-box::after {
    width: 225px;
    left: -96px;
    top: 138px;
}
.require-list-wrapper ul li .numbr-box::after {
  left: -83px;
  top: 127px;
  width: 196px;
}
}
@media (max-width: 402px){
.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp {
    padding: 17px 10px 23px;
}	
	.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp a {
    font-size: 15px;
}
}

@media (max-width: 375px){
  .require-list-wrapper ul li:nth-child(1) .numbr-box::after {
    left: -107px;
    top: 151px;
    width: 245px;
}
  .require-list-wrapper ul li:nth-child(2) .numbr-box::after {
    left: -95px;
    top: 139px;
    width: 220px;
}
  .require-list-wrapper ul li .numbr-box::after {
    left: -95px;
    top: 139px;
    width: 220px;
}
}

@media (max-width: 360px){
	.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp {
    padding: 17px 10px 23px;
}
.require-list-wrapper ul li:nth-child(1) .numbr-box::after {
    left: -120px;
    top: 163px;
    width: 270px;
}
	.require-list-wrapper ul li .numbr-box::after {
    left: -107px;
    top: 151px;
    width: 245px;
}
}
@media (max-width: 320px){

	.btn-set-wdth {
    width: 100% !important;
    margin-right: 0px;
}
	.btn-set-wdth a{width: 100% !important;}
	.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp .hire-dev-btn {
    padding: 14px 11px;
	 width: 100%;
    text-align: center;
}
	.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp .read-more-btn {
	 padding: 14px 11px;
    width: 100%;
    text-align: center;
	border-radius: 4px;
    border: 1px solid #31A1D3;
    background: rgba(49, 161, 211, 0.04);
    display: flex;
	justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    width: 100%;
}
	.hire_dev_wrapper .hire_card_container .hire-dev-btn-wrapp .read-more-btn span{display: none;}
	.require-list-wrapper ul li:nth-child(1) .numbr-box::after {
    left: -131px;
    top: 175px;
    width: 292px;
  }	
	.require-list-wrapper ul li:nth-child(2) .numbr-box::after {
    left: -107px;
    top: 151px;
    width: 246px;
}
	.require-list-wrapper ul li .numbr-box::after {
    left: -120px;
    top: 163px;
    width: 270px;
}
}
/* Engagement Models css end */
/* blog article right-section form end*/





/* whats'up css  */

#fixed-social {
  display: block !important;
  position: fixed;
  bottom: 26%;
  right: 10px;
  z-index: 9;
}
#fixed-social a {
  color: #fff;
  height: 55px;
  position: relative;
  text-align: center;
  line-height: 50px;
  width: 55px;
  margin-bottom: 1px;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  border-radius: 42px;
  align-items: center;
  justify-content: center;
  display: flex;
  display: -ms-flex;
  margin-right: 5px;
  text-decoration: none;
  outline: none;
}

.fixed-whatapp {
  background: #5EAC7D;
  transition: all 0.3s ease-in;
}
.fixed-whatapp:hover {
  background-color: #20df17;
}
.fixed-whatapp .whatsapp-ico {
  fill: white;
  width: 28px;
}

/* contact us form changes css */

.map-wrapper .elementor-widget-wrap{padding-bottom: 0px !important;}
.d-none-cntcForm{display: none;}
.office-address-wrapper{margin-bottom: 20px;}
.office-address-wrapper .elementor-row{ padding: 0px; column-gap: 18px;}
@media (max-width: 1180px){
  .office-address-wrapper .elementor-row {
    padding: 0px 10px; column-gap: 0px
}
}
@media (min-width: 991px) and (max-width: 1180px){
.office-address-wrapper .elementor-row .f-address-block .comp-address-wrap{
        padding-right: 20px;
}
}
@media (min-width: 768px) and (max-width: 990px){
.office-address-wrapper .elementor-row .elementor-col-25.f-logo-block {
    width: 22% !important;
}
.office-address-wrapper .elementor-row .elementor-col-25.f-right-block.w-md-n25 {
    width: 28% !important;
}
.office-address-wrapper .elementor-row .elementor-col-25.f-right-block.w-md-n25 .comp-address-wrap{
    padding: 0px 12px 0px 32px;
}
.office-address-wrapper .elementor-row .elementor-col-25 .elementor-widget-wrap .comp-address-wrap .comp-address.pd-n6 {
     padding-right: 6px; 
}
	.office-address-wrapper .elementor-row .elementor-col-25 .elementor-widget-wrap .comp-address-wrap .comp-address {
    margin-bottom: 30px !important;
}
.office-address-wrapper .elementor-row .elementor-col-25 .elementor-widget-wrap .comp-address-wrap .comp-address.mb-md-0n {
    margin-bottom: 4px !important;
}
}
/* privacy-policy changes css */
.info-cllct-inner-wrapp .elementor-column-gap-default{padding: 0px !important;}
.get-info-list-wrapp ul li{font-size: 18px; color: #000;}
@media (max-width: 1180px){.get-info-list-wrapp ul li{font-size: 16px;}}
@media (max-width: 767px){
	.office-address-wrapper .elementor-row {
    padding: 0px 16px;
}
  .flx-dir-colm .elementor-row{    flex-direction: column-reverse;}
  .hdr-mb-0n {margin-bottom: 0px !important;}
  .mobile-header-wrapper .button-wrapper .elementor-widget-wrap{column-gap: 10px;}
}


.get-quote-btn{display: none !important;}
/* .wpcf7-form-control-wrap {
  position: initial;
} */
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld .wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: right;
}
.hire-dev a, .lets-talk-btn a{transition: all 0.2s ease-in;}
.hire-dev a:hover{
  color: #fff !important;
  background-color: #000 !important;
}
.lets-talk-btn a:hover{
  background: #0b64da !important;
  border: 1px solid #0b64da;
}

.header-desktop .elementor-section-wrap .elementor-top-section{
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  border: none !important;
}

/* ===== Overlap Images Base ===== */
.img-overlap-wrap{
  position: relative;
  overflow: visible !important;
  padding-bottom: 120px; /* space for bottom overlap */
}

.prime-dark-bg{
  position: relative;
  overflow: hidden;
  background: #0b1324;   /* dark navy */
  padding: 40px 0;
}

/* Right side circle rings */
.prime-dark-bg::before{
  content: "";
  position: absolute;
  right: -220px;
  top: 50%;
  transform: translateY(-50%);
  width: 750px;
  height: 750px;
  border-radius: 50%;

  /* rings */
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.12),
    0 0 0 140px rgba(255,255,255,0.05),
    0 0 0 280px rgba(255,255,255,0.03);

  opacity: 0.55;
  pointer-events: none;
}

/* Soft glow overlay */
.prime-dark-bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%,
    rgba(255,255,255,0.07),
    rgba(0,0,0,0) 55%);
  opacity: 0.8;
  pointer-events: none;
}

/* Text color inside */
.prime-dark-bg,
.prime-dark-bg *{
  color: #ffffff;
}

/* Big image */
.img-overlap-wrap .big-office img{
  width: 100%;
  border-radius: 22px;
  display: block;
}
.img-overlap-wrap .big-office .elementor-image{
	display: flex;
    justify-content: end;
}
/* Small overlapped image */
.img-overlap-wrap .small-office{
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 55%;
  z-index: 10;
}
.colum-gap-10n .elementor-row{    column-gap: 16px;}
.img-overlap-wrap .small-office img{
  width: 100%;
  border-radius: 22px;
  border: 10px solid #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  display: block;
}

/* ===== Tablet Responsive ===== */
@media (max-width: 1024px){
  .img-overlap-wrap{
    padding-bottom: 90px;
  }
  .img-overlap-wrap .small-office{
    bottom: -30px;
    left: -35px;
    width: 60%;
  }
}

/* ===== Mobile Responsive (Stack images) ===== */
@media (max-width: 767px){
  .img-overlap-wrap{
    padding-bottom: 0;
  }

  .img-overlap-wrap .small-office{
    position: relative;   /* absolute remove */
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 16px;     /* gap between images */
  }

  .img-overlap-wrap .small-office img{
    border: 0;            /* mobile pe clean */
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  }
}

/* home why choose us ui fix css */

.why-choose-container .WC-service{height:100%;}
.why-choose-container .WC-service .elementor-widget-container{height:100%;}
.why-choose-container .WC-service .elementor-widget-container .serv-box-2 {
	height:100%; 
	position: relative; 
	padding-bottom: 80px !important;
}
.why-choose-container .WC-service .elementor-widget-container .serv-box-2 .content-box{position: initial;}
.why-choose-container .WC-service .elementor-widget-container .serv-box-2 .content-box .btn-details{
	position:absolute;
	bottom: 30px;
	transition: all 0.2s ease-in;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.1px;
	color: #d60b52;
/*     fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #1652A2;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1652A2;
    border-radius: 4px 4px 4px 4px;
    padding: 11px 16px 11px 16px;	 */
}
.why-choose-container .WC-service .elementor-widget-container .serv-box-2 .content-box .btn-details:hover{
/*     background: #0b64da !important;
    border: 1px solid #0b64da;
	color: #fff; */
	    color: #fe7eab !important;
}

.our-project-wrapper .project-slider .slick-list .slick-track .project-item{ height: 395px;}
.our-project-wrapper .project-slider .slick-list .slick-track .project-item .projects-box{height: 88%; margin-bottom: 0px}
.our-project-wrapper .project-slider .slick-list .slick-track .project-item .projects-box .projects-thumbnail{ height: 100%;}
.our-project-wrapper .project-slider .slick-list .slick-track .project-item .projects-box .projects-thumbnail img{ height: 100%;}
	.our-project-wrapper .project-slider .slick-list .slick-track .project-item .projects-box .portfolio-info  {
   bottom: -50px;
}
@media (min-width: 1025px){.why-choose-container .WC-service .elementor-widget-container .serv-box-2 .icon-main{display: none;}}
@media (min-width: 1025px) and (max-width: 1267px){
	.button-wrapper .elementor-column-wrap .elementor-widget-wrap .inner-btn-conrainer .elementor-container {
    padding: 0px !important;
}
	.button-wrapper .elementor-column-wrap .elementor-widget-wrap .inner-btn-conrainer .elementor-container .elementor-column .elementor-widget-wrap { column-gap: 12px !important;}
	.header-desktop .is-fixed .elementor-container{max-width: 100% !important; padding: 0px 40px !important;}
	.header-desktop .is-fixed .elementor-container .logo-flex-Contrainer.Question-wrapper{width: 15% !important;}
	.header-desktop .is-fixed .elementor-container .button-wrapper {width:70% !important}
	.header-desktop .is-fixed .elementor-container .logo-flex-Contrainer.Question-wrapper .Q-Solution .elementor-widget-container{    padding: 0px 0px 0px 14px !important;}
.header-desktop .is-fixed .elementor-container .logo-flex-Contrainer.Question-wrapper .Q-Solution .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content p.elementor-icon-box-description{ font-size:16px !important;}
}
@media (min-width: 1025px) and (max-width: 1123px){
	.main-navigation > ul > li {margin: 0px 8px !important;}
	.inner-btn-conrainer .elementor-inner-column .btn-bottom a{padding: 8px !important; font-size: 14px !important;}
}
@media (min-width: 768px) and (max-width: 1120px){
	.contact-number-mob-header .elementor-icon-box-wrapper .elementor-icon-box-icon{display:none !important;}
	.contact-number-mob-header .elementor-icon-box-wrapper .elementor-icon-box-content{margin-left: 8px;}
.post-nav a h6{
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media (min-width: 768px) and (max-width: 990px){
		.btn-soution-wrapper .elementor-column-wrap .elementor-widget-wrap .px-13n a{padding: 10px 13px !important}
}
@media (max-width: 767px){
	.btn-soution-wrapper .elementor-column-wrap .elementor-widget-wrap{
		display: flex; 
		flex-wrap: wrap !important; 
		flex-direction:column !important;
	}
	.btn-soution-wrapper .elementor-column-wrap .elementor-widget-wrap .px-13n{margin-bottom: 10px !important} 
	.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld .wpcf7-form-control-wrap .wpcf7-not-valid-tip{text-align: right;}
	.blogArticl-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld .flex-cnt-fld .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: initial;
    text-align: right;
}
	.our-project-wrapper .project-slider .slick-list .slick-track .project-item .projects-box .portfolio-info  {
   bottom: -40px;
}	
	.post-nav a h6{
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media (max-width: 330px){
	.post-nav a h6{
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
.Q-Solution .elementor-icon-box-wrapper .elementor-icon-box-icon{margin-right: 0px;}
.know-more-btn .elementor-button-wrapper a.elementor-button-link{transition: all 0.2s ease-in;}
.know-more-btn .elementor-button-wrapper a.elementor-button-link:hover{color: #fe7eab !important;}
.header-desktop .logo-flex-Contrainer .Q-Solution .elementor-icon-box-wrapper .elementor-icon-box-icon{display:none;}

/*  designrush card css */
.Designrush-wrapper .blog-card{
	max-width: 708px; 
	margin: 0px auto;
	border-radius: 25px;
    background: white;
    box-shadow: 0px 10px 50px rgba(49,161,211,.3);
}
.Designrush-wrapper .blog-card .inner-part{ display: flex; align-items: flex-start;  padding: 30px; column-gap: 30px;}
.Designrush-wrapper .blog-card .inner-part .img-container{
    height: 210px;
    width: 210px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px;
	box-shadow: 0px 10px 50px rgba(49,161,211,.1);
}
.Designrush-wrapper .blog-card .inner-part .img-container img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.Designrush-wrapper .blog-card .inner-part .img-container img.kreator-box-image{
	width: 100%;
    height: 100%;
    object-fit: contain;
	padding: 15px;
}
.Designrush-wrapper .blog-card .inner-part .content .title-hdr{
	font-size: 30px;
    font-weight: 700;
    color: #0d0925;
	 line-height: 36px;
    margin-bottom: 20px;
}
.Designrush-wrapper .blog-card .inner-part .content .sub-title{
/* 	 color: #4e4a67; */
	color: #1d1d1b;
	font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.Designrush-wrapper .blog-card .inner-part .content a{
display: inline-flex;
    padding: 15px 28px;
    width: 100%;
    border: none;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	background: #1652A2;
    border-radius: 50px;
    line-height: normal;
	transition: all 0.2s ease-in;
}
.Designrush-wrapper .blog-card .inner-part .content a:hover{
    background: #0b64da;
}
.main-navigation ul li ul.sub-menu li{
	padding: 0px 24px;
	width : 400px;
}
.main-navigation ul li ul.sub-menu li a .menu-item-description{
	display: block;
	font-size: 14px;
    color: #7e7e7e;
	white-space: normal;  
	overflow-wrap: break-word;
 
}
.project-count{
	    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){
	.Designrush-wrapper .blog-card .inner-part .img-container {
    height: 180px;
    width: 180px;
}
	.Designrush-wrapper .blog-card .inner-part .content .sub-title{
    margin-bottom: 20px;
}
	.Designrush-wrapper .blog-card .inner-part{
	row-gap: 16px;
    flex-direction: column;
    align-items: center;
	}
	.Designrush-wrapper .blog-card .inner-part .content{text-align: center;}
	.Designrush-wrapper .blog-card .inner-part .content .title-hdr{
	font-size: 26px;     margin-bottom: 6px;

}
}

/* career page ui fix */
.career-form-wrapper .career-form-container .wpcf7-form-control-wrap .wpcf7-not-valid-tip{display: initial;}


/* success story card css */
.our-project-d-none{display: none;}
.section-title{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px
}
.section-title::after{
    background-color: #ed8b00;
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0 0;
    width: 40px;
}
.successtry-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    row-gap: 33px;
    column-gap: 3%;
}
.successtry-card-wrapper .successtry-card{
    height: 325px;
    background: 50% no-repeat;
    background-size: cover;
    box-shadow: 0 2px 37px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    color: #222;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* padding: 20px; */
    position: relative;
    transition: all .6s ease-in-out;
    position: relative;
    overflow: hidden;
}
.successtry-card-wrapper .successtry-card.w-40{flex: 40%;}
.successtry-card-wrapper .successtry-card.w-57{flex: 57%;}
.successtry-card-wrapper .successtry-card.w-50{flex: 48%;}
.successtry-card-wrapper .successtry-card::after{
/*     background-color: rgba(0,74,145,.6); */
	background: rgba(49,161,211,.6);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .4s ease-in-out;
    width: 100%;
}
.successtry-card-wrapper .successtry-card .hover-content{
    z-index: 1;
    height: 160px;
    padding: 20px;
    position: absolute;
    left: 0;
    transition: all .6s ease-in-out;
}
.successtry-card-wrapper .successtry-card .hover-content .section-title{color: #fff; text-decoration: none; margin-bottom: 20px; font-size: 24px;     text-transform: capitalize;}
.successtry-card-wrapper .successtry-card .hover-content .read-more-btn{
    margin-top: 16px;
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: flex-end;
    column-gap: 10px;
    line-height: 0px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    text-decoration: none;
}
.successtry-card-wrapper .successtry-card .hover-content .read-more-btn i{display: flex; align-items: center;}
.successtry-card-wrapper .successtry-card .hover-content .read-more-btn.blue-clr{ 
    color: #31a1d3;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    opacity: 0;
 }
.successtry-card-wrapper .successtry-card .hover-content .subtitle{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    opacity: 0;
}
.successtry-card-wrapper .successtry-card:hover::after{ background-color: #fff;}
.successtry-card-wrapper .successtry-card:hover .hover-content{
    height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.successtry-card-wrapper .successtry-card:hover .d-none-hover{display: none;}
.successtry-card-wrapper .successtry-card:hover .read-more-btn.blue-clr{opacity: 1;     justify-content: flex-end;}
.successtry-card-wrapper .successtry-card:hover .subtitle{opacity: 1; margin-top: 16px;}
.successtry-card-wrapper .successtry-card:hover .section-title{color: #000;}
.mt-n30{margin-top: 20px;}
/* Industry Expertise css */
.industry-subtitle{
    color: #222;
    display: block;
    font-size: 18px;
    line-height: 1.78;
    margin-bottom: 45px;
    width: 100%;
}
.industry-main-wrapper{
    align-items: stretch;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.industry-main-wrapper .industry-card-wrapp{
    flex-basis: calc(25% - 22.5px);
    align-items: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 -1px 5px 0 rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    /* margin: 0 35px 35px 0; */
    min-height: 120px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    transition: all .5s ease;
} 
    
.industry-main-wrapper .industry-card-wrapp:before {
    background-color: #31a1d3;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: right .4s ease-in-out;
}
.industry-main-wrapper .industry-card-wrapp i{
    font-size: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(-50deg);
    transition: all .2s,transform .2s;
}
.industry-main-wrapper .industry-card-wrapp .icon-box-wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}
.industry-main-wrapper .industry-card-wrapp .icon-box-wrapper .icon-box{}
.industry-main-wrapper .industry-card-wrapp .icon-box-wrapper .icon-box img{
    height: 90px;
    width: 100%;
}
.industry-main-wrapper .industry-card-wrapp .icon-box-wrapper .icon-relat-text{
    word-wrap: break-word;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-break: strict;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
}
.industry-main-wrapper .industry-card-wrapp:hover i{transform: rotate(0deg);}
.industry-main-wrapper .industry-card-wrapp:hover:before {
    right: 0;
}
@media (min-width: 768px) and (max-width: 991px){
.successtry-card-wrapper .successtry-card {
    height: 450px;
}	
		.successtry-card-wrapper .successtry-card .hover-content.h-160n-md {
    height: 155px;
}
}
@media (max-width: 991px){ 
	.successtry-card-wrapper .successtry-card:hover .hover-content{
    height: 100%;
}
	.successtry-card-wrapper .successtry-card .hover-content {
    height: 190px;
   }
    .successtry-card-wrapper .successtry-card.w-40{flex: 48%;}
    .successtry-card-wrapper .successtry-card.w-57{flex: 48%;}
}
@media (max-width: 767px){
	.successtry-card-wrapper .successtry-card .hover-content .section-title {
    font-size: 20px;
}
	.successtry-card-wrapper .successtry-card .hover-content .subtitle {
    font-size: 16px;
}
	.industry-main-wrapper .industry-card-wrapp {
    flex-basis: 100%;
}
    .successtry-card-wrapper .successtry-card{flex: 100% !important;     height: 450px;}
}
@media (max-width: 320px){
.successtry-card-wrapper .successtry-card .hover-content {
    height: 215px;
}
	.successtry-card-wrapper .successtry-card .hover-content.h-160n-md{height: 190px;}
	.successtry-card-wrapper .successtry-card.w-57 .hover-content{
    height: 230px;
}
	.successtry-card-wrapper .successtry-card .hover-content .read-more-btn {
    line-height: 22px;
}
}
.mb-0n .ot-heading .main-heading{margin-bottom: 10px !important;}
.w300-h235-wrapper .elementor-image img{width: 300px; height: 235px;}
.check-icon-setup .premium-bullet-list-box .premium-bullet-list-content .premium-bullet-list-text .premium-bullet-list-wrapper svg{width: 18px!important; height: 18px!important;}
.it-solution-wrapper .weOffer .icon-box-s2 .content-box h5 a:hover{text-decoration: underline;}

/* sticky social icon sidebar */

.stiky_sidebar {
    top: 50%;
    right: 0;
    position: fixed;
    transform: translateY(-50%);
    width: 60px;
    height: 236px;
    z-index: 20;
/*     background: #0ab3a3; */
	  background: #31a1d3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px 0px 0px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	opacity: 0.8;
}
.stiky_sidebar a.skype-btn{
	border-bottom: 1px solid #e4e4e4;
    width: 100%;
    text-align: center;
	padding-bottom: 20px;
    margin-bottom: 20px;
}

a.inten-link-title{
    font-weight: 700;
    color: #1652a2 !important;
}
a.inten-link-title:hover{text-decoration: underline;}
.h-n100{ height: 100%;}
.h-n100 .elementor-widget-container{ height: 100%;}

@media (max-width: 767px){
	.stiky_sidebar {width: 45px;  height: 120px;}
	.stiky_sidebar a img {    width: 30px; height: 30px;}
	.stiky_sidebar a.skype-btn {  padding-bottom: 14px;  margin-bottom: 14px;}
}
.card-section-one .elementor-column-wrap .card-text-box .feature-item-block .info-item.btn-wrap a:hover {
    color: #fe7eab !important;
}
.testimonial-wrapper .ti-widget.ti-goog .ti-widget-container .ti-date { opacity: 1;}
.testimonial-wrapper .ti-widget.ti-goog .ti-read-more span{opacity: 1;}
.testimonial-wrapper .ti-widget.ti-goog .ti-read-more span:focus {
 text-decoration: underline !important; opacity: 1;
}
.portfolio-project-link a{color: #000 !important; font-weight: 700;}



 .accordion {
  width: 100%;
}

.categorylist .accordion-item {
  background-color: #fff;
  transition: all 0.5s ease-in;
}

.categorylist .accordion-header {
  cursor: pointer;
  display: flex;
/*   justify-content: space-between; */
  align-items: center;
  transition: all 0.5s ease-in;
}

.accordion-content {
  display: none;
  padding: 10px;
  transition: all 0.5s ease-in;
}
.categorylist .accordion-item.icon{cursor: pointer;}
.categorylist li.menu-active .accordion-item i{background-image: url("https://primewayz.com/wp-content/uploads/2023/12/active-arrow-down.svg");     background-size: 0.8em;}
.categorylist li.menu-active .accordion-item .accordion-content a{color: #000 !important;}
.categorylist .accordion-item.icon i{
    width: 15px;
    height: 10px;
    transition: all 0.2s ease;
    position: absolute;
    top: 8px;
    right: 0;
	  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
/*   background-size: 0.6em; */
  background-position: calc(100% - 0em) center;
  background-repeat: no-repeat;	
		transform: rotate(-90deg);
}

.categorylist .accordion-item.icon i:before{font-size: 12px;}
.categorylist .accordion-item.open.icon i{
	width: 15px;
	transform: rotate(0deg);
}
.categorylist .accordion-item.open{padding-bottom: 0px;}
.categorylist .accordion-item.open > .accordion-content{display: block; padding-left: 28px; margin-top: 8px;}
.categories-wrap ul.categorylist.accordion-content li{
	background: transparent !important;
    padding: 11px 0px 11px 0px !important;
	border-bottom: 1px solid #d9d9d9; 
	    border-radius: 0px !important;
}
.categorylist li.menu-active .accordion-item .accordion-content li:last-child{border-bottom: none;}
.categories-wrap ul.categorylist.accordion-content li a{font-size: 16px; color:#000;}
.categories-wrap ul.categorylist.accordion-content li.menu-active a{
	    color: #1652A2 !important;
    font-weight: 700;
}
.categories-wrap ul.categorylist li a:hover {
    opacity: 0.7; color: #000;
}
.dev-icons-wrapper ul{
	display: flex;
    padding-left: 0px;
    align-items: center;
    column-gap: 42px;
}
.dev-icons-wrapper ul li{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.dev-icons-wrapper ul li img{    max-width: 100%; height: 100%; object-fit: contain;} 
.strategising-support-wrapper .row-wrapper{
    display: flex;
    column-gap: 12px;
    row-gap: 12px;
}
.strategising-support-wrapper .orange-inner{
	background-color: #F9F9F9;
    border-width: 1px 1px 1px 1px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 4px 2px rgba(209, 209, 209, 0.5);
    padding: 20px 10px 10px;
    border: 1px solid #1652A2;
    height: 100%;
    margin-bottom: 20px;
}
.strategising-support-wrapper .orange-inner p{
     color: #000;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.strategising-support-wrapper .orange-inner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.strategising-support-wrapper .orange-inner ul li{
		color: #000;
	position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 20px;
}
.strategising-support-wrapper .orange-inner ul li:last-child{margin-bottom: 0px;}
.strategising-support-wrapper .orange-inner ul li i{
	left: -20px;
    position: absolute;
    text-align: center;
    width: 11px;
    line-height: inherit;
    font-size: 12px;
    color: #1652A2;
    margin-top: 0px;
}
.Development-Platform-Wrapper{background: #1652A2; padding: 50px 0px;}
.Development-Platform-Wrapper .dev-main-wrapper{margin-top:40px;}
.Development-Platform-Wrapper .dev-main-wrapper .h-10n{height: 100%}
.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper{margin-bottom: 28px;}
.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper .whitebg-images{
	 width: 94px;
    height: 94px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper .whitebg-images img{width: 62%; height: auto;}
.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper .hdr-lbl{
	font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}
.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper .sub-title{
	font-size: 18px;
    line-height: 33px;
    font-weight: 400;
    color: #fff;
}
.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper .image-wrapper{display: flex; flex-direction: row;}
.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper .image-wrapper .plus{
    padding: 0 16px;
    font-size: 42px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    line-height: 37px;
}

.success-stories-card-wrapper .row-wrapeer .card{ position: relative;}
.success-stories-card-wrapper .row-wrapeer .card .card-img-overlay{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	display: grid;
    place-items: center;
}
.success-stories-card-wrapper .row-wrapeer .card .card-img-overlay a{
	display: none;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.success-stories-card-wrapper .row-wrapeer .card:hover:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.success-stories-card-wrapper .row-wrapeer .card:hover .card-img-overlay a{display: block; z-index: 1;}
.client-main-wrapper .client-title{
	font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: #1652A2;
    margin-bottom: 10px;
	text-transform: capitalize;
    margin-bottom: 21px;
    text-align: center;
}
.client-main-wrapper .clients-logoboxsec{ display: flex; flex-direction: column;}
.client-main-wrapper .clients-logoboxsec .client-logo-ecom{
	text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 940px;
}
.client-main-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox{
	    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    padding: 0 12px;
    float: left;
    margin-bottom: 20px;
}
.client-main-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox img{
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.client-main-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox img.w-85n{ width:85%;}
.client-main-wrapper .clients-logoboxsec .testimonial-fullwidth{width: 66.66666667%; margin: 0 auto;}
.client-main-wrapper .clients-logoboxsec .testimonial-fullwidth .testimonial-lbl{
	font-size: 18px;
	color: #000;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 20px;
	text-align: center;
}
.why-opt-wrapper .elementor-row{
    display: flex;
    column-gap: 20px;
    row-gap: 20px;	
}
.box-wrapper{
	border-radius: 16px;
    border: 1px solid rgba(49, 161, 211, 0.20);
    background: rgba(49, 161, 211, 0.04);
	    padding: 20px 10px;
}
.box-wrapper .elementor-widget-wrap{text-align: center;}
.box-wrapper .elementor-widget-wrap .elementor-element{margin-bottom: 8px;}
.box-wrapper .img-container .elementor-image{
    margin: 0px auto;
    width: 64px;
    height: 64px;
    border: 1px solid #BFBFBF;
    border-radius: 100%;
    padding: 15px;
    line-height: 13px;
    margin-bottom: 0px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-wrapper .img-container .elementor-image img{
	vertical-align: middle;
    max-width: 100%;
    height: auto;
}
 .eCommerce-accordian-wrapper .accordion { width: 100%;}
    .eCommerce-accordian-wrapper .accordion-item {
    border: none;
    border-radius: 0;
    background: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #efefef;
    transition: all 0.5s ease-in;
      }
.eCommerce-accordian-wrapper .accordion-item:first-child {padding-top: 0px;}
     .eCommerce-accordian-wrapper .accordion-header {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.2s ease-in;
      }

      .eCommerce-accordian-wrapper .accordion-content {
        display: none;
        padding: 10px;
        transition: all 0.2s ease-in;
		  font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding-bottom: 0px;
    color: #4D4D4D;
      }

      .eCommerce-accordian-wrapper .accordion-item .icon {
		transform: rotate(-90deg);
		 transition: all 0.2s ease-in;
		      font-size: 14px;
      }

      .eCommerce-accordian-wrapper .accordion-item.open .icon {
        transform: rotate(0);         transition: all 0.2s ease-in;
      }
      .eCommerce-accordian-wrapper .accordion-item.open .accordion-content {
        display: block;
      }
.banner-section-wrapper{
    background-color: hsl(0, 100%, 50%);
    background-image: radial-gradient(at 40% 20%, hsl(0, 20%, 71%) 0px, transparent 50%), radial-gradient(at 80% 5%, hsl(189, 100%, 56%) 0px, transparent 50%), radial-gradient(at 1% 76%, hsl(345, 0%, 91%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(333, 11%, 81%) 0px, transparent 50%), radial-gradient(at 23% 72%, hsl(12, 0%, 100%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(242, 100%, 70%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(333, 5%, 80%) 0px, transparent 50%);
    position: relative;	
}
.banner-inner-wrapper .w-58n{width: 58.33333333% !important;}
.banner-inner-wrapper .w-41n{width: 41.66666667% !important;}




/* content marketing landing page css */
.contentBanner-section-wrapper{  position: relative;}
.contentBanner-section-wrapper:before {
content: "";
    background: #e52f37;
    opacity: 0.65;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.baneer-overlay{  position: relative;}
.baneer-overlay:before {
content: "";
background: linear-gradient(45deg, #5329c4, #aa65e8);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.box-wrapper.hvr-eft:hover{background: rgba(22, 82, 162, 0.1);}
.box-wrapper.hvr-eft .img-container .elementor-image{padding: 7px; border: none;}
.succs-title{
	font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #1652A2;
    text-transform: capitalize;
    margin: 20px 0 10px 0;
}
.sccs-sub-title{
	font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sccs-lbl{
	 color: #000;
	 font-size: 18px;
    line-height: 33px;
    font-weight: 400;
}
.client-project-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox{
	    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    float: left;
    margin-bottom: 20px;
    padding: 0 12px;
}
.client-project-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox img{
	max-width: 100%;
    vertical-align: middle;
    width: 150px;
}
.client-project-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox img.w-85n{    width: 85px; height: 100%; object-fit: contain;}

.client-testimonial-wrapper .customer-title{
	font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #1652A2;
    margin-bottom: 20px;
    text-transform: capitalize;
	text-align: center;
}
.client-testimonial-wrapper .mx-auto{
    margin: 0px auto;
    max-width: 66%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.client-testimonial-wrapper .mx-auto .img-box{
	margin: 20px auto;
    width: 100px;
    height: 100px;
}
.client-testimonial-wrapper .mx-auto .img-box img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);	
}
.client-testimonial-wrapper .mx-auto label{
	color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
	line-height: 28px;
	text-align: center;
}
.client-testimonial-wrapper .mx-auto p{
	color: #d60b52;
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
	margin-bottom: 0px
}
.client-testimonial-wrapper .mx-auto label i{font-style: normal;}
.why-opt-card-wrapper .card{
	height: 100%;
    border: 1px solid #1652A2;
    border-radius: 10px;
}
.why-opt-card-wrapper .card .img-box {  width: auto;  height: auto;}
.why-opt-card-wrapper .card .img-box img{
	border-radius: 10px 10px 0px 0px;
	max-width: 100%;
    width: 100%;
    height: 200px;
}
.why-opt-card-wrapper .card .card-body{padding: 16px;}
.why-opt-card-wrapper .card .card-body .card-title{
	font-weight: 600;
    font-size: 20px;
    color: #1652A2;
    line-height: 1.56;
    text-align: center;
    text-transform: capitalize;
}
.why-opt-card-wrapper .card .card-body .card-text {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.56;
    text-align: center;
    margin-bottom: 10px;
}
.why-opt-card-wrapper .flex-box-wrapper{
	display: flex;
    column-gap: 20px;
    row-gap: 20px;
}
/* Linkdin marketing landing page css */
.flx-colm .elementor-row .elementor-icon-box-wrapper .elementor-icon-box-title{ font-weight: 700 !important;}
.LinkdinBanner-section-wrapper{position: relative;}
.LinkdinBanner-section-wrapper:before {
    content: "";
    background: #e056fd;
    opacity: 0.75;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.LinkdinBanner-section-wrapper.SMMBanner:before{background: #e52f37;}
.LinkdinBanner-section-wrapper.SEOBanner:before{background: linear-gradient(-45deg, #4576c3, #5547bf, #9045c0, #be47b2);}
.content-title-section .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{ 
	margin-bottom: 8px !important;}
.getQuote-main-wrapper.divider-wrapper .getQuote-wrapper .article-sub-title{margin: 10px auto 22px;}
.LinkdinBanner-section-wrapper.ASOBanner:before{background: transparent;}
.LinkdinBanner-section-wrapper.SMOBanner:before{    background: linear-gradient(135deg, #990fc3 0, #760fc3 16%, #652ec3 52%, #652ec3 52%, #0dd3c5 100%, #7db9e8 100%);}
.LinkdinBanner-section-wrapper.PPCBanner:before{background: linear-gradient(135deg, #990fc3 0, #760fc3 16%, #652ec3 52%, #652ec3 52%, #0dd3c5 100%, #7db9e8 100%); opacity: 0.89;     z-index: -1;}
@media (min-width: 768px) and (max-width: 1120px){
	.categorylist .accordion-item.open > .accordion-content {  padding-left: 24px;}
	.content-title-section .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{font-size: 18px !important;}
	.hiring-main-hdr.mtb-37n { margin: 0px 0px 0px;}
	.client-main-wrapper .client-title{font-size: 26px;}
.dev-icons-wrapper ul li { width: 60px; height: 60px;}
.dev-icons-wrapper ul { column-gap: 25px;}
}
@media (max-width: 990px){
	.getQuote-main-wrapper.divider-wrapper .getQuote-wrapper .article-title{text-align: center;}
	.why-opt-card-wrapper .flex-box-wrapper { flex-wrap: wrap;}
	.why-opt-card-wrapper .flex-box-wrapper .card-container{width: 48%;}
	.client-testimonial-wrapper .mx-auto { max-width: 100%;}
		.flx-colm .elementor-row{flex-direction: column;}
	.flx-colm.col-revrs .elementor-row{flex-direction: column-reverse;}
	.flx-colm .elementor-row .elementor-col-50{width: 100% !important;}
	.elementor-3114 .elementor-element.elementor-element-448b9d6 .premium-bullet-list-box {  margin-bottom: 8px;}
	.portfolio-project-link .elementor-text-editor{
		display: flex;
    flex-wrap: wrap;
	column-gap: 10px;
    row-gap: 10px;
	}
	.portfolio-project-link .elementor-text-editor br{display: none;}
	.eCommerce-accordian-wrapper .accordion-header { font-size: 20px; line-height: 28px;}
	.Development-Platform-Wrapper { padding: 20px 0px;}
		.client-main-wrapper .clients-logoboxsec .testimonial-fullwidth {
    width: 100%;
    margin: auto;
}
	.strategising-support-wrapper .row-wrapper{
    flex-wrap: wrap;
}
	.strategising-support-wrapper .box-wrapp{flex: 48%;}
}
@media (max-width: 767px){
	.client-project-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox { width: 50%;}
	.client-main-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox img{
    max-width: 100%;
    vertical-align: middle;
    width: revert-layer;
    height: auto;
    object-fit: contain;
}
	.Development-Platform-Wrapper .dev-main-wrapper { margin-top: 16px;}
	.mb-0n .ot-heading .main-heading{margin-bottom: 4px !important;}
	.mt-sm-n16{margin-top: 16px;}
	.flx-colm{margin: 0px 5px;}
	.why-opt-wrapper{margin: 0px 5px;}
	.content-title-section .elementor-icon-box-wrapper .elementor-icon-box-icon{margin-bottom: 0px !important;}
	.fs-20n p.elementor-heading-title {font-size: 18px !important;}
		.why-opt-card-wrapper .flex-box-wrapper .card-container{width: 100%;}
	.client-testimonial-wrapper .customer-title {font-size: 32px;}
	.succs-title {font-size: 32px;}
	.sccs-sub-title {font-size: 24px;}
	.who-weR-wrapper { margin-bottom: 0px;}
	.cards-wrapper .card .pricing-main-wrapp .pricing-inner-wrapp .inr-wrapp { font-size: 40px !important;}
	.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper { margin-bottom: 30px; text-align: center;}
	.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper .whitebg-images { margin: 0px auto 16px;}
	.banner-inner-wrapper .elementor-container{margin: 0px 10px}
	.dev-icons-wrapper ul { column-gap: 20px;}
	.banner-inner-wrapper .w-58n{width: 100% !important;}
.banner-inner-wrapper .w-41n{width: 100% !important;}
	.eCommerce-accordian-wrapper .accordion-header {  font-size: 18px; line-height: 28px;}
	.eCommerce-accordian-wrapper .accordion-item .icon {
    width: 30px;
}
	.client-main-wrapper .client-title{font-size: 26px;}
	.strategising-support-wrapper .box-wrapp{flex: 100%;}
	.dev-icons-wrapper ul li {  width: 46px; height: 60px;}
	.success-stories-card-wrapper .row-wrapeer .mb-16n{margin-bottom:26px;}
	.client-main-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox {  width: 50%; height: 50px;}
.client-main-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox img.pd-10n{  padding: 10px;}
.client-main-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox img.w-85n{ width:85%;}
}



@media (max-width: 375px){
.dev-icons-wrapper ul { column-gap: 12px;}
	.serv-box-2 .icon-main { bottom: -96px;}
	.client-project-wrapper .clients-logoboxsec .client-logo-ecom .clients-logobox {  width: 50%;}
}

@media (max-width: 365px){
	.strategising-support-wrapper .box-wrapp{flex: 100%;}
	.dev-icons-wrapper ul li {
    width: 44px;
    height: 60px;
}
}
@media (max-width: 320px){
	.strategising-support-wrapper .box-wrapp{flex: 100%;}
	.dev-icons-wrapper ul li {
    width: 38px;
    height: 60px;
}
}
@media (min-width:768px) and (max-width: 1120px){
	.who-weR-wrapper { padding-top: 30px; padding-bottom: 30px;}
	.elementor-3114 .elementor-element.elementor-element-448b9d6 .premium-bullet-list-box {  margin-bottom: 8px;}
	.Development-Platform-Wrapper .dev-main-wrapper .dev-inner-wrapper .sub-title {  min-height: 240px;}
	.box-wrapper {width: 31.333% !important;}
}
@media (min-width: 1120px){.pd-0n .elementor-container{ padding: 0px 9px !important;}}
@media (min-width: 991px) and (max-width: 1120px){
	.box-wrapper.hvr-eft{width: 47.333% !important;}
	.qrCode-banner-wrapper .QR-code-wrapper .QRCode-inner-wrapper { align-items: normal;}
	.qrCode-banner-wrapper .QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper {
    width: 8%;
    align-items: center;
    display: flex;
}
	.qrCode-banner-wrapper .QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper.flx-row { width: 50%;}
	.about-wrapper .w-50n{width: 50% !important;}
	.mb-56n-border .elementor-column-gap-default {  padding-bottom: 30px !important; margin-bottom: 16px;}
}   
@media (min-width: 768px) and (max-width: 990px){
	.box-wrapper.hvr-eft{width: 100% !important;}
	.succs-title {
    font-size: 34px;
}
	.sccs-sub-title {
    font-size: 28px;
}
	.qrCode-banner-wrapper .QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
	.qrCode-banner-wrapper .QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper p::before {
    top: -3px;
    left: -35px;
    transform: rotate(90deg);
}
	.qrCode-banner-wrapper .QR-code-wrapper .QRCode-inner-wrapper .OR-divider-wrapper p::after {
    bottom: -3px;
    left: 60px;
    transform: rotate(90deg);
}
	.qrCode-banner-wrapper .QR-code-wrapper .QRCode-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
}
	.qrCode-banner-wrapper .QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper { width: 100%;}
	.qrCode-banner-wrapper .QR-code-wrapper .QRCode-inner-wrapper .socal-links-wrapper.flx-row { width: 100%;}
}
@media (min-width: 991px){
	.mr-lg-10n{margin-left: 24px;}
}
/** PrimeHost */
.cards-wrapper{
    column-gap: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
}
.cards-wrapper .card{  
    width: 32.333%;
    align-items: center;
    border: 4px solid rgba(0,0,0,.04);
    border-radius: 8px;
    box-shadow: inset 2px 2px 3px hsla(0,0%,100%,.5), 0 3px 12px hsla(0,0%,94%,.502);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}
.cards-wrapper .card .type-title{
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    left: -36px;
    background: #53e1ff;
    background: -webkit-linear-gradient(left, #53e1ff 0%, #006ed5 100%);
    background: linear-gradient(to right, #53e1ff 0%, #006ed5 100%);
    padding: 8px 50px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
}
.cards-wrapper .card .pricing-main-wrapp{
    width: 100%;
	height: 100%;
    padding: 24px 16px 10px;
    background-color: #fff;
}
.cards-wrapper .card .pricing-main-wrapp .title{
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    height: auto;
}
.cards-wrapper .card .pricing-main-wrapp .price-lbl{
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    margin-top: 10px;
     margin-bottom: 0px;
}

.cards-wrapper .card .pricing-main-wrapp .pricing-inner-wrapp{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    column-gap: 16px;
}
.cards-wrapper .card .pricing-main-wrapp .pricing-inner-wrapp .usd-wrapp{
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #6d6d6d;
}
.cards-wrapper .card .pricing-main-wrapp .pricing-inner-wrapp .usd-wrapp .dollor-amount{
    margin-left: -8px;
}
.cards-wrapper .card .pricing-main-wrapp .pricing-inner-wrapp .usd-wrapp .dollor-lbl{
    font-size: 20px;
}
.cards-wrapper .card .pricing-main-wrapp .pricing-inner-wrapp .inr-wrapp{
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
    color: #1d1d1b;
}
.cards-wrapper .card .pricing-main-wrapp .pricing-inner-wrapp .inr-wrapp .inr-amount{
    margin-left: -10px;
}
.cards-wrapper .card .pricing-main-wrapp .pricing-inner-wrapp .inr-wrapp .inr-lbl{
    font-size: 20px;
}
.cards-wrapper .card .config-info-wrapp{
    max-width: 70%;
    margin: 0px auto;
}
.cards-wrapper .card .config-info-wrapp p{
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 10px 0px 0px;
    text-align: left;
    text-transform: capitalize;
}
.cards-wrapper .card .config-info-wrapp ul{list-style: none; }
.cards-wrapper .card .config-info-wrapp ul li{text-align: left; position:relative}
.cards-wrapper .card .config-info-wrapp ul.operating-option-list li:before{
    content: "*";
    position: absolute;
    left: -16px;
    top: 12%;
}
.cards-wrapper .card .config-info-wrapp.txt-cntr p{text-align: center;}
.cards-wrapper .card .config-info-wrapp ul.config-list li:before{
	content: "";
    width: 14px;
    height: 14px;
    transition: all 0.2s ease;
    position: absolute;
    top: 9px;
    left: -18px;
	  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://primewayz.com/wp-content/uploads/2023/12/check-mark.svg");
 background-size: 0.95em; 
  background-position: calc(100% - 0em) center;
  background-repeat: no-repeat;	
}
.cards-wrapper .card .config-info-wrapp ul li:nth-child(1):before{
  background-image: url("https://primewayz.com/wp-content/uploads/2024/01/check-orange-icon.svg");	
}
.cards-wrapper .card .config-info-wrapp ul li:nth-child(2):before{
  background-image: url("https://primewayz.com/wp-content/uploads/2024/01/check-orange-icon.svg");	
}
@media (max-width:320px){
    .cards-wrapper .card .pricing-main-wrapp .title {
        font-size: 20px;
    }
    .cards-wrapper .card .pricing-main-wrapp .price-lbl {
        margin-top: 4px;
    }
}
@media (max-width:550px){
    .cards-wrapper .card{width: 100%;}
}
@media (min-width:551px) and (max-width:990px){
	.cards-wrapper .card .config-info-wrapp {
    max-width: 80%;
}
    .cards-wrapper .card{width: 48%;}
}
@media (max-width:375px){
	.cards-wrapper .card .config-info-wrapp {
    max-width: 100%;
}
}
/** Package Details Starts*/
*{margin: 0px; padding: 0px; box-sizing: border-box;}

/* bolg contact form css start */
.primehost-form-main-wrapper{ margin: 52px auto 0px;}
.primehost-form-main-wrapper .title{
    color: #1D1D1B;
    font-family: Mulish;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
}
.primehost-form-main-wrapper .sub-title{
    color: #1D1D1B;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    margin-top: 13px;   
}
.primehost-form-main-wrapper .blog-form-wrapper{
    margin: 46px 0px;
}
.primehost-form-main-wrapper .blog-form-wrapper .check-condition-wrapper{
    display: flex; 
    column-gap: 12px; 
    align-items: baseline;
    margin-top: 16px;
}
.primehost-form-main-wrapper .blog-form-wrapper .check-condition-wrapper .sub-title{margin-top: 0px;}
.primehost-form-main-wrapper .blog-form-wrapper .check-condition-wrapper .sub-title a{color: #1652A2; text-decoration: none;}
.primehost-form-main-wrapper .blog-form-wrapper .check-condition-wrapper .sub-title a:hover{text-decoration: underline;}
.primehost-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper{
    display: flex;
    justify-content: flex-start;
}

.primehost-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper input[type="submit"]{
    border-radius: 16px;
    background: #2F2F2E;  
    padding: 14px 28px;  
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 0.32px;   
    margin: 33px 0 20px; 
    cursor: pointer;
}
.primehost-form-main-wrapper .blog-form-wrapper .submit-btn-wrapper input[type="submit"]:hover{background-color: #161615;}
.primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 15px;
}
.primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell{
    flex: 2 1;
}
.primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld:last-child{
    margin-bottom: 0px;
}
.primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld.textarea-height{height: 100%;}
.primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld label{
    color: #5D5D5D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;    
}
.primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld input{
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    background: rgba(255, 255, 255, 0.20);   
    height: 48px;
    padding: 12px 18px; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	color:#000;
}
/* vibe coding bolg css start */
.faq-title{
	font-size:20px;
    margin-bottom: 12px;
	line-height: 40px;
}
/* Steps Wrapper */
.wp-steps-wrapper{
  max-width: 900px;
  padding: 0 3px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

/* Individual Step Box */
.wp-step-box{
  background: #f0ecff;
  border:1px solid #e5ddff;
  border-radius: 12px;
  padding: 15px 24px;
  margin-bottom: 12px;
  box-shadow: 0 1px 1px rgba(1,1,2,24);
}

/* Step Title */
.wp-step-title{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}

/* Step Description */
.wp-step-desc{
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
.primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld select{
    /* border-radius: 4px;
    border: 1px solid #C4C4C4;
    background: rgba(255, 255, 255, 0.20);   
    height: 48px;
    padding: 12px 18px;  */

    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    padding: 12px 18px;
    border: 1px solid #C4C4C4;
    background: rgba(217, 217, 217, 0.16);    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* SVG background image */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 0.6em;
    background-position: calc(100% - 0.9em) center;
    background-repeat: no-repeat;
}
.primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper .blog-cell .input-fld textarea{
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    background: rgba(255, 255, 255, 0.60);
    padding: 12px 18px; 
    height: 100%;   
}
.comp-address-wrap .h-300n{
	min-height: 160px;
}
.comp-address-wrap .h-300n .countrynamewrap .countryflag{
    border: 1.5px solid #dddddd;
    line-height: 0px;
    padding: 0;
    border-radius: 4px;
}
/* bolg contact form css End */



@media(max-width:767px){
    .primehost-form-main-wrapper .blog-form-wrapper .blog-row-wrapper {
        flex-direction: column;
    }
}
/** Package Details Ends */
/** PrimeHost Ends*/
.contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell.refer{
	flex:none;
}
#block-4 .wpcf7-form.invalid .wpcf7-response-output {
    border: 1px dashed #D60B52 !important;
    background: rgba(238, 110, 155, 0.2) !important;
	
}
#block-4 .wpcf7-response-output{
	height: 60px !important;	
	display:block !important;
	border:none !important;
	background:none !important;
}
#block-4 .wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #2cbf05 !important;
    background: rgb(137 251 120 / 30%) !important;
}


.refer-business-wrapper{max-width: 950px; margin: 0px auto;} 
.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper{flex-direction: column;}
.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper p:first-child{
	/*display: none;*/}
.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .my-n15{
	margin-bottom: 0px;}
.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld .flex-cnt-fld .wpcf7-form-control-wrap.tel-343-r{ width: 100%;}
.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld .flex-cnt-fld .wpcf7-form-control-wrap.tel-343{width: 100%;}
.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .submit-btn-wrapper{
	margin-top: 0px;
}
.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .wpcf7-response-output{   
	margin: 20px 0 0px !important;}
#submit_refer, #submit_write_up{margin-top: 40px;}
.PW-benefit.write-for-us .elementor-widget-container ul li .premium-bullet-list-wrapper .premium-drawable-icon svg{
    width: 20px!important;
    height: 30px!important;
}
@media (max-width: 990px){
	.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .my-n15 {
    margin: 0px 0px 15px;
}
	.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper .form-cell .input-fld.textarea-height {
   margin-top:15px;
}
.refer-business-wrapper .contact-form-main-wrapper .contact-form-inner-wrapper .form-row-wrapper{row-gap: 0px;}
}

@media (max-width: 1024px){
	.elementor .elementor-hidden-tablet.w-50n.d-md-block {
    display: block;
}
}
@media (min-width: 768px) and (max-width: 1100px){
	.hire_dev_wrapper .hire_card_container.flex-md-end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.elementor .elementor-hidden-tablet.w-50n.d-md-block .elementor-widget-wrap .elementor-widget-image .elementor-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
		.hm-aboutcomp-wrap .content-list ul.feature-list.flex-items{
		display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
}
.hm-aboutcomp-wrap .content-list ul.feature-list.flex-items li{
		width: 47%;
}
}
@media (min-width:768px) and (max-width: 990px){
	.hm-aboutcomp-wrap .content-list ul.feature-list.flex-items li { width: 100% !important;}
	.write-for-us .elementor-row .w-50n{width: 50% !important;}
}
.px-26n .elementor-row{padding: 0px 12px;}
.inner-post .nextPrev-pagination{display:none;}

.prime-bg{
    background-size: 180% !important;
    background-position: center !important;
    transition: background-size 0.5s ease !important;
    overflow: hidden !important; 
}
.prime-bg:hover {
    background-size: 200% !important;
}

/* ✅ Default: description hidden */
.prime-desc{
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;

  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 12px;
}

/* ✅ Hover on card: show description */
.prime-card:hover .prime-desc{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 160px;
}

/* 1. Remove any existing symbols (like // or #) from the sub-menu */
.menu-wrapper .sub-menu li a::before {
    content: none !important;
}

/* 2. Setup the base style for sub-menu links */
.menu-wrapper .sub-menu li a {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    padding-left: 0;
    transition: all 0.3s ease;
}

/* 3. Create the Vertical Line on Hover */
.menu-wrapper .sub-menu li a:hover::before {
    content: "" !important; /* This ensures the old text is replaced by a line */
    position: absolute;
    left: -12px;           /* Gap between line and text */
    top: 50%;
    transform: translateY(-50%);
    width: 3px;            /* Thickness of the line */
    height: 100%;          /* Full height of the text */
    background-color: #1E40AF; /* Blue Color */
    display: block;
}

/* 4. Move text slightly to the right on hover to make space for the line */
.menu-wrapper .sub-menu li a:hover {
    padding-left: 15px;
    color: #007bff;
}