/*
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: "Mulish", sans-serif;
  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;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  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%;
  }
}

.container {
    max-width: 1200px !important;
}

div#content {
    padding: 0px !important;
}

.entry-content {
    margin: 0px !important;
}

/*-------------------HEADER CSS---------------------*/
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 400 !important;
    color: #fff !important;
}

.navbar-nav a.nav-link {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #fff !important;
    margin-left: 43px;
    transition: all 0.5s ease-in-out !important;
    font-weight: 400 !important;
}

div#main-nav ul li a:hover:before,
div#main-nav ul li a:hover:after {
  transform: translate(0,0);
  opacity: 1 !important;
}

#masthead .navbar div#main-nav ul li a:hover {
    color: #F87F48 !important;
}

.icon-1 a {
    color: #fff;
    font-size: 27px;
    margin-right: 30px;
    transition: all 0.5s ease-in-out;
}

.icon-1 a:hover {
    color: #FF6600 !important;
    transition: all 0.5s ease-in-out !important;
}

.navbar-brand {
    /* padding-left: 70px; */
}

.icon-1 {
    padding-right: 60px;
}

.navbar-nav {
    /* padding-right: 200px; */
}

div#main-nav ul li a {
    position: relative;
    transition: all 0.5s ease-in-out;
}

div#main-nav ul li a:before {
    content: '';
    right: 0;
    top: 0;
    border-top: 3px solid #F87F48;
    border-right: 3px solid #F87F48;
    transform: translate(-100%, 50%);
}

div#main-nav ul li a:after {
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #F87F48;
    border-left: 3px solid #F87F48;
    transform: translate(100%, -50%);
}

div#main-nav ul li a::before, div#main-nav ul li a::after {
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    transition: all .35s ease;
    opacity: 0;
}
/*-------------------BANNER CSS--------------------*/

.banner-sec {
    padding-left: 76px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 300px !important;
    padding-bottom: 200px;
}

.banner-para p {
    font-size: 22px;
    color: #fff;
    line-height: 28px !important;
    font-family: 'Mulish';
}

.banner-head {
  margin-bottom: 0px !important;
  padding-top: 63px;
  margin-top: 0px !important;
  font-weight: 800;
  font-family: mulish;
}

header#masthead {
    position: absolute;
    width: 100% !important;
    z-index: 99 !important;
    background: transparent !important;
    box-shadow: unset !important;
    padding-top: 50px;
}

.theme-btn-banner a.vc_general {
    font-size: 16px !important;
    line-height: 27px !important;
    font-family: 'Poppins' !important;
    background-image: unset !important;
    background-color: #FF6601 !important;
    color: #fff !important;
    border-radius: 5px !important;
    width: 284px !important;
    height: 60px !important;
    transition: all 0.5s ease-in-out !important;
    margin-top: 40px;
}

.theme-btn-banner a.vc_general:hover {
    background: transparent !important;
    border-color: #FF6600 !important;
    transition: all 0.5s ease-in-out !important;
}

.banner-sec:before {
    content: 'First Nations Finance LLC';
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    font-size: 157px;
    line-height: 197px;
    font-family: 'Mulish';
    font-weight: 700;
    color: transparent;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 19%);
}

.banner-sec:before{
-webkit-animation: marquee 12s infinite alternate;
animation: marquee 12s infinite alternate;
}


@keyframes marquee {
0% { transform: translateX(300px); }
100% { transform: translateX(-400px); }
}

/*------------------------SEC CSS-------------------------*/

.sec-2 {
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.head-sec {
    font-weight: 800;
    font-family: 'Mulish';
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 20px;
    padding-bottom: 50px;
}

.sec-para p {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #000;
    font-family: 'Mulish';
    font-weight: 600;
}

.sec-img img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out !important;
}

.sec-img img {
    overflow: hidden !important;
    transition: all 0.5s ease-in-out !important;
}

.sec-img {
    overflow: hidden !important;
}

.sec-theme-btn a.vc_general {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 21px !important;
    background-image: unset !important;
    background-color: #FF6600 !important;
    border-radius: 5px !important;
    transition: all 0.5s ease-in-out !important;
    width: fit-content;
    padding: 18px 20px;
    font-family: 'Poppins';
    text-transform: uppercase;
    border: solid 1px#FF6600 !important;
    text-decoration: none !important;
}

.sec-theme-btn a.vc_general:hover {
    background: transparent !important;
    border-color: #FF6600 !important;
    color: #FF6600 !important;
    transition: all 0.6s ease-in-out;
}


/*---------------------sec 3 css---------------------------*/

.sec-3 {
    padding-left: 150px !important;
    padding-right: 150px !important;
    padding-top: 100px !important;
    padding-bottom: 50px;
}

.sec-3-head {
    font-family: 'Mulish';
    font-weight: 800;
    margin-bottom: 0px !important;
    padding-bottom: 40px;
}

.sec-3-image {
    overflow: hidden !important;
}

.sec-3-image img {
    transition: all 0.5s ease-in-out !important;
}

.sec-3-image img:hover {
    transform: scale(1.1) !important;
    transition: all 0.5s ease-in-out !important;
}

/*--------------------SEC 4 css--------------------------*/

.sec-4-head {
    font-family: 'Mulish';
    font-weight: 800;
    margin-bottom: 0px !important;
    padding-bottom: 35px;
}

.sec-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.sec-4-para p {
    line-height: 28px;
    font-size: 22px;
    color: #000;
    text-align: center;
    font-family: 'Mulish';
    font-weight: 600;
}

#owl_custom11 .owl-nav {
    position: relative;
    top: -412px;
    bottom: 0;
    font-size: 85px;
    color: #fff;
    font-weight: 200 !important;
}

#owl_custom11 button.owl-prev {
    position: absolute;
    left: 28px;
}

#owl_custom11 button.owl-next {
    position: absolute;
    right: 23px;
}

#owl_custom11 button.owl-prev:focus {
    outline: unset !important;
}

#owl_custom11 button.owl-next:focus {
    outline: unset !important;
}

.slider-box img {
    height: 700px;
}

/*----------------------sec 5 css---------------------------*/

.sec-5-head {
    font-family: 'Mulish';
    font-weight: 800;
    margin-bottom: 0px !important;
    margin-left: 20px;
}

.sec-5-theme-btn button.vc_general {
    font-size: 16px;
    line-height: 21px;
    color: #fff !important;
    background-image: unset !important;
    background-color: #FF6600 !important;
    border-radius: 5px !important;
    transition: all 0.5s ease-in-out !important;
    width: 174px;
    padding-top: 18px;
    padding-bottom: 19px;
}

.sec-5-theme-btn button.vc_general:hover {
    background: transparent !important;
    border-color: #FF6600 !important;
    color: #FF6600 !important;
}

.services-head h2 {
    text-align: center;
    margin-top: 80px !important;
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 30px;
}

.services-head {
    border: 1px solid #F4F4F4;
    border-radius: 0px 0px 200px 200px;
    padding-bottom: 100px;
    background: #F4F4F4;
}


.arrow-btn {
    text-align: center !important;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}

.arrow-btn:before {
    content: '';
    background: url(images/arrow-back.png);
    position: absolute;
    bottom: 0;
    width: 92px;
    height: 29px;
    z-index: -1;
    right: 37%;
}

.arrow-btn a {
    color: #fff;
}

.services-box {
    position: relative;
    border: 1px dashed;
    border-radius: 0px 0px 200px 200px;
    padding: 20px 20px 0px 20px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #ff6600 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.vc_tta-panel-body {
    background: #fff !important;
    border-color: #fff !important;
}

.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-color: unset !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: unset !important;
    background: transparent !important;
    border: unset !important;
    color: #000;
}

.vc_tta-tab a {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 27px !important;
    margin-left: 20px !important;
    font-family: poppins !important;
}

.row-1 {
    padding-top: 30px;
}

.services-img img:hover {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out !important;
}

.services-img img {
    transition: all 0.5s ease-in-out !important;
}

.services-img {
    overflow: hidden !important;
}

#owl_custom12 .owl-dots.disabled {
    display: block !important;
}

#owl_custom12 button.owl-dot.active {
    width: 18px;
    height: 18px;
    color: #FF6600 !important;
    background: #FF6600 !important;
    border-radius: 100% !important;
}


#owl_custom12 .owl-nav {
    display: none !important;
}

#owl_custom12 button.owl-dot {
    width: 18px;
    height: 18px;
    border: 1px solid #f60 !important;
    border-radius: 100%;
    margin-right: 10px;
}

#owl_custom12 .owl-dots {
    text-align: center !important;
    padding-top: 40px;
}

/*------------------------sec 6 css----------------------------*/
.sec-6-para h2 {
    text-align: center;
    font-size: 116px;
    color: #fff;
    font-family: 'Mulish';
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 0px !important;
}

.sec-6-para strong {
    font-weight: 600 !important;
    font-style: italic;
    color: #FF6600;
}

.sec-6-c .vc_column-inner {
    border-radius: 10px !important;
}

.msg {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin-left: 30px;
}

.msg a {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: mulish;
    position: relative;
    border-left: 1px solid;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.msg i {
    margin-right: 5px;
    font-size: 25px;
}

/*.msg a:before {
    position: absolute;
    top: 0;
    right: -60px;
    background-color: #fff;
    width: 2px;
    height: 36px;
    content: '';
}*/

.msg a i {
    padding-left: 60px;
}

.msg a:first-child {
    border: navajowhite;
}

.msg a:hover {
    color: #ff6600;
    transition: all 0.5s ease-in-out;
}

.sec-6 {
    padding-top: 70px;
    padding-bottom: 70px;
}

/*--------------------sec 7 css--------------------------*/

.sec-7 {
    padding-left: 100px !important;
    padding-right: 70px !important;
}

.ser-para-1 img {
    filter: invert(69%) sepia(38%) saturate(3580%) hue-rotate(207deg) brightness(92%) contrast(99%);
    transition: all 0.5s ease-in-out !important;
}

.ser-para-2 {
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    width: 274px;
    height: 245px;
    border-radius: 0px 0px 20px 20px;
}

.ser-para-2 p {
    margin-top: 50px;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins';
    line-height: 21px;
    font-weight: 700;
}

.ser-para-1 {
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    width: 274px;
    height: 245px;
    border-radius: 0px 0px 20px 20px;
    transition: all 0.5s ease-in-out !important;
}

.ser-para-1 p {
    margin-top: 50px;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins';
    line-height: 21px;
    font-weight: 700;
}

.sec-7-head {
    font-family: 'Mulish';
    font-weight: 700;
    margin-bottom: 0px !important;
    padding-bottom: 100px;
}

.sec-7 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.ser-para-1:hover {
    background: #FF6600;
    border-color: #FF6600;
    transition: all 0.5s ease-in-out;
}

.ser-para-1:hover img {
    filter: grayscale(1);
}
.ser-para-1 img, .ser-para-2 img {
    transition: all 0.5s ease-in-out;
}

.ser-para-2:hover {
    background: #FF6600;
    border-color: #FF6600;
    transition: all 0.5s ease-in-out;
}

.ser-para-2:hover img {
    filter: brightness(9.5);
    transition: all 0.5s ease-in-out;
}

.ser-para-1:hover p {
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.ser-para-2:hover p {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

/*-------------------------sec 8 css-------------------------*/

.sec-8 {
    margin-bottom: 40px;
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 110px !important;
    padding-bottom: 100px;
}

.slidertwo-img img {
    width: unset !important;
}

.slidertwo-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
    padding-top: 40px;
}

.slider-2-head {
    font-weight: 800;
    font-family: 'Mulish';
}
.slider-2-para p {
    font-size: 22px;
    color: #000;
    line-height: 1.4;
    font-family: 'Mulish';
    font-weight: 600;
}

.sellhouse-box h2 {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Mulish';
    color: #000;
    font-weight: 600;
}

#owl_custom13 .owl-nav {
    display: none !important;
}

#owl_custom13 button.owl-dot.active {
    position: relative;
    width: 29px;
    height: 10px;
    background: #545454 !important;
    border-radius: 6px;
}

#owl_custom13 button.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #CDD4DA !important;
    position: relative;
    border-radius: 100%;
    background: #CDD4DA !important;
    margin-left: 10px;
}

#owl_custom13 .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 27%;
}


.ContactForm {
    border: 1px solid #E5E5E5;
    background: #E5E5E5;
    padding-left: 51px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #0003;
}

.heading h2 {
    text-align: center;
    font-size: 42px;
    line-height: 53px;
    font-family: 'Mulish';
    font-weight: 800;
    color: #000;
    margin-top: 15px !important;
}

.ContactForm input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    height: 50px;
}

.ContactForm p {
    margin-bottom: 7px !important;
}

.ContactForm textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 120px !important;
}

.ContactForm input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    width: 100% !important;
    height: 50px !important;
    background: #FA7D09 !important;
    border-color: #FA7D09 !important;
    transition: all 0.5s ease-in-out !important;
}

.ContactForm input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:hover {
    background: transparent !important;
    color: #FA7D09 !important;
    transition: all 0.5s ease-in-out !important;
}

/*---------------------footer css-------------------*/

.theme-footer .subscribe {
    display: flex;
    align-items: center;
}
.theme-footer .first-row {
    background: #FF6600;
    border-radius: 10px;
    margin-left: 340px;
    margin-right: 340px;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 57px;
    padding-right: 57px;
    margin-top: -67px;
}
.theme-footer .first-row .subscribe-txt h4 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    width: 70%;
    font-family: 'Poppins';
}
.theme-footer .first-row .subscribe-txt {
    padding-left: 40px;
}
.theme-footer .first-row section#custom_html-2 {
    margin-bottom: 0;
}
.theme-footer .first-row .EmailForm input.form-control {
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
}
.theme-footer .first-row .EmailForm input.form-control::placeholder {
    color: #fff;
}
.theme-footer .first-row .EmailForm .btn-primary {
    background: transparent !important;
    border: none;
    box-shadow: none;
    background: url(images/arrow.png) !important;
    font-size: 0;
    width: 27px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.theme-footer .first-row .EmailForm p {
    margin-bottom: 0;
}

div#footer-widget {
    background-color: #000 !important;
}

.row.second-row {
    padding-top: 130px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
}

.ft3 p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffffb8;
    font-family: 'Poppins';
}

#footer-widget h3 {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    font-family: 'Mulish';
    font-weight: 700;
    margin-left: 11px;
}

.ft4 a.nav-link {
    color: #ffffffb8;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.5s ease-in-out;
    font-family: 'Poppins';
}

.ft4 a.nav-link:hover {
    background: transparent !important;
    color: #ff6600;
    padding-left: 26px !important;
}

.ft5 a.nav-link {
    color: #ffffffb8;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.5s ease-in-out;
    font-family: 'Poppins';
}

.ft5 a.nav-link:hover {
    background: transparent !important;
    color: #ff6600;
    padding-left: 26px !important;
}

.ft6 h3.widget-title {
    margin-left: 0px !important;
}


.EmailForm-2 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control {
    height: 60px !important;
    border-radius: 30px !important;
    background: #181818 !important;
    border-color: #181818 !important;
}

.EmailForm-2 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control::placeholder {
    font-size: 16px !important;
    padding-left: 10px !important;
   text-transform: uppercase !important;
}

.EmailForm-2 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    background: transparent !important;
    border: none;
    box-shadow: none;
    background: url(images/arrow-2.png) !important;
    font-size: 0;
    width: 0px;
    height: 17px;
    position: absolute;
    right: 43px;
    top: 20px;
}
.ft4 {
    padding-left: 70px;
}

.ft5 {
    padding-left: 50px;
}

.site-info a {
    text-decoration: none;
}

.site-info {
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-family: 'Poppins';
}

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

.EmailForm-2 span.wpcf7-list-item-label {
    line-height: 18px;
    color: #fffc;
    font-size: 14px;
    font-family: 'Mulish';
}

ul.dropdown-menu.show {
    min-width: max-content !important;
}


/*------------ REVEAL-ANIMATION-CSS -----------*/
/*  .reveal {
     position: relative;
     transform: translateY(150px);
     opacity: 0;
     transition: all 1s ease 0s;
}
 .reveal.active {
     transform: translateY(0px);
     opacity: 1;
}
 .revealleft {
     position: relative;
     transform: translateX(-150px);
     opacity: 0;
     transition: all 1s ease 0s;
}
 .revealleft.active {
     transform: translateX(0px);
     opacity: 1;
}
 .revealright {
     position: relative;
     transform: translateX(150px);
     opacity: 0;
     transition: all 1s ease 0s;
}
 .revealright.active {
     transform: translateX(0px);
     opacity: 1;
} */

a#clos__menu {
    display: none;
}
/*------------------------responsive css----------------------------*/

@media only screen and (max-width: 1600px) {

.navbar-brand {
    padding-left: 0px !important;
}

.icon-1 {
    padding-right: 0px !important;
}

.icon-1 a {
    font-size: 20px !important;
    margin-left: 22px !important;
}

.banner-head {
    font-size: 90px !important;
    line-height: 121px !important;
}

.banner-sec:before {
    font-size: 130px !important;
    line-height: 167px !important;
}

.head-sec {
    font-size: 38px !important;
    line-height: 43px !important;
}

.sec-para p {
    font-size: 20px !important;
    line-height: 28px !important;
}

.sec-3-head {
    font-size: 38px !important;
    line-height: 43px !important;
}

.sec-4-head {
    font-size: 38px !important;
    line-height: 43px !important;
}

.sec-4-para p {
    font-size: 20px !important;
    line-height: 28px !important;
}

.sec-5-head {
    font-size: 38px !important;
    line-height: 43px !important;
}

.sec-6-para h2 {
    font-size: 106px !important;
}

.msg a {
    font-size: 18px !important;
    line-height: 25px !important;
}

.sec-7-head {
    font-size: 38px !important;
    line-height: 43px !important;
}

.sec-7 {
    padding-left: 10px !important;
    padding-right: 20px !important;
}

.ser-para-1 {
    width: 240px !important;
}

.ser-para-2 {
    width: 240px !important;
}

.sec-8 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.slider-2-head {
    font-size: 38px !important;
    line-height: 43px !important;
}

.slider-2-para p {
    font-size: 20px !important;
    line-height: 28px !important;
}

.sellhouse-box h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-left: 30px;
}

.heading h2 {
    font-size: 36px !important;
    line-height: 43px !important;
}

.row.second-row {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
	
.blog-sec h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}	
}

@media only screen and (max-width: 1440px) {

  .navbar-nav {
    padding-right: 50px !important;
}

.banner-head {
    font-size: 80px !important;
    line-height: 101px !important;
}

.banner-para p {
    font-size: 18px !important;
    line-height: 28px !important;
}

.theme-btn-banner a.vc_general {
    width: 264px !important;
    font-size: 16px !important;
}

.banner-sec:before {
    font-size: 110px !important;
    line-height: 217px !important;
}

.head-sec {
    font-size: 35px !important;
    line-height: 40px !important;
}

.sec-para p {
    font-size: 18px !important;
    line-height: 28px !important;
}

.sec-2 {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 70px !important;
    padding-top: 70px !important;
}

.sec-3-head {
    font-size: 35px !important;
    line-height: 40px !important;
}

.sec-3 {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.sec-4-head {
    font-size: 35px !important;
    line-height: 40px !important;
}

.sec-4 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.sec-5-head {
    font-size: 35px !important;
    line-height: 40px !important;
}

.sec-6-para h2 {
    font-size: 96px !important;
}

.msg a {
    font-size: 17px !important;
    line-height: 25px !important;
}

.sec-7 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.sec-7-head {
    font-size: 35px !important;
    line-height: 40px !important;
    padding-bottom: 50px !important;
}

.ser-para-1 {
    width: 220px !important;
    height: 230px !important;
}

.ser-para-2 {
    width: 220px !important;
    height: 230px !important;
}

.ser-para-2 p {
    font-size: 15px !important;
    margin-top: 40px !important;
}

.slider-2-head {
    font-size: 35px !important;
    line-height: 40px !important;
}

.slider-2-para p {
    font-size: 18px !important;
    line-height: 28px !important;
}

.sec-8 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.heading h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}

.theme-footer .first-row {
    margin-left: 180px !important;
    margin-right: 180px !important;
}

.row.second-row {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ft3 p {
    font-size: 15px !important;
    line-height: 28px !important;
}
}


@media only screen and (max-width: 1366px) {

  .navbar-nav a.nav-link {
    font-size: 18px !important;
    line-height: 28px !important;
    margin-left: 33px !important;
}

.banner-head {
    font-size: 70px !important;
    line-height: 91px !important;
}

#owl_custom11 .owl-nav {
    top: -292px !important;
}

.sec-6-para h2 {
    font-size: 86px !important;
}

.ser-para-1 {
    width: 210px !important;
    height: 230px !important;
}

.ser-para-2 {
    width: 210px !important;
    height: 230px !important;
}
}

@media only screen and (max-width: 1200px) {

  .navbar-nav a.nav-link {
    font-size: 16px !important;
    line-height: 28px !important;
    margin-left: 13px !important;
}

.banner-head {
    font-size: 60px !important;
    line-height: 81px !important;
}

.banner-sec:before {
    font-size: 90px !important;
    line-height: 177px !important;
}

    .theme-btn-banner a.vc_general {
        font-size: 14px !important;
        width: 232px !important;
    }

.ser-para-1 {
    width: 180px !important;
    height: 210px !important;
}

.ser-para-2 {
    width: 180px !important;
    height: 210px !important;
}

.sellhouse-box h2 {
    font-size: 16px !important;
    line-height: 28px !important;
    margin-left: 30px !important;
}

.theme-footer .first-row {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.ft4 {
    padding-left: 30px !important;
}

.ft5 {
    padding-left: 10px !important;
}
	
section.banner-sec {
    padding-top: 180px !important;
    padding-bottom: 150px !important;
}
	
.ContactForm {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
	
.slider-2-head {
    font-size: 30px !important;
    line-height: 40px !important;
}

.sec-7-head {
    font-size: 30px !important;
    line-height: 40px !important;
}

.sec-5-head {
    font-size: 30px !important;
    line-height: 40px !important;
}

.sec-4-head {
    font-size: 30px !important;
    line-height: 40px !important;
}

.sec-3-head {
    font-size: 30px !important;
    line-height: 40px !important;
}

.head-sec {
    font-size: 30px !important;
    line-height: 40px !important;
}
	
.about-head {
    font-size: 30px !important;
    line-height: 40px !important;
}
	
.breadcrumbs h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
	
.gallery-sec h2 {
    font-size: 40px !important;
}
	
.secContact h2.vc_custom_heading.theme-h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

h2.vc_custom_heading.theme-h3 {
    font-size: 40px !important;
    line-height: 50px !important;
}	
}

@media only screen and (max-width: 1199px) {
	
.navbar-light .navbar-toggler {
    background: #ff6601;
}
	
.navbar-brand {
    width: 17% !important;
}
	
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #000;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    margin: 0;
    padding-bottom: 50px;
}
ul.dropdown-menu.show .navbar-brand {
    display: none;
}	
.dropdown-menu .dropdown-item {
    background: #fff !important;
}

div#main-nav ul li a::before, div#main-nav ul li a::after {
    display: none;
}
	
.navbar-light .navbar-toggler:focus {
    outline: none;
}
	
.navbar-nav {
        padding-right: 0px !important;
}
	
a#clos__menu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    background: #f86300;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 20px 20px;
    text-decoration: none;
	display: block !important;
}
	
.sec-theme-btn {
    margin-top: 40px !important;
}	
}

@media only screen and (max-width: 1024px) {
	
div#main-nav {
    width: 35% !important;
}
	
.banner-head {
    font-size: 50px !important;
    line-height: 61px !important;
}

.navbar-brand {
    width: 20% !important;
}

.banner-sec:before {
    font-size: 80px !important;
    line-height: 166px !important;
}


section.sec-3 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.sec-4 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.head-sec {
    font-size: 28px !important;
    line-height: 38px !important;
}

.sec-3-head {
    font-size: 28px !important;
    line-height: 38px !important;
}

.sec-4-head {
    font-size: 28px !important;
    line-height: 38px !important;
}

.sec-5-head {
    font-size: 28px !important;
    line-height: 38px !important;
}

.sec-6-para h2 {
    font-size: 76px !important;
}

.sec-7 .vc_col-sm-2 {
    width: 25% !important;
}

.slider-2-head {
    font-size: 28px !important;
    line-height: 38px !important;
}

.slider-2-para p {
    font-size: 16px !important;
    line-height: 28px !important;
}

.slidertwo-img {
    padding-right: 0px !important;
}

#owl_custom13 .owl-dots {
    right: 11% !important;
}

.ContactForm {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.heading h2 {
    font-size: 28px !important;
    line-height: 38px !important;
}

.theme-footer .first-row {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
	
.slider-box img {
    height: 500px !important;
}
	
.services-head h2 {
    font-size: 18px !important;
    line-height: 30px;
}

.sec-7-head {
    font-size: 28px !important;
    line-height: 38px !important;
}

.ft4 {
    padding-left: 10px !important;
}

#footer-widget h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}
	
.banner-para {
    margin-bottom: 0px !important;
}
	
.breadcrumbs h1 {
    font-size: 35px !important;
}

.about-head {
    font-size: 28px !important;
    line-height: 38px !important;
}

.about-sec h3 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.about-sec h4 {
    font-size: 18px !important;
}
	
.about-para p {
    font-size: 16px !important;
    line-height: 30px !important;
}
	
.gallery-sec h2 {
    font-size: 35px !important;
}
	
.blog-sec h4 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.blog-sec p {
    font-size: 16px !important;
    line-height: 30px !important;
}

.blog-sec a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    font-size: 16px !important;
}
	
.secContact h2.vc_custom_heading.theme-h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.pop-block p {
    font-size: 16px !important;
}

h2.vc_custom_heading.theme-h3 {
    font-size: 30px !important;
    line-height: 40px !important;
}	
}

@media only screen and (max-width: 991px) {
	
.services-box .services-img img {
    width: 100% !important;
}	
}

@media only screen and (max-width: 768px) {
	
.navbar-light .navbar-toggler {
    font-size: 18px;
}

.navbar-brand {
    width: 24% !important;
}

.banner-head {
    font-size: 40px !important;
    line-height: 51px !important;
}

.banner-sec:before {
    font-size: 60px !important;
    line-height: 126px !important;
}

.banner-para p {
    font-size: 16px !important;
}
	
div#main-nav {
        width: 45% !important;
}
	
.head-sec {
    font-size: 25px !important;
    line-height: 35px !important;
}

.sec-para p {
    font-size: 16px !important;
    line-height: 28px !important;
}

section.sec-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

section.sec-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.sec-3-head {
    font-size: 25px !important;
    line-height: 35px !important;
}

.sec-4-head {
    font-size: 25px !important;
    line-height: 35px !important;
    padding-bottom: 20px !important;
}

.sec-4-para p {
    font-size: 16px !important;
    line-height: 28px !important;
}

.sec-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.sec-5-head {
    font-size: 25px !important;
    line-height: 35px !important;
}

.sec-5-theme-btn button.vc_general {
    width: 144px !important;
}

.arrow-btn:before {
    right: 43% !important;
}

.msg i {
    font-size: 20px !important;
}

.msg a {
    font-size: 16px !important;
}
	
.msg a i {
    padding-left: 20px !important;
}

.sec-6-para h2 {
    font-size: 66px !important;
}

.ser-para-2 {
    width: 230px !important;
}

.ser-para-1 {
    width: 230px !important;
}
	
.sec-7 .vc_col-sm-2 {
        width: 33% !important;
}
	
.sec-8 .vc_col-sm-6 {
    width: 100% !important;
}
	
.theme-footer .first-row {
    padding-left: 27px !important;
    padding-right: 27px !important;
}

.theme-footer .first-row .subscribe-txt h4 {
    font-size: 18px !important;
    line-height: 28px !important;
}

.theme-footer .first-row .subscribe-txt {
    padding-left: 30px !important;
}

.row.second-row .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.row.second-row .col-md-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.row.second-row .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.row.second-row {
    text-align: center !important;
}

.EmailForm-2 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control {
    width: 50% !important;
    margin: 0  auto;
}

.EmailForm-2 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    right: 29% !important;
}

.theme-footer .first-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
	
.second-row img.image.wp-image-326.attachment-full.size-full {
    width: 40% !important;
}
	
.slider-box img {
        height: 370px !important;
}
	
.about-sec .vc_col-sm-3 {
    width: 50% !important;
}

.about-sec .vc_row {
    display: block !important;
}
	
.about-head {
    font-size: 25px !important;
    line-height: 35px !important;
}
	
.gallery-sec .vc_col-sm-3 {
    width: 50% !important;
}

.gallery-sec img {
    width: 330px !important;
}
	
.gallery-sec h2 {
    font-size: 30px !important;
}
	
.gallery-sec {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
	
.gallery-sec h3 {
    font-size: 20px !important;
}
	
.gallery-sec img.vc_single_image-img.attachment-full:hover {
    transform: scale(1.1) !important;
}
	
.breadcrumbs h1 {
    font-size: 30px !important;
}
.location-sec {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
	
.blog-sec .vc_col-sm-4 {
    width: 50% !important;
}
	
.slider-2-head {
    font-size: 25px !important;
    line-height: 35px !important;
}	
}

@media only screen and (max-width: 767px) {
	
.ser-para-2 {
    text-align: center !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}

.ser-para-1 {
    width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}
	
.sec-7 .vc_col-sm-2 {
    width: 100% !important;
}
	
.sec-5-head {
    text-align: center !important;
}

.sec-5-theme-btn {
    text-align: center !important;
    margin-top: 30px;
}

.slider-2-head {
    text-align: center !important;
}

.slider-2-para p {
    text-align: center !important;
}

section.sec-8 {
    padding-top: 50px !important;
}
	
section.banner-sec {
        padding-top: 140px !important;
        padding-bottom: 90px !important;
}
	
.theme-btn-banner a.vc_general {
    height: 50px !important;
    line-height: 18px !important;
    font-size: 13px !important;
    width: 222px !important;
}
	
.about-head {
    text-align: center !important;
}

.about-para p {
    text-align: center !important;
}

.about-sec .vc_col-sm-3 {
    width: 100% !important;
}
	
.theme-footer .first-row .subscribe-txt h4 {
    width: 90% !important;
}

.theme-footer .subscribe {
    justify-content: space-between !important;
}
	
.gallery-sec .vc_col-sm-3 {
    margin: 0 auto !important;
}
	
.blog-sec .vc_col-sm-4 {
        width: 60% !important;
        margin: 0 auto !important;
}	
}

@media only screen and (max-width: 667px) {
	
.theme-btn-banner a.vc_general {
        height: 40px !important;
        line-height: 9px !important;
        font-size: 13px !important;
        width: 206px !important;
}
	
.navbar-brand {
    width: 29% !important;
}

.banner-head {
    font-size: 30px !important;
    line-height: 41px !important;
}

.head-sec {
    font-size: 22px !important;
    line-height: 32px !important;
}

.sec-theme-btn a.vc_general {
    font-size: 15px !important;
}

.sec-3-head {
    font-size: 22px !important;
    line-height: 32px !important;
}

.sec-4-head {
    font-size: 22px !important;
    line-height: 32px !important;
}

.sec-5-head {
    font-size: 22px !important;
    line-height: 32px !important;
}

.sec-5-theme-btn button.vc_general {
    font-size: 15px !important;
}

#owl_custom12 button.owl-dot {
    width: 16px !important;
    height: 16px !important;
}

.sec-6-para h2 {
    font-size: 56px !important;
}

.msg {
    display: block !important;
    text-align: center;
}

.msg a {
    border-left: none !important;
}
	
.sec-7-head {
    font-size: 25px !important;
    line-height: 35px !important;
}

.EmailForm-2 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control {
    width: 60% !important;
}

.EmailForm-2 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    right: 26% !important;
}
	
.banner-sec:before {
        font-size: 50px !important;
        line-height: 116px !important;
}
	
div#main-nav {
        width: 50% !important;
}	
	
.breadcrumbs {
    padding: 80px !important;
}
	
h1.elementor-heading-title.elementor-size-default {
    font-size: 20px !important;
}

h2.elementor-heading-title.elementor-size-default {
    font-size: 20px !important;
}
	
.blog-sec h4 {
    font-size: 18px !important;
    line-height: 30px !important;
}

.blog-sec .vc_col-sm-4 {
    width: 70% !important;
}
	
.blog-sec {
    padding-top: 50px !important;
}
	
.secContact h2.vc_custom_heading.theme-h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}	
}

@media only screen and (max-width: 568px) {
	
section.banner-sec {
    padding-left: 51px !important;
}

.banner-head {
    font-size: 28px !important;
    line-height: 38px !important;
}
	
div#main-nav {
    width: 60% !important;
}
	
.banner-sec:before {
        font-size: 45px !important;
        line-height: 106px !important;
}
	
.EmailForm-2 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control {
    width: 80% !important;
}

.EmailForm-2 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    right: 17% !important;
}
	
.second-row img.image.wp-image-326.attachment-full.size-full {
        width: 50% !important;
}
	
.navbar-brand {
        width: 34% !important;
}	
}

@media only screen and (max-width: 520px) {
	
.slider-2-head {
    font-size: 20px !important;
    line-height: 30px !important;
}

.heading h2 {
    font-size: 22px !important;
    line-height: 32px !important;
}
	
section.about-sec {
    padding-top: 50px !important;
}
	
.gallery-sec .vc_col-sm-3 {
        width: 70% !important;
}
	
.gallery-sec h2 {
    font-size: 28px !important;
}
	
.blog-sec .vc_col-sm-4 {
        width: 80% !important;
}	
}

@media only screen and (max-width: 480px) {
	
.banner-sec:before {
        font-size: 39px !important;
        line-height: 96px !important;
}
	
.slider-box img {
        height: 260px !important;
}
	
#owl_custom11 .owl-nav {
        top: -182px !important;
}
	
.sec-5-head {
        font-size: 18px !important;
        line-height: 30px !important;
}
	
.sec-5-theme-btn button.vc_general {
    line-height: 7px !important;
}
	
#owl_custom13 .owl-dots {
        right: 40% !important;
        bottom: -20px !important;
}
	
.site-info {
    font-size: 16px !important;
}
	
.slidertwo-img {
    display: block !important;
}
	
div#main-nav {
    width: 100% !important;
}

div#main-nav .navbar-brand {
    width: 70% !important;
}
	
.breadcrumbs {
        padding: 60px !important;
}
	
.breadcrumbs h1 {
        font-size: 26px !important;
}
	
.blog-sec .vc_col-sm-4 {
        width: 90% !important;
}
	
section.secContact {
    padding-top: 50px !important;
}
	
section.banner-sec {
        padding-left: 21px !important;
}
}

@media only screen and (max-width: 425px) {
	
.banner-para p {
        font-size: 15px !important;
}
	
.banner-sec:before {
        font-size: 35px !important;
        line-height: 86px !important;
}
	
section.banner-sec {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
}
	
.sec-3-head {
        font-size: 20px !important;
        line-height: 30px !important;
}
	
.sec-4-head {
        font-size: 20px !important;
        line-height: 30px !important;
}
	
.sec-7-head {
        font-size: 20px !important;
        line-height: 30px !important;
}
	
.sec-6-para h2 {
        font-size: 46px !important;
}
	
.navbar-brand {
        width: 40% !important;
}
	
.banner-head {
        font-size: 24px !important;
        line-height: 34px !important;
}	
}

@media only screen and (max-width: 375px) {
	
.banner-sec:before {
        font-size: 31px !important;
        line-height: 76px !important;
}
	
.head-sec {
        font-size: 20px !important;
        line-height: 30px !important;
}
	
.banner-head {
        font-size: 22px !important;
        line-height: 32px !important;
}
	
.sec-4-head {
        font-size: 18px !important;
        line-height: 30px !important;
}
	
.msg {
    margin-left: 0px !important;
}
	
.theme-footer .first-row .subscribe-txt h4 {
        width: 100% !important;
}
	
.second-row img.image.wp-image-326.attachment-full.size-full {
        width: 80% !important;
}
	
.navbar-brand {
        width: 48% !important;
}
	
.gallery-sec .vc_col-sm-3 {
        width: 90% !important;
}	
}



input[type=radio]{
  /* Hide original inputs */
  visibility: hidden ;
  position: absolute ;
}
.wpcf7-radio .wpcf7-list-item-label:before{
 height: 22px;
 width: 22px;
 margin-right: 15px;
 content: " ";
 display:inline-block;
 vertical-align: sub;
 background-color: lightgray;
 border:1px solid black;
 border-radius: 100%;
}
input[type=radio]:checked + .wpcf7-list-item-label:before {
  background: transparent !important;
  border: 5px solid #ff6600;
}

/*----------------------BREADCRUMBS CSS-------------------------*/

.breadcrumbs {
    background: #000;
    padding: 90px;
}

.breadcrumbs h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    padding-top: 80px;
}

.row.sec-testi {
    padding-top: 100px;
    padding-bottom: 100px;
}

.row.sec-testi .services-box {
    margin-bottom: 80px;
    margin-left: 30px;
}
/*---------------------ABOUT US PAGE CSS---------------------*/

.about-sec {
    padding-top: 100px;
    padding-bottom: 120px;
}

.about-image img {
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

/*.about-image img:hover {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.about-image {
    overflow: hidden !important;
    border-radius: 30px;
}*/

.about-para p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Mulish';
    color: #000;
}

.about-row {
    padding-top: 80px;
}


.about-image img{
  -webkit-animation: mover 1s infinite alternate; 
  animation: mover 1.2s infinite alternate; 
  margin-top: 20px
}

 @-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(20); }
  100% { transform: translateY(-20px); }
}

.about-image-2 img {
    height: 270px !important;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.about-image-2 img {
    max-width: 200px !important;
    height: 270px !important;
    object-fit: cover;
    object-position: center !important;
}

.about-image-2 img:hover {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.about-image-2 {
    overflow: hidden !important;
    border-radius: 5px;
}

.about-row-4 {
    padding-top: 40px;
}

/*---------------------PORTFOLIO PAGE CSS-----------------------*/

.gallery-sec {
    padding-top: 100px;
    padding-bottom: 180px;
} 

/*------------------------CONTACT US SEC CSS-------------------------*/

.secContact h2.vc_custom_heading.theme-h2 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}

.secContact strong {
    font-weight: 800;
    color: #ff6600;
}

.pop-block p {
    font-size: 18px;
    color: #000;
    line-height: 27px;
}

.pop-block a {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
}

h2.vc_custom_heading.theme-h3 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}

.theme-h3 strong {
    color: #ff6600;
}

.ContactForm-3 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    height: 60px;
    border-color: #000;
}

.ContactForm-3 textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    border-color: #000;
}

.ContactForm-3 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    display: block;
    margin: 0 auto;
    width: 50%;
    background-color: #ff6600;
    border-color: #ff6600;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

.secContact {
    padding-top: 100px;
    padding-bottom: 50px;
}

.contact-row {
    padding-bottom: 100px;
}

.ContactForm-3 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:hover {
    background: transparent;
    color: #ff6600;
    border-radius: 0px !important;
    transition: all 0.5s ease-in-out;
}

/*-----------SINGLE PAGE CSS-------------------*/
.single-services div#main {
    padding-top: 100px;
    padding-bottom: 130px;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    background: #ff6600 !important;
    color: #fff !important;
    border-color: #ff6600 !important;
    padding: 14px 30px 14px 30px !important;
    border-radius: 30px !important;
}

.location-sec {
    padding-bottom: 100px;
    padding-top: 100px;
}

.blog-sec {
    padding-top: 100px;
    padding-bottom: 130px;
}

.blog-sec h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    text-align: center !important;
}

.blog-sec p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-family: 'Mulish';
}

.blog-sec a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    display: block !important;
    margin: 0 auto !important;
    background: #ff6600 !important;
    font-size: 17px !important;
    transition: all 0.5s ease-in-out !important;
}

.blog-sec a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:hover {
    transition: all 0.5s ease-in-out !important;
    background: transparent !important;
    color: #f60 !important;
    border-color: #ff6600;
}

.visual-portfolio-archive .nav-links {
    display: none !important;
}

.visual-portfolio-archive h1.entry-title {
    display: none !important;
}

.custom-radio {
	display: flex;
	align-items: center;
}
.wpcf7-list-item-label {
	padding: 5px10px;
	border-radius: 4px;
	transition: background-color 0.3s;
} 
.wpcf7-list-item-label.selected {
	background-color: yellow; /* Change to your preferred color */ 
}

.EmailForm-2 span.wpcf7-form-control.wpcf7-checkbox.form-control {
    background: unset !important;
    border: unset !important;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}

.form-group .wpcf7-list-item-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 5px solid #ff6600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 100%;
}

.form-group input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 16px;
  height: 16px;
  border: solid #ff6600;
  border-width: 0 15px 15px 0;
  border-radius: 50px;
}

.services-img img {
    height: 288px;
	width: 318px !important;
}

.ContactForm .row::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #fff !important;
}

.ContactForm .row::-webkit-scrollbar
{
	width: 10px;
	background-color: #FA7D09 !important;
}

.ContactForm .row::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #FA7D09 !important;
}

.ContactForm .row {
    overflow-y: scroll;
    height: 439px;
}

.contactSec .ContactForm-3 label {
    font-size: 14px;
}
.about-sec .vc_row {
    display: flex;
    align-items: center;
}
.about-sec h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.gallery-sec h2 {
    font-size: 44px;
}
.gallery-sec img {
    height: 200px;
    width: 270px;
}
.gallery-sec h3 {
    font-size: 22px;
    margin-top: 0;
}
.single-post #primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
.single-post a {
    color: #f60;
}
.single-post .form-allowed-tags {
    display: none;
}
.single-post .alert-info {
    display: none;
}
.navbar-brand {
    width: 15%;
}
.gallery-sec img.vc_single_image-img.attachment-full {
    height: 199px;
    object-fit: fill;
	transition: all 0.5s ease-in-out;
}
.gallery-sec img.vc_single_image-img.attachment-full:hover {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}
.gallery-sec .vc_single_image-wrapper.vc_box_border_grey {
    overflow: hidden;
}
.second-row img.image.wp-image-326.attachment-full.size-full {
    width: 60%;
}
.ContactForm label {
    font-size: 14px;
}
.about-row-4 .wpb_text_column.wpb_content_element {
    height: 92px;
}
.about-sec h4 {
    font-size: 20px;
    margin-top: 0px;
}
.team_row h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
}
.team_row h3 b {
    font-weight: 600 !important;
}
.team_row p {
    text-align: center;
}

