/*
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;
  font-family: "Inter";
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

button:focus {
    outline: none;
}

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;
  font-family: "Montserrat";
}
h1 {
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 15px;
    margin: 0;
    position: relative;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
}

h1::before {
    content: '';
    position: absolute;
    background: #17517e;
    width: 60px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

h1::after {
    content: '';
    position: absolute;
    background: #17517e;
    width: 60px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -3px;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 18px;
  line-height: normal;
  color: #222222;
  font-weight: bold;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p, li {
  font-size: 16px;
  line-height: 27px;
  color: #555555;
}

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 {
    padding: 16px 0;
    margin-bottom: 0;
    background-color: #ffffff;
}

.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: 5rem;
  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;
}

#masthead #menu-header-menu {
    gap: 72px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #222222;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.4s;
    text-transform: uppercase;
}

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: #17517E;
}

.navbar-brand {
    max-width: 230px;
    height: auto;
    padding: 0;
    margin: 0;
}

.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: 0;
  padding-top: 0;
}

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

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */



.header-top {
    padding: 10px 0;
    background: #F7F9FB;
}

.header-top-wrap a {
    font-size: 14px;
    accent-color: navajowhite;
    color: #555555;
    text-decoration: none;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    gap: 9px;
    position: relative;
}

.header-top-wrap a i {
    color: #17517E;
}

.header-top-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
}

.header-top-wrap a:hover {
    color: #17517E;
}

.header-top-wrap::before {
    content: '';
    position: absolute;
    background: #CCCED0;
    width: 1px;
    height: 22px;
    left: 20px;
    right: 0;
    margin: 0 auto;
}

.header_btn a {
    font-size: 16px;
    padding: 17px 40px;
    transition: all 0.4s;
    font-weight: 600;
    background: #17517E;
    color: white;
    text-decoration: none;
}

.header_btn a:hover {
    background: black;
}

/* ======================================= Hero Banner CSS ======================================= */

.Heroslider_Content h5 {
    max-width: 670px;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Inter';
    font-weight: 400;
}

.Heroslider_Content h2 {
    max-width: 800px;
    font-size: 50px;
    line-height: 56px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: white;
    margin: 14px 0 28px;
    padding: 0 0 0px 23px;
    position: relative;
    border-left: 4px solid #17517e;
}

.Heroslider_Content p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 50px;
    color: #DDDDDD;
    max-width: 712px;
}

.Heroslider_Content a {
    font-size: 16px;
    padding: 20px 35px;
    transition: all 0.4s;
    background: #17517E;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat';
}

.Heroslider_Content a:hover {
    background: white;
    color: #17517E;
}

.freeguide_form .row:nth-child(1) .col-12 {
    padding: 18px 40px;
    background: #F7F9FB;
}

.freeguide_form .row:nth-child(1) .col-12 h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: black;
}

.freeguide_form .row:nth-child(2) .col-12 {
    padding: 30px 50px 40px 40px;
    background: #ffffff;
}

.freeguide_form label {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    color: #222222;
    font-weight: 600;
    font-family: 'Montserrat';
}

.freeguide_form input, .freeguide_form textarea {
    font-size: 14px;
    margin: 0 0 28px;
    padding: 14px;
    height: auto;
    color: #555555;
    border-radius: 0;
    border: 1px solid #E5E5E5;
}

.freeguide_form p {
    margin: 0;
}

.freeguide_form br {
    display: none;
}

.freeguide_form .form-control:focus {
    color: #555555;
    background-color: transparent;
    border-color: #E5E5E5;
    outline: 0;
    box-shadow: none;
}

.freeguide_form .wpcf7-submit {
    padding: 17px 25px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background: #17517e;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.freeguide_form .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 5px auto 0;
}

.row.herosliderMain_row {
    align-items: center;
}

#hero-banner {
    padding-top: 135px;
    padding-bottom: 135px;
}

#Hero_Slider_Carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Hero_Slider_Carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: #0F0F0F;
    color: white;
    position: absolute;
    top: 52%;
}

#Hero_Slider_Carousel .owl-nav .owl-prev {
    left: -5%;
}

#Hero_Slider_Carousel .owl-nav .owl-next {
    right: -5%;
}

#hero-banner::before {
    content: 'Get a Quote';
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    background: #17517e;
    color: white;
    width: 164px;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -54px;
    transform: rotate(90deg);
    top: 35%;
}

/* ======================================= Hero Banner CSS ======================================= */


/* ======================================= Home Sect 1 CSS ======================================= */

.para1 p {
    padding: 35px 0 68px;
    max-width: 648px;
    margin: 0 auto 0;
}

.ourprocess_wrapper .wpb_wrapper {
    padding: 32px 24px;
    margin: 0;
    background: #F0F9FF;
}

.ourprocess_wrapper .wpb_wrapper p {
    margin: 0;
}

.ourprocess_wrapper .wpb_wrapper h4 {
    margin: 24px 0 20px;
    text-transform: uppercase;
}

#home-sect1 .vc_row:nth-child(2) {
    max-width: 1160px;
    margin: 0 auto;
}

#home-sect1 {
    padding-top: 100px;
    padding-bottom: 200px;
}

.ourprocess_wrapper .wpb_wrapper p:last-child {
    max-width: 307px;
}

/* ======================================= Home Sect 1 CSS ======================================= */


/* ======================================= Home Sect 2 CSS ======================================= */

#home-sect2, #home-sect3, #home-sect5, #tier1-sect2, #tier2-sect2, #tier2-sect5, #tier3-sect3, #intakeform-sect, #tier3application, #calendarbooking_sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

#home-sect2 .wpb_single_image img {
    transition: all 0.5s;
}

#home-sect2 .wpb_single_image img:hover {
    transform: scale(1.1);
}

/* ======================================= Home Sect 2 CSS ======================================= */

/* ======================================= Home Sect 3 CSS ======================================= */

#home-sect3 h1 strong {
    font-weight: bold;
    color: #17517e;
}

#home-sect3 h1::before, #home-sect3 h1::after {
    margin: 0;
}

.para2 p {
    width: 97%;
}

.para2 {
    padding: 48px 0 52px;
}

.freeguide_wrapper p {
    margin: 0;
}

.freeguide_wrapper h4 {
    margin: 32px 0 22px;
    text-transform: uppercase;
}

.triangle-div h1::before, .triangle-div h1::after {
    display: none;
}

.triangle-div h1 {
    color: white;
}

.triangle-div p {
    color: white;
}

.triangle-div {
    height: 200px;
    width: 100%;
    background: #17517e;
    padding: 45px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    position: relative;
}

.signup_form {
    padding: 35px 30px 20px;
    background: #F7F9FB;
}

.signup_form br {
    display: none;
}

.signup_form input {
    font-size: 14px;
    margin: 0 0 30px;
    padding: 14px;
    height: auto;
    color: #555555;
    border-radius: 0;
    border: 1px solid #E5E5E5;
}

.signup_form .wpcf7-submit {
    font-size: 15px;
    padding: 16px 34px;
    margin: 0;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background: #17517e;
    border: unset;
}

.signup_form .form-control:focus {
    color: #555555;
    background-color: white;
    border-color: #E5E5E5;
    outline: 0;
    box-shadow: none;
}

#home-sect3 .vc_col-sm-3 {
    position: relative;
}

#home-sect3 .vc_col-sm-3::before {
    content: '';
    position: absolute;
    background: #f7f9fb;
    width: 91.2%;
    height: 210px;
    top: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
}

#home-sect3 .vc_col-sm-3::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/03/signup-1.png) no-repeat;
    background-size: cover;
    width: 245px;
    height: 320px;
    z-index: 99;
    top: -15px;
    right: -28%;
}

/* ======================================= Home Sect 3 CSS ======================================= */


/* ======================================= Home Sect 4 CSS ======================================= */

#home-sect4 .counter {
    font-size: 60px;
    line-height: normal;
    padding: 0 0 10px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: white;
    font-family: 'Inter';
}

#home-sect4 .counter::before, #home-sect4 .counter::after {
    display: none;
}

#home-sect4 p {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
}

.counterimg_wrap {
    position: relative;
    bottom: -48px;
}

#home-sect4 {
    padding-top: 52px;
    padding-bottom: 100px;
}

/* ======================================= Home Sect 4 CSS ======================================= */


/* ======================================= Home Sect 5 CSS ======================================= */

.TestimonialMain img:nth-child(1) {
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
}

img.doublequote_testimonial {
    margin: 60px auto 55px;
    max-width: 50px;
}

.TestimonialMain {
    text-align: center;
}

.TestimonialMain p {
    font-size: 24px;
    line-height: 40px;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.TestimonialMain h2 {
    font-size: 20px;
    margin: 50px 0 4px;
    padding: 0;
    color: #17517E;
    text-transform: uppercase;
    font-weight: bold;
}

.TestimonialMain h6 {
    font-size: 16px;
    color: #555555;
    line-height: normal;
    margin: 0;
    padding: 0;
}

#owl_custom1 .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 75px 0 0;
}

#owl_custom1 .owl-dots button {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #17517e;
    border-radius: 50%;
    transition: all 0.3s;
}

#owl_custom1 .owl-dot.active {
    background: #17517e !important;
    transform: scale(1.4);
}

/* ======================================= Home Sect 5 CSS ======================================= */


/* ======================================= Footer CSS ======================================= */

#footer-widget {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #222222 !important;
}

#footer-widget .widget-title {
    font-size: 18px;
    padding: 0 0 15px;
    margin: 0 0 30px;
    font-weight: bold;
    color: white;
    position: relative;
}

#footer-widget .widget-title::before {
    content: '';
    position: absolute;
    background: #17517e;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0;
}

#footer-widget .nav-link:focus, #footer-widget .nav-link:hover, #footer-Bottom .nav-link:focus, #footer-Bottom .nav-link:hover {
    background: transparent !important;
    color: #AAAAAA;
}

#footer-widget .nav-link, #footer-Bottom .nav-link {
    font-size: 16px;
    line-height: 27px;
    padding: 0 0 16px;
    color: #aaaaaa;
    max-width: fit-content;
}

#footer-widget section, #footer-Bottom section {
    margin: 0;
}

#footer-widget p {
    color: #aaaaaa;
}

.news_letter input {
    background: #fff;
    border: unset;
    height: 50px;
    font-size: 14px;
    border-radius: 0;
    padding: 8px 15px;
    width: 100%;
    color: #757575;
}

.news_letter .arrow-btn {
    padding: 0;
    background: #17517e;
    border: unset;
    height: 50px;
    width: 66px;
    font-size: 18px;
    position: absolute;
    right: 14px;
    top: 0;
    border-radius: 0;
    color: white;
}

.news_letter .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.news_letter .form-control:focus {
    color: #757575;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

#footer-Bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 0 -1px;
    background: #151515;
}

#footer-Bottom #media_image-2 {
    max-width: 230px;
}

#footer-Bottom #media_image-3 {
    max-width: 143px;
    margin: 0 0 0 auto;
}

#footer-Bottom #menu-policy-privacy-menu {
    margin-top: 15px;
    gap: 29px;
    flex-direction: row !important;
    justify-content: right;
}

#footer-Bottom #menu-policy-privacy-menu a {
    padding: 0 !important;
}

#footer-Bottom .row {
    align-items: center;
}

footer#colophon {
    display: none;
}

/* ======================================= Footer CSS ======================================= */


/* ======================================= Tier Page CSS ======================================= */

#tier1-sect .vc_icon_element-inner {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    background: #D2E4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 12px;
}

.para3 p {
    max-width: 510px;
    margin: 0 auto;
}

#tier1-sect {
    padding-top: 100px;
    padding-bottom: 50px;
}

#tier1-sect1 .vc_row:nth-child(1) {
    padding: 80px 50px;
    display: flex;
    align-items: center;
}

#tier1-sect1 .vc_col-sm-7 .vc_column-inner {
    padding: 40px 65px;
    background: #ffffff;
	border-radius: 8px;
	position: relative;
}

#tier1-sect1 .vc_col-sm-7 .vc_column-inner::before {
    content: '';
    background: url(/wp-content/uploads/2026/03/Blueprintbefore.png) no-repeat;
    background-size: cover;
    width: 179px;
    height: 150px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#tier1-sect1 .vc_col-sm-7 .vc_column-inner h1::before, #tier1-sect1 .vc_col-sm-7 .vc_column-inner h1::after {
    display: none;
}

#tier1-sect1 .vc_col-sm-7 .vc_column-inner h1 {
    font-size: 36px;
    padding: 24px 0;
    margin: 0;
    text-transform: capitalize;
    line-height: normal;
    color: #032644;
}

#tier1-sect1 .vc_col-sm-7 .vc_column-inner h6 {
    width: 153px;
    height: 24px;
    font-size: 12px;
    font-family: "Inter";
    line-height: normal;
    margin: 0;
    padding: 0;
    background: #D6E0F1;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

#tier1-sect1 .vc_col-sm-7 .vc_column-inner .wpb_text_column {
    max-width: 510px;
    margin: 0;
}

.Blueprint_pricing h2 {
    font-size: 36px;
    line-height: normal;
    color: #032644;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.Blueprint_pricing h5 {
    font-size: 14px;
    color: #43474D;
    margin: 0;
    padding: 0;
    text-decoration: line-through;
}

.Blueprint_pricing .wpb_wrapper {
    margin: 32px 0 40px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

#Custom-Btn a {
    font-size: 18px;
    padding: 16px 67px 16px 40px;
    transition: all 0.4s;
    border-radius: 0;
    font-weight: 600;
    color: white;
    background: #17517E;
    border-color: #17517E;
}

#Custom-Btn a i {
    margin: 0 20px 0 0px;
}

#tier1-sect1 .vc_col-sm-5 .vc_column-inner {
    padding-top: 0;
}

.performancedata_wrap {
    padding: 60px 32px;
    margin: 0px 0 24px 12px !important;
    background: #1F3C5B;
    border-radius: 8px;
}

.performancedata_wrap p {
    margin: 0;
    color: #8BA7CB;
    font-size: 14px;
    line-height: normal;
}

.performancedata_wrap h3 {
    padding: 25px 0 12px;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    color: white;
    margin: 0;
}

#performancedata_wrapM {
	margin-bottom: 0 !important;
}

#tier1-sect2 .vc_row {
    padding: 48px 92px;
    background: #222222;
}

#tier1-sect2 .vc_row h6 {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: normal;
    text-transform: uppercase;
    color: white;
    font-family: 'Inter';
    padding: 0;
}

#tier1-sect2 .vc_row h1 {
    font-size: 32px;
    line-height: normal;
    text-align: left;
    color: white;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

#tier1-sect2 .vc_row h1::before, #tier1-sect2 .vc_row h1::after {
    display: none;
}

#tier1-sect2 .vc_row .vc_col-sm-4 {
    position: relative;
}

#tier1-sect2 .vc_row .vc_col-sm-4::before {
    content: '';
    position: absolute;
    background: #424344;
    width: 1px;
    height: 40px;
    right: 60px;
    top: 12px;
}

#tier1-sect2 .vc_row .vc_col-sm-4:nth-child(2)::before {
    right: 90px;
}

#tier1-sect2 .vc_row .vc_col-sm-4:nth-child(3)::before {
    display: none;
}

#tier2-sect h5 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    color: white;
    font-weight: 400;
}

#tier2-sect h1 {
    font-size: 50px;
    line-height: 56px;
    margin: 23px 0;
    padding: 0;
    color: white;
    text-transform: capitalize;
}

#tier2-sect h1::before, #tier2-sect h1::after {
    display: none;
}

#tier2-sect p {
    font-size: 18px;
    line-height: 28px;
    color: #ddd;
}

#tier2-sect .vc_column-inner {
    max-width: 925px;
    margin: 0 auto;
}

#Custom-Btn1 a {
    font-size: 18px;
    padding: 20px 55px;
    transition: all 0.4s;
    color: white;
    background: #17517E;
    border-color: #17517E;
    font-weight: bold;
    border-radius: 0;
}

#tier2-sect #Custom-Btn1 {
    padding-top: 40px;
}

#tier2-sect {
    padding-top: 122px;
    padding-bottom: 122px;
}

#tier2-sect2 h1 {
    padding: 0 0 20px;
    margin: 0;
    color: #032644;
    text-transform: capitalize;
}

#tier2-sect2 h1::before, #tier2-sect2 h1::after {
    display: none;
}

.elite_list li, .elite_list p {
    font-size: 14px;
    line-height: 20px;
    color: #032644;
    font-weight: 600;
    text-transform: uppercase;
}

.elite_list p {
    margin: 4px 0 24px;
    text-transform: math-auto;
    color: #43474D;
    font-weight: 400;
}

.elite_list ul {
    padding: 38px 0 0;
    margin: 0;
    list-style: none;
}

.elite_list li {
    padding-left: 36px;
    position: relative;
}

.elite_list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #032644;
    position: absolute;
    left: 0;
    top: 0;
}

.tier2-sect3 .vc_row:nth-child(2) {
    max-width: 100% !important;
}

.tier2-sect3 .ourprocess_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 24px;
    max-width: 100% !important;
}

.tier2-sect3 .ourprocess_wrapper .wpb_wrapper {
    height: 230px !important;
}

.tier2-sect3 {
    padding-bottom: 100px !important;
    padding-top: 0 !important;
}

.tier2-sect3 h1 {
    padding: 0 0 40px;
    margin: 0;
    text-transform: capitalize !important;
    color: #032644 !important;
}

.tier2-sect3 h1::before, .tier2-sect3 h1::after {
    display: none;
}

.tier2-sect4 .vc_row h1 {
    margin: 0 0 10px !important;
}

#tier2-sect5 #Custom-Btn1 a {
    padding: 20px 48px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

#tier2-sect5 #Custom-Btn1 {
    padding-top: 40px;
}

#Custom-Btn2 a {
    font-size: 18px;
    padding: 20px 55px;
    transition: all 0.4s;
    color: white;
    background: transparent;
    border-color: #6A696B;
    font-weight: bold;
    border-radius: 0;
}

.tier3-sect #Custom-Btn2 {
    padding-top: 40px;
}

.tier3-sect .vc_column-inner h1 {
    width: 74%;
    margin-left: auto !important;margin-right: auto !important;
}

.tier3-sect2 .ourprocess_wrapper .wpb_wrapper h6 {
    padding: 24px 0 0;
    font-size: 16px;
    color: #032644;
    font-weight: bold;
    text-transform: uppercase;
}

.tier3-sect2 .ourprocess_wrapper .wpb_wrapper {
    height: 345px;
}

.tier3-sect2 .para1 p {
    padding: 5px 0 50px;
}

.tier3-sect2 {
    padding-bottom: 130px !important;
}

#tier3-sect3 .vc_row {
    padding: 48px;
    background: #ffffff0a;
    border-radius: 4px;
}

#tier3-sect3 .vc_row h6 {
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    font-family: 'Inter';
    color: #ADC9EF;
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}

#tier3-sect3 .vc_row h6::before {
    content: '';
    background: url(/wp-content/uploads/2026/03/checkcircle.png) no-repeat;
    width: 32px;
    height: 33px;
    display: block;
    background-size: 100%;
}

#tier3-sect3 .vc_row h1 {
    padding: 24px 0;
    text-transform: math-auto;
    margin: 0;
}

#tier3-sect3 .vc_row h1::before, #tier3-sect3 .vc_row h1::after {
    display: none;
}

#tier3-sect3 .vc_row .vc_col-sm-8 .vc_column-inner {
    max-width: 620px;
}

#tier3-sect3 .vc_row .vc_col-sm-8 .vc_column-inner p {
    color: white;
}

.commitment100_wrap h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 3px;
    padding: 0;
    color: white;
    font-weight: bold;
    font-family: "Inter";
}

.commitment100_wrap h5 {
    font-size: 10px;
    line-height: normal;
    color: white;
    font-weight: 400;
    font-family: 'Inter';
    text-transform: uppercase;
}

.commitment100_wrap {
    padding: 0;
    width: 128px;
    height: 128px;
    border: 1px solid #496580;
    border-radius: 12px;
    text-align: center;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tier3-sect4 #Custom-Btn1 a {
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}

.tier3-sect4 #Custom-Btn1 {
    padding-bottom: 24px;
}

.tier3-sect4 p {
    max-width: 550px;
    margin: 0 auto;
}

.intakeform-step h5 {
    width: 30px;
    height: 32px;
    font-size: 14px;
    background: #F3F4F5;
    border-radius: 12px;
    font-family: 'Inter';
    color: #A3A4A5;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.intakeform-step p {
    font-size: 14px;
    font-weight: 500;
    color: #A3A4A5;
    margin: 0;
    line-height: normal;
}

.intakeform_active h5 {
    background: #032644;
    color: white;
}

.intakeform_active p {
    color: #032644;
}

.intakeform-step {
    padding-bottom: 40px;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.intakeform-step div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.intakeform-step span {
    width: 48px;
    height: 1px;
    background: #C3C6CE;
}

.intake-form h1::before, .intake-form h1::after {
    display: none;
}

.intake-form h1 {
    letter-spacing: -0.9px;
    text-transform: capitalize;
    color: #172554;
}

.intake-form .row div:nth-child(1) p {
    margin: 0 0 40px;
    max-width: 480px;
}

.intake-form p {
    margin: 0 0 38px;
}

.intake-form br {
    display: none;
}

.intake-form label {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 600;
    color: #222222;
    font-family: 'Montserrat';
}

.intake-form input, .intake-form select, .intake-form textarea {
    font-size: 15px;
    padding: 14px 0;
    color: #555555;
    height: auto;
    border: unset;
    background: transparent;
    border-bottom: 1px solid #C3C6CE;
    border-radius: 0;
    margin: 0;
}

.intake-form .form-control:focus {
    color: #555555;
    background-color: transparent;
    border-color: #C3C6CE;
    outline: 0;
    box-shadow: none;
}

.intake-form textarea {
    height: 100px;
}

.intake-form .wpcf7-list-item {
    margin-left: 0;
}

.intake-form .wpcf7-list-item-label {
    font-size: 14px;
    color: #555555;
    line-height: normal;
}

.submit-wrap .wpcf7-submit {
    font-size: 20px;
    padding: 16px 40px;
    border: unset;
    color: white;
    font-weight: bold;
    background: #17517E;
}

.col-12.submit-wrap p {
    margin: 0;
}

.intake-form {
    padding: 48px 48px 64px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 12px 30px 4px #0000000a;
}

#tier3application .para5 p {
    padding: 12px 0 50px;
    max-width: 570px;
    margin: 0 auto;
}

.checkbox-wrap .wpcf7-checkbox {
    padding: 0;
    height: auto;
    border: unset;
    margin: 0;
}

.checkbox-wrap .wpcf7-checkbox .wpcf7-list-item {
    padding: 30px 24px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: #F2F4F7;
    border-radius: 4px;
}

.checkbox-wrap .wpcf7-checkbox .wpcf7-list-item span::before {
    content: 'Check this if you require a consultant response within 12 hours.';
    font-size: 14px;
    color: #43474D;
    max-width: 380px;
    margin: 5px 0 0px;
    font-weight: 400;
    font-family: 'Inter';
}

.checkbox-wrap .wpcf7-checkbox .wpcf7-list-item span {
    display: flex;
    flex-direction: column-reverse;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    font-family: 'Montserrat';
}

.application-form .wpcf7-submit {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-form .wpcf7-spinner {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -30px;
}

p.application_check {
    text-align: center;
    font-size: 12px;
    margin: 16px 0 0 !important;
    line-height: normal;
    color: #73777E;
}

p.application_check span {
    text-decoration: underline;
}

#tier3application .vc_row:nth-child(2) {
    margin-top: 50px;
    padding: 48px 60px;
    background: #222222;
    display: flex;
    align-items: center;
}

.tier3application_des_wrap h1::before, .tier3application_des_wrap h1::after {
    display: none;
}

.tier3application_des_wrap h1 {
    font-size: 32px;
    padding: 0 0 8px;
    line-height: normal;
    font-family: 'Inter';
    color: white;
    text-transform: capitalize;
    text-align: left;
}

.tier3application_des_wrap p {
    text-transform: uppercase;
    color: white;
    margin: 0;
    padding: 0;
}

.Tier3experience_Wrap p {
    margin: 0 0 12px;
    color: white;
}

.Tier3experience_Wrap p:nth-child(2) {
    text-transform: uppercase;
    margin: 0;
}

#tier3application .vc_row:nth-child(2) .vc_col-sm-3:last-child {
    position: relative;
}

#tier3application .vc_row:nth-child(2) .vc_col-sm-3:last-child::before {
    content: '';
    position: absolute;
    background: #4E4E4E;
    width: 1px;
    height: 88px;
    left: -24%;
    top: 15px;
}

.calendardetails_wrapper h6 {
    font-size: 20px;
    line-height: 30px;
    color: black;
    padding: 0;
    font-weight: 400;
    font-family: 'Inter';
}

.calendardetails_wrapper h1 {
    margin: 0 0 20px;
}

#calendarbooking_sect .vc_row:last-child {
    padding: 50px;
    background: #F7F9FB;
    display: flex;
    align-items: center;
}

#calendarbooking_sect .vc_row:last-child .vc_col-sm-4:nth-child(1) .ourprocess_wrapper .wpb_wrapper {
    padding: 0;
    background: transparent;
}

#calendarbooking_sect .vc_row:last-child .vc_col-sm-4:nth-child(2) .ourprocess_wrapper .wpb_wrapper, #calendarbooking_sect .vc_row:last-child .vc_col-sm-4:nth-child(3) .ourprocess_wrapper .wpb_wrapper {
    background: white;
}

#calendarbooking_sect .vc_row:last-child .vc_col-sm-4:nth-child(1) .ourprocess_wrapper .wpb_wrapper h4 {
    margin: 0 0 16px;
}

#calendarbooking_sect .vc_row:last-child .vc_col-sm-4:nth-child(2) .ourprocess_wrapper .wpb_wrapper p, #calendarbooking_sect .vc_row:last-child .vc_col-sm-4:nth-child(3) .ourprocess_wrapper .wpb_wrapper p {
    max-width: 100%;
}

.thankyoutier1 {
    font-size: 30px;
    padding: 10px 0 12px;
    margin: 0 !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #222222;
}

/* ======================================= Tier Page CSS ======================================= */


/* ======================================= Responsive CSS ======================================= */

@media only screen and (max-width: 1199px){
.header_btn { display: none; text-align: center; margin: 0 auto; }
.header-top-wrap a { font-size: 12px; gap: 5px; }
.header-top-wrap { gap: 5px; flex-wrap: wrap-reverse; }
.navbar-brand { max-width: 200px; }
.header-top { padding: 8px 0; }
button.navbar-toggler { background: #ffffff; box-shadow: rgb(149 157 165 / 50%) 0px 0px 15px; }
#masthead #menu-header-menu { padding-top: 12px; gap: 10px; align-items: center; padding-bottom: 20px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 15px; }
.header_btn a { font-size: 15px; padding: 10px 30px; }
header#masthead { padding: 12px 0; }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
/* Home Page */
.header-top-wrap::before { display: none; }
.Heroslider_Content h5 { max-width: 100%; font-size: 18px; line-height: 28px; }
.Heroslider_Content h2 { font-size: 24px; line-height: 32px; margin: 10px 0 14px; padding: 0 0 0px 10px; border-left: 2px solid #17517e; }
.Heroslider_Content p { font-size: 15px; line-height: 26px; margin: 0 0 30px; }
.Heroslider_Content a { font-size: 15px; padding: 13px 28px; }
.freeguide_form { margin-top: 35px; }
.freeguide_form .row:nth-child(1) .col-12 h3 { font-size: 16px; }
.freeguide_form .row:nth-child(1) .col-12 { padding: 15px 30px; }
.freeguide_form label { margin: 0 0 8px; font-size: 15px; }
.freeguide_form input, .freeguide_form textarea { font-size: 14px; margin: 0 0 16px; padding: 12px; }
.freeguide_form .row:nth-child(2) .col-12 { padding: 14px 30px 25px 30px; }
.freeguide_form .wpcf7-submit { padding: 12px 10px; font-size: 13px; }
#Hero_Slider_Carousel .owl-nav button { width: 35px; height: 35px; top: 102%; }
#Hero_Slider_Carousel .owl-nav .owl-prev { left: -3%; }
#Hero_Slider_Carousel .owl-nav .owl-next { right: -3%; }
#hero-banner::before { content: 'Get a Quote'; font-size: 13px; width: 135px; height: 40px; right: -48px; top: 44%; }
#hero-banner { padding-top: 40px; padding-bottom: 90px; }
h1 { font-size: 24px; line-height: 30px; padding: 0 0 7px; }
h1::before, h1::after { width: 50px; height: 0.5px; }
p, li { font-size: 15px; line-height: 26px; }
.para1 p { padding: 10px 0 28px; }
.ourprocess_wrapper .wpb_wrapper h4 { margin: 14px 0 10px; }
h4 { font-size: 17px; }
.ourprocess_wrapper .wpb_wrapper { padding: 25px; margin: 0 0 25px !important; }
#home-sect1 { padding-top: 40px; padding-bottom: 20px; }
#home-sect2, #home-sect3, #home-sect5 { padding-top: 40px; padding-bottom: 40px; }
.para2 { padding: 18px 0 20px; }
.freeguide_wrapper h4 { margin: 18px 0 12px; }
.freeguide_wrapper { padding-bottom: 25px; }
.triangle-div { height: 150px; padding: 34px 10px; }
.signup_form { padding: 22px 18px 20px; }
.signup_form input { margin: 0 0 20px; padding: 12px; }
.signup_form .wpcf7-submit { font-size: 15px; padding: 10px 30px; }
#home-sect4 .counter { font-size: 45px; padding: 0 0 8px; }
#home-sect4 p { font-size: 17px; }
.counterimg_wrap { bottom: -36px; }
#home-sect4 { padding-top: 25px; padding-bottom: 40px; }
img.doublequote_testimonial { margin: 20px auto 18px; max-width: 30px; }
.TestimonialMain p { font-size: 17px; line-height: 27px; }
.TestimonialMain h2 { font-size: 18px; margin: 18px 0 4px; }
.TestimonialMain h6 { font-size: 15px; }
#owl_custom1 .owl-dots { gap: 12px; padding: 20px 0 0; }
/* Footer CSS */
#footer-widget .widget-title { font-size: 18px; padding: 0 0 10px; }
#footer-widget .nav-link, #footer-Bottom .nav-link { font-size: 15px; line-height: 25px; padding: 0 0 12px; }
#footer-widget section, #footer-Bottom section { margin: 0 0 12px; }
.news_letter input { height: 46px; }
.news_letter .arrow-btn { height: 46px; width: 55px; }
#footer-widget { padding-top: 40px; padding-bottom: 0px; }
#footer-Bottom #media_image-2 { max-width: 220px; margin-left: auto; margin-right: auto; }
#footer-Bottom #media_image-3 { max-width: 142px; margin: 5px auto 0; }
#footer-Bottom #menu-policy-privacy-menu { margin-top: 15px; gap: 14px; justify-content: center; }
#footer-Bottom { padding-top: 18px; padding-bottom: 8px; }
/* tier-1-sales-page CSS */
#tier1-sect { padding-top: 30px; padding-bottom: 30px; }
#tier1-sect .vc_icon_element-inner span::before { font-size: 25px; position: relative; top: -1px; }
#tier1-sect .vc_icon_element-inner { width: 50px; height: 50px; margin: 0 auto 5px; }
.thankyoutier1 { font-size: 24px; padding: 10px 0; }
#tier1-sect1 .vc_col-sm-7 .vc_column-inner { padding: 20px 15px; }
#tier1-sect1 .vc_row:nth-child(1) { padding: 0px 15px; gap: 30px; flex-direction: column; }
#tier1-sect1 .vc_col-sm-7 .vc_column-inner h1 { font-size: 22px; padding: 14px 0; }
.Blueprint_pricing h2 { font-size: 25px; }
.Blueprint_pricing .wpb_wrapper { margin: 12px 0 16px; }
#Custom-Btn a { font-size: 15px; padding: 12px 25px 12px 15px; }
#Custom-Btn a i { margin: 0 -14px 0 0px; font-size: 14px; }
.performancedata_wrap { padding: 22px 15px; margin: 0px 0 15px 0 !important; }
.performancedata_wrap h3 { padding: 15px 0 10px; font-size: 17px; }
#tier1-sect2 .vc_row { padding: 30px 10px 10px; }
#tier1-sect2 .vc_row h1 { font-size: 24px; padding: 0 0 20px; }
#tier1-sect2 .vc_row .vc_col-sm-4::before { display: none; }
#home-sect2, #home-sect3, #home-sect5, #tier1-sect2, #tier2-sect2, #tier2-sect5, #tier3-sect3, #intakeform-sect, #tier3application, #calendarbooking_sect { padding-top: 40px; padding-bottom: 40px; }
/* tier-1-sales-page CSS */
}


@media screen and (min-width: 400px) and (max-width: 767px) {
.header-top-wrap { gap: 25px; }
.header-top-wrap::before { display: block; height: 16px; left: 15px; }
#hero-banner::before { top: 33%; }
.freeguide_form .wpcf7-submit { font-size: 15px; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
.container { max-width: 100%; padding-right: 20px; padding-left: 20px; }
/* Home */
.header-top-wrap { gap: 40px; }
.header-top-wrap::before { height: 16px; left: 17px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 16px; }
.Heroslider_Content h5 { font-size: 18px; line-height: 28px; }
.Heroslider_Content h2 { font-size: 30px; line-height: 36px; margin: 12px 0 14px; padding: 0 0 0px 12px; border-left: 3px solid #17517e; }
.Heroslider_Content p { font-size: 16px; line-height: 26px; margin: 0 0 34px; }
.Heroslider_Content a { font-size: 15px; padding: 14px 30px; }
.freeguide_form .row:nth-child(1) .col-12 h3 { font-size: 16px; }
.freeguide_form .row:nth-child(1) .col-12 { padding: 15px 12px; }
.freeguide_form label { margin: 0 0 12px; font-size: 15px; }
.freeguide_form input, .freeguide_form textarea { margin: 0 0 16px; padding: 12px; }
.freeguide_form .row:nth-child(2) .col-12 { padding: 15px 28px 22px 15px; }
.freeguide_form .wpcf7-submit { padding: 12px 5px; font-size: 11px; }
#hero-banner { padding-top: 70px; padding-bottom: 70px; }
h1 { font-size: 25px; line-height: 32px; padding: 0 0 7px; }
.para1 p { padding: 12px 0 30px; }
h4 { font-size: 17px; }
.ourprocess_wrapper .wpb_wrapper h4 { margin: 18px 0 12px; }
.ourprocess_wrapper .wpb_wrapper p:last-child { font-size: 15px; line-height: 25px; }
#home-sect1 { padding-top: 60px; padding-bottom: 60px; }
#home-sect2, #home-sect3, #home-sect5 { padding-top: 55px; padding-bottom: 55px; }
.para2 { padding: 18px 0 25px; }
#home-sect3 .vc_col-sm-3 { width: 50%; margin: 30px auto 0; } 
#home-sect3 .vc_col-sm-9 { width: 100%; }
.freeguide_wrapper h4 { margin: 20px 0 15px; }
#home-sect4 .counter { font-size: 40px; padding: 0 0 8px; }
.counterimg_wrap { bottom: -38px; }
#home-sect4 p { font-size: 17px; }
#home-sect4 { padding-top: 30px; padding-bottom: 50px; }
img.doublequote_testimonial { margin: 30px auto 25px; max-width: 44px; }
.TestimonialMain p { font-size: 20px; line-height: 30px; }
.TestimonialMain h2 { margin: 20px 0 3px; }
#owl_custom1 .owl-dots { padding: 25px 0 0; }
/* Footer CSS */
#footer-widget .col-12:nth-child(1), #footer-widget .col-12:nth-child(2) { flex: 0 0 50%; max-width: 50%; } 
#footer-widget .col-12:nth-child(3), #footer-widget .col-12:nth-child(4) { flex: 0 0 28%; max-width: 28%; } 
#footer-widget .col-12:nth-child(5) { flex: 0 0 44%; max-width: 44%; }
.news_letter .arrow-btn { right: -160px; }
.news_letter input { width: 300px; }
#footer-widget { padding-top: 46px; padding-bottom: 15px; }
#footer-widget .widget-title { padding: 0 0 8px; margin: 0 0 16px; }
#footer-widget .nav-link, #footer-Bottom .nav-link { font-size: 15px; line-height: 26px; padding: 0 0 14px; }
#footer-Bottom #menu-policy-privacy-menu { margin-top: 15px; gap: 22px; }
#footer-Bottom #media_image-2 { max-width: 200px; }
/* tier-1-sales-page CSS */
#tier1-sect { padding-top: 40px; padding-bottom: 40px; }
#tier1-sect1 .vc_row:nth-child(1) { padding: 40px 10px; }
#tier1-sect1 .vc_col-sm-7 .vc_column-inner { padding: 30px 25px; }
#tier1-sect1 .vc_col-sm-7 .vc_column-inner h1 { font-size: 25px; padding: 16px 0; }
.Blueprint_pricing h2 { font-size: 28px; }
.Blueprint_pricing .wpb_wrapper { margin: 15px 0 30px; }
#Custom-Btn a { font-size: 17px; padding: 14px 50px 14px 25px; }
#Custom-Btn a i { margin: 0 4px 0 0px; }
.performancedata_wrap h3 { padding: 18px 0 10px; font-size: 18px; }
.performancedata_wrap { padding: 45px 25px; }
#tier1-sect2 .vc_row { padding: 30px 5px; }
#tier1-sect2 .vc_row h1 { font-size: 22px; }
#tier1-sect2 .vc_row .vc_col-sm-4::before { right: 20px; top: 7px; }
#tier1-sect2 .vc_row .vc_col-sm-4:nth-child(2)::before { right: 40px; }
#home-sect2, #home-sect3, #home-sect5, #tier1-sect2, #tier2-sect2, #tier2-sect5, #tier3-sect3, #intakeform-sect, #tier3application, #calendarbooking_sect { padding-top: 50px; padding-bottom: 50px; }
/* tier-1-sales-page CSS */
}


@media screen and (min-width: 850px) and (max-width: 1025px) {
.freeguide_form .wpcf7-submit { font-size: 12px; }
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
.container { max-width: 100%; padding-right: 30px; padding-left: 30px; }
/* Home Page CSS */
.header-top-wrap { gap: 35px; }
.header-top-wrap::before { height: 16px; }
.Heroslider_Content h5 { font-size: 20px; line-height: 30px; }
.Heroslider_Content h2 { font-size: 38px; line-height: 44px; margin: 12px 0 20px; padding: 0 0 0px 12px; }
.Heroslider_Content p { font-size: 17px; line-height: 27px; margin: 0 0 35px; }
.Heroslider_Content a { padding: 15px 30px; }
.freeguide_form .row:nth-child(1) .col-12 { padding: 16px 20px; }
.freeguide_form label { margin: 0 0 14px; }
.freeguide_form input, .freeguide_form textarea { margin: 0 0 20px; padding: 13px; }
.freeguide_form .row:nth-child(2) .col-12 { padding: 20px 30px 20px 20px; }
.freeguide_form .wpcf7-submit { padding: 14px 6px; font-size: 15px; }
#hero-banner { padding-top: 90px; padding-bottom: 90px; }
h1 { font-size: 26px; line-height: 32px; padding: 0 0 10px; }
.para1 p { padding: 18px 0 40px; }
.ourprocess_wrapper .wpb_wrapper h4 { margin: 18px 0 15px; font-size: 17px; }
#home-sect1 { padding-top: 80px; padding-bottom: 90px; }
#home-sect2, #home-sect3, #home-sect5 { padding-top: 80px; padding-bottom: 80px; }
.para2 { padding: 25px 0 30px; }
.freeguide_wrapper h4 { margin: 22px 0 12px; }
.signup_form { padding: 20px 10px 20px; }
.signup_form input { margin: 0 0 20px; padding: 13px; }
.signup_form .wpcf7-submit { padding: 13px 30px; }
.triangle-div h1 { font-size: 20px; line-height: normal; }
.triangle-div { height: 170px; padding: 40px 15px; }
#home-sect3 .vc_col-sm-3::before { top: 15%; }
#home-sect4 .counter { font-size: 50px; padding: 0 0 6px; }
#home-sect4 { padding-top: 32px; padding-bottom: 80px; }
img.doublequote_testimonial { margin: 50px auto 40px; max-width: 45px; }
.TestimonialMain img:nth-child(1) { max-width: 750px; }
.TestimonialMain p { font-size: 22px; line-height: 35px; }
.TestimonialMain h2 { margin: 40px 0 4px; }
#owl_custom1 .owl-dots { padding: 60px 0 0; }
/* Footer CSS */
#footer-widget .widget-title { font-size: 17px; padding: 0 0 10px; margin: 0 0 20px; }
#footer-widget .nav-link, #footer-Bottom .nav-link { font-size: 15px; line-height: 26px; padding: 0 0 12px; }
.news_letter .arrow-btn { width: 55px; }
#footer-widget { padding-top: 65px; padding-bottom: 48px; }
#footer-Bottom #media_image-2 { max-width: 220px; }
#footer-Bottom { padding-top: 16px; padding-bottom: 16px; }
/* tier-1-sales-page CSS */
#tier1-sect { padding-top: 60px; padding-bottom: 40px; }
#tier1-sect1 .vc_row:nth-child(1) { padding: 60px 40px; }
#tier1-sect2 .vc_row { padding: 40px 15px; }
#tier1-sect2 .vc_row h1 { font-size: 25px; }
#tier1-sect2 .vc_row .vc_col-sm-4:nth-child(2)::before { right: 70px; }
#tier1-sect2 .vc_row .vc_col-sm-4::before { right: 42px; top: 5px; }
#home-sect2, #home-sect3, #home-sect5, #tier1-sect2, #tier2-sect2, #tier2-sect5, #tier3-sect3, #intakeform-sect, #tier3application, #calendarbooking_sect { padding-top: 70px; padding-bottom: 70px; }
/* tier-1-sales-page CSS */
}


@media screen and (min-width: 1200px) and (max-width: 1440px){
.container { max-width: 100%; padding-right: 50px; padding-left: 50px; }
#masthead #menu-header-menu { gap: 60px; }
.header_btn a { padding: 14px 36px; }
.Heroslider_Content h5 { font-size: 22px; line-height: 30px; }
.Heroslider_Content h2 { font-size: 44px; line-height: 52px; margin: 14px 0 25px; padding: 0 0 0px 18px; }
.Heroslider_Content a { padding: 15px 30px; }
.Heroslider_Content p { margin: 0 0 42px; }
.freeguide_form .row:nth-child(1) .col-12 { padding: 18px 30px; }
.freeguide_form input, .freeguide_form textarea { margin: 0 0 24px; }
.freeguide_form .row:nth-child(2) .col-12 { padding: 25px 45px 35px 30px; }
.freeguide_form .wpcf7-submit { padding: 15px; font-size: 15px; }
#hero-banner { padding-top: 110px; padding-bottom: 110px; }
.triangle-div h1 { font-size: 25px; line-height: normal; padding-bottom: 10px; }
.para2 { padding: 35px 0 45px; }
.triangle-div { height: 185px; }
.signup_form input { margin: 0 0 24px; }
.signup_form { padding: 30px 24px 25px; }
.signup_form .wpcf7-submit { padding: 14px 34px; }
#home-sect4 .counter { font-size: 55px; }
.news_letter .arrow-btn { width: 55px; }
#home-sect1 { padding-bottom: 150px; }
#tier1-sect2 .vc_row { padding: 48px 40px; }
#tier1-sect2 .vc_row h1 { font-size: 28px; }
#home-sect2, #home-sect3, #home-sect5, #tier1-sect2, #tier2-sect2, #tier2-sect5, #tier3-sect3, #intakeform-sect, #tier3application, #calendarbooking_sect { padding-top: 80px; padding-bottom: 80px; }
#tier1-sect { padding-top: 80px; }
}


/* ======================================= Responsive CSS ======================================= */
