/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}


.career-page {
    width: 100%;
    float: left;
    position: relative;
}
.join-team {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    margin-bottom: 0px !important;
    padding: 0px 0px !important;
}
 
 .single-position-group{
     background: #ffffff;
     padding: 20px;
     margin-bottom: 30px;
     border: 1px solid #ececec;
     box-shadow: 0px 15px 10px 0px #0000000d;
     border-radius: 14px;
}
 .single-position-group:hover{border: 1px solid #c9c9c9;}
 

  .single-position-group .single-position{
     width: 100%;
     float: none;
     display: inline-block;
     vertical-align: top;
     position: relative;
     margin-bottom: 0px;
     padding-left: 40px;
}
 .single-position-group .single-position .position-number{
     position: absolute;
     left: 0px;
     width: 40px;
     font-size: 25px;
     font-weight: 600;
     color: #7d7d7d;
     line-height: 25px;
}
  .single-position-group .single-position .position-category{
     width: 100%;
     float: left;
     position: relative;
     font-size: 13px;
     line-height: 20px;
     color: #7d7d7d;
     font-weight: normal;
     margin: 0px 0px 0px 0px;
}
  .single-position-group .single-position .position-name{
     width: 100%;
     float: left;
     position: relative;
     font-size: 22px;
     line-height: 32px;
     color: #000000;
     font-weight: 700;
}
  .single-position-group .single-position .position-join-now{
     width: 100%;
     float: left;
     position: relative;
}
  .single-position-group .single-position .position-join-now .join-now-btn{
     background: #ffffff;
     position: relative;
     font-size: 14px;
     line-height: 30px;
     float: left;
     z-index: 1;
}
  .single-position-group .single-position .position-join-now .join-now-btn:hover{
     color: #000;
}
  .single-position-group .single-position .position-join-now .join-now-btn:before {
     content: "\f061";
     font-family: FontAwesome;
     font-weight: normal;
     font-size: 15px;
     line-height: 30px;
     position: absolute;
     right: 0px;
     width: 35px;
     text-align: center;
     opacity: 0;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     z-index: -1;
}
  .single-position-group .single-position .position-join-now:hover .join-now-btn:before {
     opacity: 1;
     right: -35px;
     color: #015b9c;
}


.position-details-group{
     width: 100%;
     float: left;
     position: relative;
     background: #f5f5f5;
}
 .position-details-group .position-header{
     width: 100%;
     float: left;
     padding: 30px;
     border-bottom: 2px solid #fff;
     display: table;
}
 .position-details-group .position-header .position-header-left{
     display: table-cell;
     vertical-align: middle;
     width: 100%;
}
 .position-details-group .position-header .position-header-right{
     display: table-cell;
     vertical-align: middle;
     white-space: nowrap;
     width: 100%;
}
 .position-details-group .position-header .position-header-left .position-category{
     width: 100%;
     float: left;
     position: relative;
     font-size: 15px;
     color: #7d7d7d;
     font-weight: normal;
     margin: 0px 0px 0px 0px;
}
 .position-details-group .position-header .position-header-left .position-name{
     width: 100%;
     float: left;
     position: relative;
     font-size: 28px;
     color: #000000;
     font-weight: 600;
}
 .position-details-group .position-header .position-header-left .position-join-now{
     width: 100%;
     position: relative;
     font-size: 16px;
     line-height: ;
     float: left;
     z-index: 1;
     color: #015b9c;
}
 .position-details-group .position-body {
     width: 100%;
     float: left;
     padding: 30px;
}
  
 .position-details-group .position-body ul{
     width: 100%;
     float: left;
     padding: 0px;
     margin: 0px;
     margin-bottom: 15px;
}
 .position-details-group .position-body ul li{
     width: 100%;
     float: left;
     list-style: none;
     padding-left: 16px;
     text-transform: capitalize;
     margin-bottom: 8px;
     font-size: 14px;
     color: black;
     position: relative;
     text-align: left;
}
 .position-details-group .position-body ul li:before{
     content:"";
     width: 5px;
     height: 5px;
     background: #015b9c;
     position: absolute;
     top: 8px;
     left: 0px;
     border-radius: 50%;
}
 .position-details-group .position-body ul li a{
     color: #000000;
}
 .position-details-group .position-footer {
     width: 100%;
     float: left;
     padding: 30px;
     border-top: 2px solid #fff;
}


 .get-quote {
     border: none;
     line-height: 44px;
     color: #ffffff !important;
     position: relative;
     font-size: 15px;
     padding: 0px 20px;
     border-radius: 180px;
     background: transparent linear-gradient( 
111deg, #072C77 0%, #0066A5 100%) 0% 0% no-repeat padding-box !important;
}
 .get-quote:hover {
     box-shadow: 0px 20px 30px 0px #0000002b;
}
 .get-quote-gray {
     background: #c3c1ca;
     background: -webkit-linear-gradient(-45deg,#c6c6c7,#c3c1ca);
     background: -o-linear-gradient(-45deg,#c6c6c7,#c3c1ca);
     background: -moz-linear-gradient(-45deg,#c6c6c7,#c3c1ca);
     background: linear-gradient(-45deg,#c6c6c7,#c3c1ca);
     border: none;
     line-height: 44px;
     color: #ffffff !important;
     position: relative;
     font-size: 15px;
     padding: 0px 20px;
     border-radius: 180px;
}
 .get-quote-gray:hover {
     box-shadow: 0px 20px 30px 0px #0000002b;
}
 .btn-round-effect{
     width: 18px;
     border: 1px solid #ffffff7d;
     height: 18px;
     display: inline-block;
     border-radius: 50%;
     vertical-align: middle;
     position: relative;
     margin-right: 8px;
}
 .btn-round-effect:before{
     content:"";
     width: 8px;
     border: 1px solid #fff;
     height: 8px;
     display: inline-block;
     border-radius: 50%;
     animation-name: btn-bounce;
     animation-timing-function: linear;
     animation-duration: 2s;
     animation-iteration-count: infinite;
     vertical-align: top;
     position: absolute;
     top: 0px;
     left: 4px;
     background: #fff;
}
 @keyframes btn-bounce {
     0% {
         transform: translateY(0);
    }
     25% {
         transform: translateY(-10px);
    }
     50% {
         transform: translateY(10px);
    }
     100% {
         transform: translateY(0);
    }
}

 .contact-form-section {
     width: 100%;
     float: left;
     text-align: center;
     position: relative;
     margin-bottom: 0px;
     margin: 20px 0px;
}
 .contact-form-section .form-field-wrapper .field-title {
     float: left;
     line-height: 20px;
     font-size: 14px;
     color: #757575;
     margin-bottom: 5px;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .contact-form-section .form-field-wrapper .field-error {
     line-height: 20px;
     font-size: 12px;
     color: red;
     position: absolute;
     bottom: 5px;
     right: 10px;
}
 .contact-form-section .form-field-wrapper {
     width: 100%;
     float: left;
     margin-bottom: 20px;
     position: relative;
}
 .contact-form-section .form-field-wrapper p{
     width: 100%;
     float: left;
     margin-bottom: 0px;
     position: relative;
}
 .contact-form-section .form-field-wrapper .controls.md-input-focused .form-full {
     border: 1px solid #cacaca !important;
     background: #fff;
}
 .contact-form-section .form-field-wrapper .form-full {
     width: 100%;
     margin-bottom: 0px;
     padding: 12px 12px;
     border: 1px solid #8c8c8c80 !important;
     outline: none !important;
     text-align: left;
     background: #ffffff;
     color: #333;
     float: left;
     font-size: 15px;
     border-radius: 8px;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .contact-form-section .form-field-wrapper textarea.form-full {
     height: 140px;
     resize: none;
     margin-bottom: 0px;
}
 .contact-form-section .form-field-wrapper .field-button{
     margin-bottom: 0px;
     padding: 10px 0px;
     border: 2px solid #000 !important;
     outline: none !important;
     color: #fff;
     float: left;
     text-align: center;
     background: black;
     font-weight: 700;
     font-size: 19px;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     margin-top: 10px;
     border-radius: 8px;
     width: 100%;
     max-width: 300px;
}
 .contact-form-section .form-field-wrapper .wpcf7-form-control-wrap {
     position: relative;
     width: 100%;
     float: left;
     position: relative;
}
 .contact-form-section .form-field-wrapper .wpcf7-not-valid-tip {
     line-height: 20px;
     font-size: 12px;
     color: red;
     position: absolute;
     bottom: 2px;
     right: 0px;
     width: 100%;
     white-space: nowrap;
     text-align: right;
     padding-right: 5px;
}
 .contact-form-section .form-field-wrapper .field-button:hover{
     box-shadow: 2px 20px 30px 8px #ffffff42;
     letter-spacing: 3px;
}
 .contact-form-section .form-field-wrapper.md-input-focused .field-title{
     color: black;
}
 .contact-form-section .form-field-wrapper.md-input-focused .form-full{
     box-shadow: 0px 5px 40px 0px #0000001a;
     border: 1px solid #000000 !important;
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title { 
    margin: 0px 0px 0px 0px !important; 
    padding: 0px 0px 0px 0px !important;  
}

.mega-sub-menu .sub-menu li { 
    margin-bottom: 0px !important;  
}
.mega-gray-menu-top.gray-menu-top{
}
 .mega-gray-menu-bottom.gray-menu-bottom{
     padding: 0px 20px !important;
}
 .full-menu-list-gradient{
     background: linear-gradient( 90deg,#fff 65%,#f6f8f9 65%) !important;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-2407 .mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-2407 .mega-menu-link {
     padding: 0px 25px;
     border-radius: 8px;
     transition: initial !important;
     color: #fff !important;
     background: transparent linear-gradient( 111deg, #072C77 0%, #0066A5 100%) 0% 0% no-repeat padding-box !important;
     line-height: 36px !important;
}
 .mega-gray-menu-bottom.gray-menu-bottom .gray-p{
     font-size: 13px !important;
}
 .mega-gray-menu-bottom.gray-menu-bottom .gray-menu{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     padding: 0px;
     list-style: none;
     text-align: left;
     margin-bottom: 15px;
}
 .mega-gray-menu-bottom.gray-menu-bottom .gray-menu li { 
     margin-bottom: 5px;
	  width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     font-size: 13px;
     color: #034b8f;
     line-height: 20px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     padding-left: 15px!important;
}
 .mega-gray-menu-bottom.gray-menu-bottom .gray-menu li a {
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     font-size: 13px;
     color: #034b8f;
     line-height: 20px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     padding-left: 0px!important;
}
 .mega-gray-menu-bottom.gray-menu-bottom .gray-menu li:before{
     content: "";
     width: 6px;
     height: 6px;
     background-size: 6px;
     position: absolute;
     top: 8px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     background: #015d9e;
     border-radius: 180px;
     opacity: 1!important;
     left: 0px!important;
}
 .mega-gray-menu-bottom.gray-menu-bottom .gray-menu-btn{
     padding: 0px 25px;
     border-radius: 8px;
     transition: initial !important;
     color: #fff !important;
     background: transparent linear-gradient( 111deg, #072C77 0%, #0066A5 100%) 0% 0% no-repeat padding-box !important;
     line-height: 36px !important;
     float: left;
	 margin-right: 10px!important;
	 margin-bottom: 10px !important;
}
 .mega-gray-menu-bottom.gray-menu-bottom .gray-menu-btn:hover{
     background: transparent linear-gradient( 111deg, #0066A5 0%, #0066A5 100%) 0% 0% no-repeat padding-box !important;
}



 .theme-photo-gallery{
}
 .theme-photo-gallery .gallery-item{
     padding: 8px !important;
     overflow: hidden;
}
 .theme-photo-gallery .gallery-item .gallery-icon{
     overflow: hidden;
     border-radius: 15px !important;
     position: relative;
     min-height: 200px !important;
     width: 100%;
     float: left;
}
 .theme-photo-gallery .gallery-item .gallery-icon a{
     width: 100%;
     height: 100%;
     position: absolute;
     float: left;
     left: 0px;
     top: 0px;
}
 .theme-photo-gallery .gallery-item .gallery-icon a:before{
     content:"";
     position: absolute;
     width: 100%;
     height: 0px;
     background: rgb(0 0 0 / 50%);
     top: 0px;
     left: 0px;
     z-index: 1;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
}
 .theme-photo-gallery .gallery-item:hover .gallery-icon a:before{
     height: 100%;
}
 .theme-photo-gallery .gallery-item .gallery-icon a:after{
     content:"";
     background-image: url('assets/images/enlarge-icon.png');
     position: absolute;
     width: 24px;
     height: 24px;
     background-size: 24px;
     top: 50%;
     left: 50%;
     z-index: 1;
     margin-top: -12px;
     margin-left: -12px;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     opacity:0;
}
 .theme-photo-gallery .gallery-item:hover .gallery-icon a:after{
     opacity:1;
}
 .theme-photo-gallery .gallery-item .gallery-icon img{
     position: absolute;
     bottom: auto;
     width: 100%;
     height: 100%;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     object-fit: cover;
}

.service-page-banner .single-banner .banner-content .banner-center-content { 
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.white-base .single-user{
background: #ffffff !important;
    box-shadow: 0px 5px 20px #00000005;
}



.team-service-header .service-page-banner .single-banner .banner-content .banner-center-content{
    width: 100% !important;
}



.tableRow{
    background:#373660
}
.tableRow .titleRow li{
    background: #0f2f68;
    color:#fff;
    font-size: 16px;
    font-weight: 600 !important;
}
.tableRow .titleRow li:first-child{
    background: #061838;
    color:#fff;
    font-size: 16px !important;
}
.tableRow .titleRow li:nth-child(2){
    background: #8bcb0d;
    color:#333;
}
.tableRow ul{
    display:flex;
    margin: 0px;
    padding: 0px;
}
.tableRow ul li{
    flex-basis: 25%;
    height: 63px;
    color:#d0d0d0;
    border: 1px solid #ffffff1f;
    margin:-1px -1px 0 0;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 15px;
    background: #0f2f68;
}
.tableRow ul li:first-child{
    background: #061838;
    color:#d0d0d0;
    text-align:left;
    padding:0 3rem;
    justify-content:flex-start;
    font-size: 15px;
}
.tableRow ul li:nth-child(2){
    flex-basis:27%;
    background:#fff;
    color:#333;
    border: 1px solid #5454542e;
} 
@media(max-width:1600px){ 
    .tableRow ul{
        display:flex
    }
    .tableRow ul li:first-child{
        padding:0 3rem
    } 
}   
.ip-protection-header   .service-page-banner .single-banner .banner-content .banner-center-content{
    width: 100% !important;
	text-align: center !important;
}

.ip-protection-header  .service-page-banner .single-banner .banner-content {
 
    padding: 75px 0px !important; 
}

.ip-protection-header  .service-page-banner .single-banner .banner-content .banner-center-content .banner-content-left{
  width: 100% !important;
}
.ip-protection-header   .service-page-banner .single-banner .banner-content .banner-center-content .banner-title{
   margin-bottom: 20px!important; 
}


body.logged-in #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu{
	top: 112px !important; 
}


.service-page-banner .single-banner .banner-content .banner-actions .banner-btn{
	display:none  !important;
}

.service-page-banner .single-banner .banner-content .banner-actions .banner-btn.calendly-btn{
	display:inline-block !important;
}
.btn.calendly-btn{
	    font-size: 15px !important; 
    padding: 0px 25px !important; 
}



.service-page-banner .single-banner .banner-content .banner-actions { 
    margin-top: 15px !important; 
} 
.service-page-banner .single-banner .banner-content .banner-title { 
    line-height: 50px !important; 
}


.partner-withus-banner .service-page-banner .single-banner .banner-content {
 
    padding: 75px 0px !important; 
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item#mega-menu-item-2404{
display: none !important;
}

.nomenudropdown{
 	display:none  !important;
}



.spacer-top-50{
	 margin-top: 50px !important;
}

#scrollToTopBtn {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 30000;
  width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 8px 20px 10px rgb(0 0 0 / 9%);
  border: 1px solid #c3c3c3 !important;
  background: #ffffffb8 !important;
  padding: 0px;
  display:none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#scrollToTopBtn.active{
	display:block;
}
#scrollToTopBtn:before {
    content: "";
    background-image: url(../images/icon/icon-right.svg);
    float: left;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    margin: 14px 18px;
    background-size: contain;
    transform: rotate(270deg);
}



.typewriter h1 { 
    white-space: normal  !important;
}

.service-page-banner .single-banner .banner-content ul.banner-ul li {
	margin-bottom: 0px !important;
}

.service-page-banner .single-banner .banner-content ul.banner-ul li:before {
     top: 12px!important;
}

.single-industry .industry-icon img {
    width: auto !important;
	    max-width: 50px !important;
}

.banner-header-nobutton .banner-actions{
	display:none !important;
}



.corevalue-box-portrait.corevalue-box-career .corevalue-box {

    min-height: 240px !important; 
}


.left-image-content-box.elementor-widget-left_image_servicepage_widget{
	margin: 100px 0px 50px 0px  !important;
}


.right-image-content-box.elementor-widget-left_image_servicepage_widget{
	margin: 50px 0px 0px 0px  !important;
}



.right-image-content-box.elementor-widget-left_image_servicepage_widget .about-service .aboutservice-left{
	    left: initial !important; 
    right: 0px!important; 
    border-radius: 30px 0px 0px 30px !important; 
}

 .right-image-content-box.elementor-widget-left_image_servicepage_widget .aboutservice-content  {
    padding: 0px  50% 0px  0px  !important;
}



@media (max-width: 991px){
	#mega-menu-wrap-primary #mega-menu-primary{
	float: left;
    position: fixed;
    padding-top: 80px;
    margin: 0px !important;
    height: 100%; 
		    width: 280px !important;
}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
		    width: 100%;
    float: left;
    margin: 0px !important;
    padding: 5px 25px !important;
	}
	.mega-sub-menu .sub-menu li{ 
        margin-bottom: 10px !important;
    }
	.mega-sub-menu .sub-menu li a { 
           font-size: 15px !important;
    line-height: 24px !important;
    }
    .mega-gray-menu-bottom.gray-menu-bottom .gray-p ,
.mega-gray-menu-bottom.gray-menu-bottom .gray-menu li { 
    font-size: 15px !important;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
        margin: 0px 0px 10px 0px !important;
        padding: 0px 0px 0px 0px !important;
        font-size: 16px !important;
    }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		    width: 100%!important;
    float: left!important;
    text-align: left !important;
    color: #bbbbbb !important;
    font-size: 16px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu{
		    position: fixed!important;
    right: 0px!important;
    width: 280px!important;
    left: initial !important;
    top: 0px !important;
    height: 100% !important;
    overflow-y: auto !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12{
		 width: 100% !important;
	}
	.full-menu-list-gradient {
    background: linear-gradient( 
90deg,#fff 65%,#fff 65%) !important;
}
	body.logged-in #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu {
   		 top: 0px !important;
	}
	.mega-gray-menu-bottom.gray-menu-bottom{
		    padding: 0px 0px !important;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12  .sub-menu-title{
	 display:none !important;
	}
}


.home-page-new-banner .service-page-banner .single-banner .banner-content .banner-center-content .banner-content-left{
	 width: 100%!important;
}
.home-page-new-banner  .typewriter h1 { 
    white-space: nowrap !important; 
}

.calendly-overlay .calendly-popup{
    /*overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    min-width: 100% !important;
    max-width: 100% !important; */
    min-width: 320px;
    height: 750px;
}

.service-page-banner .single-banner .banner-content { 
    padding: 40px 0px 115px 0px !important; 
}
.service-page-banner .single-banner .banner-content .banner-center-content .banner-content-right .quickform-box {  
    padding: 30px !important; 
}
.service-page-banner .single-banner .banner-content .banner-center-content .banner-content-right .quickform-box .common-heading { 
    margin-bottom: 20px  !important;  
}
.service-page-banner .single-banner .banner-content .banner-center-content .banner-content-right  .quickform .form-group { 
    margin-bottom: 10px  !important;  
}

.service-page-banner .single-banner .banner-content .banner-center-content .banner-content-right  .quickform .form-group textarea.form-control {
    height: 70px  !important;  
}


.form-theme-title-group.common-heading{ 
	margin-bottom: 0px  !important;  
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        display: inline-block!important;  
}


.social-links.social-link-black{
	float: left;
    padding: 0px;
    margin: 0px;
}

.social-links.social-link-black li{
	margin: 0px 3px 3px 0px;
}
.social-links.social-link-black li a{
	    background: #fff;
}

.theme-footer .footer-menu li a { 
	width: auto !important; 
    float: none !important; 
    display: inline-block !important; 
    vertical-align: top !important; 
}

.theme-footer .footer-menu li img {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
    width: 16px;
	height: 16px;
}


@media (max-width: 991px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > .mega-sub-menu{
		display:none !important;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > .mega-sub-menu{
		display:block !important;
	}
	.mega-menu-toggle{
		display:none !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		padding: 80px 0px 0px 0px !important;
		}
	 .navbar-toggler { 
		position: absolute !important;
		right: 10px!important; 
		top: 0px !important;
		margin: 16px!important;
		outline:none !important;
		    box-shadow: none !important;
	}
	
	body.body-menu-active .navbar-light .navbar-toggler-icon{
		    filter: brightness(0) invert(1);
	}
	.home-page-new-banner .service-page-banner .single-banner .banner-content .banner-center-content .banner-content-left{
		margin-bottom: 0px;
	}
	.home-page-new-banner .typewriter h1 {
		white-space: normal !important;
	}
	.tableRow { 
		min-width: 600px;
		overflow-x: auto;
	}
	.tableRow ul li:first-child {
		padding: 0 10px !important;
	}
	.aboutus-theme {
		margin-bottom: 40px !important;
	}
}


body.body-menu-active .menu-header { 
    z-index: 2000000000 !important; 
}

.service-page-banner .single-banner .banner-content .banner-actions .btn{
	margin: 0px 10px 10px 0px  !important; 
}

#scrollToTopBtn{ 
	    left: 30px !important;
    right: initial !important;
}

@media (min-width: 992px){
	.navbar-light .navbar-toggler{
		display:none !important;
	}
	
}



 .page-content-theme{
     width: 100%;
     float: left;
     position: relative;
     padding-right: 300px;
}
 .page-content-theme-left{
     width: 100%;
     float: left;
     position: relative;
     padding-right: 20px;
}
 .page-content-theme-right{
     width: 300px;
     float: right;
     position: relative;
     margin-right: -300px;
}


 .blog-inner {
     width: calc(100% - 0px);
     height: calc(100% - 0px);
     position: absolute;
     top: 0px;
     left: 0px;
     border-radius: 0px !important;
     overflow: hidden;
     padding: 0;
     margin: 0;
}
 .blog-inner .full-image {
     width: 100%;
     height: 100%;
     position: absolute;
     overflow: hidden;
}
 .blog-inner .full-image img {
     position: absolute;
     bottom: auto;
     max-width: 100%;
     max-width: 100%;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     min-width: 100%;
     min-height: 100%;
     padding: 0;
     filter: blur(10px);
     -webkit-filter: blur(10px);
}
 .blog-inner .main-image {
     width: 100%;
     height: 100%;
     position: absolute;
}
 .blog-inner .main-image img {
     position: absolute;
     bottom: auto;
     width: auto;
     height: auto;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     max-width: 100%;
     max-height: 100%;
     padding: 0;
} 
.single-blog .blog-content .blog-description{
	    width: 100%;
    float: left;
    position: relative; 
}


.single-blog .blog-content .blog-description{
	    width: 100%;
    float: left;
    position: relative; 
}
.single-blog .blog-content .blog-btnbox{
     width: 100%;
     float: left;
     margin-top: 6px;
     position: relative;
}
.single-blog .blog-content .blog-btnbox .btn{
     line-height: 32px;
     font-size: 14px;
     padding: 0px;
     border: none;
     color: #015b9c;
}


.single-blog .blog-content p {
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px !important;
}







 .comment-list{
     width: 100%;
     float: left;
     padding: 0px;
     margin: 0px;
     margin-top: 20px;
}
 .comment-list .comment{
     width: 100%;
     float: left;
     list-style: none;
}
 .comment-list .comment-body{
     width: 100%;
     float: left;
     background: #fff;
     margin-bottom: 10px;
     border-radius: 10px;
     padding: 15px;
     border: 1px solid #00000021;
     position: relative;
}
 .comment-list .comment-body .comment-meta{
     width: 100%;
     float: left;
     margin: 0px;
     background: transparent;
     padding: 0;
}
 .comment-list .comment-body .comment-meta .comment-author{
     padding-left: 45px;
     position: relative;
     line-height: 32px;
     font-size: 14px;
     width: 100%;
     float: left;
     text-transform: capitalize;
}
 .comment-list .comment-body .comment-meta .comment-author img{
     position: absolute;
     left: 0px;
     border-radius: 50%;
}
 .comment-list .comment-body .comment-meta .comment-metadata{
     padding-left: 45px;
     width: 100%;
     float: left;
     margin-top: -5px;
     margin-bottom: 10px;
}
 .comment-list .comment-body .comment-meta .comment-awaiting-moderation{
     padding-left: 45px;
     width: 100%;
     float: left;
     font-size: 12px;
     color: red;
}
 .comment-list .comment-body .comment-meta .comment-metadata a{
     font-size: 12px;
     margin-right: 10px;
     color: gray;
}
 .comment-list .comment-body .comment-content{
     padding-left: 45px;
     width: 100%;
     float: left;
}
 .comment-list .comment-body .comment-content p{
     margin-bottom: 5px;
     text-align: initial;
     font-size: 13px;
     line-height: 19px;
}
 .comment-list .comment-body .reply{
     float: left;
     text-align: right;
     font-size: 11px;
     text-transform: uppercase;
     position: absolute;
     right: 15px;
     top: 15px;
}
 .comment-list .comment-body .reply a{
    background: transparent !important;
    border: none !important;
    color: #015995;
    padding: 0px !important;
    font-size: 13px;
}
 .comment-respond{
     width: 100%;
     float: left;
     margin-top: 15px; 
}

.comment-respond .comment-form p.comment-form-author{
	width: 50%;
    padding-right: 15px;
}

.comment-respond .comment-form p.comment-form-email{
	width: 50%;
    padding-left: 15px;
}
 .comment-respond .comment-reply-title{
     width: 100%;
     float: left;
     margin-bottom: 5px !important;
     color: black;
     margin: 0px;
     font-size: 22px;
     font-weight: normal !important;
}
 .comment-respond .comment-reply-title a{
     font-size: 12px !important;
}
 .comment-respond .comment-form{
     width: 100%;
     float: left;
}
 .comment-respond .comment-form .logged-in-as{
     width: 100%;
     float: left;
     font-size: 12px;
     margin-bottom: 12px !important;
     color: black;
     margin: 0px;
}
 .comment-respond .comment-form .comment-form-comment{
     width: 100%;
     float: left;
     margin-bottom: 0px;
}
 .comment-respond .comment-form label{
     width: 100%;
     float: left;
     font-size: 13px;
     margin-bottom: 0px;
     font-weight: 600 !important;
}
 .comment-respond .comment-form p{
     width: 100%;
     float: left;
     margin-bottom: 10px !important;
     font-size: 14px;
}
 .comment-respond .comment-form p.comment-form-cookies-consent{
     width: 100%;
     float: left;
}
 .comment-respond .comment-form p.comment-form-cookies-consent input{
     width: auto !important;
     float: left;
     height: 14px;
     margin: 5px;
}
 .comment-respond .comment-form p.comment-form-cookies-consent label{
     width: auto;
     float: initial;
}
 .comment-respond .comment-form textarea, .comment-respond .comment-form input {
     max-height: 120px;
     display: block;
     width: 100%;
     padding: 8px 12px;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     box-shadow: none !important;
     outline: none !important;
     font-size: 13px;
     line-height: 20px;
}
 .comment-respond .comment-form textarea:focus, .comment-respond .comment-form input:focus {
     border: 1px solid #053881;
     box-shadow: none !important;
     outline: none !important;
}
 .comment-respond .comment-form .form-submit{
     width: 100%;
     float: left;
}
 .comment-respond .comment-form .form-submit input[type="submit"]{
     border: 1px solid #015b9c;
     overflow: hidden;
     position: relative;
     vertical-align: middle;
     text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
     border-radius: 0px;
     color: #ffffff !important;
     line-height: 38px;
     font-size: 14px;
     padding: 0px 30px;
     float: left;
     width: auto;
     background: rgb(4 72 141);
     background: transparent linear-gradient( 111deg, #072C77 0%, #0066A5 100%) 0% 0% no-repeat padding-box;
     line-height: 32px;
     font-size: 14px;
     padding: 0px 20px;
     border-radius: 6px;
}
 .comment-respond .comment-form .form-submit input[type="submit"]:after {
     background: #fff !important;
     content: "";
     height: 155px;
     left: -75px;
     opacity: .2;
     top: -50px;
     width: 50px;
     z-index: 5;
     position: absolute;
     -webkit-transform: rotate(35deg);
     transform: rotate(35deg);
     -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
     transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
 .comment-respond .comment-form .form-submit input[type="submit"]:hover:after{
     left: 120%;
     -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
     transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
 .comments-title {
     width: 100%;
     float: left;
     font-size: 15px;
     color: #000;
     line-height: 20px;
     font-weight: 400;
}
 .comments-title span {
     font-weight: 600;
}

.post.type-post{
     width: 100%;
     float: left;
     position: relative;
     margin: 0px !important;
}
 .navigation.post-navigation .nav-links{
     width: 100%;
     float: left;
     position: relative;
	 margin-bottom: 20px;
}
 .navigation.post-navigation .nav-links .nav-previous{
    width: 50%;
    float: left;
    padding-right: 30px;
    text-align: left;
	 font-size: 13px;

}
 .navigation.post-navigation .nav-links .nav-next{
    width: 50%;
    float: right;
    padding-left: 30px;
    text-align: right;
	font-size: 13px;
}

.navigation.post-navigation{
	padding: 0px !important;
} 


@media(min-width: 992px){
	.go_back{
		display:none;
	}	
}

.menu-header .navbar-toggler {
    top: 10px !important;
}

.menu-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("https://www.intellinez.com/wp-content/uploads/2021/12/menu-icon.png")  !important;
}

@media (max-width: 991px){
	body.body-menu-active .navbar-light .navbar-toggler-icon {
		 background-image: url("https://www.intellinez.com/wp-content/uploads/2021/12/menu-close-icon.png") !important;
		filter: none !important;
	}
}
@media (max-width: 767px){

.comment-respond .comment-form p.comment-form-author{
	width: 100%;
    padding-right: 0px;
}

.comment-respond .comment-form p.comment-form-email{
	width: 100%;
    padding-left: 0px;
}

}
.menu-header .go_back{
	   position: relative;
    top: 0px;
    color: transparent !important;
    width: 100%;
    float: left;
    margin: 18px 0px;
    height: 20px;
    padding: 0px 15px !important; 
}

.menu-header .go_back:before{
	content:"";
	    background-image: url("https://www.intellinez.com/wp-content/uploads/2021/12/menu-back.png") !important;
            filter: none !important;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 5px;
    top: 0px;
    background-size: 26px;
}


.wpcf7 form .wpcf7-response-output{
   /* display:none; */
}

form.wpcf7-form.sent .wpcf7-response-output {
display: block !important;
} 



.elementor-widget.elementor-widget-shortcode {
    width: auto !important;
}
}
 .full-blog-page img {
    border-radius: 20px!important;
	padding: 5px 0 24px 0px !important;
}