/*
Theme Name: Custom Them
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
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
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body {
    overflow-x: hidden;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Poppins', sans-serif !important;
}

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: #000000;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Outfit", sans-serif;
}
h1 {
    font-size: 3.6vw;
    padding-bottom: 0px;
    line-height: 1.2em;
}
h2 {
    font-size: 2.6vw;
    line-height: 1.2em;
    font-weight: 600;
}
h2 strong,h3 strong{
  color: #2E2B73;
  font-weight: 600;
}
h3 {
    font-size: 2.09vw;
    line-height: 1.3em;
    font-weight: 600;
}
h4 {
  font-size: 30px;
  line-height: 40px;
}
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: #fcfcfc;
}

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
--------------------------------------------------------------*/
#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;
}
.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: 0rem;
  padding-top: 0rem;
}

.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: 0em 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
--------------------------------------------------------------*/
@media only screen and (max-width: 1300px) {
section.vc_section.sec_suport_cal .vc_row.wpb_row.suport_btm {
        bottom: 70px !important;
        width: 95.5% !important;
    }
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1444px) {
 body.archive li.product.type-product, section.related.products ul li {
    width: 48% !important;
}
.vc_section.sec_single_inform {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#footer-widget .new_wrapper p .form-control {
    width: 600px !important;
}
section.vc_section.sec_inner-banner {
    background-size: cover !important;
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
body.archive li.product.type-product:nth-child(2n+1) {
    margin-left: 0 !important;
}

body.archive li.product.type-product:nth-child(4n+2) {
    margin-right: 0 !important;
}
aside#secondary {
    flex: 100% !important;
    max-width: 22% !important;
}
body.archive section#primary {
    flex: 100%;
    max-width: 78% !important;
}
body.archive .products li.product h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600;
    margin-top: 20px !important;
}
.sec_top_bar {
    padding: 14px 20px !important;
}
header#masthead {
    padding: 10px 20px 10px 20px;
}
header#masthead #menu-header-menu li a {
    margin-right: 20px;
    font-size: 16px;
}
header#masthead a.hdr_btn {
    height: 60px;
    width: 190px;
    font-size: 16px;
}
.vc_section.sec_banner .bnr_video {
    height: 600px;
}
.vc_section.sec_brand .brand .boxer h5,
.vc_section.sec_simple_online h4 {
    font-size: 20px;
    line-height: 30px;
}
.sec_suport_cal p br,
.sec_simple_online p br {
    display: none;
}
.vc_section.sec_suport_cal .vc_row.wpb_row.suport_btm {
        width: 84.5% !important;
        margin-top: -26% !important;
    }
.sec_suport_cal img.ult-modal-img {
    margin-left: 0;
}

	.vc_section.sec_opportunity {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
.sec_simple_online .vc_row.wpb_row:first-child {
    align-items: flex-start;
}
.vc_section.sec_simple_online .counter-raw .counter_suffix.mycust, 
.vc_section.sec_simple_online .counter-raw .stats-number {
    font-size: 60px !important;
    line-height: 70px !important;
}
.ult_modal.ult-small {
    width: 80% !important;
}
.vc_section.sec_testimonial,.vc_section.sec_join {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/*.vc_section.sec_testimonial .vc_row.wpb_row:first-child {
    padding-bottom: 0 !important;
}*/
.vc_section.sec_testimonial {
    padding-top: 60px !important;
}
  .vc_section.sec_testimonial .vc_row.wpb_row.test_bg_raw {
        padding-top: 250px !important;
        background-size: 100% 100% !important;
        padding-bottom: 250px !important;
    }
section.vc_section.sec_join {
    background-size: 96% 100% !important;
}
#footer-widget .footer-top {
    padding: 40px 15px 20px 15px !important;
}
#footer-widget .row.btm_raw {
    padding: 60px 0px 50px 0px !important;
}
}
@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px !important;
}
}
@media (max-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px !important;
}
}
@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%;
  }
.navbar-collapse.collapse.show {
    transform: unset;
}
.navbar-collapse {
    /* background: #000 !important; */
    /* width: 700px; */
    /* right: 0% !important; */
    /* position: fixed !important; */
    /* z-index: 999; */
    /* top: 0 !important; */
    /* transition: 0.5s; */
    /* padding: 0px 0px; */
    /* height: 100%; */
    /* transform: translate(100%, 0); */
    /* display: block !important; */
}
#masthead .btn-close {
    /* background: transparent !important; */
    /* border: none; */
    /* color: #fff; */
    /* font-weight: 700 !important; */
    /* font-size: 30px; */
    /* top: 10px; */
    /* position: relative; */
    /* display: block !important; */
    /* outline: none !important; */
    /* left: 14px; */
}
#masthead .navbar-collapse #menu-header-menu li a {
    /* color: #fff; */
    /* padding: 16px 0px !important; */
    /* text-align: right; */
    /* margin-right: 15px; */
}
}
/*--------------------------------------------------------------
## 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
------------------------------------------*/
#masthead .btn-close {
    display: none;
}
section .wpb_text_column {
  margin-bottom: 0;
}
ul{
  padding-left: 0 !important;
  list-style: none;
  margin-bottom: 0 !important;
}

a{
  text-decoration: none !important;
  padding: 0px !important;
  background: none !important;
}
input{
  box-shadow: none !important;
  outline: none !important;
}
.web_btn a{
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
p{
  font-size: 16px;
  color: #707070;
  line-height: 24px;
}
/*----------------------------------------
          sec top baar 
------------------------------------------*/
.sec_top_bar {
    padding: 14px 100px;
    background: black;
}
.sec_top_bar .row {
    align-items: center;
}
.sec_top_bar p {
    font-size: 16px;
    color: #B4B4B4;
}
.sec_top_bar ul li a, .sec_top_bar ul li {
    color: #B4B4B4;
    font-size: 14px;
    line-height: 14px;
    transition: 0.5s;
}
.sec_top_bar ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.sec_top_bar section,.sec_top_bar p {
    margin: 0;
}
.sec_top_bar ul li {
    position: relative;
    padding-left: 20px;
}
.sec_top_bar ul li:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-right: 20px;
    padding-left: 20px;
}
.sec_top_bar ul li:before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 0;
    color: #7F81A8;
}
.sec_top_bar ul li:first-child:before {
    content: "\f095";
}
.sec_top_bar ul li:nth-child(2):before {
    content: "\f073";
    position: unset;
    margin-right: 12px;
}
.sec_top_bar ul li:last-child:before {
    content: "\f3c5";
}
/*----------------------------------------
           Header
------------------------------------------*/
#masthead {
    padding: 10px 100px 10px 100px;
}
#masthead #menu-header-menu li a {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    text-transform: capitalize;
    transition: 0.5s;
    margin-right: 40px;
    padding: 0 !important;
    border-radius: 3px;
}
#masthead #menu-header-menu li:last-child a {
    margin-right: 0;
}
#masthead #menu-header-menu li a:hover {
    color: #2E2B73;
    transition: 0.5s;
}
#masthead a.hdr_btn {
    background: url(inc/assets/images/hbtn.png) no-repeat !important;
    background-size: 100% 100% !important;
    height: 60px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    border-radius: 6px;
}
/*----------------------------------------
           sec banner
------------------------------------------*/
.sec_banner .bnr_video {
    height: 904px;
    position: relative;
}

.sec_banner .bnr_video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec_banner .info-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding-left: 100px;
    background: #00000091;
    display: flex;
    align-items: center;
}
video::-webkit-media-controls {
  display: none !important;
}
.sec_banner .info-wrapper .infor-bnr {
    width: 55%;
}
.sec_banner .infor-bnr p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 40px 0px !important;
}
.sec_banner .infor-bnr .bnrtitle {
    color: #fff;
    text-transform: uppercase;
}
.sec_banner .infor-bnr a.bnr_video {
    background: url(inc/assets/images/hbtn.png) no-repeat !important;
    background-size: 100% 100% !important;
    width: 213px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    border-radius: 6px;
    transition: 0.5s;
    border: 1px solid #ffffff00;
}
/*----------------------------------------
           sec brand
------------------------------------------*/
.sec_logo {
    background: #dd3333;;
}
.sec_brand h2 {
    margin-bottom: 20px !important;
}
.sec_brand .brand .boxer {
    height: 312px;
    box-shadow: 0px 0px 18px 0px #00000026;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-bottom: 30px;
    transition: 0.5s;
}
.sec_brand .brand .boxer:hover {
    background: #312b70;
     transition: 0.5s;
}
.sec_brand .brand .boxer .f-image {
    height: 73px;
    width: 73px;
    background: #D5D4E3;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 6px;
}
.sec_brand .brand .boxer:hover p,
.sec_brand .brand .boxer:hover a,
.sec_brand .brand .boxer:hover h5 {
    color: #fff;
    transition: 0.5s;
}
.sec_brand .brand .boxer h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 34px;
    margin-top: 20px;
    transition: 0.5s;
    text-overflow: ellipsis;
    max-height: calc(var(--lh)* var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sec_brand .brand .boxer p {
    font-weight: 300;
    color: #707070;
    line-height: 28px;
    margin: 12px 0px 14px 0px !important;
    transition: 0.5s;
    text-overflow: ellipsis;
    max-height: calc(var(--lh)* var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.sec_brand .brand .boxer a {
    position: relative;
    color: #2E2B73;
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px !important;
    text-decoration: underline !important;
    transition: 0.5s;
}
.sec_brand .brand .boxer a:after {
    content: "\f061";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: relative;
    left: 10px;
    text-decoration: none !important;
    display: inline-block;
    top: 2px;
}
/*----------------------------------------
           sec support
------------------------------------------*/
.sec_suport_cal h3 {
    margin-bottom: 20px !important;
}
.sec_suport_cal p {
    line-height: 28px;
}
/* .sec_suport_cal .vc_row.wpb_row.suport_btm {
    margin-top: 0 !important;
    overflow: visible !important;
    position: absolute !important;
    bottom: 30px;
    width: 63.5% !important;
    margin: 0 auto;
} */
.sec_suport_cal .vc_row.wpb_row.suport_btm {
    overflow: visible !important;
    position: absolute !important;
    bottom: unset !important;
    width: 63.5% !important;
    margin: 0 auto;
    top: unset !important;
    margin-top: -17% !important;
}
.vc_section.sec_suport_cal {
    padding-bottom: 20px !important;
    background-size: 100% 83% !important;
    background-position: top !important;
}
.sec_suport_cal .counter_suffix.mycust, .sec_suport_cal .stats-number {
    font-size: 80px !important;
    color: #000 !important;
    font-weight: 600 !important;
    line-height: 90px !important;
    font-family: 'Outfit';
}
.sec_suport_cal .stats-text {
    color: #707070;
    font-size: 16px !important;
    font-weight: 300;
    letter-spacing: 0 !important;
}
.sec_suport_cal .stats-desc {
    text-align: left !important;
}
/*----------------------------------------
        sec opportunity 
------------------------------------------*/
.sec_opportunity .boxer {
    border: 1px solid #C9DBB7;
    border-radius: 12px;
    overflow: hidden;
}
.sec_opportunity .boxer .sml_thum_wrapper .brand_log {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.sec_opportunity .boxer .sml_thum_wrapper {
    position: relative;
}
.sec_opportunity .boxer .info-wrapper {
    padding: 20px 16px;
}
.sec_opportunity .boxer h3.oppor_title {
    font-size: 1.05vw;
    line-height: 1.5em;
    text-transform: uppercase;
}
.sec_opportunity .boxer p {
    color: #707070;
    line-height: 30px;
    margin: 8px 0px 16px 0px !important;
    border-bottom: 1px solid #DBE7CF;
    padding-bottom: 10px;
}
.sec_opportunity .boxer .info-wrapper a {
    position: relative;
    color: #2E2B73;
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px !important;
    text-decoration: underline !important;
}
.sec_opportunity .boxer .info-wrapper a:after {
    content: "\f061";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: relative;
    left: 10px;
    text-decoration: none !important;
    display: inline-block;
    top: 2px;
}
.sec_opportunity .opport_box {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
/*----------------------------------------
            sec simple online
------------------------------------------*/
.sec_simple_online h4 {
    margin: 30px 0px 16px 0px !important;
    font-size: 24px;
    line-height: 34px;
}
.sec_simple_online .proces_raw p {
    line-height: 30px;
}
.sec_simple_online .web_btn a {
    border: none !important;
    margin-top: 20px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-right: 20px !important;
}
.sec_simple_online .web_btn a:after {
    content: "\f061";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: relative;
    left: 10px;
    text-decoration: none !important;
    display: inline-block;
    top: 0;
    color: #000;
    transition: 0.5s;
}
.sec_simple_online .vc_row.wpb_row:first-child p {
    line-height: 30px;
}
.sec_simple_online .proces_raw .vc_single_image-wrapper {
    height: 44px;
}
.sec_simple_online .counter-raw .vc_column_container:first-child .wpb_wrapper {
    display: flex;
    justify-content: space-between;
}
.sec_simple_online .counter-raw .counter_suffix.mycust, 
.sec_simple_online .counter-raw .stats-number {
    font-size: 80px !important;
    color: #2E2B73 !important;
    font-weight: 600 !important;
    line-height: 90px !important;
    font-family: 'Outfit';
}
.sec_simple_online .counter-raw .stats-text {
    color: #707070;
    font-size: 16px !important;
    font-weight: 300;
    letter-spacing: 0 !important;
}



.stats-block.stats-top:nth-child(2) {
  padding: 0 70px !important;
position: relative;
}
.stats-block.stats-top:nth-child(3) {
    padding-right: 70px;
    position: relative;
}
.stats-block.stats-top:nth-child(3):after {
    right: 0;
}
.stats-block.stats-top:nth-child(2):after, .stats-block.stats-top:nth-child(2):before, .stats-block.stats-top:nth-child(3):after {
    content: "";
    display: block;
    position: absolute;
    height: 66px;
    width: 2px;
    background: #ABADA8;
    top: 20px;
}
.stats-block.stats-top:nth-child(2):after {
    right: 0;
}
.stats-block.stats-top:nth-child(2):before {
    left: 0;
}
.vc_section.sec_simple_online {
    background-size: 100% 72% !important;
    background-position: top center !important;
}
/*----------------------------------------
            sec ourteam
------------------------------------------*/
.sec_our_team .boxer {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 233px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #DBE7CF;
}
.sec_our_team .boxer .f-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec_our_team .boxer .f-image {
    flex: 100%;
    max-width: 265px;
    height: 196px;
}
.sec_our_team .boxer .info-wrapper .team_des {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #2E2B73;
    line-height: 24px;
}
.sec_our_team .boxer .info-wrapper h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D5D4E3;
    margin-bottom: 20px;
    margin-top: 4px;
}
.sec_our_team .boxer .info-wrapper ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.sec_our_team .boxer .info-wrapper ul li a, .sec_our_team .boxer .info-wrapper ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4C4C4C;
}
.sec_our_team .boxer .info-wrapper ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background-size: 100% 100% !important;
    top: 6px;
}
.sec_our_team .boxer .info-wrapper ul li:first-child:before {
    background: url(inc/assets/images/ph.png) no-repeat;
    height: 11px;
    width: 11px;
}
.sec_our_team .boxer .info-wrapper ul li:nth-child(2):before{
  background: url(inc/assets/images/lc.png) no-repeat;
  height: 12px;
  width: 10px;
}
.sec_our_team .boxer .info-wrapper ul li:last-child:before{
  background: url(inc/assets/images/em.png) no-repeat;
  height: 10px;
  width: 11px;
  
}
/*---------------------------------------
          sec testimonial
----------------------------------------*/
.vc_section.sec_testimonial {
    background-size: 100% 49% !important;
    background-position: top center !important;
}
.sec_testimonial p {
    /* color: #fff; */
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.sec_testimonial .owl-item .boxer p.des_test strong {
    display: block;
}
.sec_testimonial .owl-item .boxer {
    width: 1014px !important;
    background: #fff;
    margin: 0 auto;
    padding: 60px 50px;
    border-radius: 10px;
    box-shadow: 0px 18px 30px 20px #00000014;
    margin-bottom: 60px;
}
.sec_testimonial .owl-item .boxer .user_info .f-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec_testimonial .owl-item .boxer .user_info .f-image {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    overflow: hidden;
}
.sec_testimonial .owl-item .boxer .user_info p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0 !important;
}
.sec_testimonial .owl-item .boxer .user_info h5.user_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #2E2B73;
}
.sec_testimonial .owl-item .boxer p.des_test {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    margin: 35px 0px 34px 0px !important;
}
.sec_testimonial .owl-item .boxer .brand_log {
    width: 127px;
    margin: 0 auto;
}
.sec_testimonial .owl-item .boxer .user_info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.sec_testimonial .owl-nav button {
    height: 48px;
    width: 48px;
    background-image: linear-gradient(to bottom right, #8587AC, #0A055B) !important;
    border-radius: 100% !important;
    color: #fff !important;
    outline: none !important;
    border: none !important;
    position: absolute;
    top: 40%;
}
.sec_testimonial .owl-nav button.owl-prev {
    left: 3%;
}
.sec_testimonial .owl-nav button.owl-next {
    right: 3%;
}
.sec_testimonial .upb_video-bg.utube.mb_YTPlayer {
    border-radius: 16px !important;
}
.sec_testimonial .trust_pilot {
    width: 40%;
    margin: 0 auto 30px auto;
}
/*---------------------------------------
            sec blog
----------------------------------------*/
.sec_blog .blogs .boxer {
    border: 1px solid #DBE7CF;
    padding: 20px;
    border-radius: 10px;
}
.sec_blog .blogs .boxer .cate_name p {
    border: 1px solid #CAC9DC;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #2E2B73;
    height: 32px;
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.sec_blog .blogs .boxer h5.blog_title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 16px 0px 20px 0px;
}
.sec_blog .btm_ifno ul li:before {
    position: absolute;
    left: 0;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    color: #2E2B73;
}
.sec_blog .btm_ifno ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8A;
    text-transform: capitalize;
}
.sec_blog .btm_ifno ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #DBE7CF;
    margin-top: 18px;
    padding: 20px 0px 4px 0px;
}
.sec_blog .btm_ifno ul li:first-child:before {
    content: "\f007";
}
.sec_blog .btm_ifno ul li:nth-child(2):before {
    content: "\f27a";
    left: unset;
    right: unset;
    margin-left: -22px;
}
.sec_blog .btm_ifno ul li:last-child:before {
    content: "\f073";
}
.sec_blog .btm_ifno ul li:nth-child(2) {
    border-left: 1px solid #DBE7CF;
    border-right: 1px solid #DBE7CF;
    width: 134px;
    text-align: center;
    padding-right: 10px;
    line-height: 15px;
    padding-left: 30px;
}
.sec_blog .cate_name {
    display: flex;
    gap: 10px;
}

/*---------------------------------------
        sec contant us
----------------------------------------*/
.sec_join ul li {
    margin-bottom: 12px !important;
    position: relative;
    padding-left: 20px !important;
}
.sec_join ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.sec_join .web_btn a {
    width: 176px;
    height: 60px;
    color: #fff !important;
    border: 1px solid #fff !important;
    font-size: 18px;
    line-height: 0;
    margin-top: 12px;
}
.sec_join ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background-size: 100% 100% !important;
    top: 6px;
    filter: brightness(0) invert(1);
}
.sec_join ul li:first-child:before {
    background: url(inc/assets/images/ph.png) no-repeat;
    height: 11px;
    width: 11px;
}
.sec_join ul li:last-child:before{
  background: url(inc/assets/images/em.png) no-repeat;
  height: 10px;
  width: 11px;
  
}
.vc_section.sec_join {
    background-size: 68% 100% !important;
    margin-bottom: -14%;
}
.sec_join p {
    font-size: 16px;
    line-height: 28px;
    color: #DEDEE9;
    margin-top: 20px;
}

/*----------------------------------------
           footer
------------------------------------------*/
#footer-widget .zoom-social-icons-list li.zoom-social_icons-list__item {
    height: 36px;
    width: 36px;
    background: #4682B4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#footer-widget .zoom-social-icons-list {display: flex;margin: 50px 0px 0px 0px !important;}
#footer-widget ul li a, #footer-widget ul li {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    padding: 0;
    transition: 0.5s;
}
.ftr-2 .menu-footer-menu-container ul li {
    margin-bottom: 26px;
}
#colophon .site-info {
    padding: 14.5px 0px;
    align-items: center;
}
#colophon .site-info p a {
    color: #8b1211 !important;
    font-weight: 500;
}
footer#colophon {
    background: #2E2B73 !important;
}
footer#colophon p, footer#colophon section {
    margin: 0;
}
footer#colophon p strong {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
footer#colophon p {
    color: #CFCFCF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
footer#colophon ul.zoom-social-icons-list li.zoom-social_icons-list__item span {
    font-size: 16px !important;
}
footer#colophon ul.zoom-social-icons-list li.zoom-social_icons-list__item {
    height: 34px !important;
    width: 34px !important;
    background: #292767;
    border-radius: 6px;
}
.home #footer-widget {
    background: #D6D8D2 !important;
    padding-top: 170px;
}
 #footer-widget {
    background: #D6D8D2 !important;
    padding-top: 30px;
}
#footer-widget .new_wrapper p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer-widget .new_wrapper p label {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #707070;
}
#footer-widget .new_wrapper p .form-control {
    width: 631px;
    border: 1px solid #000;
    border-radius: 6px;
    height: 60px;
    background: transparent !important;
    padding-left: 20px;
    color: #9F9F9F;
    font-size: 16px;
    font-weight: 400;
}
#footer-widget .new_wrapper .news_btn {
    width: 185px;
    height: 60px;
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    transition: 0.5s;
}
#footer-widget .new_wrapper p br {
    display: none;
}

#footer-widget .new_wrapper p .form-control::placeholder {
    color: #9F9F9F;
}
#footer-widget .new_wrapper {
    width: 100%;
    margin: 0 auto;
}
#footer-widget .new_wrapper  span.wpcf7-spinner {
    position: absolute;
}
#footer-widget  section {
    margin: 0;
}
#footer-widget .footer-top {
    padding: 60px 15px 40px 15px;
    border-bottom: 1px solid #D3E4BE;
}
#footer-widget .row.btm_raw {
    padding: 80px 0px 70px 0px;
}

.ftr-2, .ftr-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ftr-4 {
    display: flex;
    justify-content: flex-end;
}
.ftr-1 p {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 0;
}
#footer-widget .widget-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
}
#footer-widget ul li {
    margin-bottom: 14px;
}
#colophon ul.zoom-social-icons-list {
    margin: 0 !important;
    padding: 0 !important;
}
/*----------------------------------------
           hover effects
------------------------------------------*/
#footer-widget ul li a:hover, #footer-widget ul li:hover {
    color: #312b70;
    transition: 0.5s;
}
#footer-widget .new_wrapper .news_btn:hover,
.sec_apply_funding .web_btn a:hover,
.sec_qucik_loan .web_btn a:hover{
    background: transparent !important;
    color: #000;
    transition: 0.5s;
}
.sec_join .web_btn a:hover {
    background: #fff !important;
    color: #281f69 !important;
    transition: 0.5s;
}
#masthead a.hdr_btn:hover {
    background: transparent !important;
    border: 1px solid #c2c0c0;
    transition: 0.5s;
    color: #646464;
}
.sec_banner .infor-bnr a.bnr_video:hover{
    background: transparent !important;
    border: 1px solid #fff;
    transition: 0.5s;
    color: #fff;
}
.sec_top_bar ul li a:hover, .sec_top_bar ul li:hover {
    color: #fff;
    transition: 0.5s;
}
.sec_top_bar ul li:hover:before {
    color: #fff;
    transition: 0.5s;
}
.sec_simple_online .web_btn a:hover, .sec_simple_online .web_btn a:hover:after {
    color: #312b70 !important;
    transition: 0.5s;
}

.sec_simple_online .web_btn a:hover:after {
    left: 15px;
}
/*------------------------------------
          sec acontact us
------------------------------------*/
/*section.vc_section.sec-banenr-hdr {
    background-size: 100% 100% !important;
}*/
.sec-contactus h5 {
    margin-bottom: 28px !important;
}
.sec-contactus p {
    font-weight: 300;
    color: #707070;
    line-height: 28px;
    margin: 12px 0px 14px 0px !important;
    transition: 0.5s;
}
.sec-contactus ul.contact-information li, .sec-contactus ul.contact-information li a {
    color: #707070;
    font-weight: 400;
    font-size: 16px;
}
.sec-contactus ul.contact-information li{
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
}
.sec-contactus ul.contact-information li:first-child:before, 
.sec-contactus ul.contact-information li:nth-child(2):before, 
.sec-contactus ul.contact-information li:nth-child(3):before {
    content: "\f3c5";
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #2a216a;
}
.sec-contactus ul.contact-information li:nth-child(2):before{
    content: "\f879";
}
.sec-contactus ul.contact-information li:nth-child(3):before {
    content: "\f0e0";
}

.sec-contactus .form-mark ul.zoom-social-icons-list {
    display: flex;
    flex-direction: column;
}
.sec-contactus .form-mark ul.zoom-social-icons-list li {
    position: relative;
}
.sec-contactus ul.contact-information {
    margin-top: 30px;
}
.sec-contactus .form-control {
    height: 51px;
    margin-bottom: 10px !important;
    border: 1px solid #d6d6d6;
    color: #000000;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 14px;
    padding-left: 20px;
}
.sec-contactus .form-control::placeholder {
    color: #c0c0c0;
}
.sec-contactus .box-lft {
    padding-right: 5px;
}
.sec-contactus .box-rt {
    padding-left: 5px;
}
.sec-contactus textarea {
    height: 180px !important;
    resize: none;
    padding: 10px 20px 0px !important;
}
.sec-contactus .leav-hdn:before {
    content: "\f0e0";
    font-weight: 800;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
}
.sec-contactus .leav-hdn {
    padding-left: 40px;
    position: relative;
}
.sec-contactus .wpcf7-acceptance span {
    margin: 8px 10px 10px 30px !important;
}
.sec-contactus span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.sec-contactus span.wpcf7-list-item-label {
    color: #c0c0c0;
    font-size: 14px;
}
.sec-contactus .get-btn {
    border: none;
    display: flex;
    align-items: center;
    width: 170px;
    height: 60px;
    justify-content: center;
    color: #1d1d1d;
    font-weight: 500;
    background: url(inc/assets/images/hbtn.png) no-repeat !important;
    font-size: 18px;
    background-size: 100% 100% !important;
}
iframe.map-inner {
    width: 100%;
    height: 496px;
}
.sec-contactus label > input[type="checkbox"]:checked + *::before {
    content: "✓";
    color: #24292e;
    text-align: center;
    border-color: #c4c4c4;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left: 28px !important;
    top: 4px;
}
.sec-contactus label > input[type="checkbox"] {
  display: none;
}
.sec-contactus label > input[type="checkbox"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  border-radius: 10%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #c4c4c4;
  position: absolute;
  left: 28px !important;
  top: 4px;
}
.sec-contactus span.wpcf7-not-valid-tip {
    display: none;
}
.sec-contactus .form-control.wpcf7-not-valid {
    border: 1px solid red !important;
}
.sec-contactus ul.zoom-social-icons-list {
    margin-top: 10px !important;
    margin-left: -20px !important;
}
.sec-contactus section.widget.zoom-social-icons-widget h3.widget-title {
    font-size: 2.09vw;
    line-height: 1.3em;
    font-weight: 600;
}
span.wpcf7-spinner {
    position: absolute;
}
/*---------------------------------------
        resources inner page
----------------------------------------*/
.sec_brand_inner .brand .boxer {
    background: #fff;
}
/*---------------------------------------
      singel brand page
----------------------------------------*/
.main_banner {
    padding: 100px 0px;
}
.single-brnadbus div#content,
.single-opportunity div#content,body.post-template-default.single div#content  {
    background: rgba(214,216,210,0.27);
}
.single-brnadbus .f-image {
    height: 73px;
    width: 73px;
    background: #D5D4E3;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 6px;
}
.single-brnadbus h2.brand_title {
    margin: 20px 0px 30px 0px;
}
/*---------------------------------------
          single opportunity page
----------------------------------------*/
.single-opportunity .f-image img {
    width: 100%;
}
.single-opportunity h3,body.post-template-default.single div#content h3 {
    margin-bottom: 10px;
}
body.single p {
    line-height: 28px;
}
.single-opportunity .row_wrapper .f-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top;
}
.single-opportunity .row_wrapper .f-image {
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 50px;
}
.single-opportunity .row_wrapper h1 {
    font-size: 3.0vw;
    padding-bottom: 0px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.single-opportunity .row_wrapper h2 {
    font-size: 1.6vw;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.single-opportunity .row_wrapper ul li:before {
    content: "\f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    color: #000;
    position: absolute;
    left: 0;
}
.single-opportunity .row_wrapper ul li {
    color: #707070;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
}
.single-opportunity .row_wrapper ul {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px !important;
    column-count: 3;
}
.single-opportunity .row_wrapper strong {
    margin-top: 30px !important;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
/*---------------------------------------
          smg page
----------------------------------------*/
.vc_section.sec_inner-banner {
    background-size: cover !important;
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}
/*---------------------------------------

----------------------------------------*/
/*---------------------------------------
          mortage calculator
----------------------------------------*/
/*.sec_suport_cal .calculator {
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #000000;
    height: 611px;
}*/
.sec_suport_cal .calculator {
    background-color: #000;
    padding: 20px 40px 0px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 28%);
    width: 100%;
    height: 611px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec_suport_cal .calculator h3 {
    color: #fff;
    font-size: 1.6vw !important;
    line-height: 1.3em !important;
    margin-bottom: 26px !important;
}
.sec_suport_cal .calculator label {
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
    color: #fff;
    font-size: 14px;
}
.sec_suport_cal .calculator select, .sec_suport_cal .calculator input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #878787;
    background: transparent;
    border: 1px solid #878787;
    box-shadow: none !important;
    height: 41px;
    font-size: 14px;
    font-weight: 400;
}
.sec_suport_cal .calculator button {
    background: url(inc/assets/images/hbtn.png) no-repeat !important;
    border-radius: 6px;
    cursor: pointer;
    width: 231px;
    height: 60px;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #ffffff00;
    background-size: 100% 100% !important;
    outline: none !important;
    margin-top: 10px;
}

.sec_suport_cal .result {
  text-align: center;
  font-size: 1.2em;
  margin-top: 20px;
  color: #fff;
}
.sec_suport_cal .vc_row.wpb_row:first-child {
    z-index: 1;
}
/*---------------------------------------
	reserve form page
----------------------------------------*/
.sec_reserve_form {
    background: rgba(214, 216, 210, 0.27) !important;
}
select.wpcf7-form-control.wpcf7-country_auto.wpcf7-select.country_auto.form-control option:nth-child(234) {
    display: block;
}

select.wpcf7-form-control.wpcf7-country_auto.wpcf7-select.country_auto.form-control option {
    display: none;
}
.sec_reserve_form p {
    font-weight: 400;
    color: #707070;
    line-height: 34px;
    margin: 0px 0px 30px 0px;
    transition: 0.5s;
    text-align: center;
    font-size: 16px;
}
.sec_reserve_form .reserver_form_warpper {
    background: #ebebebeb;
    padding: 60px 40px;
    border-radius: 20px;
}
.sec_reserve_form .reserver_form_warpper .form-control::placeholder, .sec_reserve_form .reserver_form_warpper select {
    color: #00000085 !important;
    font-weight: 400;
}
.sec_reserve_form .reserver_form_warpper .form-control {
    height: 60px;
    border: none;
    border-radius: 6px;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    box-shadow: none !important;
}
.sec_reserve_form .reserver_form_warpper .Submit-btn {
    border: none;
    display: flex;
    align-items: center;
    width: 170px;
    height: 60px;
    justify-content: center;
    color: #1d1d1d;
    font-weight: 500;
    background: url(inc/assets/images/hbtn.png) no-repeat !important;
    font-size: 18px;
    background-size: 100% 100% !important;
}
/*---------------------------------------
	about us page
----------------------------------------*/
.sec_about_us ul li {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.sec_about_us ul li strong {
    color: #000;
}
.sec_about_us ul li:before {
    content: "\f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    color: #000;
    position: absolute;
    left: 0;
}
.sec_about_us p {
    line-height: 38px;
}
/*---------------------------------------
			single opp inner page
----------------------------------------*/
.single.single-opportunity_inner article.opportunity_inner .post-thumbnail,
.single.single-opportunity_inner article.opportunity_inner header.entry-header,
.single.single-opportunity_inner nav.navigation.post-navigation,
.single-post .main_banner article .post-thumbnail,
.single-post .main_banner  header.entry-header,
.single-post .main_banner  nav.navigation.post-navigation,div#comments{
    display: none;
}
.single-post article{
	margin:0 !important;
}
.single-post .main_banner {
    padding: 0;
}
.sec_single_inner_bnr {
    position: relative;
}

.sec_single_inner_bnr:after {
    content: "";
    background: #00000087;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.sec_single_inner_bnr h1 {
    position: relative;
    z-index: 2;
    text-shadow: 0px 6px 10px #000;
}
.sec_info_sngle_opp ul li strong, .sec_info_sngle_opp p strong {
    color: #000;
    font-weight: 700;
    margin-right: 6px;
}
.sec_info_sngle_opp ul li:before {
    content: "\f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}
.sec_info_sngle_opp ul li {
    position: relative;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 20px;
    line-height: 24px;
}
.sec_info_sngle_opp h4 {
    margin-bottom: 10px !important;
}
.sec_info_sngle_opp h2 {
    color: #000;
    margin-bottom: 20px !important;
}
.single-opportunity_inner .single_thum_opp {
    border-top-right-radius: 20px;
    overflow: hidden;
    border-bottom-left-radius: 20px;
}

.single-opportunity_inner .single_thum_opp img {
    object-fit: cover;
}
.single-opportunity_inner .mid_sngle_thum .single_thum_opp img {
    height: 480px;
}
.sec_info_sngle_opp .dived_row ul {
    column-count: 2;
}
.sec_opportunity_new .f-image {
    height: 250px;
    overflow: hidden;
}
.sec_opportunity_new .f-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec_opportunity_new .opport_box {
    margin: 0 auto;
}
.sec_opportunity_new .boxer {
    margin-bottom: 25px;
}
/*----------------------------------------------
 		apply for funding page
---------------------------------------------------*/
.sec_apply_funding p {
    line-height: 28px;
}
.sec_apply_funding .top_fr_box h4 {
    color: #000;
    font-size: 1.05vw;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 20px 0px 12px 0px !important;
}
.sec_apply_funding .web_btn a {
    background: url(inc/assets/images/hbtn.png) no-repeat !important;
    background-size: 100% 100% !important;
    width: 280px;
    margin: 50px auto 0px auto;
    height: 60px;
    font-weight: 600;
    font-size: 18px;
    color: #000 !important;
    transition: 0.5s;
}
.sec_percentage .vc_col-sm-4 .vc_column-inner {
    padding: 0px 30px;
}
.sec_percentage h3 {
    font-size: 1.2vw;
    line-height: 1.4em;
    font-weight: 700;
}
.sec_percentage p strong {
    display: block;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px !important;
    margin-top: 15px;
}
.sec_percentage p {
    margin-bottom: 20px !important;
    line-height: 28px;
}
.sec_percentage h4 {
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.sec_qucik_loan .vc_row.wpb_row:nth-child(2)  .wpb_single_image figure.wpb_wrapper,.sec_qucik_loan .vc_row.wpb_row:nth-child(2)  .wpb_single_image .vc_single_image-wrapper {
    display: block !important;
}

.sec_qucik_loan .vc_row.wpb_row:nth-child(2)  .wpb_single_image img {
    height: 300px;
    object-fit: cover;
    width: 100% !important;
}
.sec_qucik_loan .quick-raw_info h2 {
    font-size: 1.5vw;
    line-height: 1.3em;
    margin-top: 30px !important;
}
.sec_qucik_loan .quick-raw_info li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #707070;
    line-height: 24px;
    margin-bottom: 20px;
}
.sec_qucik_loan .quick-raw_info li:before {
    content: "\f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    position: absolute;
    left: 0;
    color: #000;
}
.sec_qucik_loan .quick-raw_info p {
    line-height: 28px;
}
.sec_qucik_loan .web_btn a {
    background: url(inc/assets/images/hbtn.png) no-repeat !important;
    background-size: 100% 100% !important;
    width: 100%;
    margin: 50px auto 0px auto;
    height: 60px;
    font-weight: 600;
    font-size: 18px;
    color: #000 !important;
    transition: 0.5s;
}
/*blog single page  */
.sec_single_inform h2 {
    margin-bottom: 30px !important;
}
.sec_single_inform p br {
    display: none !important;
}
.sec_single_inform p strong {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px !important;
    display: flex;
}
.sec_single_inform p {
    line-height: 30px !important;
}
/*-----------------------------------
 		story succes page
------------------------------------*/
.sec_succes_story h2 {
    line-height: 1.4em;
}
.sec_succes_story h3 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}
.sec_smg_store ul li a {
    background: url(inc/assets/images/hbtn.png) no-repeat !important;
    background-size: 100% 100% !important;
    height: 50px;
    width: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    margin-top: 30px;
}
/*------------------------------------
 		faqs page
-------------------------------------*/
.sec-faqs {
  background-size: cover;
  background-position: center;
  padding-top: 60px !important;
  padding-bottom: 60px;
}
.sec-faqs .vc_toggle {
  border-radius: 15px;
  border: 1.5px solid #F8F8F8;
  padding: 28px 40px !important;
  position: relative;
	 background: linear-gradient(145deg, #312b70 0%, rgb(126 176 226) 100%)  !important;
  border:none;
}
.sec-faqs .vc_toggle_active {
    background: linear-gradient(145deg, #312b70 0%, rgb(126 176 226) 100%) !important;
    border: none;
}
.sec-faqs .vc_toggle_active .vc_toggle_title h4 {
  color: #fff !important;
}

.sec-faqs .vc_toggle_title h4 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
}
.sec-faqs .vc_toggle_icon::before {
  display: none !important;
}
.sec-faqs .vc_toggle_title:after {
    content: '\f062';
    position: absolute;
    z-index: 999;
    font-family: 'FontAwesome';
    font-weight: 300;
    right: 0;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 0 !important;
    line-height: 0;
    transition: all 0.5s ease-in-out;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-size: 14px;
}
.sec-faqs .vc_toggle_content {
    margin: unset;
    margin-top: 14px !important;
    border-top: 1px solid #ffffff54;
    padding-top: 12px !important;
}
.sec-faqs .vc_toggle_content p, .sec-faqs .vc_toggle_content ul li,.sec-faqs  .vc_toggle_content ol li {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}
.sec-faqs  .vc_toggle_content ol li{
	margin-bottom:20px;
}
.sec-faqs .vc_toggle_content ol {
    margin-left: -20px;
}
.sec-faqs .vc_toggle_icon:after {
  display: none !important;
}
.sec-faqs .vc_toggle_active .vc_toggle_title:after {
  rotate: 180deg;
}
.sec-faqs .vc_toggle.vc_toggle_active .vc_toggle_title:after {
    color: #fff !important;
    border: 1px solid #fff !important;
}
.sec-faqs .vc_toggle_content ul li:before {
    content: "\f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    position: absolute;
    left: 0;
}
.sec-faqs .vc_toggle_content ul {
    margin: 20px 0px !important;
    margin-left: 20px !important;
}
.sec-faqs .vc_toggle_content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.sec_faq_get_ready h5 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
}


.sec_smg_store ul li strong {
    color: #000;
}
.sec_smg_store ul li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #707070;
}
.sec_smg_store .store_btm_info a {
    background: url(inc/assets/images/hbtn.png) no-repeat !important;
    background-size: 100% 100% !important;
    height: 70px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    border-radius: 6px;
    margin: 0 auto;
}


#masthead #menu-header-menu ul.dropdown-menu {
    background: #ffffff;
    min-width: max-content;
    padding: 20px 20px !important;
    box-shadow: 0px 7px 10px 0px #000;
    display: none;
    transition: 0.5s;
    left: 0px;
    top: 20px;
}

#masthead #menu-header-menu ul.dropdown-menu li a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 0 !important;
}

#masthead #menu-header-menu ul.dropdown-menu li:last-child a {
    margin-bottom: 0;
}

#masthead #menu-header-menu ul.dropdown-menu li {
    border-bottom: 1px solid #00000033;
    height: 50px;
    display: flex;
    align-items: center;
}

#masthead #menu-header-menu ul.dropdown-menu li:last-child {
    border-bottom: none;
}
#masthead #menu-header-menu li:hover ul.dropdown-menu {
    display: block;
    transition: 0.5s;
}

.video-row {
    padding-top: 60px;
}

.boxer h3 {
    font-size: 40px;
    line-height: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*  video   */
.sec_opp_video iframe {
    width: 100%;
    height: 500px;
    object-fit: cover !important;
}

a#clos__menu {
    display: none;
}
/**********RESPONSIVE CSS*************/
@media only screen and (max-width: 1600px) {
#masthead {
    padding: 10px 50px 10px 50px;
}
.sec_top_bar {
    padding: 14px 50px;
}
.sec_testimonial .owl-item .boxer {
    box-shadow: 0px 18px 30px 10px #00000005;
}
.sec_testimonial .owl-nav button.owl-prev {
    left: -8%;
}
.sec_testimonial .owl-nav button.owl-next {
    right: -8%;
}
.sec_blog .blogs .boxer h5.blog_title {
    min-height: 85px;
}
.vc_section.sec_join {
    background-size: 80% 100% !important;
}
.vc_section.sec_inner-banner {
    padding-top: 260px !important;!i;!;
    padding-bottom: 260px !important;!i;!;
}
.main_banner {
    padding: 60px 0;
}
.single-opportunity .row_wrapper h1 {
    font-size: 40px;
}
section.vc_section.sec_smg_store {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.sec-contactus {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
} 
@media only screen and (max-width: 1500px) {
	#masthead #menu-header-menu ul.dropdown-menu {
    left: -30px;
    top: 50px;
}
#masthead #menu-header-menu ul.dropdown-menu {
    left: -30px;
    top: 50px;
}
section.vc_section.sec_logo {
    padding-top: 40px !important;!i;!;
    padding-bottom: 40px !important;!i;!;
}
.vc_custom_heading a {
    font-size: 33px;
}
.sec_testimonial .owl-nav button.owl-prev {
    left: -15%;
}
.sec_testimonial .owl-nav button.owl-next {
    right: -15%;
}
.sec_testimonial .owl-item .boxer {
    margin-bottom: 40px;
}
section.vc_section.sec_testimonial {
    padding-right: 150px !important;
    padding-left: 150px !important;
}
.video-row {
    padding-top: 20px;
}
}
@media only screen and (max-width: 1440px) {
	.sec_testimonial .owl-nav button.owl-prev {
    left: -5%;
}
.sec_testimonial .owl-nav button.owl-next {
    right: -5%;
}
section.vc_section.sec_testimonial {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
section.vc_section.sec_brand_inner {
    padding-top: 50px !important;!i;!;
    padding-bottom: 50px !important;!i;!;
}
section.vc_section.sec_about_us {
    padding-top: 50px !important;!i;!;
    padding-bottom: 50px !important;!i;!;
}
}
@media only screen and (max-width: 1366px) {
	.succes-col .vc_column-inner {
    padding-top: 0 !important;!i;!;
}
.join-col .vc_column-inner {
    padding-left: 0 !important;!i;!;
}
#masthead #menu-header-menu ul.dropdown-menu {
    left: -70px;
}
/* section.vc_section.sec_inner-banner {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
} */
section.vc_section.sec_opp_video {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.sec_succes_story {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.single-opportunity .row_wrapper h1 {
    font-size: 35px;
}
section.vc_section.sec_blog {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.sec_apply_funding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
}
@media only screen and (max-width: 1280px) {
	#masthead #menu-header-menu ul.dropdown-menu {
    left: -160px;
}
.sec_suport_cal .counter_suffix.mycust, .sec_suport_cal .stats-number {
    font-size: 60px !important;!i;!;
}
header#masthead {
    padding: 10px 0px 10px 0px;
}
section.vc_section.sec_testimonial {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}
.sec_testimonial .owl-nav button.owl-prev {
    left: 0%;
}
.sec_testimonial .owl-nav button.owl-next {
    right: 0%;
}
.sec_single_inner_bnr h1 {
    font-size: 35px;
}
.main_banner {
    padding: 60px 30px;
}
}
@media only screen and (max-width: 1199px) {
	div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 40%;
    /*     display: flex; */
    flex-direction: column-reverse;
    justify-content: start !important;
    overflow-y: scroll;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
}
a#clos__menu {
    display: block;
    position: absolute;
    top: 3px;
    right: 1%;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    background: #424080 !important;!i;!;
    padding: 0px 15px 5px 15px !important;!i;!;
    border-radius: 5px !important;!i;!;
}
header#masthead #menu-header-menu li a {
    margin-right: 0;
}
header#masthead #menu-header-menu li a {
    line-height: 44px;
}
header#masthead a.hdr_btn {
    margin-top: 20px;
}
div#main-nav ul.dropdown-menu .navbar-brand {
    display: none;
}
.navbar-light .navbar-toggler {
    background: #424080 !important;
    outline: none;
    border: none;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
}
@media only screen and (max-width: 1024px) {
  .sec_top_bar ul {
    display: inline-block;
}
.sec_top_bar ul li:nth-child(2) {
    border: 0;
    padding-right: 0;
}
.sec_top_bar ul li a, .sec_top_bar ul li {
    line-height: 25px;
}
.sec_top_bar ul li:nth-child(2):before {
    position: absolute;
}
div#main-nav {
    width: 45%;
}
.sec_banner .info-wrapper {
    padding-left: 50px;
}
.sec_banner .infor-bnr .bnrtitle br {
    display: none;
}
.sec_banner .infor-bnr .bnrtitle {
    line-height: 50px;
    font-size: 33px;
}
.vc_custom_heading a {font-size: 26px;}
section.vc_section.sec_brand {
    padding-bottom: 40px !important;
}
section.vc_section.sec_suport_cal {
    padding-top: 60px !important;
}
.succes-col .vc_column-inner {
    padding-left: 15px !important;
}
.sec_suport_cal img.ult-modal-img {padding-right: 20px;}
.sec_opportunity .boxer h3.oppor_title {
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 14px;
}
.vc_section.sec_simple_online {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.vc_section.sec_simple_online .counter-raw .counter_suffix.mycust, .vc_section.sec_simple_online .counter-raw .stats-number {
    font-size: 50px !important;!i;!;
}
.sec_testimonial .owl-nav button.owl-prev {
    top: 88%;
    left: 35%;
}
.sec_testimonial .owl-nav button.owl-next {
    top: 88%;
    right: 35%;
}
.sec_testimonial .owl-item .boxer {
    padding: 30px 50px;!i;!;
}
.sec_blog .blogs .boxer h5.blog_title {
    font-size: 18px;
}
.sec_blog .blogs .boxer {
    padding: 10px;
}
.sec_blog .btm_ifno ul li {
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    padding-left: 0;
}
.sec_blog .btm_ifno ul {
    display: inline-block;
    width: 100%;
}
.sec_blog .btm_ifno ul li:nth-child(2) {
    border: 0;
    padding-left: 0;
    margin: 0 auto;
    padding-right: 0;
}
.sec_blog .btm_ifno ul li:before {
    position: absolute;
    right: 110px;
}
#footer-widget .new_wrapper p .form-control {
    width: 100% !important;!i;!;
}
.last-col .vc_column-inner {
    padding-left: 30px !important;!i;!;
    padding-right: 40px !important;!i;!;
}
.sec_join ul li a {
    font-size: 12px;
}
.sec_join .web_btn a {
    height: 45px;
}
#footer-widget ul li a, #footer-widget ul li {
    font-size: 15px;
}
.single-opportunity_inner .mid_sngle_thum .single_thum_opp img {
    height: 450px;
}
.sec_info_sngle_opp h4 {
    font-size: 25px !important;!i;!;
    margin-top: 10px !important;!i;!;
}
section.vc_section.sec_info_sngle_opp {
    padding-top: 50px !important;!i;!;
    padding-bottom: 50px !important;!i;!;
}
.sec_succes_story h3 {
    font-size: 25px;
}
.sec-faqs .vc_toggle {
    padding: 18px 30px !important;!i;!;
}
.sec-faqs .vc_toggle_title h4 {font-size: 20px;}
.sec-faqs .vc_toggle_content p, .sec-faqs .vc_toggle_content ul li, .sec-faqs .vc_toggle_content ol li {
    font-size: 16px;
}
.sec_faq_get_ready h5 {
    font-size: 20px;
    line-height: 35px;
}
.single-opportunity .row_wrapper .f-image {
    height: 350px;
    object-fit: cover !important;!i;!;
}
.main_banner {
    padding: 30px 30px;
}
.single-opportunity .row_wrapper h1 {
    font-size: 30px;
}
.boxer h3 {
    font-size: 30px;
}
.sec_suport_cal .calculator {
    padding: 20px 20px 0px 20px;
}
.sec_suport_cal .calculator {
    padding: 20px 20px 0px 20px;
}
.video-row iframe {
    height: 450px;
}
.ult_modal.ult-small {
    width: 70% !important;
}
.ult-overlay-close-inside {
    height: 50%;
}
iframe {
    height: 450px !important;!i;!;
}
section.vc_section.sec_info_sngle_opp .vc_row.vc_custom_1733940164667 {
    padding-top: 30px !important;!i;!;
}
div#main-nav {
    width: 60%;
}
#masthead #menu-header-menu ul.dropdown-menu {
    margin-left: 0;
}
}
@media only screen and (max-width: 991px) {
	.container {
    max-width: 100% !important;
}
.sec_top_bar {
    padding: 14px 5px !important;
}
.sec_banner .infor-bnr p {
    margin: 20px 0 !important;
}
.sec_banner .infor-bnr .bnrtitle {
    font-size: 30px;
    line-height: 40px;
}
.vc_section.sec_banner .bnr_video {
    height: 500px;
}
.sec_suport_cal .calculator {
    height: 550px;
}
.sec_suport_cal img.ult-modal-img {
    height: 400px;
    margin-right: 0;
    padding-right: 0;
    width: 95%;
}
div#modal-trg-txt-wrap-1435 {
    margin-top: 20px !important;
}
.sec_suport_cal .counter_suffix.mycust, .sec_suport_cal .stats-number {
    font-size: 45px !important;
}
.vc_section.sec_opportunity {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.vc_section.sec_opportunity .vc_row.vc_custom_1732914687746 {
    padding-top: 20px !important;
}
.sec_opportunity .boxer p {
    font-size: 15px;
}
.sec_opportunity .boxer .info-wrapper {
    padding: 20px 10px;
}
.vc_section.sec_simple_online {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.sec_testimonial .owl-item .boxer {
    padding: 30px 120px 30px 30px;
}
section.vc_section.sec_inner-banner {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.sec_about_us p {
    margin-bottom: 10px;
    line-height: 33px;
}
#footer-widget .footer-top {
    padding: 10px 15px 10px 15px !important;
}
#footer-widget .new_wrapper p .form-control {
    height: 45px;
}
#footer-widget .new_wrapper .news_btn {
    height: 45px;
    font-size: 16px;
}
.sec-faqs .vc_row.vc_custom_1733958007165 {
    padding-top: 20px !important;
}
}
@media only screen and (max-width: 960px) {
  div#main-nav {
    width: 70%;
}
.sec_simple_online .vc_row.wpb_row:first-child {
    align-items: center;
}
.vc_section.sec_simple_online {padding-top: 50px !important;!i;!;padding-bottom: 50px !important;!i;!;}
.sec_testimonial .owl-item .boxer p.des_test {
    width: 80%;
    margin: 0 auto !important;!i;!;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sec_join p {
    font-size: 15px;
}
.sec_join .web_btn a {
    font-size: 16px;
}
section.vc_section.sec_join .vc_col-sm-9 {
    width: 100%;
    text-align: center;
}
section.vc_section.sec_join .vc_col-sm-3 {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.sec_join ul li:before {left: 30%;}
.sec_join ul li {
    padding-left: 0 !important;!i;!;
}
.sec_join ul li a {
    font-size: 15px;
}
.stats-block.stats-top:nth-child(3) {
    padding-right: 20px;
}
.vc_section.sec_simple_online .counter-raw .counter_suffix.mycust, .vc_section.sec_simple_online .counter-raw .stats-number {
    font-size: 40px !important;
}
.sec_simple_online .proces_raw p {
    font-size: 15px;
    line-height: 30px;
}
section.vc_section.sec_blog {
    padding-top: 20px !important;
}
.sec_opportunity_new .f-image {
    height: 200px;
}
section.vc_section.sec_single_inner_bnr {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.vc_section.sec_succes_story .vc_row.vc_custom_1733956412036 {
    padding-top: 20px !important;!i;!;
}
.sec_succes_story h3 {
    font-size: 22px;
}
.boxer h3 {
    padding-bottom: 0;
    padding-top: 0;
}
.sec_qucik_loan .vc_row.wpb_row:nth-child(2) .wpb_single_image img {
    height: 250px;
}
section.vc_section.sec_qucik_loan .vc_row.vc_custom_1733950095484 {
    padding-bottom: 20px !important;
}
section.vc_section.sec_qucik_loan {
    padding-bottom: 50px !important;
}
}
@media only screen and (max-width: 850px) {
	div#main-nav {
    width: 80%;
}
.sec_banner .info-wrapper .infor-bnr {
    width: 100%;
}
.sec_banner .infor-bnr .bnrtitle {
    font-size: 29px;
    width: 80%;
}
.sec_banner .infor-bnr p {
    width: 90%;
}
.vc_custom_heading a {
    font-size: 21px;
}
.sec_brand .brand .boxer .f-image {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.sec_brand .brand .boxer .f-image img {
    width: 55%;
}
.sec_brand .brand .boxer {
    height: 290px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.sec_suport_cal .calculator h3 {
    font-size: 18px !important;!i;!;
}
section.vc_section.sec_suport_cal .vc_col-sm-6 {
    width: 90%;
    margin: 0 auto;
    float: none;
}
.vc_section.sec_suport_cal .vc_column-inner.vc_custom_1733161348129 {
    padding-left: 0;
}
.sec_suport_cal h3 {
    text-align: center !important;
}
.sec_suport_cal p {
    text-align: center !important;
}
.sec_suport_cal img.ult-modal-img {
    height: 400px;
    width: 70%;
    margin: 0 auto;
}
.succes-col .vc_column-inner {
    padding-left: 0 !important;
}
.vc_section.sec_opportunity .col-md-4 {
    flex: 0 0 70%;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.f-image img {
    width: 100%;
}
.vc_section.sec_simple_online .vc_col-sm-7 {
    width: 100%;
    float: none;
    text-align: center;
}
.vc_section.sec_simple_online .vc_col-sm-3 {
    width: 100%;
    float: none;
}
.vc_section.sec_simple_online .vc_col-sm-5 {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.vc_section.sec_simple_online .vc_col-sm-4 {
    width: 100%;
    text-align: center;
    float: none;
}
.vc_section.sec_brand .brand .boxer h5, .vc_section.sec_simple_online h4 {
    text-align: center !important;!i;!;
}
.sec_simple_online .wpb_single_image {
    text-align: center !important;!i;!;
}
.sec_simple_online .counter-raw .vc_column_container:first-child .wpb_wrapper {
    display: block;
}
.stats-block.stats-top:nth-child(2):after, .stats-block.stats-top:nth-child(2):before, .stats-block.stats-top:nth-child(3):after {
    display: none;
}
.vc_section.sec_simple_online {
    padding-bottom: 80px !important;!i;!;
}
.sec_testimonial .owl-item .boxer {
    width: 100% !important;!i;!;
    padding: 30px 30px 30px 30px;
}
section.vc_section.sec_blog .col-md-4 {
    flex: 0 0 70%;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sec_blog .cate_name {
    justify-content: center;
}
.sec_blog .blogs .boxer h5.blog_title {
    text-align: center;
    min-height: auto;
}
#footer-widget .new_wrapper p {
    display: block;
    text-align: center;
}
#footer-widget .new_wrapper p label {
    padding-bottom: 20px;
}
#footer-widget .new_wrapper .news_btn {
    margin-top: 20px;
}
#footer-widget .new_wrapper p .form-control {
    width: 70% !important;!i;!;
    margin: 0 auto;
}
#footer-widget .row.btm_raw .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
#footer-widget .row.btm_raw .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 20px;
}
.ftr-4 {
    display: block;
}
#footer-widget .row.btm_raw .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
section.vc_section.sec_brand .col-md-4 {
    flex: 0 0 70%;
    max-width: 70%;
    margin: 0 auto;
}
section.vc_section.sec_reserve_form {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.counter-rw {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.counter-rw .stats-block.stats-top .stats-desc {
    text-align: center !important;!i;!;
}
iframe {
    height: 350px !important;!i;!;
}
.sec_succes_story h3 {
    font-size: 20px;
    line-height: 30px;
}
.single-opportunity .row_wrapper h1 {
    font-size: 25px;
}
.main_banner {
    padding: 30px 10px;
}
.sec-faqs .vc_toggle_title h4 {
    font-size: 17px;
}
.single-opportunity .row_wrapper h2 {font-size: 18px;}
}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 767px) {
	.text-left {
    text-align: center !important;
     padding-bottom: 20px;
}
.text-right {
    text-align: center !important;!i;!;
}
.sec_top_bar {
    padding: 19px 5px !important;!i;!;
}
.main_banner {
    text-align: center;
}
.single-brnadbus .f-image {
    margin: 0 auto;
}
section.vc_section.sec_about_us {
    text-align: center;
}
.sec_about_us ul li {
    list-style: none;
    padding-left: 0;
}
.sec_about_us ul li:before {
    display: none;
}
section.vc_section.sec_faq_get_ready {
    padding-top: 0 !important;!i;!;
    padding-bottom: 50px !important;!i;!;
    text-align: center !important;!i;!;
}
section.vc_section.sec_faq_get_ready h3.vc_custom_heading {
    padding-top: 20px;
    text-align: center !important;!i;!;
}
.sec_faq_get_ready h5 {
    text-align: center !important;!i;!;
}
.single-opportunity .row_wrapper ul {
    column-count: 1;
    margin-left: 0;
}
.single-opportunity .row_wrapper ul li:before {
    display: none;
}
section.vc_section.sec_smg_store {
    text-align: center;
}
section.vc_section.sec_smg_store .wpb_single_image {
    text-align: center !important;!i;!;
}
section.vc_section.sec_smg_store h3 {
    text-align: center !important;!i;!;
}
.sec_smg_store ul li a {
    width: 90%;
    margin-bottom: 30px !important;
    margin: 0 auto;
}
.store_btm_info a {
    width: 90% !important;!i;!;
}
section.vc_section.sec_smg_store .vc_row.vc_custom_1733961348158 {
    padding-top: 20px !important;!i;!;
}
section.vc_section.sec-contactus {
    text-align: center;
}
.sec-contactus ul.contact-information li:first-child:before, 
.sec-contactus ul.contact-information li:nth-child(2):before,
.sec-contactus ul.contact-information li:nth-child(3):before {
    left: 30%;
}
.sec-contactus .get-btn {
    width: 100%;
}
.vc_section.sec_single_inform {
    text-align: center;
}
.sec_single_inform p strong {
    justify-content: center;
}
.sec_apply_funding .top_fr_box h4 {
    font-size: 18px;
    text-align: center !important;!i;!;
}
.sec_apply_funding p {
    text-align: center;
    padding-bottom: 20px;
}
.sec_percentage .vc_col-sm-4 .vc_column-inner {
    text-align: center;
}
.sec_percentage h3 {
    text-align: center !important;!i;!;!;
    font-size: 18px;
}
.sec_percentage h4 {
    text-align: center !important;!i;!;
}
section.vc_section.sec_percentage {
    padding-bottom: 20px !important;!i;!;
}
.sec_qucik_loan .vc_row.wpb_row:nth-child(2) .wpb_single_image img {height: auto;}
.sec_qucik_loan .quick-raw_info h2 {
    font-size: 18px;
    text-align: center !important;!i;!;
}
.sec_qucik_loan .quick-raw_info li {
    text-align: center;
    padding-left: 0;
}
.sec_qucik_loan .quick-raw_info li:before {
    display: none;
}
.sec_qucik_loan .quick-raw_info p {
    text-align: center !important;!i;!;
}
.sec_about_us p {
    padding-bottom: 10px;
}
section.vc_section.sec_info_sngle_opp {
    text-align: center;
}
.sec_info_sngle_opp h2 {
    text-align: center !important;!i;!;
    padding-top: 20px;
}
.sec_info_sngle_opp ul li {
    text-align: center;
    padding-left: 0;
}
.sec_info_sngle_opp ul li:before {
    display: none;
}
.single_thum_opp {
    text-align: center !important;!i;!;
    padding-top: 20px;
}
.sec_info_sngle_opp h4 {
    text-align: center !important;!i;!;
}
.sec_reserve_form .reserver_form_warpper .form-control {
    height: 40px;
    font-size: 15px;
}
.sec_reserve_form .reserver_form_warpper {
    padding: 60px 10px;
}
.sec_reserve_form .reserver_form_warpper .Submit-btn {
    width: 100%;
}
.single-opportunity .row_wrapper .f-image {
    height: 300px;
}
.sec_suport_cal .calculator button {
    width: 100%;
}
.sec_single_inform h2 {
    text-align: center !important;!i;!;
}
section.vc_section.sec_logo {
    display: none;
}
}
@media only screen and (max-width: 667px) {
  div#main-nav {
    width: 90%;
}
section.vc_section.sec_brand .col-md-4 {
    flex: 0 0 90%;
    max-width: 90%;
}
.sec_suport_cal img.ult-modal-img {
    width: 100%;
    height: auto;
}
.vc_section.sec_opportunity .col-md-4 {
    flex: 0 0 90%;
    max-width: 90%;
}
.vc_section.sec_simple_online {
    padding-bottom: 40px !important;!i;!;
    background: transparent !important;!i;!;
    padding-top: 20px !important;!i;!;
    padding-left: 0 !important;!i;!;
    padding-right: 0 !important;!i;!;
}
.vc_section.sec_simple_online h3 {
    font-size: 18px;
}
section.vc_section.sec_testimonial h2 {
    font-size: 20px;
}
.sec_testimonial .owl-item .boxer p.des_test {
    width: 100%;
}
section.vc_section.sec_blog h2 {
    font-size: 22px;
}
section.vc_section.sec_blog .col-md-4 {
    flex: 0 0 90%;
    max-width: 90%;
}
.sec_blog .btm_ifno ul li {
    font-size: 15px;
    line-height: 35px;
}
section.vc_section.sec_join h3 {
    font-size: 18px;
}
.sec_join ul li:before {
    left: 20%;
}
#footer-widget .new_wrapper p .form-control {
    width: 100% !important;!i;!;
}
#footer-widget .new_wrapper .news_btn {
    width: 100%;
}
section.vc_section.sec_inner-banner {
    padding-top: 100px !important;!i;!;
    padding-bottom: 100px !important;!i;!;
}
.sec_single_inner_bnr h1 {
    font-size: 30px;
}
section.vc_section.sec_info_sngle_opp .vc_row.vc_custom_1733940164667 {
    padding-top: 0 !important;!i;!;
}
.sec_info_sngle_opp h4 {font-size: 23px !important;!i;!;line-height: 30px;}
.single-opportunity_inner .mid_sngle_thum .single_thum_opp img {
    width: 100% !important;!i;!;
    height: auto !important;!i;!;
}
section.vc_section.sec_single_inner_bnr {
    padding-bottom: 70px !important;!i;!;
    padding-top: 70px !important;!i;!;
}
.single-opportunity .row_wrapper ul li {
    padding-left: 0;
    line-height: 34px;
}
.sec_suport_cal h3 {
    font-size: 22px;
}
.sec_suport_cal h3 {
    font-size: 22px;
}
.sec_simple_online .proces_raw p {
    width: 90%;
    margin: 0 auto;
}
.vc_custom_heading a {
    line-height: 33px;
}
section.vc_section.sec_about_us h2 {
    font-size: 20px;
}
section.vc_section.sec_about_us h2 {
    font-size: 20px;
}
.sec_about_us h3 {
    font-size: 20px;
}
section.vc_section.sec_succes_story {
    padding-top: 20px !important;!i;!;
}
.sec_succes_story h2 {
    font-size: 17px;
}
section.vc_section.sec-faqs h2 {
    font-size: 25px;
}
.sec-faqs .vc_toggle {
    padding: 18px 10px !important;
    margin-bottom: 15px;
}
.sec-faqs {
    padding-top: 40px !important;!i;!;
    padding-bottom: 20px !important;!i;!;
}
.sec-faqs .vc_toggle_title h4 {
	font-size: 15px;
	line-height: 26px;
}
.single-opportunity .row_wrapper .f-image {
    height: auto;
}
.boxer h3 {
    font-size: 25px;
    line-height: 35px;
}
section.vc_section.sec-contactus h3 {
    font-size: 25px !important;!i;!;
}
.sec-contactus ul.contact-information li:first-child:before, 
.sec-contactus ul.contact-information li:nth-child(2):before, 
.sec-contactus ul.contact-information li:nth-child(3):before {
    left: 20%;
}
section.vc_section.sec-contactus h2 {
    font-size: 23px;
}
.single-brnadbus h2.brand_title {
    font-size: 23px;
    margin-bottom: 10px;
}
section.vc_section.sec_blog .vc_row.vc_custom_1732926073387 {
    padding-top: 20px !important;!i;!;
}
.sec_info_sngle_opp .dived_row ul {
    column-count: 1;
}
.sec_info_sngle_opp h4 {
    font-size: 21px !important;!i;!;
}
section.vc_section.sec_info_sngle_opp {
    padding-top: 30px !important;!i;!;
}
.mid_sngle_thum {
    padding-top: 20px !important;!i;!;
}
}
@media only screen and (max-width: 575px) {
	div#main-nav {
    width: 100%;
    padding: 40px 20px;
}
h2 strong, h3 strong {
    font-size: 20px;
    line-height: 50px;
}
.sec_brand h2 {
    font-size: 19px;
}
section.vc_section.sec_brand .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
section.vc_section.sec_suport_cal .vc_col-sm-6 {
    width: 95%;
}
.vc_section.sec_opportunity {
    padding-top: 20px !important;!i;!;
}
.vc_section.sec_opportunity .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.vc_section.sec_simple_online {
    padding-top: 0 !important;!i;!;
}
section.vc_section.sec_blog .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
#masthead #menu-header-menu ul.dropdown-menu {
    min-width: 100% !important;
}
#masthead #menu-header-menu ul.dropdown-menu li a {
    font-size: 14px;
}
section.vc_section.sec-contactus .vc_column-inner.vc_custom_1733933099167 {
    padding-left: 20px !important;!i;!;
}
}
@media only screen and (max-width: 525px) {
	.sec_banner .infor-bnr .bnrtitle {
    width: 90%;
    text-align: center;
    font-size: 27px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.sec_banner .info-wrapper {
    padding-left: 0;
}
.sec_banner .infor-bnr p {
    width: 90%;
    text-align: center;
    margin: 0 auto !important;!i;!;
}
.sec_banner .infor-bnr a.bnr_video {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
section.vc_section.sec_logo {
    padding-top: 20px !important;!i;!;
    padding-bottom: 20px !important;!i;!;
}
.vc_custom_heading a {
    font-size: 18px;
    line-height: 30px;
}
section.vc_section.sec_brand {
    padding-top: 30px !important;!i;!;
}
.vc_section.sec_opportunity h2 {
    font-size: 20px;
}
.sec_opportunity .boxer h3.oppor_title {
    font-size: 19px;
}
.vc_section.sec_simple_online h2 {
    font-size: 22px;
    margin-bottom: 10px !important;!i;!;
}
section.vc_section.sec_testimonial h2 {
    line-height: 30px !important;!i;!;
    font-size: 17px;
}
.sec_testimonial p {
    margin-top: 0;
    margin-bottom: 10px !important;
}
.sec_succes_story h2 {
    font-size: 15px;
}
h2 strong, h3 strong {
    font-size: 18px;
}
section.vc_section.sec_succes_story .vc_row.vc_custom_1733956412036 {
    padding-top: 10px !important;
}
section.vc_section.sec_succes_story {
    padding-bottom: 20px !important;
}
section.vc_section.sec_faq_get_ready h3.vc_custom_heading {font-size: 20px;}
	.sec_info_sngle_opp h2 {
    font-size: 20px;
    margin-bottom: 10px !important;!i;!;
    padding-top: 10px;
}
.sec_single_inner_bnr h1 {
    font-size: 25px;
    line-height: 35px;
}
}
@media only screen and (max-width: 480px) {
	#masthead #menu-header-menu ul.dropdown-menu li a {
    font-size: 12px;
}
section.vc_section.sec_about_us .vc_row.vc_custom_1732921055101 {
    padding-top: 0 !important;!i;!;
}
.vc_section.sec_opportunity {
    padding-bottom: 0px !important;!i;!;
}
.main_banner .f-image img {
    width: 50%;
}
}
@media only screen and (max-width: 425px) {
	section.vc_section.sec_inner-banner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
section.vc_section.sec_about_us {
    padding-top: 20px !important;
}
#footer-widget .row.btm_raw {
    padding: 30px 0px 30px 0px !important;
}
.vc_section.sec_opportunity {
    padding-bottom: 0px !important;!i;!;
}
h2 strong, h3 strong {
    line-height: 30px;
}
.sec-faqs .vc_toggle_title h4 {
    font-size: 14px;
    display: block;
    width: 80%;
}
.sec-faqs {
    padding-top: 20px !important;!i;!;
    padding-bottom: 20px !important;!i;!;
}
section.vc_section.sec_smg_store h3 {
    font-size: 20px;
}
.store_btm_info a {
    font-size: 16px !important;!i;!;
}
.sec_single_inform h2 {
    font-size: 20px;
}
.sec_single_inform p strong {
    font-size: 18px;
}
#masthead #menu-header-menu ul.dropdown-menu {
    padding: 20px 10px !important;
}
.sec_reserve_form .reserver_form_warpper {
    padding: 20px 10px;
}
.sec_testimonial .trust_pilot {
    width: 100%;
}
#masthead #menu-header-menu ul.dropdown-menu li a {
    line-height: 20px;
}
.sec-contactus ul.contact-information li:first-child:before, .sec-contactus ul.contact-information li:nth-child(2):before, .sec-contactus ul.contact-information li:nth-child(3):before {
    left: 10%;
}
}
@media only screen and (max-width: 375px) {
	.sec_banner .infor-bnr .bnrtitle {
    font-size: 22px;
}
.sec_banner .infor-bnr p {
    font-size: 15px;
}
.sec_banner .infor-bnr a.bnr_video {
    height: 50px;
}
.vc_section.sec_simple_online .vc_column-inner.vc_custom_1732918619350 {
    padding-left: 20px !important;!i;!;
}
.sec_testimonial .owl-item .boxer .user_info .f-image {margin: 0 auto;}
.sec_testimonial .owl-item .boxer .user_info {
    display: block;
    text-align: center;
}
.sec_testimonial .owl-item .boxer .user_info p {
    text-align: center !important;!i;!;
}
.sec_testimonial .owl-nav button.owl-prev {
    left: 22%;
}
.sec_testimonial .owl-nav button.owl-next {
    right: 22%;
}
.last-col .vc_column-inner {
    padding-left: 10px !important;!i;!;
    padding-right: 10px !important;!i;!;
}
.sec_join ul li:first-child:before {
    display: none;
}
.sec_join ul li:before {
    display: none;
}
.home #footer-widget {
    padding-top: 100px;
}

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