 /*
Theme Name: Custom Theme
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: 'Poppins', sans-serif;
  /* background-image: url(images/bodyBg.png) !important; */
  background-size: cover !important;
  background-position: center !important;
}
html,body {
	    scroll-behavior: smooth !important;
}
.ft-lora {
  font-family: 'Lora', serif;
  font-weight: 400;
}

p {
  color: #35322C;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  padding: 10px 0;
  /* position: absolute; */
  top: 0;
  width: 100%;
  z-index: 9;
}

.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: #000;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out !important;
}

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: #000;
  font-weight: 600;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

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

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}


/*--------------------------------------------------------------
## CUSTOM CSS START
--------------------------------------------------------------*/
header#masthead .container {
  max-width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
  margin-left: 42px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child {
  margin-left: 0;
}
.xtra-links .btn-simple a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.xtra-links .btn-simple a span {
  display: block;
  color: #000000;
}
.xtra-links .btn-simple a span.txt {
  font-size: 14px;
  color: rgb(0 0 0 / 60%);
}
.xtra-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
/*   margin-left: 192px; */
}
.xtra-links .btn-simple {
  margin-right: 40px;
}
body .btn-custom .vc_general {
  background: #5988A6 !important;
  color: #fff !important;
  padding: 18px 26px !important;
  display: inline-block;
  font-size: 16px !important;
  line-height: 23px;
  border: 1px solid #5988A6 !important;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out !important;
  text-decoration: none;
}
body .btn-custom .vc_general:hover {
  background: transparent !important;
  color: #5988A6  !important;
}
.secAbout .wpb_single_image:before {
  content: '';
  width: 116px;
  height: 116px;
  background: #5988A6;
  position: absolute;
  bottom: -115px;
  right: -62px;
}
.secAbout .wpb_single_image:after {
  content: '';
  width: 62px;
  height: 62px;
  background: hsl(203deg 30% 50% / 30%);
  position: absolute;
  bottom: 0px;
  right: -124px;
}
.secOffer .wpb_single_image:before {
  content: '';
  width: 194px;
  height: 194px;
  background: hsl(203deg 30% 50% / 30%);
  position: absolute;
  bottom: 0;
  left: -178px;
}
.secOffer .wpb_single_image:after {
  content: '';
  width: 99px;
  height: 99px;
  background: #5988A6;
  position: absolute;
  bottom: -99px;
  left: 15px;
}
.testBox .quote {
  position: absolute;
  right: 0;
  top: 0;
}
.testBox .info {
  position: relative;
  min-height: 80px;
  padding-left: 114px;
  padding-top: 10px;
  margin-bottom: 44px;
}
.testBox .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 78px;
  border-radius: 100%;
}
.testBox .thumb img {
  height: 100%;
  object-fit: cover;
}
.testBox .info h3 {
  margin: 0;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 4px;
}
.testBox .info p {
  color: rgb(0 0 0 / 30%);
  font-weight: 600;
  margin: 0;
}
.testBox .txt p {
  font-size: 20px;
  line-height: 38px;
  color: #000;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
div#slider_testimonial .owl-nav button {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  color: #5988A6 !important;
  font-size: 24px;
}
div#slider_testimonial .owl-nav button.owl-prev {
  margin-right: 45px;
}
div#slider_testimonial .owl-nav {
  margin-top: 45px;
}
.owl-dots{
  display: none;
}
.servBox .ctn {
  background: #fff;
  padding: 30px 78px 30px 35px;
  /* text-overflow: ellipsis; */
  /* --max-lines: 1; */
  /* max-height: calc(var(--lh) * var(--max-lines)); */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 1; */
  /* white-space: normal; */
  /* overflow: hidden; */
}
.servBox {
  height: 531px;
  display: flex;
  align-items: flex-end;
  padding: 14px 20px;
  background-size: cover !important;
}
.servBox .ctn h3 {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Lora',sans-serif;
  font-weight: 400;
  color: #000;
}
.servBox .ctn p {
  margin: 0;
  text-overflow: ellipsis;
  /* --max-lines: 1; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.postBox .thumb {
  height: 231px;
  overflow: hidden;
}
.postBox .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postBox .ctn {
  padding-top: 24px;
}
.postBox .ctn h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #5988A6;
  padding: 0 30px;
}
.postBox .ctn h3 {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  margin-top: 0;
  margin-bottom: 14px;
  padding: 0 30px;
}
.postBox .ctn p.dd {
  color: #BEBEBE;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px;
}
.postBox .ctn p.dd .icon {
  margin-right: 15px;
}
.postBox .ctn .comment-views {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 10px 44px;
  border-top: 1px solid #D9D9D9;
}
.postBox .ctn .comment-views .icon {
  margin-right: 15px;
  color: #BEBEBE;
}
.postBox .ctn .comment-views p {
  margin: 0;
  color: #828282;
  font-size: 14px;
  font-weight: 500;
}
.postBox .ctn .comment-views p.comments {
  margin-right: 22px;
  padding-right: 22px;
  border-right: 1px solid #ddd;
}
.postBox {
  background: #fff;
  box-shadow: 0px 0px 9px 2px rgb(238 237 237);
}
.secBlogs:before {
  content: '';
  width: 177px;
  height: 177px;
  background: url('images/secVector.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 88px;
}
.secBlogs:after {
  content: '';
  width: 177px;
  height: 177px;
  background: url('images/secVector.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 88px;
  transform: rotate(-90deg) scaleX(-1);
}
.col-ctn>.vc_column-inner>.wpb_wrapper {
  position: relative;
  padding-left: 285px;
}
.col-ctn .ult-modal-input-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
body .secVideo .btn-arrow .vc_general {
  position: relative;
  padding: 0 !important;
  background: transparent !important;
  color: #5988A6 !important;
  text-transform: uppercase;
  border: none !important;
}
body .secVideo .btn-arrow .vc_general:after {
  content: '\f178';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  right: -30px;
  top: 3px;
}
body .btn-custom.btn-arrow .vc_general {
  padding: 20px 106px 20px 35px !important;
  position: relative;
  color: #5988A6 !important;
  background: transparent !important;
}
body .btn-custom.btn-arrow .vc_general:after {
  content: '\f178';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  right: 40px;
  top: 20px;
}
body .btn-custom.btn-arrow .vc_general:hover {
  background: #5988A6 !important;
  color: #fff !important;
}
div#footer-widget {
  background: #000 !important;
  padding: 120px 0 100px;
  position: relative;
}
div#footer-widget .widget {
  margin: 0;
}
div#footer-widget h3.widget-title {
  margin-top: 0;
  margin-bottom: 34px;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-family: 'Lora',sans-serif;
  font-weight: 400;
}
div#footer-widget .f-1 h3.widget-title {
  line-height: 74px;
  font-size: 58px;
  text-align: center;
  margin-bottom: 55px;
}
.newsletter {
  max-width: 795px;
  margin: 0 auto;
  text-align: center;
}
.newsletter .form-control {
  padding: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #fff;
  font-size: 24px;
}
.newsletter .form-control::placeholder {
  color: #fff;
}
.newsletter .form-control:focus {
  border-color: #5988a6;
}
.newsletter .wpcf7-submit {
  padding: 19px 48px;
  background: #5988A6!important;
  border: none;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  box-shadow: none !important;
  outline: none;
}
.newsletter br {
  display: none;
}
div#footer-widget .f-1 {
  margin-bottom: 110px;
}
div#footer-widget .widget.widget_media_image {
  margin-bottom: 50px;
}
div#footer-widget .f-2 {
  padding-right: 190px;
}
div#footer-widget .widget p {
  font-size: 16px;
  color: rgb(255 255 255 / 60%);
  line-height: 26px;
}
div#footer-widget .widget p a {
  color: rgb(255 255 255 / 60%);
  text-decoration: none;
}
div#footer-widget ul.menu .nav-link {
  color: rgb(255 255 255 / 60%);
  padding: 0;
  background: transparent;
  font-size: 16px;
  display: inline-block;
}
div#footer-widget ul.menu {
  display: block;
  column-count: 2;
}
div#footer-widget ul.menu li {
  margin-bottom: 25px;
}
div#footer-widget .widget .zoom-social-icons-list--without-canvas {
  margin-top: 70px;
}
div#footer-widget .f-4 {
  padding-left: 124px;
}
div#footer-widget:before {
  content: '';
  width: 100%;
  height: 108%;
  background: url('images/ftBack.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
body:not(.theme-preset-active) footer#colophon {
  background: transparent;
}
.site-info {
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 24px 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-info a {
  color: #5988A6 !important;
  font-weight: 600;
  text-decoration: none;
}
section.vc_section.secBanner {
  background-position: top !important;
  /* height: 1275px; */
}
.breadcrumbs {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
}
.breadcrumbs h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 78px;
    font-family: 'Lora',sans-serif;
    font-weight: 400;
}
.serGrids .col-sm-12.col-md-6 {
    margin-bottom: 45px;
}
.ct-form .form-control {
  height: 60px;
  border-radius: 6px;
  border: none;
  background: #fff;
  padding: 0 22px;
  box-shadow: 0px 0px 9px 4px rgb(237 237 237);
  margin-bottom: 24px !important;
  font-weight: 500;
}
.ct-form textarea.form-control {
  height: 140px;
  padding: 22px;
  resize: none;
}
.ct-form .wpcf7-submit {
  background: #5988A6  !important;
  border: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding: 18px 36px;
  border-radius: 6px;
  box-shadow: none !important;
  outline: none;
}
.ct-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.ct-list ul li {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 24px;
  padding-left: 50px;
  position: relative;
}
.ct-list ul li:before {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 31px;
  background: #5988A6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 11px;
}
.ct-list ul li a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.ct-list ul li strong {
  font-weight: 500;
}
.ct-list ul li:nth-child(2):before {
  content: '\f0e0';
}
.ct-list ul li:nth-child(3):before {
  content: '\f095';
  transform: rotate(90deg);
}
.ct-list ul li:nth-child(4):before {
    content: '\f1ac';
    transform: rotate(90deg);
}
.sec_Contact iframe {
  filter: grayscale(1);
}
.tstGrids .col-sm-12.col-md-6 {
    margin-bottom: 70px;
}
.tstGrids .col-sm-12.col-md-6 .testBox {
    padding-right: 70px;
}
.tstGrids .col-sm-12.col-md-6 .testBox .quote {
  right: 40px;
}
.serGrids .col-sm-12.col-md-6 {
  margin-bottom: 45px;
}
.custom-list ul {
    list-style: none;
    padding-left: 30px;
}
.custom-list ul li {
    line-height: 40px;
    position: relative;
}
.custom-list ul li:before {
    content: "\f111";
    color: #4abf56;
    font-size: 10px;
    font-family: 'FontAwesome';
    position: absolute;
    left: -25px;
    top: 0;
}
/*--------------------------------------------------------------
## CUSTOM CSS END
--------------------------------------------------------------*/

div#content {
  padding: 0 !important;
}
.entry-content {
  margin: 0;
}

.clr-white, .clr-white p {
  color: #fff;
}
.ft-18 {
  font-size: 18px;
  line-height: 36px;
}
.ft-18 strong {
  font-size: 20px;
  line-height: 46px;
  font-weight: 600;
}
div#comments {
  display: none;
}


@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1500px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-left: 35px;
  }
  .xtra-links {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1400px) {
  header#masthead .container {
    padding-right: 50px;
    padding-left: 50px;
}
section.vc_section.secBanner .vc_col-sm-7>.vc_column-inner >.wpb_wrapper {
    background: rgb(0 0 0 / 75%) !important;
    padding: 70px 40px 70px 40px !important;
    margin-left: 20px !important;
    }

section.vc_section.sec-service {
    padding-top: 80px !important;
}
section.vc_section.secTestimonials {
    padding-bottom: 100px !important;
}
.col-ctn .ult-modal-input-wrapper {
    width: 25%;
}
section.vc_section.secVideo {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.secBlogs:after {
    bottom: 40px;
    z-index: -1;
}
div#footer-widget {
    padding: 80px 0 60px;
}
  body #masthead .btn-custom .vc_general {
    padding: 16px 22px !important;
  }
  .xtra-links {
    margin-left: 40px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-left: 20px;
  }
  .servBox .ctn {
    padding: 30px;
    padding-right: 10px;
    padding-top: 20px;
  }
  .servBox .ctn h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .servBox .ctn p {
    font-size: 14px;
  }
  section.vc_section.secBanner {
    height: 1075px;
  }
  .servBox {
    height: 420px;
  }
}

@media screen and (max-width: 1300px) {
  header#masthead .container {
    padding-left: 30px;
    padding-right: 30px;
  }
	.navbar-light .navbar-brand {
    width: 18%;
}
}


@media only screen and (max-width: 1200px){
	
.xtra-links {
    margin-left: 20px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 15px;
}
section.vc_section.secBanner {
    padding-top: 200px !important;
}

div#main-nav .xtra-links {
    display: block;
    margin: 0;
}

body #masthead .btn-custom .vc_general {
    background: #fff !important;
    color: #5988a6 !important;
    margin-top: 30px;
}
}


@media only screen and (max-width: 1199px){
	body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-left: 0;
    margin-bottom: 30px;
}
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;
}
 div#main-nav.show {
    transform: none;
    transition: all 0.5s ease-in0out;
}
.collapse:not(.show) {
    display: block !important;
}
div#main-nav {
    background: #5988A6;
    height: 110vh;
    width: 30%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px 0 0 60px;
    transform: translateX(-500px);
    transition: all 0.5s ease-in-out;
    z-index: 9;
}
.xtra-links .btn-simple a {
    text-align: left !IMPORTANT;
    color: #fff !IMPORTANT;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff !important;
}
.xtra-links .btn-simple a span.txt {
    color: #fff !important;
}
.xtra-links .btn-simple a span {
    color: #fff;
}	
button.navbar-toggler {
    background: #fff;
    padding: 6px 10px;
    outline: none;
}
section.vc_section.secBanner h1 {
    font-size: 50px !important;
    line-height: 60px !important;
}
section.vc_section.secBanner p br {
    display: none;
}
section.vc_section.secAbout h2 {
    font-size: 45px !important;
    line-height: 55px !important;
}
.ft-18 strong {
    font-size: 16px;
    line-height: 26px;
}
.ft-18 {
    font-size: 16px;
    line-height: 26px;
}
section.vc_section.sec-service h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}
section.vc_section.sec-service {
    padding-top: 0 !important;
}
.secAbout .wpb_single_image:before,
.secAbout .wpb_single_image:after {
    display: none;
}
section.vc_section.secOffer h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.custom-list ul li {
    font-size: 16px;
    line-height: 30px;
}
.custom-list ul {
    padding-left: 10px;
}
div#footer-widget .f-1 h3.widget-title {
    font-size: 50px;
    line-height: 60px;
}
div#footer-widget .f-2 {
    padding-right: 15px;
}
div#footer-widget .f-4 {
    padding-left: 35px;
}
div#footer-widget .widget p {
    font-size: 13px;
}
div#footer-widget br {
    display: none;
}
div#footer-widget ul.menu .nav-link {
    font-size: 15px;
}
div#footer-widget .f-3 {padding-left: 50px;}
div#footer-widget ul.menu {
    column-count: 1;
}
.col-ctn>.vc_column-inner>.wpb_wrapper {
    padding: 0;
    text-align: center;
}
.col-ctn .ult-modal-input-wrapper {
    position: unset;
}
section.vc_section.secVideo {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.secVideo img {
    width: 30% !important;
}
section.vc_section.secVideo h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}
section.vc_section.secOffer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#footer-widget .widget .zoom-social-icons-list--without-canvas {
    margin-top: 20px;
}
section.vc_section.secTestimonials {
    padding-top: 70px !important;
    padding-bottom: 20px !important;
}
.testBox .txt p {
    font-size: 16px;
    line-height: 26px;
}
section.vc_section.secTestimonials h3.vc_custom_heading {
    font-size: 40px !important;
    line-height: 50px !important;
}
.testBox .info h3 {
    font-size: 20px !important;
}
section.vc_section.secservice-inner {
    padding: 50px 15px !important;
}
section.vc_section.secservice-inner .row.serGrids .col-sm-12.col-md-6 {
    margin-bottom: 0;
}
section.vc_section.secTestimonials-inner {
    padding: 60px 15px !important;
    padding-bottom: 0 !important;
}
section.vc_section.sec_Contact {
    padding: 50px 15px !important;
}
section.vc_section.secBanner .wpb_text_column.wpb_content_element.ft-18.clr-white {
    margin-bottom: 30px !IMPORTANT;
}

section.vc_section.secBanner .vc_col-sm-7>.vc_column-inner >.wpb_wrapper {
    padding: 40px 40px !IMPORTANT;
}

section.vc_section.secBanner {
    height: 700px !important;
    padding-top: 150px !important;
}
  h2.vc_custom_heading.ft-lora {
    font-size: 45px !IMPORTANT;
    line-height: 55px !IMPORTANT;
}
.badges-row .vc_column-inner {
    padding-top: 40px !important;
}
.image-gallery {
    padding-top: 40px !IMPORTANT;
}
.secAbout .vc_row {
    margin-bottom: 40px !IMPORTANT;
}
section.vc_section.secAbout {
    padding-top: 80px !important;
    padding-bottom: 80px !IMPORTANT;
}
section.vc_section.sec-service.vc_custom_1680300949616 {
    padding-bottom: 0 !IMPORTANT;
}
section.vc_section.sec-service p {
    font-size: 16px !important;
}
section.vc_section.sec-service .vc_row {
    margin-bottom: 50px !IMPORTANT;
}
.secOffer .wpb_single_image:before {
    width: 130px !important;
    height: 130px !IMPORTANT;
    left: -115px;
}
section.vc_section.processsec.vc_custom_1681506063011 h4.vc_custom_heading {
    font-size: 20px !important;
}
section.vc_section.processsec.vc_custom_1681506063011 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.postBox .ctn .comment-views p {
    font-size: 12px !important;
}
.postBox .ctn .comment-views {
    padding: 20px 20px !IMPORTANT;
}
.secBlogs:after {
    bottom: 0;
    width: 150px !important;
    height: 150px !important;
}
div#footer-widget {
    padding: 60px 0 20px !important;
}
div#footer-widget .f-1 {
    margin-bottom: 60px !important;
}
div#footer-widget ul.menu li {
    margin-bottom: 15px !important;
}
	section.vc_section.secBanner img {
    height: 50px !important;
    width: 50px !important;
}
	.postBox .ctn {
    padding-top: 15px !important;
}
.postBox .ctn .comment-views {
    margin-top: 15px !important;
}
	.breadcrumbs {
    height: 250px !important;
}
.breadcrumbs h1 {
    font-size: 50px !important;
    line-height: 60px !IMPORTANT;
}
	.page-id-97 section.vc_section.secAbout {
    padding-top: 70px !important;
    padding-bottom: 0px !IMPORTANT;
}
	.page-id-213 section.vc_section.secAbout {
    padding-top: 80px !important;
    padding-bottom: 0px !IMPORTANT;
}
	.interior-img-row .vc_column-inner>.wpb_wrapper .wpb_single_image img {
    height: 200px !important;
    width: 300px;
    margin: 10px;
    object-fit: scale-down;
}
	.service-data .user_profile> img {
    width: 100%;
    height: 230px !IMPORTANT;
    object-fit: scale-down;
}
	.service-data h4.user_name {
    font-size: 26px !important;
    line-height: 1 !important;
    text-transform: capitalize;
}
	.service-data p.content {
    font-size: 16px !IMPORTANT;
    line-height: 1.6 !important;
}
	.page-id-269 section.vc_section.secAbout {
    padding-top: 50px !important;
    padding-bottom: 20px !IMPORTANT;
}
	.page-id-397 section.vc_section {
    padding-top: 50px !important;
}
	.page-id-413 section.vc_section {
    padding-top: 50px !important;
}
	
.page-id-295 
 .vc_row.wpb_row.vc_row-fluid.vc_custom_1680723818952 {
    padding: 0 !important;
    margin: 0 !IMPORTANT;
}
	.ct-list ul li {
    font-size: 16px !i;
    font-weight: 500;
    color: #000;
    margin-bottom: 22px !important;
    padding-left: 40px !important;
    position: relative;
}
	.ct-form .form-control {
    height: 50px;
    border-radius: 5px !important;
    border: none;
    background: #fff;
    padding: 0 15px !important;
    box-shadow: 0px 0px 9px 4px rgb(237 237 237);
    margin-bottom: 30px !important;
    font-weight: 500;
}
	.ct-form textarea.form-control {
    height: 140px;
    padding: 22px !important;
    resize: none;
}
	.newsletter .form-control {
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px !IMPORTANT;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: #fff;
    font-size: 20px !important;
}
	.secOffer img {
    width: 100% !IMPORTANT;
}
	.navbar-light .navbar-toggler {
    background: #5988a6 !important;
}
	.navbar-light .navbar-brand {
    width: 22% !important;
}
}
@media only screen and (max-width: 991px){
	.container, .container-md, .container-sm {
    max-width: 900px !important;
}
	section.vc_section.processsec.vc_custom_1681506063011 h4.vc_custom_heading {
    font-size: 18px !important;
}
	.secBlogs:before {
    content: '';
    width: 150px !important;
    height: 150px !important;
    background: url(images/secVector.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 88px;
}
	.postBox .ctn .comment-views {
    padding: 20px 10px !IMPORTANT;
}
	section.vc_section.secTestimonials {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
	body .btn-custom.btn-arrow .vc_general {
    padding: 20px 80px 20px 25px !important;
    position: relative;
    color: #5988A6 !important;
    background: transparent !important;
}
	section.vc_section.processsec.vc_custom_1681506063011 {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}
section.vc_section.sec-service p {
    font-size: 14px !important;
}
	.secAbout .vc_row {
    margin-bottom: 20px !IMPORTANT;
}
	section.vc_section.secAbout {
    padding-top: 50px !important;
    padding-bottom: 50px !IMPORTANT;
}
.dropdown-menu li a {
    padding: 0;
    font-size: 15px !IMPORTANT;
}
}
@media only screen and (max-width: 960px){
div#footer-widget .f-4 {
    padding-left: 0;
}
.breadcrumbs h1 {
    font-size: 50px;
    line-height: 60px;
}
.breadcrumbs {
    height: 340px;
}
section.vc_section.secAbout.secAbout-inner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.sec_Contact h3 {
    font-size: 30px !important;
    line-height: 40px !important;
}
section.vc_section.sec_Contact h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
section.vc_section.sec_Contact .ct-list ul li {
    font-size: 15px;
}
section.vc_section.sec_Contact .ct-list ul li br {
    display: none;
}
section.vc_section.sec_Contact .vc_col-sm-5 .vc_column-inner {
    padding-right: 15px !important;
}
section.vc_section.sec_Contact .ct-list ul li a {
    font-size: 13px !important;
}
	section.vc_section.secBanner h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
	.ft-18 {
    font-size: 15px;
    line-height: 24px;
}
	section.vc_section.secBanner .vc_col-sm-7>.vc_column-inner >.wpb_wrapper {
    padding: 40px 30px !IMPORTANT;
}
	body .btn-custom .vc_general {
    background: #5988A6 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    display: inline-block;
    font-size: 15px !important;
    line-height: 23px;
    border: 1px solid #5988A6 !important;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px !important;
    transition: all 0.3s ease-in-out !important;
    text-decoration: none;
}
	div#slider_services .owl-stage {
    padding-left: 60px !IMPORTANT;
}
.servBox {
    height: 320px;
    padding: 0 !important;
    box-shadow: 0 0 10px 0 #00000021;
    margin: 10px;
}
.servBox .ctn {
    padding: 20px !important;
    padding-right: 12px !important;
    padding-top: 10px !important;
    padding-left: 12px !IMPORTANT;
}
.servBox .ctn h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
	section.vc_section.sec-service p {
    font-size: 12px !important;
}
section.vc_section.secOffer {
    padding: 30px 20px !important;
}
	section.vc_section.secOffer h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    margin: 0 !IMPORTANT;
}
	section.vc_section.secOffer .vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding-right: 20px !IMPORTANT;
}
	.processsec .btn-custom.btn-arrow {
    padding-left: 10px !important;
}
	section.vc_section.processsec.vc_custom_1681506063011 h4.vc_custom_heading {
    font-size: 15px !important;
    margin: 20px 0 !important;
}
.processsec .vc_col-sm-4 >.vc_column-inner>.wpb_wrapper {
    background: #fff;
    box-shadow: 0px 0px 9px 2px rgb(238 237 237);
    padding-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
}
.secBlogs:before {
    display: none !important;
}
	section.vc_section.secBlogs p {
    width: 90%;
    margin: 0 auto !important;
}
	.secOffer .wpb_single_image:before {
    display: none;
}

.secOffer .wpb_single_image:after {
    display: none;
}
	section.vc_section.secBlogs.vc_custom_1680554519012 {
    padding-top: 70px !IMPORTANT;
    padding-bottom: 70px !important;
}

.postBox .ctn h3 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
    padding: 0 20px !IMPORTANT;
}

.postBox .ctn h5 {
    margin-bottom: 5px !IMPORTANT;
    padding: 0 20px !IMPORTANT;
}

.postBox .ctn p.dd {
    padding: 0 10px !important;
}

.postBox .ctn .comment-views p {
    font-size: 9px !important;
}

.postBox .ctn .comment-views p.comments {
    padding-right: -1px;
}

p.views {
    padding-left: 10px;
}
.postBox .ctn .comment-views .icon {
    margin-right: 10px !important;
    color: #BEBEBE;
}
	.secBlogs:after {
    display: none;
}
	section.vc_section.secBlogs p br {
    display: none;
}
	section.vc_section.secBlogs.vc_custom_1680554519012 .wpb_text_column.wpb_content_element {
    margin-bottom: 20px !IMPORTANT;
}
	h2.vc_custom_heading.ft-lora {
    font-size: 45px !IMPORTANT;
    line-height: 55px !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
}
	div#footer-widget .f-1 h3.widget-title {
    font-size: 40px !important;
    line-height: 50px !important;
    margin-bottom: 40px !important;
}
	.col-12.f-1 {
    padding: 0 70px !important;
}
	div#footer-widget h3.widget-title {
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    font-family: 'Lora',sans-serif;
    font-weight: 400;
}
	div#footer-widget .f-3 {
    padding-left: 14px !IMPORTANT;
}
	section.vc_section.processsec.vc_custom_1681506063011 h2 {
    margin-bottom: 20px !important;
}
	.newsletter .wpcf7-submit {
    padding: 15px 30px !important;
    background: #5988A6!important;
    border: none;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    box-shadow: none !important;
    outline: none;
}
	section.vc_section.secBanner {
    height: 550px !important;
    padding-top: 80px !important;
}
	section.vc_section.logs-sec-new {
    padding-top: 0 !IMPORTANT;
}
	.image-gallery .owl-item li img {
    height: 150px;
    width: 250px;
    object-fit: scale-down;
    box-shadow: 0 0 5px #00000038;
    border-radius: 16px;
    padding: 30px;
}
section.vc_section.secAbout.secAbout-inner {
    padding: 50px 0px 0 10px !important;
}
	section.vc_section.secAbout h2 {
    font-size: 38px !important;
    line-height: 50px !important;
}
	.breadcrumbs {
    height: 200px !important;
}
	.breadcrumbs h1 {
    font-size: 40px !important;
    line-height: 50px !IMPORTANT;
}
	div#main-nav {
    background: #5988A6;
    height: 110vh;
    width: 35% !IMPORTANT;
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px 0 0 60px;
    transform: translateX(-500px);
    transition: all 0.5s ease-in-out;
    z-index: 9;
}
}


@media only screen and (max-width: 767px){
.pojo-a11y-toolbar-toggle {
    top: 170px;
}
div#main-nav {
    width: 70%;
    transform: translateX(-560px);
}
section.vc_section.secAbout h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    text-align: center !important;
}
body .btn-custom .vc_general {
    display: block;
    margin: 20px auto;
    margin-bottom: 0;
}
section.vc_section.secAbout {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.secAbout img {
    margin-bottom: 40px;
}
section.vc_section.sec-service h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    text-align: center !important;
}
section.vc_section.sec-service {
    padding-top: 50px !important;
}
section.vc_section.secOffer h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.custom-list ul {
    padding-left: 40px;
}
section.vc_section.secOffer .vc_row {
    margin-bottom: 40px !important;
}
section.vc_section.secAbout .btn-custom.btn-arrow .vc_general {
    margin-top: 20px !important;
}
.custom-list {
    margin-bottom: 20px !important;
}
section.vc_section.secOffer img {
    margin-top: 40px;
    margin-bottom: 0 !important;
}
.secOffer .wpb_single_image:after, .secOffer .wpb_single_image:BEFORE {
    DISPLAY: NONE;
}
section.vc_section.secOffer {
    padding-bottom: 0 !important;
}
body .btn-custom.btn-arrow .vc_general {
    margin-top: 0;
    padding: 13px 60px 14px 25px !important;
}
body .btn-custom.btn-arrow .vc_general:after {
    top: 14px;
    right: 20px;
}
body .btn-custom.btn-arrow {
    display: block;
}
div#footer-widget {
    padding-top: 50px !important;
    padding-bottom: 30px;
}
div#footer-widget .f-1 h3.widget-title {
    font-size: 30px;
    line-height: 40px;
}
.newsletter .form-control {
    font-size: 18px;
}
.newsletter .wpcf7-submit {
    padding: 9px 20px;
}
.col-12.col-md-4.f-4 {
    padding-left: 15px !important;
}
div#footer-widget .widget.widget_media_image {
    margin-bottom: 30px;
}
div#footer-widget h3.widget-title {
    margin-bottom: 30px;
}
.f-1, .f-2, .f-3 {
    margin-bottom: 30px;
}
.site-info {
    display: block;
}
.text-right {
    text-align: center !important;
}
.site-info .left {
    margin-bottom: 6px;
}
body #masthead .btn-custom .vc_general {
    display: inline-block;
}
section.vc_section.secBanner {
    height: 700px;
    padding-top: 80px !important;
    padding-bottom: 0 !important;
    padding-right: 20px !IMPORTANT;
}
	section.vc_section.secBanner img {
    display: none;
}
.badges-row .vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: center !important;
    margin-bottom: 50px !important;
}
section.vc_section.secBanner h4 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}
	section.vc_section.secAbout {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
section.vc_section.secBanner h1 {
    font-size: 40px !important;
    line-height: 50px !important;
    margin-bottom: 20px !important;
}
section.vc_section.secBanner  .ft-18.clr-white {
    margin-bottom: 20px !important;
}
section.vc_section.secBanner body .btn-custom {
    display: block !important;
}
section.vc_section.secTestimonials {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    text-align: center;
}
section.vc_section.secTestimonials h3.vc_custom_heading {
    font-size: 40px !important;
    line-height: 50px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}
section.vc_section.secTestimonials .testBox .info {
    text-align: start;
}
section.vc_section.secTestimonials .ft-18 {
    margin-bottom: 40px !important;
}
section.vc_section.secservice-inner .servBox {
    margin-bottom: 20px;
}
section.vc_section.sec-service p {
    text-align: center;
}
.navbar-brand {
    width: 30%;
}
section.vc_section.secBanner .vc_col-sm-7>.vc_column-inner >.wpb_wrapper {
    padding: 40px 50px !IMPORTANT;
}
section.vc_section.sec-service p.vc_custom_heading {
    text-align: center !important;
    margin-top: 10px;
    font-size: 16px !important;
    line-height: 26px !important;
}
section#sec2 p {
    text-align: center !important;
}
section.vc_section.secOffer p {
    text-align: center !important;
    font-size: 16px;
    line-height: 28px;
}
section.vc_section.secOffer img {
    height: 400px !IMPORTANT;
    object-fit: cover;
}
section.vc_section.processsec.vc_custom_1681506063011 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding: 20px 100px !important;
}
.processsec .vc_col-sm-4 >.vc_column-inner>.wpb_wrapper {
    margin-bottom: 60px !important;
}
section.vc_section.processsec.vc_custom_1681506063011 h4.vc_custom_heading {
    font-size: 20px !IMPORTANT;
    line-height: 30px !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
}
.processsec .btn-custom.btn-arrow {
    padding: 20px 20px !important;
}
section.vc_section.secTestimonials {
    padding-top: 0 !IMPORTANT;
    padding-bottom: 0 !IMPORTANT;
}
section.vc_section.secBlogs.vc_custom_1680554519012 {
    padding: 50px 50px !IMPORTANT;
}
.postBox {
    margin-bottom: 40px !important;
}
.postBox .ctn {
    padding-top: 30px !important;
}
.postBox .ctn h5 {
    font-size: 18px !IMPORTANT;
}
.postBox .ctn h3 {
    font-size: 24px !important;
    line-height: 40px !important;
}
.postBox .ctn p.dd {
    width: 96% !important;
}
.postBox .ctn .comment-views p {
    font-size: 16px !important;
}
.postBox .ctn .comment-views {
    padding: 30px 30px !IMPORTANT;
}
.postBox .ctn .comment-views p.comments {
    padding-right: 0;
}
p.views {
    padding-left: 50px;
}	
	section.vc_section.sec-service p.vc_custom_heading {
    text-align: center !important;
    margin-top: 10px;
    font-size: 14px !important;
    line-height: 25px !important;
}
section#sec2 p {
    text-align: center !important;
}
section.vc_section.secOffer p {
    text-align: center !important;
    font-size: 16px;
    line-height: 28px;
}
section.vc_section.secOffer img {
    height: 400px !IMPORTANT;
    object-fit: cover;
}
section.vc_section.processsec.vc_custom_1681506063011 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding: 20px 100px !important;
}
.processsec .vc_col-sm-4 >.vc_column-inner>.wpb_wrapper {
    margin-bottom: 60px !important;
}
section.vc_section.processsec.vc_custom_1681506063011 h4.vc_custom_heading {
    font-size: 20px !IMPORTANT;
    line-height: 30px !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
}
.processsec .btn-custom.btn-arrow {
    padding: 20px 20px !important;
}
section.vc_section.secTestimonials {
    padding-top: 0 !IMPORTANT;
    padding-bottom: 0 !IMPORTANT;
}
section.vc_section.secBlogs.vc_custom_1680554519012 {
    padding: 50px 50px !IMPORTANT;
}
.postBox {
    margin-bottom: 40px !important;
}
.postBox .ctn {
    padding-top: 30px !important;
}
.postBox .ctn h5 {
    font-size: 18px !IMPORTANT;
}
.postBox .ctn h3 {
    font-size: 24px !important;
    line-height: 40px !important;
}
.postBox .ctn p.dd {
    width: 96% !important;
}
.postBox .ctn .comment-views p {
    font-size: 16px !important;
}
.postBox .ctn .comment-views {
    padding: 30px 30px !IMPORTANT;
}
.postBox .ctn .comment-views p.comments {
    padding-right: 0;
}
p.views {
    padding-left: 50px;
}
div#footer-widget {
    text-align: center !IMPORTANT;
    padding: 60px 80px 40px 80px !important;
}
.newsletter .wpcf7-submit {
    width: 100%;
}
div#footer-widget .f-1 {
    margin-bottom: 20px !important;
}
div#footer-widget .widget p {
    margin-bottom: 10px !important;
}
div#footer-widget ul.menu .nav-link {
    font-size: 16px;
}
div#footer-widget h3.widget-title {
    font-size: 24px !important;
}
.site-info {
    padding-bottom: 0 !IMPORTANT;
}
	.servBox .ctn p {
    text-align: left !IMPORTANT;
}
	.page-id-97 section.vc_section.secAbout.secAbout-inner {
    padding: 50px 20px 0 20px !important;
}
	div#main-nav {
    background: #5988A6;
    height: 110vh;
    width: 38% !IMPORTANT;
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px 0 0 60px;
    transform: translateX(-500px);
    transition: all 0.5s ease-in-out;
    z-index: 9;
}
div#slider_services .owl-stage {
    padding-left: 0px !IMPORTANT;
    display: flex !important;
}
.servBox .ctn {
    padding: 40px 20px 30px 30px !important;
}
	div#slider_services .owl-nav {
    display: none;
}
.servBox .ctn h3 {
    font-size: 30px;
    line-height: 50px !important;
    margin-bottom: 20px !IMPORTANT;
}
section.vc_section.sec-service p {
    font-size: 16px !important;
    line-height: 30px !important;
}
	.servBox {
    height: 550px;
    padding: 0 !important;
    box-shadow: 0 0 10px 0 #00000021;
    margin: 10px;
}
section.vc_section.processsec.vc_custom_1681506063011 h4.vc_custom_heading {
    font-size: 24px !IMPORTANT;
    line-height: 39px !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
}
.badges-row .vc_column-inner {
    border: none !IMPORTANT;
}
	.navbar-light .navbar-brand {
    width: 28% !important;
}
	.page-id-97 section.vc_section.secAbout h2 {
    margin-bottom: 20px !important;
    text-align: left !IMPORTANT;
}
.interior-img-row .vc_column-inner>.wpb_wrapper .wpb_single_image img {
    height: 200px !important;
    width: 200px !important;
    margin: 10px;
    object-fit: scale-down;
}
section.vc_section.secAbout img {
    height: 330px !important;
    object-fit: contain;
}
section.vc_section.secAbout .wpb_single_image.vc_align_left {
    width: 100%;
}

section.vc_section.secAbout figure.wpb_wrapper.vc_figure {width: 100%;}

section.vc_section.secAbout .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}

section.vc_section.secAbout img {
    width: 100% !important;
}
}
@media only screen and (max-width: 520px){
	section.vc_section.processsec.vc_custom_1681506063011 h4.vc_custom_heading {
    font-size: 20px !IMPORTANT;
    line-height: 30px !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
}
	section.vc_section.processsec.vc_custom_1681506063011 {
    padding: 20px 50px !important;
}
section.vc_section.secBlogs.vc_custom_1680554519012 {
    padding: 60px 40px 0 !IMPORTANT;
}
.col-12.f-1 {
    padding: 0 30px !important;
}
div#footer-widget .f-1 h3.widget-title {
    font-size: 35px !important;
    line-height: 45px !important;
    margin-bottom: 35px !important;
}
	div#footer-widget {
    text-align: center !IMPORTANT;
    padding: 60px 0px 40px 0px !important;
}
	.navbar-light .navbar-brand {
    width: 40% !important;
}
	div#main-nav {
    background: #5988A6;
    height: 110vh;
    width: 50% !IMPORTANT;
    position: fixed;
    top: 0;
    left: 0;
    padding: 80px 0 0 40px;
    transform: translateX(-500px);
    transition: all 0.5s ease-in-out;
    z-index: 9;
}
section.vc_section.secBanner h1 {
    font-size: 35px !important;
    line-height: 45px !important;
    margin-bottom: 20px !important;
}
section.vc_section.secBanner .wpb_text_column.wpb_content_element.ft-18.clr-white {
    margin-bottom: 0px !IMPORTANT;
}
	section.vc_section.secBanner .vc_col-sm-7>.vc_column-inner >.wpb_wrapper {
    padding: 30px 40px !IMPORTANT;
}
	section.vc_section.secBanner {
    height: 500px !important;
}
	.service-data p.content {
    font-size: 14px !IMPORTANT;
    line-height: 1.6 !important;
}
	body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-left: 0;
    margin-bottom: 20px !important;
}
	.breadcrumbs h1 {
    font-size: 35px !important;
    line-height: 45px !IMPORTANT;
}
	.interior-img-row .vc_column-inner>.wpb_wrapper .wpb_single_image img {
    height: 150px !important;
    width: 140px !important;
    margin: 10px;
    object-fit: scale-down;
}
	.page-id-295 section.vc_section.secAbout {
    text-align: left !IMPORTANT;
    padding: 50px 0  !IMPORTANT;
}
.page-id-295 section.vc_section.secAbout h2.vc_custom_heading.ft-lora.vc_custom_1678138101548 {
    text-align: left !IMPORTANT;
}
.page-id-295 section#sec2 p {
    text-align: left !IMPORTANT;
}
.page-id-295 section.vc_section.secAbout img {
    object-fit: cover !important;
}
}

@media only screen and (max-width: 479px){
.site-info {
    font-size: 14px;
}
section.vc_section.secBanner body .btn-custom .vc_general {
    font-size: 15px !important;
}
section.vc_section.secBanner  .btn-custom .vc_general {
    font-size: 15px !important;
}
div#main-nav {
    padding-left: 40px;
}
.breadcrumbs h1 {
    font-size: 40px;
    line-height: 30px;
}
.navbar-brand {
    width: 35%;
}
section.vc_section.sec-service .vc_row {
    margin-bottom: 30px !important;
}
body .secVideo .btn-arrow .vc_general {
    margin-top: 20px;
}
	section.vc_section.secAbout img {
    height: 320px !important;
    object-fit: contain;
}
	section.vc_section.logs-sec-new .wpb_gallery.wpb_content_element.vc_clearfix.image-gallery {
    margin-bottom: 0 !IMPORTANT;
}
	section.vc_section.secAbout h2 {
    font-size: 35px !important;
    line-height: 45px !important;
    text-align: center !important;
}
	.page-id-213 .interior-img-row .vc_column-inner>.wpb_wrapper .wpb_single_image img {
    height: 150px !important;
    width: 200px !important;
    margin: 10px;
    object-fit: scale-down;
}
}


@media only screen and (max-width: 419px){
.navbar-light .navbar-brand {
    width: 45% !important;
}
body #masthead .btn-custom .vc_general {
    font-size: 15px !important;
}
	h2.vc_custom_heading.ft-lora {
    font-size: 35px !IMPORTANT;
    line-height: 45px !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
}
	.image-gallery .owl-item li img {
    height: 170px;
    width: 300px;
    object-fit: scale-down;
    box-shadow: 0 0 5px #00000038;
    border-radius: 16px;
    padding: 40px !important;
}
	.image-gallery {
    padding-top: 10px !IMPORTANT;
}
	section.vc_section.secAbout img {
    margin-bottom: 10px;
}
	section.vc_section.sec-service p.vc_custom_heading br {
    display: none;
}
div#main-nav {
    width: 80%;
    padding-left: 30px;
}
section.vc_section.secTestimonials h3.vc_custom_heading {
    font-size: 30px !important;
    line-height: 40px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}
section.vc_section.secTestimonials .ft-18 strong {
    font-size: 14px;
    line-height: 26px;
}
	section.vc_section.secOffer p {
    text-align: center !important;
    font-size: 14px;
    line-height: 27px;
}
	section.vc_section.secOffer img {
    height: 300px !IMPORTANT;
    object-fit: cover;
}
section.vc_section.processsec.vc_custom_1681506063011 {
    padding: 0px 50px !important;
}
.postBox .ctn .comment-views p {
    font-size: 12px !important;
}
	.postBox .ctn .comment-views {
    padding: 20px 10px !IMPORTANT;
}
	.postBox .ctn {
    padding-top: 20px !important;
}
	div#main-nav {
    background: #5988A6;
    height: 110vh;
    width: 60% !IMPORTANT;
    position: fixed;
    top: 0;
    left: 0;
    padding: 80px 0 0 40px;
    transform: translateX(-500px);
    transition: all 0.5s ease-in-out;
    z-index: 9;
}
	section.vc_section.secBanner {
    height: 430px !important;
    padding-top: 40px !IMPORTANT;
}
	section.vc_section.processsec.vc_custom_1681506063011 {
    padding: 0px 20px !important;
}
	section.vc_section.secBlogs.vc_custom_1680554519012 {
    padding: 60px 10px 0 !IMPORTANT;
}
	.breadcrumbs {
    height: 150px !important;
}
	.page-id-97 section.vc_section.secAbout h2 {
    font-size: 28px !important;
    line-height: 40px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
}
	section.vc_section.secAbout img {
    margin-bottom: 0px !important;
}
section.vc_section.sec-service p.vc_custom_heading br {
    display: none;
}
}
@media only screen and (max-width: 375px){
	.ft-18 {
    font-size: 12px;
    line-height: 22px;
}
	body .btn-custom .vc_general {
    background: #5988A6 !important;
    color: #fff !important;
    padding: 12px 10px !important;
    display: inline-block;
    font-size: 15px !important;
    line-height: 23px;
    border: 1px solid #5988A6 !important;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px !important;
    transition: all 0.3s ease-in-out !important;
    text-decoration: none;
    font-size: 12px !IMPORTANT;
}
	section.vc_section.secBanner .vc_col-sm-7 h1.vc_custom_heading {
    margin-bottom: 10px !important;
}
	section.vc_section.secBanner h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 20px !important;
}
	section.vc_section.secBanner h4 {
    margin-bottom: 0px !important;
    font-size: 16px !important;
    line-height: 20px !IMPORTANT;
}
	section.vc_section.secBanner .vc_col-sm-7 h1.vc_custom_heading {
    margin-bottom: 10px !important;
}
	section.vc_section.secBanner .btn-custom .vc_general {
    font-size: 14px !important;
}

section.vc_section.secBanner {
    height: 390px !important;
    padding-top: 40px !IMPORTANT;
}
	section.vc_section.logs-sec-new .vc_row.wpb_row.vc_row-fluid.vc_custom_1680807918049 {
    padding-bottom: 30px !important;
}
body .btn-custom.btn-arrow {
    text-align: center !IMPORTANT;
}
.secAbout .vc_row {
    margin: 0 !IMPORTANT;
}
section.vc_section.secAbout img {
    height: 260px !important;
    object-fit: contain;
}
.ft-18 strong {
    font-size: 14px !important;
}
div#footer-widget .f-1 h3.widget-title {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 30px !important;
}
div#footer-widget {
    padding: 40px 0 20px 0 !IMPORTANT;
}
.site-info {
    font-size: 12px !important;
}
}
section.vc_section.secBanner .vc_col-sm-7>.vc_column-inner >.wpb_wrapper {
    background: rgb(0 0 0 / 75%);
    padding: 90px 110px 90px 120px;
    margin-left: -110px;
    /* margin-right: 80px; */
}
section.vc_section.secBanner .vc_col-sm-7 h4.vc_custom_heading {
    margin-bottom: 8px !important;
}
section.vc_section.secBanner .vc_col-sm-7 h1.vc_custom_heading {
    margin-bottom: 20px !important;
}
h2.vc_custom_heading.ft-lora {
    color: #000 !important;
}
h2.vc_custom_heading.ft-lora {
    color: #000 !important;
}
section.vc_section.sec-service p.vc_custom_heading {
    font-weight: 600;
}
section.vc_section.secOffer .vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding-right: 120px;
}
.secTestimonials h3.vc_custom_heading {
    color: #000 !important;
}
html {
    scroll-behavior: smooth;
}
div#main-nav {
    justify-content: center !important;
}
.interior-img-row {
    margin-top: 50px;
}
.interior-img-row .vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: center;
}
.interior-img-row .vc_column-inner>.wpb_wrapper .wpb_single_image {
    margin: 0;
}
.interior-img-row .vc_column-inner>.wpb_wrapper .wpb_single_image img {
    height: 300px;
    width: 300px;
    margin: 10px;
    object-fit: scale-down;
}
.secAbout.secAbout-inner .wpb_single_image::before {
    background: none !important;
}
.secAbout.secAbout-inner .wpb_single_image::after {
    background: none;
}
.breadcrumbs {
    position: relative;
    z-index: 1;
}

.breadcrumbs:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
    z-index: -1;
}
.service-data {
    width: 80%;
    margin: 40px auto;
    padding: 10px 30px;
    box-shadow: 0 0 3px #5988a657;
    border-radius: 10px;
    transition: 0.5s;
}
.service-data .user_profile> img {
    width: 100%;
    height: 300px;
    object-fit: scale-down;
}
.service-data  h4.user_name {
    font-size: 30px;
    line-height: 2;
    text-transform: capitalize;
}
.service-data  p.content {
    font-size: 18px;
    line-height: 1.6;
}
.service-data p.content img {
    margin-top: 40px;
    text-align: center;
    display: block;
    margin: 40px auto;
}
.service-data:hover {
    transition: 0.5s;
    box-shadow: 0 0 8px #5988a657;
}
section.vc_section.logs-sec {
    padding-top: 100px !important;
    padding-bottom: 0;
}
.logs-sec img.vc_single_image-img {
    height: 120px;
    width: 300px;
    object-fit: scale-down;
    box-shadow: 0 0 5px #00000038;
    border-radius: 16px;
    padding: 10px;
}
.logs-sec .vc_row .vc_col-sm-12> .vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: space-between;
}
.logs-sec .vc_row .vc_col-sm-12> .vc_column-inner>.wpb_wrapper .wpb_single_image {
    margin: 0;
}
div#footer-widget .widget ul.sub-menu.nav.flex-column {
    display: none;
}

div#slider_services .owl-nav {
    position: absolute;
    top: 70%;
}
div#slider_services .owl-nav button {
    font-size: 20px;
    height: 40px;
    width: 40px;
    border: 1px solid #5988a6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    margin: 10px 0;
}
.logs-sec-new .vc_item img.attachment-full {
    height: 170px;
    width: 300px;
    object-fit: scale-down;
    box-shadow: 0 0 5px #00000038;
    border-radius: 16px;
    padding: 10px;
}
.logs-sec-new  .vc_carousel-inner {
    padding: 50px 0 !important;
/*     overflow: visible !important; */
}
.logs-sec-new .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
    padding: 10px !important;
}




.image-gallery .wpb_image_grid_ul {
    height: auto !important;
}

.image-gallery .wpb_image_grid_ul .isotope-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

/* Logo Sec GAllery */
.badges-row .vc_column-inner {border-right: 1px solid #000;padding-right: 50px;padding-top: 60px;}
.badges-row .vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: space-between;
}
.badges-row .vc_column-inner>.wpb_wrapper .wpb_single_image {
    text-align: center !important;
    margin: 0;
}
.image-gallery .owl-item li img {
    height: 170px;
    width: 300px;
    object-fit: scale-down;
    box-shadow: 0 0 5px #00000038;
    border-radius: 16px;
    padding: 10px;
}
.image-gallery  .owl-stage-outer {
    height: 230px;
}
.image-gallery {
    padding-top: 50px;
}
.image-gallery .owl-item li.isotope-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}
/* Process Section */
section.processsec img {
    height: 230px;
    object-fit: cover;
}
.processsec .vc_col-sm-4 >.vc_column-inner>.wpb_wrapper {
    background: #fff;
    box-shadow: 0px 0px 9px 2px rgb(238 237 237);
    padding-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.processsec .wpb_single_image {
    margin: 0;
}
.processsec h4.vc_custom_heading {/* margin-top: 5px; */font-size: 24px !important;line-height: 1;padding-left: 20px;}
.processsec .btn-custom.btn-arrow {
    padding-left: 20px;
}
.processsec .btn-custom.btn-arrow .vc_general {
    padding: 15px 86px 15px 25px !important;
}
.processsec .btn-custom.btn-arrow .vc_general:after {
    top: 30%;
}

.secOffer .wpb_single_image {
    width: 100%;
}
.secOffer  figure {
    width: 100%;
}
.secOffer  .vc_single_image-wrapper {
    width: 100%;
}
.secOffer img {
    width: 80%;
}
body .btn-custom {
    display: none;
}
div#slider_services .owl-nav .owl-next {
    right: -6%;
    position: absolute;
    top: 0%;
}
div#slider_services .owl-nav .owl-prev {
    left: -6%;
    position: absolute;
}
div#slider_services .owl-nav {
    position: absolute;
    top: 0%;
	width: 100%;
}
/*----------------------Faqs-------------------------*/
span.vc_tta-title-text {
    font-size: 27px;
    line-height: 51px;
    font-weight: 400;
    color: #000 !important;
}
.vc_tta.vc_general .vc_tta-panel-title a {
    background: #fff !important;
    border-bottom: 1px solid #6C8AAB !important ;
    border-right: none;
}
.vc_tta-panel-body {
    background: transparent !important;
    border-color: transparent !important;
    border-radius: 0;
}
.vc_tta-panel-heading {
    border: none !important;
}
.vc_tta.vc_general .vc_tta-panel-title {
    border-bottom: 1px solid #6C8AAB !important;
}
.faq-row {
    padding-top: 100px;
    padding-bottom: 100px;
}
i.vc_tta-controls-icon.vc_tta-controls-icon-chevron {
  height: 20px !important;
  width: 20px !important;
}