/*
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=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Roboto", sans-serif;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Bebas Neue", sans-serif;
}
h1 {
  font-size: 110px;
  padding-bottom: 0px;
  font-weight: 700;
}
h2 {
    font-size: 3.1em;
    font-weight: 400;
    line-height: 3.4rem;
}
h3 {
  font-size: 40px;
  line-height: 50px;
}
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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1444px) {

header#masthead {
    padding: 20px 15px 30px 15px !important;
}
header#masthead #menu-header-menu li a {
    font-size: 20px;
}
.vc_section.sec_banner .bnr_hdng {
    left: 30px;
    line-height: 5rem !important;
}
.vc_section.sec_banner .bnr_cont {
    right: 60px;
}
.vc_section.sec_aboutus {
    padding-top: 80px !important;
}
.vc_section.sec_join_us,.vc_section.sec_suport_bnr {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.vc_section.sec_join_us .j_box_f > .vc_column-inner {
    padding: 50px 20px 50px 40px !important;
}
.home .sec_banner .bnr_cont {
    font-size: 12px !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 {
    position: fixed !important;
    z-index: 999;
    top: 0 !important;
    transition: 0.5s;
    padding: 0px 0px;
    height: 100%;
    transform: translate(100%, 0);
}
#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;
    display: none !important;
}
#masthead .navbar-collapse #menu-header-menu li a {
    color: #fff;
    margin-right: 15px;
}
#masthead #menu-header-menu li {
    border-bottom: 1px solid #fff;
}
}
/*--------------------------------------------------------------
## 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 !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: all 0.5s ease-in-out;
}
.p_hdng p {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    background: #fccacd;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-transform: uppercase;
    width: fit-content;
    padding: 0px 29px;
    border-radius: 3px;
}
h2 strong {
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #E50012, #A40000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 .sec_cntnt p {
    color: #000 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
}

/*----------------------------------------
          sec top baar 
------------------------------------------*/
.sec_top_bar {
    padding: 14px 0px;
    background: black;
}
/*----------------------------------------
           Header
------------------------------------------*/
.home #masthead {
    padding: 20px 70px 30px 80px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
	background:transparent;
}
#masthead {
    padding: 20px 70px 30px 80px;
    position: unset;
    background: #000;
}

#masthead #menu-header-menu li:last-child a {
    border: none;
    padding-right: 0 !important;
}
#masthead #menu-header-menu li a {
    font-size: 24px;
    font-weight: 400 !important;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    padding: 2px 6px !important;
    position: relative;
    border-right: 2px solid #fff;
    border-radius: 0;
    line-height: 12px;
    padding-right: 24px !important;
}
#masthead #menu-header-menu li a:hover {
    color: #ff0000;
}
.second-nav {
    display: flex;
    align-items: center;
    width: 32%;
    flex: 32% 0 0;
    justify-content: flex-end;
    gap: 20px;
    position: relative;
}
#masthead nav.navbar {
    width: 68%;
}
.second-nav .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    right: 290px;
    z-index: 9;
    display: none;
    bottom: 0;
}
.second-nav .search-form {
    display: flex;
    align-items: center;
}
.second-nav .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
    height: 44px;
    border-radius: 0 !important;
    background: transparent;
    padding: 0 22px;
    color: #fff;
    border: none !important;
    border-right: 1px solid #e9e9e9 !important;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background-image: linear-gradient(to right, #FF0000, #A00000) !important;
    height: 44px;
    border-radius: 0;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
}
.second-nav .cstm-search-form a.nav-link.search-icon {
    background: url(inc/assets/images/src.png) no-repeat !important;
    background-size: 100% 100% !important;
    height: 18px;
    width: 18px;
    filter: brightness(0) invert(1);
}
.second-nav .hdr_supt_btn ul {
    display: flex;
    gap: 10px;
}
.second-nav .hdr_supt_btn ul li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    line-height: 0;
    transition: all 0.5s ease-in-out;
}
.second-nav .hdr_supt_btn ul li:first-child a {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 172px;
}
.second-nav .hdr_supt_btn ul li:last-child a {
    width: 137px;
    border: none !important;
    background-image: linear-gradient(to right, #FF0000, #A00000) !important;
    color: #fff;
}
/*----------------------------------------
           banner slider
------------------------------------------*/
 .sec_banner .bnr_cont {
    background: #000000bd;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FB0707;
    font-weight: 300 !important;
}
.sec_banner .bnr_hdng {
    line-height: 110px !important;
}
.sec_banner .bnr_hdng strong {
    color: #FF0000;
    font-weight: 400 !important;
}
.vc_section.sec_banner rs-bullets.tp-bullets rs-bullet.tp-bullet {
    background: #D9D9D9 !important;
}
.vc_section.sec_banner rs-bullets.tp-bullets rs-bullet.tp-bullet.selected::after {
    background: #FF0000 !important;
    border: 1px solid #FF0000 !important;
}
/*----------------------------------------
           sec about us
------------------------------------------*/
.sec_aboutus h2 {
    margin: 24px 0px 30px 0px !important;
}
.sec_aboutus .web_btn a {
    background-image: linear-gradient(to right, #FF0000, #A00000) !important;
    width: 137px;
    height: 50px;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
}
/*----------------------------------------
           sec join us
------------------------------------------*/
.sec_join_us .j_box_f {
    background-size: 100% 100% !important;
    border-radius: 20px;
    overflow: hidden;
}
.sec_join_us .j_box_f .sec_cntnt p {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 37px !important;
    font-style: italic;
}
.sec_join_us .j_box_f .qr_cnt p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 4px;
}
.sec_join_us .j_box_f > .vc_column-inner {
    padding: 68px 20px 67px 40px !important;
    border-radius: 20px;
}
.qr_box .vc_column-inner {
    top: 40px;
    position: relative;
}
.j_s_box .vc_column-inner {
    border-radius: 20px;
    padding: 28px 40px !important;
}

.j_s_box .vc_column-inner h2 {
    color: #fff;
    text-align: center !important;
    font-weight: 400;
    line-height: 55px !important;
}

.j_s_box .vc_column-inner p {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
    line-height: 40px;
}
.j_s_box .vc_column-inner .web_btn a {
    width: 233px;
    height: 50px;
    margin: 20px auto 0px auto;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}
/*----------------------------------------
        sec event   
------------------------------------------*/
.sec_events .p_hdng p {
    margin: 0 auto 28px auto !important;
    padding: 0 20px;
    border-radius: 6px;
}
.sec_events .boxer {
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 10px solid #FF0000;
	    margin-bottom: 30px;
	box-shadow: 0 0 12px 0 #0000001c;
}
.sec_events .boxer .info-wrapper {
    background: #F8F8F8;
    padding: 20px;
    min-height: 270px;
}
.sec_events .boxer .tm_wrapper .brand_log {
    position: absolute;
    right: 20px;
    bottom: -24px;
    background: #FF0000;
    height: 53px;
    width: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.sec_events .boxer .tm_wrapper {
    position: relative;
}
.sec_events .boxer .info-wrapper h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #FF0000;
    font-family: 'Roboto';
    text-transform: capitalize;
}
.sec_events .boxer .info-wrapper h3 {
    font-size: 24px;
    font-family: 'Roboto';
    line-height: 30px;
    margin: 6px 0px 16px 0px;
}
.sec_events .boxer .info-wrapper p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.sec_events .boxer .info-wrapper a:after {
    content: "\f061";
    position: absolute;
    right: 0;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    line-height: 28px;
    transition: all 0.5s ease-in-out;
}
.sec_events .boxer .info-wrapper a {
    color: #FF0000;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-right: 24px !important;
}
/*----------------------------------------
            sec support
------------------------------------------*/
.sec_suport_bnr .p_hdng p {
    margin: 0 auto;
    color: #FF0000;
    background: #fff;
    border-radius: 4px;
}
.sec_suport_bnr h2 {
    color: #fff;
    font-weight: 400;
    margin: 16px 0px 15px 0px !important;
}
.sec_suport_bnr .wpb_column.vc_column_container > .vc_column-inner {
    padding: 56px 0px !important;
    border-radius: 20px;
}
.sec_suport_bnr .sec_cntnt p {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 42px !important;
    font-style: italic;
}
.sec_suport_bnr .web_btn a {
    background-image: linear-gradient(to right, #FF0000, #A00000) !important;
    width: 172px;
    height: 50px;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    margin: 30px auto 0px auto;
    border: none !important;
}
.sec_faqs .web_btn a {
    background-image: linear-gradient(to right, #FF0000, #A00000) !important;
    width: 137px;
    height: 50px;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    margin: 30px auto 0px auto;
    border: none !important;
}
.sec_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.sec_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #FF0000;
}

/*----------------------------------------
            sec faqs
------------------------------------------*/
.vc_section.sec_faqs {
    background-size: 21% 74% !important;
    background-position: 50% 61% !important;
}
.sec_faqs .p_hdng p {
    margin: 0 auto;
    padding: 0px 20px;
    margin-bottom: 25px !important;
}
.sec_faqs h2 {
    margin-top: 20px;
}
.sec_faqs .vc_tta-panel-heading h4.vc_tta-panel-title span {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto' !important;
    color: #000 !important;
}
.sec_faqs .vc_tta-panel-body p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px !important;
}
.sec_faqs .vc_tta-panel-body {
    padding: 10px 0 !important;
}
.sec_faqs .vc_tta-panel-heading h4.vc_tta-panel-title {
    padding: 32px 0px;
    border-top: 1px solid #808080;
}
.sec_faqs .vc_tta-panels-container .vc_tta-panel.vc_active h4.vc_tta-panel-title {
    border-top: none;
    padding-bottom: 10px;
}
.sec_faqs .vc_tta-panel-heading {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.sec_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: none !important;
}
.sec_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: none !important;
    border: none;
}
.sec_faqs .vc_tta-panels-container .vc_tta-panel.vc_active h4.vc_tta-panel-title span {
    color: #FF0000 !important;
}

/*----------------------------------------
            sec contanct us
------------------------------------------*/
.sec_contact_us h2 {
    margin: 20px 0px !important;
}
.sec_contact_us h2, .sec_contact_us h2 strong {
    font-weight: 400;
    line-height: 55px;
}
.sec_contact_us .cntc_wrapper .cr {
    padding-left: 10px;
}
.sec_contact_us .cntc_wrapper .cl {
    padding-right: 10px;
}
.sec_contact_us .cntc_wrapper .form-control {
    margin-bottom: 14px;
    height: 50px;
    border: 1px solid #959595;
    resize: none;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
    font-size: 14px;
    font-family: 'Roboto' !important;
    font-weight: 400;
     color: #5B5B5B;
}
.sec_contact_us .cntc_wrapper .form-control::placeholder {
    color: #5B5B5B;
}
.sec_contact_us .cntc_wrapper textarea {
    height: 125px !important;
    padding-top: 18px;
}
.sec_contact_us .cntc_wrapper p {
    margin: 0;
}
.sec_contact_us .p_hdng p {
    background: #edbbbe !important;
    padding: 21px 18px !important;
}
.sec_contact_us .cntc_btn {
    background-image: linear-gradient(to right, #FF0000, #A00000) !important;
    width: 137px;
    height: 50px;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    border: none !important;
    margin-top: 20px;
}
.sec_follow_us h2, .sec_follow_us h2 strong {
    font-weight: 400;
}
/*----------------------------------------
            
------------------------------------------*/
/*----------------------------------------
            
------------------------------------------*/
/*----------------------------------------
            
------------------------------------------*/
/*----------------------------------------
            
------------------------------------------*/
/*----------------------------------------
            
------------------------------------------*/
/*----------------------------------------
           footer
------------------------------------------*/
#footer-widget .container {
    padding: 30px 0px 0px;
}
.ftr-1 p {
    font-size: 18px;
    color: #424242;
    margin-bottom: 0;
}
#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: 18px;
    font-weight: 500;
    color: #424242;
    padding: 0;
    transition: 0.5s;
}
#footer-widget ul li {
    margin-bottom: 6px;
}
.ftr-2 .menu-footer-menu-container ul li {
    margin-bottom: 26px;
}
#colophon .site-info {
    padding: 16px 0px;
    border-top: 1px solid #808080;
}
#colophon .site-info p a {
    color: #FF0000 !important;
    font-weight: 500;
    text-transform: uppercase;
}
#colophon, div#footer-widget {
    background: #fff !important;
}
#colophon p {
    font-size: 18px;
    font-weight: 500;
    color: #474544;
}
.ftr-4 {
    display: flex;
    flex-direction: initial;
    justify-content: flex-end;
}
.ftr-2, .ftr-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.ftr-2:before, .ftr-3:before {
    content: "";
    background: #999999;
    height: 106px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 29%;
}

.ftr-2:before {
    left: 20px;
}
.ftr-3:after {
    content: "";
    background: #999999;
    height: 106px;
    width: 1px;
    position: absolute;
    right: 20px;
    top: 29%;
}
#footer-widget h3.widget-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 20px;
}
.ftr-4 ul li:before {
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: #FF0000;
    font-size: 14px;
}
.ftr-4 ul li {
    position: relative;
    padding-left: 28px !important;
}
.ftr-4 ul li:first-child:before {
    content: "\f095";
}

.ftr-4 ul li:nth-child(2):before {
    content: "\f0e0";
}

.ftr-4 ul li:last-child:before {
    content: "\f3c5";
}
#footer-widget .ftr-4 ul li {
    margin-bottom: 12px;
}
/*----------------------------------------
           hover effects
------------------------------------------*/
#footer-widget ul li a:hover, #footer-widget ul li:hover {
    color: #ff0000;
}
.second-nav .hdr_supt_btn ul li:last-child a:hover,
.sec_aboutus .web_btn a:hover,
.sec_suport_bnr .web_btn a:hover,
.sec_faqs .web_btn a:hover,
.sec_contact_us .cntc_btn:hover {
    background-image: linear-gradient(to right, #A00000, #FF0000) !important;
}
.second-nav .hdr_supt_btn ul li:first-child a:hover {
    background: #ec0018 !important;
    border: 1px solid #ec0018 !important;
}
.j_s_box .vc_column-inner .web_btn a:hover {
    background: #fff !important;
    color: #000 !important;
}
/*------------------------------------
          footer bottom
------------------------------------*/
#colophon section, #colophon section p {
    margin: 0;
}

/*----------------------------------------
           faqs page
------------------------------------------*/
.sec_faqs_inner,.sec_events_inner,.vc_section.gry_bg {
    background: #00000003 !important;
}
.sec_banner .bnr_cont strong {
    display: inline-block;
    margin-bottom: 12px !important;
}
.sec_banner .bnr_cont strong.btm_t_hh {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
/*----------------------------------------
           single event page
------------------------------------------*/
body.event-template-default div#content {
    padding: 100px 0px;
    background: #0000000a;
}
body.event-template-default div#content .f-image img {
    width: 100%;
}
body.event-template-default .info-wrapper h3 {
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
body.event-template-default .info-wrapper h4 {
    display: none;
}


.sec_banner .bnr_cont strong {
    display: block;
}


.sec_banner .bnr_cont br {
    display: none;
}
.sec_aboutus .about_thum_box {
    position: sticky !important;
    top: 20px;
    height: 100%;
}
.vc_section[data-vc-full-width].sec_aboutus {
    overflow: visible;
}
.f-image {}

.events_box .f-image {
    overflow: hidden;
    height: 240px;
}

.events_box .f-image img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.boxer {
    margin-top: 30px;
}
.sec_events .boxer .tm_wrapper .brand_log img {
    object-fit: contain;
    height: 43px;
    width: 38px;
}
.postid-224 .info-wrapper img {
    margin-bottom: 20px;
    height: 250px;
    margin-right: 5px;
    object-fit: cover;
}


section.vc_section.termprivSec ol {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}
section.vc_section.termprivSec a {
    color: #000;
    text-decoration: underline !important;
}
#footer-widget ul {
    padding: 0 !important;
    list-style: none;
}
section.vc_section.termprivSec ul {
    padding-left: 20px !important;
    list-style: disc !important;
}
a#clos__menu {
    display: none;
}
@media only screen and (max-width: 1199px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
button.navbar-toggler {
    background: #be002d;
}
button.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
div#main-nav {
    position: fixed;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    transition: 0.5s all ease-in-out;
    background: #fff;
    padding: 40px 40px;
    width: 35%;
    z-index: 9;
    display: grid;
    flex-direction: column-reverse;
    justify-content: start !important;
    text-align: left;
    overflow-y: scroll;
}
div#main-nav.show {
    transform: none;
    display: grid;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 30px;
    order: -1;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px !important;
    line-height: 45px !important;
    color: #000 !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:first-child) {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:before {
    display: none;
}
a#clos__menu {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    font-size: 22px;
    color: #fff;
    background: #bd002a !important;
    line-height: 1;
    padding: 10px 14px !important;
    border-radius: 4px;
}
#masthead nav {
    padding: 5px 0;
    /* height: 170px; */
}
 body:not(.theme-preset-active) #masthead .navbar-nav > li ul.dropdown-menu {
    border-top: 5px solid #b90033;
    border-radius: unset !important;
    width: 280px;
    text-transform: uppercase;
} 
body:not(.theme-preset-active) #masthead .navbar-nav > li ul.dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul.dropdown-menu {
    /* display: none !important; */
    transition: all 0.5s;
}
#masthead nav.navbar {
    width: 100%;
}
.second-nav .cstm-search-form a.nav-link.search-icon {
    filter: invert(1);
}
.second-nav {
    display: unset;
}
.hdr_supt_btn a {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 45px !important;
    margin: 0;
    padding: 0 !important;
}
header#masthead #menu-header-menu li a {
    margin: 0 !important;
    padding: 0 !important;
}
.hdr_supt_btn {
    margin-bottom: 20px;
}
div#main-nav .navbar-brand img {
    filter: drop-shadow(2px 4px 6px black);
}
.second-nav .hs-form {
    left: 0;
    bottom: -70px;
    width: 250px;
}
}

@media only screen and (max-width: 1024px) {
.vc_section.sec_banner .bnr_cont {
	right: 30px;
}
html, body {
    overflow-x: hidden !important;
}
}
@media only screen and (max-width: 777px) {
.vc_section.sec_banner .bnr_cont {
	right: 0px;
}
}
@media only screen and (max-width: 768px) {
section.vc_section.sec_contact_us .vc_col-sm-6:first-child .vc_column-inner {
    padding-right: 0 !important;
}
.home .sec_banner .bnr_cont {
    right: 0;
}
.j_s_box .vc_column-inner .web_btn a {
    width: unset;
    font-size: 15px !important;
}
.j_s_box .vc_column-inner p {
    font-size: 20px;
}
.sec_join_us .j_box_f .sec_cntnt p {
    font-size: 19px !important;
}
#footer-widget ul li a, #footer-widget ul li {
    font-size: 16px;
}
.ftr-1 p {
    font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
.sec_aboutus .about_thum_box {
    position: unset !important;
    padding-bottom: 50px;
}
.ftr-2:before, .ftr-3:before {
    display: none;
}
.ftr-3:after {
    display: none;
}
.vc_section.sec_aboutus {
    text-align: center;
}
.p_hdng p {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
.vc_section.sec_join_us .j_box_f > .vc_column-inner {
    text-align: center;
}
section.vc_section.sec_contact_us {
    text-align: center;
}
section.vc_section.sec_contact_us .wpb_single_image {
    text-align: center;
    margin-top: 20px !important;
}
.sec_contact_us .cntc_wrapper .cr {
    padding-left: unset;
    padding-left: 15px;
}
.sec_contact_us .cntc_wrapper .cl {
    padding: 0 15px;
}
section.vc_section.sec_contact_us .vc_col-sm-6:first-child .vc_column-inner {
    padding-right: 15px !important;
}
.sec_contact_us .cntc_btn {
    width: 30%;
    margin: 0 auto;
}
.ftr-4 {
    justify-content: center;
    text-align: center;
}
.ftr-2, .ftr-3 {
    display: flex;
    justify-content: center;
    flex-direction: unset !important;
    text-align: center;
}
#footer-widget .ftr-4 ul li {
    display: flex;
}
#footer-widget .container {
    text-align: center;
}
.navbar-brand {
    width: 16%;
}
.second-nav .hs-form {
    width: 200px;
    left: -20px;
}
div#main-nav {
    width: 50%;
}
	.vc_section.sec_banner .bnr_cont {
		right: 0;
	}
.vc_section.sec_banner .bnr_hdng {
    position: unset;
    line-height: 35px !important;
    padding-top: 50px;
}
.sec_banner .bnr_cont strong {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center !important;
}
}

@media only screen and (max-width: 480px) {
.vc_section.sec_banner .bnr_hdng {
    position: unset;
    line-height: 25px !important;
    padding-top: 50px;
}
.sec_contact_us .cntc_btn {
    width: 100%;
}
div#main-nav {
    width: 70%;
}
}
.sec_follow_us  img {
    height: 450px !important;
    object-fit: cover;
    object-position: 20%;
}