/*
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-face {
    font-family: 'SF Pro Display';
    src: url('./inc/assets/fonts/SFProDisplay/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('./inc/assets/fonts/SFProDisplay/SFProDisplay-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./inc/assets/fonts/SFProDisplay/SFProDisplay-Bold.woff2') format('woff2'),
        url('./inc/assets/fonts/SFProDisplay/SFProDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./inc/assets/fonts/SFProDisplay/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('./inc/assets/fonts/SFProDisplay/SFProDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./inc/assets/fonts/SFProDisplay/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('./inc/assets/fonts/SFProDisplay/SFProDisplay-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./inc/assets/fonts/SFProDisplay/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('./inc/assets/fonts/SFProDisplay/SFProDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./inc/assets/fonts/SFProDisplay/SFProDisplay-Regular.woff2') format('woff2'),
        url('./inc/assets/fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./inc/assets/fonts/SFProDisplay/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('./inc/assets/fonts/SFProDisplay/SFProDisplay-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./inc/assets/fonts/SFProDisplay/SFProDisplay-Medium.woff2') format('woff2'),
        url('./inc/assets/fonts/SFProDisplay/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./inc/assets/fonts/SFProDisplay/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('./inc/assets/fonts/SFProDisplay/SFProDisplay-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


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,p {
  margin: 0;
}
h1 {
  font-family: 'Manrope';
  font-size: 214px;
  font-weight: 500;
  color: #292929;
  line-height: normal;
}

.FSR170 h2{
  font-family: 'Manrope';
  font-size: 170px;
  font-weight: 400;
  line-height: normal;
  color: #57514C;
}

.FSSB48 h2{
  font-family: 'Manrope';
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: #FFFFFF;
}

.FSR40 h2{
  font-family: 'Manrope';
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #292929;
}

 h2.FSR40{
  font-family: 'Manrope';
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #292929;
}

 h2.FSSB40{
  font-family: 'Manrope';
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #292929;
}

 h2.FSSB32{
  font-family: 'Manrope';
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #424242;
}

 h2.FSM32{
  font-family: 'Manrope';
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #292929;
}

 .FSR24 h2{
  font-family: 'Manrope';
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #333839;
}

 h2.FSM20{
  font-family: 'Manrope';
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #292929;
}

 h2.FSR20{
  font-family: 'Manrope';
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #737373;
}

 .FSR20 h2 {
  font-family: 'Manrope';
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #737373;
}

 h2.FSSB20{
  font-family: 'Manrope';
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #737373;
}

 h2.FSR18{
  font-family: 'Manrope';
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #525252;
}

 h2.FSM16{
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #0F0F0F;
}

 h2.FSM14{
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #414651;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

.FSSB40 p{
  font-family: 'SF Pro Display';
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  color: #525252;
}

.FSM40 p{
  font-family: 'SF Pro Display';
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  color: #525252;
}


.FSR24 p{
  font-family: 'SF Pro Display';
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #525252;
}


h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

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

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

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

/***********Owl Casrousel woocommerce css Start*************/


.woocommerce ul.products .owl-stage {
  display: flex;
}

.woocommerce ul.products .owl-stage-outer {
  overflow: hidden;
}

/***********Owl Casrousel woocommerce css End*************/

@media (min-width: 1350px) {
  .container {
        max-width:1300px
    }
}

@media (min-width: 1500px) {
  .container {
        max-width:1450px
    }
}


div#main-nav ul li a {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: Manrope !important;
    color: #525252 !important;
    line-height: 22px;
    padding: 0 !important;
    position: relative;
}

div#main-nav ul li.active  a {
    font-weight: 600 !important;
    color: #57514C !important;
    line-height: 22px;
}

div#main-nav ul {
    display: flex;
    gap: 44px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div#main-nav ul li:last-child a {
    padding: 12px 18px !important;
    background: #57514C;
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 8px;
    border: 1px solid #57514C;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

div#main-nav ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #57514C;
    transition: .5s ease-in-out;
}

div#main-nav ul li:hover a::before {
    width: 100%;
}

div#main-nav ul li:last-child a::before {
    display: none;
}

div#main-nav ul li:last-child a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #C3AA98;
    transition: 0.5s 
ease-in-out;
    z-index: -1;
}

div#main-nav ul li:last-child:hover a::after {
    width: 100%;
}

#masthead nav {
    padding: 16px 0 !important;
    margin: 0 0 44px;
}

.NewsletterMain {
    display: flex;
    justify-content: center;
    gap: 17px;
    align-items: center;
}

.Footer1ClassRow {
    background: #D8D8D8;
    padding: 54px 0;
    margin-bottom: 48px;
}

.NewsletterInput input {
    width: 380px;
    padding: 25px 72px 25px 24px;
    height: auto;
    border-radius: 100px;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.NewsletterInputAndButton {
    position: relative;
}

.NewsletterButton::before {
    content: "\f124";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
}

.NewsletterButton {
    height: 48px;
    width: 48px;
    background: #C3AA98;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}

.NewsletterButton p {
    position: absolute;
    top: 0;
    left: 0;
}

.NewsletterButton p input {
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 25px;
    opacity: 0;
}

.NewsletterMainHeading h2 {
    color: #0A142F;
}

.NewsletterButton span.wpcf7-spinner {
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

section#text-3 p {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 50px 0 0;
}

section#nav_menu-2 h3, 
section#custom_html-2 h3, 
section#custom_html-3 h3 {
    color: #0A0D12;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-family: 'Manrope';
    padding: 0 0 20px;
}

section#nav_menu-2 ul,
section#custom_html-2 ul,
section#custom_html-3 ul {
    padding: 0;
    display: flex;
    flex-direction: column !important;
    gap: 12px;
}

section#nav_menu-2 ul li,
section#custom_html-2 ul li,
section#custom_html-3 ul li{
    padding: 0;
    list-style: none;
    display: flex;
}

section#nav_menu-2 ul li a,
section#custom_html-2 ul li a,
section#custom_html-3 ul li a{
    padding: 0;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #414651;
    text-decoration: none;
    position: relative;
}



section#nav_menu-2 ul li a:hover, section#nav_menu-2 ul li a:focus {
    background: transparent;
}

section#nav_menu-2 ul li a::before,
section#custom_html-2 ul li a::before,
section#custom_html-3 ul li a::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #414651;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s ease-in-out;
}

section#nav_menu-2 ul li:hover a::before,
section#custom_html-2 ul li:hover a::before,
section#custom_html-3 ul li:hover a::before {
    width: 100%;
}

.footerContact ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
}

div#footer-widget {
    padding: 0 0 48px;
}

.site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 60px;
}

.SiteInfoLogo a i {
    font-size: 16px;
    background: #C3AA98;
    width: 32px;
    height: 32px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.SiteInfoLogo {
    display: flex;
    gap: 8px;
}

.SiteInfoLogo a:hover {
    text-decoration: none;
}

footer#colophon {
    background: transparent !important;
    border-top: 1px solid #E9EAEB;
}

section.vc_section.Sec1 h1 strong {
    color: #C3AA98;
    font-weight: 500;
}


section.vc_section.Sec1 h1 {
    letter-spacing: -7px;
}


.Btn1 button {
    font-family: 'Inter';
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding: 14px 22px !important;
    color: #fff !important;
    background: #C3AA98 !important;
    border: 1px solid #C3AA98 !important;
    border-radius: 8px !important;
    position: relative !important;
    overflow: hidden;
    z-index: 2;
}

.Btn1 button::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #57514c;
    z-index: -1;
    left: 0;
    top: 0;
    transition: .5s ease-in-out;
}

.Btn1 button:hover::before {
    width: 100%;
}

.Btn1 {
    margin: 0 !important;
}

.wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0 !important;
}

section.vc_section.Sec1 .Btn1 {
    padding: 24px 0 72px;
}

section.vc_section.Sec1 .wpb_single_image figure.wpb_wrapper.vc_figure, 
section.vc_section.Sec1 .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper, 
section.vc_section.Sec1 .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    width: 100%;
}

section.vc_section.Sec1 .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    border-radius: 12px;
}

.imageSlider_inoform img {
    object-fit: scale-down;
}

div#MainSlider_slider .owl-dots {
    background: rgb(0 0 0 / 35%);
    position: absolute;
    left: 24px;
    bottom: 24px;
    height: auto !important;
    padding: 4px 8px;
    line-height: 0;
    display: flex;
    gap: 2px;
    border-radius: 25px;
}

div#MainSlider_slider {
    position: relative;
}

div#MainSlider_slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: rgb(255 255 255 / 35%);
    border-radius: 20px;
}

div#MainSlider_slider .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background: rgb(255 255 255);
}

section.vc_section.Sec2 {
    padding-top: 44px;
    padding-bottom: 85px;
}

section.vc_section.Sec3 .sect3Heading2 {
    color: #C3AA98;
}

section.vc_section.Sec3 .FSR24 h2 {
    padding: 24px 235px 24px 0;
}

.Btn1.Btn2 button {
    background: #57514C!important;
}

.Btn1.Btn2 button::before {
    background: #C3AB98;
}

.Sec3Col2 .vc_column-inner {
    padding: 0px !important;
}

.Sec3Col2 .vc_column-inner .Sec3Col2Col1 .wpb_single_image figure.wpb_wrapper, .Sec3Col2 .vc_column-inner .Sec3Col2Col1 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper, .Sec3Col2 .vc_column-inner .Sec3Col2Col1 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.Sec3Col2 .vc_column-inner .Sec3Col2Col1 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper {
    border-radius: 10px;
}

.Sec3Col2Col1 > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.Sec3Col2>.vc_column-inner>.wpb_wrapper>.vc_row {
    display: flex;
    gap: 42px;
}

.Sec3Col2>.vc_column-inner>.wpb_wrapper>.vc_row::before, .Sec3Col2>.vc_column-inner>.wpb_wrapper>.vc_row::after {
    display: none;
}

.Sec3Col2Col2 {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.Sec3Col2Col2>.vc_column-inner .wpb_single_image .vc_single_image-wrapper {
    position: relative;
    border-radius: 10px;
}

.Sec3Col2Col2>.vc_column-inner .wpb_single_image .vc_single_image-wrapper::before {
    content: '';
    background: #D8D8D8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -66px;
    left: 172px;
    border-radius: 10px;
    z-index: -1;
}

.Sec3Col2Col2>.vc_column-inner .wpb_single_image figure.wpb_wrapper, .Sec3Col2Col2>.vc_column-inner .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper, .Sec3Col2Col2>.vc_column-inner .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper img {
    width: 100%;
}

section.vc_section.Sec4 .sec4Heading1 {
    background: #F0EAE4;
    border-radius: 12px;
    padding: 40px;
}

section.vc_section.Sec4 .sec4Heading2 {
    padding: 21px 0 10px;
}

section.vc_section.Sec4 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.Sec5Row2 .wpb_single_image figure.wpb_wrapper, .Sec5Row2 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper, .Sec5Row2 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper img {
    width: 100%;
}

.Sec5Row2 .Sec5Row2Col2 {
    padding: 0 16px;
}

.Sec5Row2Col1.vc_col-sm-5, .Sec5Row2Col3.vc_col-sm-5 {
    width: 40%;
}

.Sec5Row2Col2.vc_col-sm-2 {
    width: 20%;
}

section.vc_section.sec6 .FSR24 h2 {
    padding: 12px 0 50px;
}

section.vc_section.sec6 .wpb_single_image .vc_figure {
    position: relative;
    border-radius: 10px;
    margin: 37px 0 0;
    z-index: 5;
}

section.vc_section.sec6 .wpb_single_image .vc_figure::before {
    content: '';
    position: absolute;
    left: 33px;
    top: -37px;
    background: #D8D8D8;
    width: 100%;
    height: 88px;
    border-top-left-radius: 10px;
    z-index: -1;
    border-top-right-radius: 10px;
}

.wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0 !important;
}

section.vc_section.sec6 {
    padding-top: 125px;
    padding-bottom: 91px;
    position: relative;
}

section.vc_section.sec6 .vc_row.sec6Row1 {
  padding-left: 60px;
  padding-right: 60px;
}

section.vc_section.sec6 .sec6Row2 {
    background: #57514C;
    position: absolute;
    width: 100%;
    height: 512px;
    left: 0;
    right: 0;
}

section.vc_section.sec6 h2 {
    color: #fff;
}

section.vc_section.AboutSec1 .FSSB40 {
    padding: 64px 170px 24px;
}


section.vc_section.AboutSec1 .FSSB40 p {color: #292929;}

section.vc_section.AboutSec1 .FSR24 {
    padding: 0 0 64px;
}

section.vc_section.AboutSec3 .vc_row {
    padding: 0 95px;
}

section.vc_section.AboutSec3 .vc_row .AboutSec3Col1 {
    padding-right: 54px;
}

section.vc_section.AboutSec3 .vc_row .AboutSec3Col1 .FSR24 p:first-child {
    padding-bottom: 30px;
}

section.vc_section.AboutSec3 {
    background: #57514C;
    padding-top: 84px;
    padding-bottom: 84px;
}

section.vc_section.AboutSec3 .vc_row .AboutSec3Col1 p {
    color: #F5F5F5;
}

section.vc_section.AboutSec3 .vc_row .AboutSec3Col1 .FSM40 {
    padding-bottom: 24px;
}

section.vc_section.AboutSec4 {
    padding-top: 164px;
    padding-bottom: 66px;
}

section.vc_section.AboutSec4 .FSR20 h2 {
    padding: 24px 0;
}

.aboutUsSec4IconsAndtext {
    display: flex;
    font-size: 20px;
    gap: 12px;
    align-items: center;
}

.wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0 !important;
}

.aboutUsSec4Icons {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ServiceSec1Row2 {
    padding-top: 44px;
    position: relative;
}

.ServiceSec1Row2 .wpb_single_image figure.wpb_wrapper, .ServiceSec1Row2 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper, .ServiceSec1Row2 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper img {
    width: 100%;
}

.ServiceSec1Row2 .FSSB48 {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.ServiceSec1Row2>.wpb_column>.vc_column-inner>.wpb_wrapper {
    position: relative;
}

section.vc_section.AboutSec1 .wpb_single_image figure.wpb_wrapper, 
section.vc_section.AboutSec1 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper, 
section.vc_section.AboutSec1 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper img {
    width: 100%;
}

section.vc_section.ServiceSec2 .wpb_single_image figure.wpb_wrapper,
section.vc_section.ServiceSec2 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper,
section.vc_section.ServiceSec2 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper img {
    width: 100%;
}

section.vc_section.ServiceSec2 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper img {
  border-radius: 12px;
}

.ServiceSec2PaddingRight>.vc_column-inner>.wpb_wrapper {
    padding-right: 55px;
}

.ServiceSec2PaddingLeft>.vc_column-inner>.wpb_wrapper {
    padding-left: 77px;
}

section.vc_section.ServiceSec2 {
    padding-top: 80px;
}

section.vc_section.ServiceSec2 .FSR20 h2 {
    padding-top: 24px;
}

section.vc_section.ServiceSec2 .ServiceSec2UL h2 {
    padding-top: 5px;
}

section.vc_section.ServiceSec2 .ServiceSec2UL ul {
    padding-top: 19px;
}

.CareerForm h2.FSSB40 {
    padding-bottom: 32px;
}

.carrerFormText {
    display: flex;
    gap: 4px;
    padding-bottom: 8px;
}

.carrerFormText p span {
    color: #FB2C36;
}

.carrerFormInputAndText {
    padding-bottom: 24px;
}

.carrerForminput input, 
.carrerForminput select,
.carrerForminput textarea {
    padding: 12px !important;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    height: auto;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.carrerFormInputAndText8 input {
    padding: 0 !important;
    border: transparent;
}

.carrerFormInputAndText8 .carrerForminput span {
    border: 0;
    margin: 0;
    padding: 0;
}

.carrerFormInputAndText8 .carrerForminput .wpcf7-validates-as-required {
    display: flex;
    gap: 8px;
    align-items: center;
    height: auto;
    padding-bottom: 24px;
}

.carrerFormInputAndText8 .carrerForminput .wpcf7-validates-as-required label {
    margin: 0;
}

.carrerFormInputAndText8 .carrerForminput .wpcf7-validates-as-required .wpcf7-list-item-label {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #0F0F0F;
    padding-left: 8px;
}

.carrerFormInputAndText8 .carrerForminput .wpcf7-validates-as-required input[type="checkbox"] {accent-color: #57514C;}

.carrerFormInputAndText10 input {
    width: 100%;
    background: #57514C;
    border: 1px solid #57514C;
    padding: 14px 21px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
}

.carrerFormInputAndText10 {
    padding-top: 32px;
    position: relative;
}

.carrerFormInputAndText10 .wpcf7-spinner {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.carrerFormInputAndText10>p {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #57514C;
    font-family: 'Manrope';
    padding-top: 5px;
    font-size: 14px;
}

section.vc_section.CareerSec2 {
    padding: 75px 30px 90px;
}

.CarrerUploadTextAndLogoInner {display: flex;gap: 10px;padding: 16px 21px;background: #F0EAE4;border-radius: 12px;}

.CarrerUploadTextAndLogo {
    position: relative;
    width: 190px;
    overflow: hidden;
}

.CarrerUploadTextAndLogo>p {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    visibility: visible;
}

.CarrerUploadTextAndLogo>p span.wpcf7-form-control-wrap {
    height: 100%;
    position: relative;
}

.CarrerUploadTextAndLogo>p span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    height: 100%;
}

.carrerFormInputAndText10 input:hover {
    background: transparent;
    color: #57514C;
    border: 1px solid #57514C;
}

.contactusSec1Main {
    display: flex;
    justify-content: space-between;
    background: #F0EAE4;
    padding: 44px;
    border-radius: 12px;
}

.contactusSec1MainRight i {
    font-size: 30px;
    color: #57514C;
}

.contactusSec1MainLeftIconAndText {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
}

.contactusSec1MainLeftIconAndText i, .contactusSec1MainLeftIconAndText h2 {
    color: #414651;
}

.contactusSec1MainLeft h2.FSR18 {
    padding: 8px 0 12px;
}

section.vc_section.contactUSSec2 {
    padding: 64px 0;
}

.carrerFormInputAndTextArea textarea {
    height: 156px;
}

.carrerFormInputAndTextArea {
    padding: 0;
}

.contactUSSec3Col2 {
    height: auto;
    flex: 1;
}

section.vc_section.contactUSSec3 .vc_row {
    display: flex;
}

.contactUSSec3Col2>.vc_column-inner, .contactUSSec3Col2>.vc_column-inner>.wpb_wrapper, .contactUSSec3Col2>.vc_column-inner>.wpb_wrapper>.wpb_raw_code, .contactUSSec3Col2>.vc_column-inner>.wpb_wrapper>.wpb_raw_code>.wpb_wrapper {
    height: 100%;
}

.contactUSSec3Col2>.vc_column-inner>.wpb_wrapper>.wpb_raw_code>.wpb_wrapper iframe {
    height: 100%;
}

.contactUSSec3Col2>.vc_column-inner>.wpb_wrapper>.wpb_raw_code>.wpb_wrapper {
    border-radius: 12px;
    overflow: hidden;
}

section.vc_section.contactUSSec3 {
    padding-bottom: 113px;
}

@media (max-width: 1499px) {
  h1 {
        font-size: 192px;
    }
}

@media (max-width: 1349px) {
  h1 {
    font-size: 170px;
}

#masthead nav {
    margin: 0 0 32px;
}

section.vc_section.Sec1 .Btn1 {
    padding: 24px 0 60px;
}

section.vc_section.Sec2 {
    padding-top: 36px;
    padding-bottom: 70px;
}

h2.FSSB40 {
    font-size: 34px;
}

section.vc_section.Sec3 .FSR24 h2 {
    padding: 24px 171px 24px 0;
}

.Sec3Col2Col2>.vc_column-inner .wpb_single_image .vc_single_image-wrapper::before {
    top: -66px;
    left: 128px;
}

.Sec3Col2Col1 > .vc_column-inner > .wpb_wrapper {
    gap: 35px;
}

.FSR24 h2 {
    font-size: 21px;
    line-height: 32px;
}

section.vc_section.Sec4 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.FSR170 h2 {
    font-size: 156px;
}

section.vc_section.Sec4 .sec4Heading1 {
    padding: 30px;
}

section.vc_section.sec6 {
    padding-top: 100px;
    padding-bottom: 80px;
}

section.vc_section.sec6 .wpb_single_image .vc_figure::before {height: 54px;}

.Footer1ClassRow {
    padding: 45px 0;
    margin-bottom: 42px;
}

.FSSB40 p {
    font-size: 32px;
}

section.vc_section.AboutSec1 .FSSB40 {
    padding: 64px 125px 24px;
}

.FSSB48 h2 {
    font-size: 42px;
    line-height: 50px;
}

.ServiceSec2PaddingRight>.vc_column-inner>.wpb_wrapper {
    padding-right: 15px;
}

.ServiceSec2PaddingLeft>.vc_column-inner>.wpb_wrapper {
    padding-left: 40px;
}

section.vc_section.CareerSec2 {
    padding: 60px 30px 75px;
}

section.vc_section.contactUSSec3 {
    padding-bottom: 95px;
}

section.vc_section.contactUSSec2 {
    padding: 60px 0;
}

.Sec3Col2>.vc_column-inner>.wpb_wrapper>.vc_row{
  gap: 35px;
}

section.vc_section.AboutSec4 {
    padding-top: 130px;
    padding-bottom: 40px;
}
}

@media (max-width: 1199px) {
  div#main-nav{
  position: fixed;
  background: #fff;
  z-index: 99;
  left: 0%;
  top: 0;
  height: 100vh;
  width: 400px;
  padding: 50px 20px;
  transform: translatex(-100%);
  transition: 0.3s ease-in-out;
  bottom: 0;
  margin: auto 0;
  overflow-y: scroll;
}
	
div#main-nav ul li.menu-item ul.dropdown-menu li {
    padding: 20px 15px;
}

div#main-nav ul li a::before {
    display: none;
}

div#main-nav.collapse:not(.show){
  display: block;
}

div#main-nav.show{
  transform: translatex(0%);
  height: 100vh;
}

div#main-nav ul {
  gap: 0;
}

.closeBtn {
    padding: 16px 0 !important;
}

div#main-nav ul li {
    padding: 20px 0;
    border-bottom: 1px solid #dbdcdb;
}

ul#menu-menu-1 {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.ulInnerImageANdCLaseBtn {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
    align-items: center;
}

div#main-nav ul li {
    width: 100%;
}

div#main-nav ul li:last-child {
    display: flex;
    border-bottom: 0;
    padding-bottom: 0;
}

.closeBtn {
    width: 33px !important;
    height: 25px !important;
    background: #4c4845;
    border-radius: 33px;
    display: flex;
    line-height: 0;
    justify-content: center;
    align-items: center;
}

.closeBtn svg {
    width: 15px;
    height: 15px;
    line-height: 0;
    color: #fff;
}

h1 {
    font-size: 145px;
}

section.vc_section.Sec2 {
    padding-top: 30px;
    padding-bottom: 60px;
}

h2.FSSB40 {
    font-size: 26px;
    line-height: 34px;
}

section.vc_section.Sec3 .FSR24 h2 {
    padding: 24px 95px 24px 0;
}

section.vc_section.Sec4 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.Sec3Col2Col1 > .vc_column-inner > .wpb_wrapper {
    gap: 30px;
}

.Sec3Col2>.vc_column-inner>.wpb_wrapper>.vc_row {
    gap: 30px;
}

.FSR170 h2 {
    font-size: 125px;
}

h2.FSSB32 {
    font-size: 28px;
    line-height: 32px;
}

section.vc_section.Sec4 .sec4Heading2 {
    padding: 16px 0 7px;
}

.FSR20 h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.FSR24 h2 {
    font-size: 18px;
    line-height: 28px;
}


section.vc_section.sec6 .sec6Row2 {
    height: 415px;
}

section.vc_section.sec6 .vc_row.sec6Row1 {
    padding-left: 50px;
    padding-right: 50px;
}

.Footer1ClassRow {
    padding: 40px 0;
    margin-bottom: 35px;
}

.NewsletterInput input {
    padding: 15px 72px 15px 24px;
}

.NewsletterButton {
    height: 40px;
    width: 40px;
    right: 9px;
}

.NewsletterButton p input {
    width: 40px;
    height: 40px;
}

div#footer-widget {
    padding: 0 0 40px;
}

.site-info {
    padding: 18px 50px;
}

.FSSB40 p {
    font-size: 28px;
    line-height: 32px;
}

.FSR24 p {
    font-size: 21px;
    line-height: 28px;
}

section.vc_section.AboutSec1 .FSR24 {
    padding: 0 0 45px;
}

section.vc_section.AboutSec3 {
    padding-top: 70px;
    padding-bottom: 70px;
}

section.vc_section.AboutSec3 .vc_row {
    padding: 0 65px;
}

section.vc_section.AboutSec3 .vc_row .AboutSec3Col1 {
    padding-right: 30px;
}

section.vc_section.AboutSec4 {
    padding-top: 90px;
    padding-bottom: 20px;
}

.FSSB48 h2 {
    font-size: 36px;
    line-height: 42px;
}

.contactusSec1Main {
    padding: 35px;
}

}

@media (max-width: 991px) {
  h1 {
    font-size: 112px;
}

#masthead nav {
    margin: 0 0 10px;
}

section.vc_section.Sec1 .Btn1 {
    padding: 24px 0 50px;
}

section.vc_section.Sec2 {
    padding-top: 25px;
    padding-bottom: 50px;
}

section.vc_section.Sec3 .vc_col-sm-6 {
    width: 100%;
}

section.vc_section.Sec3 .vc_row {
    display: flex;
    gap: 35px;
}

.Sec3Col2>.vc_column-inner {
    padding-left: 15px !important;
}

section.vc_section.Sec4 .vc_col-sm-3 {
    width: 50%;
    padding-bottom: 40px;
}


section.vc_section.Sec4 {
    padding-top: 55px !important;
    padding-bottom: 20px !important;
}

.Sec5Row2Col2.vc_col-sm-2 {
    width: 30%;
}

.Sec5Row2Col1.vc_col-sm-5, .Sec5Row2Col3.vc_col-sm-5 {
    width: 35%;
}

section.vc_section.sec6 .sec6Row2 {
    height: 295px;
}

section.vc_section.sec6 .vc_row.sec6Row1 {
    padding-left: 30px;
    padding-right: 30px;
}

.Footer2Class {
    padding-bottom: 25px;
}

section.vc_section.AboutSec1 .FSSB40 {
    padding: 40px 50px 20px;
}

.FSSB40 p {
    font-size: 24px;
    line-height: 28px;
}

section.vc_section.AboutSec1 .FSR24 {
    padding: 0 0 30px;
}

.FSR24 p {
    font-size: 18px;
    line-height: 24px;
}

section.vc_section.AboutSec3 .vc_row {
    padding: 0 15px;
}

.FSM40 p {
    font-size: 32px;
    line-height: 34px;
}

section.vc_section.AboutSec3 .vc_row .AboutSec3Col1 .FSM40 {
    padding-bottom: 18px;
}

section.vc_section.AboutSec3 .vc_row .AboutSec3Col1 {
    padding-right: 5px;
}


section.vc_section.AboutSec4 .FSR20 h2 {
    padding: 20px 0;
}

.aboutUsSec4Icons {
    gap: 15px;
}

.aboutUsSec4IconsAndtext {
    gap: 8px;
    font-size: 18px;
}

h2.FSM20 {
    font-size: 18px;
    line-height: 22px;
}

section.vc_section.sec6 {
    padding-top: 55px;
    padding-bottom: 50px;
}

section.vc_section.AboutSec4 {
    padding-top: 55px;
    padding-bottom: 20px;
}

.ServiceSec2PaddingRight>.vc_column-inner>.wpb_wrapper {
    padding-right: 0px;
}

.FSSB48 h2 {
    font-size: 28px;
    line-height: 36px;
}

.ServiceSec1Row2 {
    padding-top: 25px;
}

section.vc_section.ServiceSec2 {
    padding-top: 55px;
}

.ServiceSec2PaddingLeft>.vc_column-inner>.wpb_wrapper {
    padding-left: 0px;
}

section.vc_section.CareerSec2 .vc_col-sm-6 {
    width: 100%;
}

section.vc_section.CareerSec2 .vc_row {
    display: flex;
    gap: 35px;
}

section.vc_section.CareerSec2 .vc_col-sm-6 .wpb_single_image .vc_figure {
    width: 50%;
    margin: auto;
    display: flex;
}

h2.FSM32 {
    font-size: 26px;
    line-height: 30px;
}

section.vc_section.contactUSSec2 .vc_row {
    display: flex;
    gap: 35px;
    flex-direction: column;
}

section.vc_section.contactUSSec2 .vc_row .vc_col-sm-6 {
    width: 100%;
}

section.vc_section.contactUSSec2 .vc_row::before, section.vc_section.contactUSSec2 .vc_row::after {
    display: none;
}

section.vc_section.contactUSSec3 .vc_row {
    display: flex;
    gap: 35px;
    flex-direction: column;
}

section.vc_section.contactUSSec3 .vc_row .vc_col-sm-6 {
    width: 100%;
}

section.vc_section.contactUSSec3 .vc_row::before,section.vc_section.contactUSSec3 .vc_row::after {
    display: none;
}

.contactUSSec3Col2>.vc_column-inner>.wpb_wrapper>.wpb_raw_code>.wpb_wrapper iframe {
    height: 250px;
    width: 100%;
}

section.vc_section.contactUSSec3 {
    padding-bottom: 55px;
}

section.vc_section.contactUSSec2 {
    padding: 40px 0;
}

h2.FSSB40 {
    font-size: 24px;
    line-height: 30px;
}

.CareerForm h2.FSSB40 {
    padding-bottom: 25px;
}
}

@media (max-width: 767px) {
  h1 {
    font-size: 85px;
}

#masthead nav {
    margin: 0 0 0px;
}

section.vc_section.Sec1 .Btn1 {
    padding: 15px 0 35px;
}

section.vc_section.Sec3>.vc_row>.wpb_column>.vc_column-inner {padding-top: 0 !important;}

.Sec3Col2 .Sec3Col2Col1.vc_col-sm-4 {
    width: 45%;
}

section.vc_section.Sec4 .vc_row {
    display: flex;
    flex-wrap: wrap;
}

section.vc_section.sec6 .sec6Row2 {
    height: 100%;
}

section.vc_section.sec6 .wpb_single_image .vc_figure::before {
    height: 100%;
    border-radius: 10px;
}

section.vc_section.sec6 .FSR24 h2 {
    padding: 12px 0 25px;
}

section.vc_section.sec6 .vc_row.sec6Row1 {
    display: flex;
    gap: 45px;
}

section.vc_section.Sec5 {
    padding-bottom: 45px;
}

.Footer4Class {
    padding-top: 25px;
    padding-bottom: 25px;
}

section#nav_menu-2 ul, section#custom_html-2 ul, section#custom_html-3 ul {
    gap: 8px;
}

section#nav_menu-2 h3, section#custom_html-2 h3, section#custom_html-3 h3 {
    padding: 0 0 15px;
}

.site-info {
    padding: 18px 0px;
}

section.vc_section.Sec3 .FSR24 h2 {
    padding: 15px 40px 24px 0;
}

section.vc_section.AboutSec1 .FSSB40 {
    padding: 40px 25px 20px;
}

.FSSB40 p {
    font-size: 21px;
    line-height: 25px;
}

section.vc_section.AboutSec3 .vc_row {
    gap: 35px;
}

section.vc_section.AboutSec4 .vc_row {
    gap: 35px;
}

section.vc_section.AboutSec4 {
    padding-top: 55px;
    padding-bottom: 40px;
}

div#footer-widget {
    padding: 0 0 25px;
}

.FSSB48 h2 {
    font-size: 21px;
    line-height: 28px;
}

section.vc_section.ServiceSec2 {
    padding-top: 45px;
}

section.vc_section.ServiceSec2 .FSR20 h2 {
    padding-top: 15px;
}

section.vc_section.ServiceSec2 .vc_row {
    gap: 35px;
}

section.vc_section.ServiceSec2:nth-of-type(even) .vc_row {
    display: flex;
    flex-direction: column-reverse;
}

section.vc_section.ServiceSec2 .ServiceSec2UL h2 {
    padding-top: 5px;
}

section.vc_section.ServiceSec2.ServiceSec2LastSection {
    padding-bottom: 45px;
}

section.vc_section.CareerSec2 {
    padding: 40px 30px 50px;
}

.Footer1ClassRow {
    margin-top: 45px;
}
}

@media (max-width: 575px) {
  h1 {
    font-size: 14vw;
}

section.vc_section.Sec1 h1 {
    letter-spacing: -3px;
}

section.vc_section.Sec2 {
    padding-top: 5px;
    padding-bottom: 15px;
}

section.vc_section.Sec3 .FSR24 h2 {
    padding: 15px 0px 24px 0;
}

section.vc_section.Sec3>.vc_row>.wpb_column.Sec3Col2>.vc_column-inner {
    padding-left: 35px !important;
}

.Sec3Col2>.vc_column-inner>.wpb_wrapper>.vc_row {
    gap: 20px;
}

.Sec3Col2Col1 > .vc_column-inner > .wpb_wrapper {
    gap: 20px;
}

.Sec3Col2 .Sec3Col2Col1.vc_col-sm-4 {
    width: 50%;
}

section.vc_section.Sec4 .vc_col-sm-3 {
    width: 100%;
}

.vc_row.wpb_row.vc_row-fluid.Sec5Row2 {
    display: flex;
    flex-direction: column;
}

.vc_row.wpb_row.vc_row-fluid.Sec5Row2 .vc_col-sm-5 {
    width: 100%;
}

.vc_row.wpb_row.vc_row-fluid.Sec5Row2 .vc_col-sm-2 {
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 45%;
}

.Sec5Row2Col1 {
    padding-top: 25px;
}


.site-info {
    padding: 15px 0px;
}

section.vc_section.AboutSec1 .FSSB40 {
    padding: 35px 15px 20px;
}

section.vc_section.AboutSec3 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.FSR24 h2 {
    font-size: 16px;
    line-height: 24px;
}

section.vc_section.sec6 .FSR24 h2 {
    padding: 12px 0 20px;
}

.FSR20 h2 {
    font-size: 16px;
    line-height: 22px;
}

.FSR24 p {
    font-size: 16px;
    line-height: 21px;
}

.FSM40 p {
    font-size: 28px;
    line-height: 30px;
}

section.vc_section.ServiceSec2 {
    padding-top: 40px;
}

section.vc_section.ServiceSec2 .ServiceSec2UL ul {
    padding-top: 15px;
}

.NewsletterMain {
    flex-direction: column;
    align-items: center;
}

section.vc_section.CareerSec2 .vc_col-sm-6 .wpb_single_image .vc_figure {
    width: 60%;
}

section.vc_section.CareerSec2 {
    padding: 40px 30px 10px;
}

section.vc_section.contactUSSec3 {
    padding-bottom: 0px;
}

section.vc_section.contactUSSec2 {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (max-width: 480px) {
  h2.FSSB40 {
    font-size: 21px;
    line-height: 28px;
}

.FSSB40 p {
    font-size: 18px;
    line-height: 22px;
}

h2.FSM20 {
    font-size: 16px;
    line-height: 18px;
}

.aboutUsSec4IconsAndtext {
    font-size: 16px;
}

.FSSB48 h2 {
    font-size: 18px;
    line-height: 24px;
}

.ServiceSec1Row2 .FSSB48 {
    bottom: 15px;
    left: 15px;
}

section.vc_section.ServiceSec2 .vc_row {
    gap: 15px;
}

section.vc_section.sec6 .wpb_single_image .vc_figure::before {
    left: 26px;
    top: -22px;
}

.CareerForm h2.FSSB40 {
    padding-bottom: 20px;
}

section.vc_section.CareerSec2 .vc_col-sm-6 .wpb_single_image .vc_figure {
    width: 70%;
}

h2.FSR18 {
    font-size: 16px;
}

.contactusSec1Main {
    padding: 15px;
}

h2.FSSB20 {
    font-size: 18px;
}

.contactusSec1MainLeft h2.FSR18 {
    padding: 4px 0 8px;
}

.Sec3Col2Col2>.vc_column-inner .wpb_single_image .vc_single_image-wrapper::before {
    top: -50px;
    left: 50px;
}

.ServiceSec1Row2 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

section.vc_section.Sec4 .sec4Heading1 {
    padding: 15px;
}

.vc_row.wpb_row.vc_row-fluid.Sec5Row2 .vc_col-sm-2 {
    width: 55%;
}
}

@media (max-width: 420px) {
  .NewsletterInput input {
    width: 370px;
}

section.vc_section.CareerSec2 {
    padding: 40px 20px 0px;
}

.ServiceSec1Row2 .wpb_single_image figure.wpb_wrapper .vc_single_image-wrapper img {
    height: 170px;
}

.FSR170 h2 {
    font-size: 105px;
}


section.vc_section.sec6 {
    padding-top: 40px;
    padding-bottom: 35px;
}
}

@media (max-width: 380px) {
  section.vc_section.Sec1 .FSR24 p br {
    display: none;
}

section.vc_section.sec6 .vc_row.sec6Row1 {
    padding-left: 10px;
    padding-right: 25px;
}

.NewsletterInput input {
    width: 305px;
}

.site-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

h2.FSSB40 {
    font-size: 18px;
    line-height: 21px;
}

section.vc_section.CareerSec2 .vc_col-sm-6 .wpb_single_image .vc_figure {
    width: 80%;
}
}