/*
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
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  -webkit-font-smoothing: auto;
   font-family: "Poppins", sans-serif;
}

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;
  transition: 0.5s;
}

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;
  font-family: "Kanit", sans-serif;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: .74rem 100px;
  position: absolute;
  z-index: 99;
  width: 100%;
}

.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: #fff;
  padding: 0.5rem 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  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: 0;
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
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 */
header#masthead .container-fluid {
    border: 1px solid #6B6B6B;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 15px;
    margin-top: -12px;
    backdrop-filter: blur(35.5px);
    background: rgb(255 255 255 / 12%);
    padding-top: 15px;
}
div#main-nav {
    justify-content: center !important;
}
.cont-btn a {
    font-size: 18px;
    line-height: 18px;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 18px 32px;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: 0.5s;
}
.cont-btn a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #176fb8;
    transition: 0.5s;
}
 .video-thumbnail {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer;
      position: relative;
    }
 .video-wrapper {
      position: absolute;
      width: 100%;
      height: 530px;
      margin-top: 0;
      top: 30px;
      right: 20px;
    }

    .video-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      margin: 0px auto;
    }

    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.7);
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }

    .video-player {
      /* display: none; */
      border-radius: 50%;
      overflow: hidden;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }

    video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* border-radius: 50%; */
    }
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    display: none;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 20px;
}

.vc_tta-panel-heading {
}

.vc_tta-panel {
    border-radius: 20px !important;
    border: none;
    padding: 0;
    background: transparent;
    margin-left: 15px !important;
    height: 240px;
    margin-top: 2px;
    opacity: 0.8;
    margin-bottom: 30px;
    transform: translate(0, -54%);
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    /* background: #fff !important; */
}

.vc_tta-panel-body {
    border: none !important;
    background: #ffffff00 !important;
}

.vc_tta-panel-heading {
    border: none !important;
}

.vc_active i {
    display: none !important;
}

span.vc_tta-title-text {
    font-size: 27px;
    font-weight: 500;
    color: #000;
}

.vc_tta-panel i.vc_tta-icon.fas.fa-arrow-right {
    background: #003568;
    width: 55px !important;
    height: 55px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 10px;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px !important;
    padding: 5px;
    background: #fff !important;
    padding-top: 20px !important;
    padding-bottom: 20px;
    padding-right: 16px;
}

.vc_tta.vc_general .vc_tta-icon::before {transform: rotate(320deg);}

.vc_tta-panels .vc_tta-panel:nth-child(2) {
    margin-left: 110px !important;
}
.vc_tta-panel.vc_active {
    background: #fff;
    opacity: 1;
}
.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-top: 0 !important;
    padding-bottom: 11px !important;
}
.vc_tta-panels .vc_tta-panel:nth-child(2) {
    transform: translate(0, -44%);
}
.vc_tta-panels .vc_tta-panel:nth-child(4) {
    margin-left: -100px !important;
    margin-top: -60px;
}
.vc_tta-panels .vc_tta-panel:nth-child(1).vc_active {
    transform: translate(0, -8%);
}
.vc_tta-panels .vc_tta-panel:nth-child(1) {
    transform: translate(0, -32%);
}
section.vc_section.sec-services:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://drjamesmcdba.com/wp-content/uploads/2025/07/Group-1000001786-1.png);
    background-size: 95% 100%;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    top: 0px;
}

.vc_tta-panel-heading {
    background: transparent !important;
    width: 100%;
}

.vc_active {
    padding-top: 20px;
    padding-bottom: 10px;
}
section.vc_section.sec-services {
    padding-top: 60px;
    padding-bottom: 0;
}

section.vc_section.sec-services .vc_col-sm-6:first-child:after {
    content: '';
    position: absolute;
    width: 100%;
    background-repeat: no-repeat !important;
    background: url(https://drjamesmcdba.com/wp-content/uploads/2025/08/Frame-15.png) !important;
    z-index: 99;
    top: 0;
    left: 0;
    height: 730px;
    width: 376px;
    left: 302px;
}

section.vc_section.sec-services .vc_col-sm-6:first-child {
    position: relative;
}
section.vc_section.sec-bigVideo {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
section.vc_section.sec-bigVideo:after {
    /* content: ''; */
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(https://drjamesmcdba.com/wp-content/uploads/2025/07/Group-1000001782.png);
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.vc_section.sec-contact:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://drjamesmcdba.com/wp-content/uploads/2025/07/Group-1000001786-1.png);
    background-size: 95% 100%;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    top: 0px;
}
section.vc_section.sec-contact img {
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
}
section.vc_section.sec-contact {
    padding-top: 60px;
    padding-bottom: 60px;
}
.cont_form {
    border: 1px solid rgb(255 255 255 / 30%);
    padding: 10px;
    padding-bottom: 10px;
    padding-top: 15px;
    border-radius: 20px;
    background: rgb(255 255 255 / 6%);
}
.cont_form .form-control {
    height: 60px;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    background: transparent;
    color: #fff;
}
.cont_form label {
    color: #fff;
    font-size: 18px;
    padding-left: 3px;
}
.cont_form textarea {
    height: 136px !important;
}
.cont_form p {
    margin-bottom: 10px;
    line-height: unset !important;
}
section.vc_section.sec-contact p {
    color: #C5C5C5;
    font-size: 18px;
    line-height: 32px;
}
section.vc_section.sec-contact h2 {
    padding: 0;
}
.cont_form .btn-primary {
    width: 100%;
    border-radius: 10px;
    height: 60px;
    font-size: 18px;
    background: #fff;
    color: #000;
    border: none;
    margin-top: 10px;
}
section.vc_section.sec-about {
    padding-top: 110px;
    padding-bottom: 80px;
}
section.vc_section.sec-about img {
    height: 580px;
    object-fit: cover;
    border-radius: 20px;
    object-position: 100% 30%;
}
section.vc_section.sec-about p {
    font-size: 18px;
    line-height: 32px;
}

.site-btn .vc_general {
    background: #003568 !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 15px 23px !important;
    border-radius: 10px !important;
    border: 1px solid #003568 !important;
    z-index: 9;
}

.site-btn .vc_general:hover {
    background: transparent !important;
    color: #003568 !important;
    border: 1px solid #003568 !important;
}

/* Footer */
.newsletter .form-control {
    height: 60px;
    background: rgb(0 0 0 / 10%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 10px;
    padding: 12px 20px;
}
.newsletter .btn-primary {
    font-size: 0;
    line-height: 18px !important;
    color: #000 !important;
    border: 1px solid #003568 !important;
    padding: 18px 26px !important;
    transition: 0.5s;
    border-radius: 10px !important;
    width: unset;
    position: absolute;
    top: 4px;
    right: 5px;
    background-image: url(https://drjamesmcdba.com/wp-content/uploads/2025/07/Group-1000001193.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 50px;
}
.newsletter {
    position: relative;
}
.newsletter .form-control::placeholder {
    color: #000;
}
.ft-2 {
    display: flex;
    justify-content: center;
}
div#footer-widget p {
    font-size: 16px;
    line-height: 28px;
    color: #282828;
}
div#footer-widget a {
    color: #282828;
    text-decoration: none;
    font-size: 16px;
}
div#footer-widget h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
}
.ft-1 p {
    margin-bottom: 15px;
}
.ft-2 a {
    padding: 0;
    line-height: 42px;
    text-transform: capitalize;
    background: transparent !important;
}
.ft-1 p:nth-child(2) {
    padding-left: 26px;
}
.ft-1 p:nth-child(3) {
    padding-left: 26px;
}
.ft-1 p:nth-child(2):before {
    content: '';
    position: absolute;
    width: 22px;
    height: 20px;
    background: url(https://drjamesmcdba.com/wp-content/uploads/2025/07/phone2.png);
    left: 11px;
}
.ft-1 p:nth-child(3):before {
    background: url(https://drjamesmcdba.com/wp-content/uploads/2025/07/mail2.png);
    content: '';
    width: 23px;
    height: 16px;
    position: absolute;
    left: -5px;
    top: 4px;
}
.ft-1 p:nth-child(3) {
    position: relative;
}
div#footer-widget {
    padding-top: 50px;
    padding-bottom: 50px;
}
.site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-info p {
    margin: 0;
    color: #424242;
    font-size: 16px;
}
ul.foot-icons {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
}
ul.foot-icons li a {
    background: #003568;
    color: #fff !important;
    width: 35px !important;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
}
.site-info a {
    color: #003568 !important;
    font-weight: 600;
}
footer#colophon .pb-3 {
    border-top: 1px solid #B4B4B4 !important;
    padding: 1.2rem 0 !important;
}
.vc_tta-panel a {
    font-size: 15px;
    line-height: 18px;
    background: #003568;
    color: #fff;
    text-decoration: none;
    padding: 12px 21px;
    border-radius: 10px;
    border: 1px solid #003568;
    transition: 0.5s;
}
.side-links {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 99;
    text-align: right;
}
.what-img {position: fixed;right: 0;top: 400px;}

.breadcrumbs {
    padding: 150px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.breadcrumbs h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.about-block {
    background: #ccc;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    text-align: center;
}
.about-block p {
    text-align: center !important;
}
.about-block ul {list-style: none;padding: 0;display: flex;justify-content: center;gap: 30px;}

.about-block ul li a {
    font-size: 30px;
    background: #003568;
    color: #fff !important;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
}
section.vc_section.sec-about-inner img {
    height: 530px;
    object-fit: cover;
    object-position: 80% 20%;
    border-radius: 20px;
}
section.vc_section.sec-about-inner p {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}


ul#advanced-tabs-wrap-3448 li.ult_tab_li {
    display: block !important;
}


.ult_tabmenu.style1, .ult_tabmenu.style2 {
    justify-content: space-between !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.ult_tabmenu.style1, .ult_tabmenu.style2 li {
    background-color: transparent !important;
    border-radius: 10px !important; 
}
span.ult_tab_section span.ult-span-text.ult-responsive {
    font-size: 17px !important;
    width: 100% !important;
    display: block !important; 
    margin-top: 20px !important;
    font-weight: 600 !important;
}
.aio-icon.none.ult_tab_iconright {
    font-size: 30px !important;
    position: absolute;
    top: 18px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
.ult_tabmenu.style1 a.ult_a {
    padding: 35px 28px 28px !important;
}
.ult_tabmenu.style1 li.ult_tab_li {
  background: transparent !important;
  border-radius: 10px !important;
}
.ult_tabmenu.style1 li.ult_tab_li a {
    background: transparent !important;
}
.ult_tabmenu.style1 li.ult_tab_li.current a {
    background: #003568 !important;
}
.ult_tab_li a:hover {
    color: #003568  !important;
}
.ult_tab_li a:hover i {
    color: #003568 !important;
}
.ult_tab_li.current a:hover {
    color: #fff !important;
}
.ult_tab_li.current a:hover i {
    color: #fff !important;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper:hover {
  background: #000;
  transform: scale(1.02);
  transition: 0.5s;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper img {
    height: 350px;
}
ul.list-lines li:hover {
    background: linear-gradient(228deg, #176eb8, #003568);
    transition: 0.5s;
    transform: translate(0px, -5px);
}
.link-block a:hover {
    background: linear-gradient(228deg, #176eb8, #003568);
    transition: 0.5s;
    transform: translate(0px, -5px);
}
.link-block a:hover:after {
    color: #000;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    background: linear-gradient(45deg, #176eb8, #003568);
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
    height: 475px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper:hover {
  background: linear-gradient(228deg, #176eb8, #003568);
  transform: scale(1.02);
  transition: 0.5s;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper img {
    height: 350px;
}
.prod-row .vc_col-sm-3 .wpb_wrapper .wpb_single_image {
    margin-bottom: 0;
}
.prod-row .vc_col-sm-3 .wpb_wrapper h2 {
    font-size: 18px !important;
    text-align: center !important;
    color: #fff !important;
    margin-top: 10px;
}
.tab-btn .vc_general {
    background: #003568 !important;
}
.link-block a {
    font-size: 18px;
    background: linear-gradient(45deg, #176eb8, #003568);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    transition: 0.5s;
}
.ult_tabs h2 {
    font-size: 40px !important;
}
ul.list-lines {
    list-style: none;
    padding: 0;
}
ul.list-lines li {
    padding: 20px;
    background: linear-gradient(45deg, #176eb8, #003568);
    margin-bottom: 20px;
    border-radius: 15px;
    color: #fff;
    position: relative;
    padding-left: 35px;
}

.tab-btn .vc_general {
    background: #fff !important;
    color: #000 !important;
}

.tab-btn .vc_general:hover {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.prod-row .vc_col-sm-3 .wpb_wrapper img {
    border-radius: 10px;
}

.link-block a:after {
    content: '\f061';
    position: absolute;
    width: 45px;
    height: 45px;
    background: #fff;
    right: 9px;
    top: 9px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #0a4c89;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.list-lines li:before {
    content: '\f00c';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 15px;
    top: 25px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
}
section.vc_section.sec-about-inner {
    padding-top: 60px;
}
.about-block h2 {
    font-size: 35px;
}
.services-img img {
    height: 233px;
    object-fit: cover;
    border-radius: 16px;
}
.services-content h4 {
    font-size: 26px;
    line-height: 1.2;
    height: 58px;
}
.services-box {
    padding: 20px;
    box-shadow: 0 0 20px 4px #00000014;
    border-radius: 15px;
    margin-bottom: 30px;
}
.services-content p {
    height: 143px;
}
.services-content a {
    background: #003568;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
}
ul.list-lines li a {
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    position: relative;
    width: fit-content;
}

ul.list-lines li a:after {
    content: '\f061';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    right: -40px;
    top: 0;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #0a4c89;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.widget_media_image {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
}
section#media_image-2 {
    margin: 0;
    padding: 0;
}
.single-serv-row .services-box {
    display: flex;
    gap: 20px;
    margin: 60px 0;
    padding: 0;
    box-shadow: none;
}

.single-serv-row .services-box p {
    height: unset;
    font-size: 17px;
    line-height: 30px;
}

.single-serv-row .services-box  .services-img {
    width: 90%;
}

.single-serv-row .services-box .services-img img {
    height: 330px;
}

.single-serv-row  .services-content {
    width: 100%;
}

.single-serv-row .vc_general {background: #003568;color: #fff;font-size: 18px;padding: 15px 23px;border-radius: 10px;border: 1px solid #003568;}

.single-serv-row .services-content h4 {
    font-size: 40px;
    margin-top: 0;
    height: unset;
}

.social-sidebar {
  position: fixed;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

.social-icon {
  display: block;
  width: 40px;
  padding: 12px 0;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: Arial, sans-serif;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 10px;
}

.social-icon::before {
  content: attr(data-label);
  position: absolute;
  left: 100%;
  margin-left: 10px;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
  font-size: 12px;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
}

.social-icon:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.facebook { background: #3b5998; }
.instagram { background: #e4405f; }
.wechat { background: #7bb32e; }
.linkedin { background: #0077b5; }

.social-icon:hover {
  width: 160px;
  padding-left: 10px;
  text-align: left;
  color: #fff;
}
.page-id-55 .social-sidebar {
    display: none;
}
section#text-4 ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 5px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
    align-items: center;
}

section#text-4 {
    margin: 0;
}
.social-icon:hover:before {
    left: 20%;
    background: transparent;
}

.social-icon:hover {
    padding-left: 130px;
}

.social-icon:before {
    background: transparent;
}
.ft-1 ul li img {
    width: 170px;
    margin: 0;
    height: 60px;
    object-fit: scale-down;
}
section#text-4 ul li {
    max-width: 41%;
    flex: 0 0 48%;
}
section#text-4 ul li:nth-child(2) img {/* height: 160px; */width: 310px !important;}
section#text-4 ul li:nth-child(2) {
    width: 200px;
    max-width: 200px;
}
@media (max-width: 1300px) {
.vc_tta-panels .vc_tta-panel:nth-child(3) {
    width: 96%;
}
.vc_tta-panels .vc_tta-panel:nth-child(2) {
    margin-left: 110px !important;
    width: 81%;
}
.vc_tta-panels .vc_tta-panel:nth-child(1) {
    width: 98%;
}
}
.about-block ul li a {
    position: unset;
}
.wpcf7 form .wpcf7-response-output {
    background: #fff;
}
.play-bt {
    cursor: pointer;
}

.new-head {
    position: absolute;
    z-index: 9;
    right: 0;
    border-bottom: none;
    display: unset;
    padding: 10px;
}
.new-head button.close {
    font-size: 40px;
    opacity: 1;
}
.modal-dialog {
    margin-bottom: 0 !important;
    margin-top: 7%;
}
.vid-head {
    position: absolute;
    right: 0;
    z-index: 9;
    display: unset;
    border: none;
}
.vid-head button.close {
    font-size: 40px;
    color: #fff !important;
    opacity: 1;
}
.modal-body {
    padding: 0;
}
.new-dial {
    max-width: 80%;
}
a#clos__menu {
    display: none;
}

@media only screen and (max-width: 1199px) {
button.navbar-toggler {
    background: #be002d;
}
button.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
div#main-nav {
    position: fixed;
    height: 100%;
    left: 0;
    transform: translateX(-102%);
    top: 0px;
    transition: 0.5s all ease-in-out;
    background: #000;
    padding: 40px 40px;
    width: 35%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: start !important;
    text-align: left;
    overflow-y: scroll;
}
div#main-nav.show {
    transform: none;
    /* display: grid; */
}
div#main-nav .navbar-brand {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 30px;
    order: -1;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
} 
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px !important;
    line-height: 45px !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:first-child) {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}
a#clos__menu {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    font-size: 22px;
    color: #fff;
    background: #bd002a;
    line-height: 1;
    padding: 10px 14px;
    border-radius: 4px;
}
#masthead nav {
    padding: 5px 0;

}
header#masthead {
    padding-left: 0;
    padding-right: 0;
}
header#masthead .container-fluid {
    backdrop-filter: none;
    background: none;
    border: none;
}
  ul#menu-main-menu {
    width: 100%;
}
.cont-btn a {
    color: #fff;
    background: none;
    border: none;
    font-size: 16px;
    padding: 0.5rem 20px;
}
.cont-btn {
    line-height: 60px;
}
.cont-btn a:hover {
    background: none;
    border: none;
}
.vid-pop img {zoom: 0.8;margin-top: 10px;}
.video-player {
    height: 85%;
    top: -11px;
}
section.vc_section.sec-services .vc_col-sm-6:first-child:after {
    height: 620px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    left: 247px;
}
section.vc_section.sec-services .vc_col-sm-6:first-child {
    position: relative !important;
}
.video-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-button img {
    display: block !important;
}
.video-thumbnail img {
    display: none;
}
.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-button {
    top: 42%;
}
.vc_tta-panels .vc_tta-panel:nth-child(2) {
    margin-left: 90px !important;
    width: 90%;
    align-items: center;
}
.vc_tta.vc_general .vc_tta-panel {
    zoom: 0.9;
}
.cont_form {
    zoom: 0.9;
}
}


@media only screen and (max-width: 1024px) {
section.vc_section.sec-services:before {
    background-size: 100% 100%;
}
.vc_tta-panels .vc_tta-panel:nth-child(2) {
    margin-bottom: 50px;
    margin-left: 130px !important;
    width: 80%;
    margin-top: 50px !important;
}
section.vc_section.sec-services .vc_col-sm-6:first-child:after {
    left: 270px;
}
.video-wrapper {
    right: 0;
}
.vc_tta-panels .vc_tta-panel:nth-child(1) {
    margin-left: 40px !important;
    width: 90%;
}
.vc_tta-panels .vc_tta-panel:nth-child(3) {
    margin-left: 40px !important;
}
.vc_tta-panels .vc_tta-panel:nth-child(4) {
    margin-left: -80px !important;
}
.what-img {
    top: 200px;
}
}


@media only screen and (max-width: 991px) {
.video-wrapper {
    height: 400px;
    top: 20px;
}
section.vc_section.sec-services .vc_col-sm-6:first-child:after {
    height: 480px;
    left: 200px;
    width: 67%;
    top: -7px;
}
.vc_tta.vc_general .vc_tta-panel {
    zoom: 0.7;
    width: auto;
    height: 210px;
}
.vc_tta-panels .vc_tta-panel:nth-child(2) {
    height: 210px;
    margin-bottom: 20px;
    margin-top: 40px !important;
}
section.vc_section.sec-about {
    zoom: 0.7;
}
section.vc_section.sec-contact .vc_column-inner {
    zoom: 0.7;
}
div#footer-widget h3 {
    zoom: 0.8;
}
section.vc_section.sec-about-inner img {
    height: 360px;
}
.about-block {
    height: 360px;
}
.about-block h2 {
    zoom: 0.8;
}
.about-block ul li a {
    zoom: 0.8;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper img {
    height: 190px;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    height: 310px;
    gap: 10px;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .tab-btn .vc_general {
    zoom: 0.9;
}
.link-block p {
    text-align: left !important;
}
.breadcrumbs {
    padding: 100px;
}
.services-img img {
    height: unset;
}
.services-content p {
    height: unset;
}
.services-box {
    zoom: 0.8;
}
.services-content h4 {
    height: unset;
}
ul.list-lines li {
    zoom: 0.9;
}
}

@media only screen and (max-width: 767px) {
.video-wrapper {
    position: unset;
    height: 270px;
    width: 100%;
}
.single-serv-row .services-box {
    display: block;
    zoom: 0.9;
}
.single-serv-row .services-box .services-img {
    width: 100%;
    margin-bottom: 20px;
}
.video-player {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 10px;
}
.services-box {
    zoom: 1;
    text-align: center;
}
section.vc_section.sec-services .vc_col-sm-6:first-child:after {
    display: none;
}
.play-button {
    top: 50%;
}
.vc_tta-panels {
    padding-top: 50px;
}
.vc_tta.vc_general .vc_tta-panel {
    width: 100% !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
    zoom: 0.9;
}
.vc_tta-panel.vc_active {
    height: 190px !important;
    margin-bottom: 40px !important;
}
.vc_tta-panels .vc_tta-panel:nth-child(2) {
    height: 180px;
    margin-bottom: 0 !important;
}
.vc_tta-panels .vc_tta-panel:nth-child(1) {
    height: 130px;
}
section.vc_section.sec-services:before {
    background-size: cover;
    height: 100%;
}
section.vc_section.sec-contact img {
    height: 600px;
    object-position: 100% 14%;
}
section.vc_section.sec-contact:before {
    background-size: cover;
}
section.vc_section.sec-contact .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    text-align: center;
}
section.vc_section.sec-bigVideo {
    padding-top: 50px;
    padding-bottom: 50px;
}
.cont_form {
    zoom: 1;
}
section.vc_section.sec-contact .vc_column-inner {
    zoom: 0.8;
}
section.vc_section.sec-about img {
    object-position: 100% 20%;
}
section.vc_section.sec-about {
    zoom: 0.9;
    text-align: center;
}
div#footer-widget {
    text-align: center;
    padding-bottom: 0;
}

.ft-1 p {
    padding: 0 !important;
}
.ft-1 p:before {
    display: none;
}
section#text-4 ul li {
    max-width: 100%;
    flex: 100%;
}
.ft-1 ul li img {
    width: unset;
}
div#footer-widget h3 {
    zoom: 1;
}
.vc_do_custom_heading {
    text-align: center !important;
}
.vid-pop img {
    zoom: 0.6;
    margin-top: 40px;
}
.site-info {
    justify-content: center;
}
.video-player {
    top: 0;
}
.vc_tta-panel {
    text-align: center !important;
}
.vc_tta-panel.vc_active .vc_tta-panel-title>a {
    display: unset !important;
}
.read-btn {
    display: block;
}
section.vc_section.sec-contact {
    text-align: center;
}
.cont_form p {
    text-align: left !important;
}
div#main-nav {
    width: 50%;
}
.navbar-brand {
    width: 18%;
}
.modal-body {
    width: 80%;
    margin: 0 auto;
}
.new-dial {
    max-width: 100%;
}
.new-dial .modal-body {
    width: 100%;
    margin: 0 auto;
}
.breadcrumbs {
    padding: 80px;
}
.ult_tabmenu.style1, .ult_tabmenu.style2 {
    display: block;
    width: 100%;
}
.ult_tabmenu.style1 a.ult_a {
    width: 100% !important;
}
.ult_tabmenu.style1 li.ult_tab_li {
    width: 100%;
}
#advanced-tabs-wrap-1995 .ult-span-text {
    text-align: center;
    width: unset !important;
}
span.ult_tab_section {
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.ult_tabmenu.style1 li.ult_tab_li a {
    display: flex;
    justify-content: center;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    height: 390px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    gap: 20px;
}
.prod-row .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper img {
    height: 280px;
    object-fit: contain;
    margin: 0 auto;
    width: 100%;
}
.link-block p {
    text-align: left !important;
}
.link-block a {
    font-size: 16px;
}
ul.list-lines li {
    font-size: 17px;
    zoom: 0.8;
}
.about-block {
    height: 340px;
}
}

@media only screen and (max-width: 620px) {
.what-img {
    width: 13%;
}
.social-icon {
    width: 30px;
    padding: 5px;
}
.video-player {
    padding: 0 15px;
}
.video-player {
    padding: 0 15px;
}

section.vc_section.sec-about {
    padding-top: 50px;
}
.vc_do_custom_heading {
    zoom: 0.82;
}
}

@media only screen and (max-width: 568px) {
ul.list-lines li {
    zoom: 0.9;
}
ul.list-lines li {
    font-size: 15px;
}
ul.list-lines li:nth-child(6) a:after {
    right: 0;
    top: 27px;
    left: 47%;
}
/* section#text-4 ul {
    display: block;
} */

/* section#text-4 ul li:nth-child(2) img {
    height: 150px;
} */
}

@media only screen and (max-width: 480px) {
div#main-nav {
    width: 80%;
}
.navbar-brand {
    width: 35%;
}
.site-info p {
    text-align: center;
    font-size: 13px;
}
section.vc_section.sec-about img {
    object-position: 50% 20%;
}
}
@media only screen and (max-width: 420px) {
.vc_tta.vc_general .vc_tta-panel {
    zoom: 0.7;
}
.breadcrumbs {
    padding: 50px 0;
}
.breadcrumbs h1 {
    font-size: 35px;
}
section.vc_section.sec-about-inner p {
    zoom: 0.8;
    text-align: center;
}
section.vc_section.sec-about {
    zoom: 0.8;
}
ul.list-lines li a:after {
    display: none;
}
ul.list-lines li a {
    word-break: break-all;
}
.about-block {
    zoom: 0.9;
}
.video-wrapper {
    height: 150px;
}
}