/*
Theme Name: custom-theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'AvenirNextLTPro';
}

@font-face {
  font-family: 'AvenirNextLTPro';
  src: url(inc/assets/fonts/AvenirNextLTPro-Regular.otf);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  height: auto;
  width: 16%;
}

.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;
        background: #fff;
        right: 0;
        position: absolute;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*****************CUSTOM CSS****************/
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
#content.site-content {
    padding: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
html, body {
    overflow-x: hidden;
}
/************HEADER CSS**************/
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    margin-right: 50px !important;
}
div#main-nav {
    padding-left: 40px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:last-child {
    padding-left: 0;
    padding-right: 0;
}
.header-icon ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.header-icon ul li {
    list-style: none;
    padding-right: 40px;
}
.header-icon ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}
.header-btn a.vc_general {
    border: 1px solid #FFFFFF;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    padding: 19px 33px 19px 33px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
.header-btn a.vc_general:hover {
    transition: all 0.5s ease-in-out;
    background: #FF8A0D !important;
    color: #fff !important;
    border: 1px solid #FF8A0D !important;
    border-radius: 20px;
}
header#masthead {
    padding-left: 100px;
    padding-right: 100px;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: transparent !important;
    padding-top: 35px;
    box-shadow: none;
}
.header-icon {
    margin-right: 120px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    transition: all 0.5s ease-in-out !important;
    color: #FF8A0D !important;
    font-weight: 400;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #FF8A0D !important;
    font-weight: 700 !important;
    transition: all 0.5s ease-in-out !important;
    border-bottom: 2px solid #FF8A0D;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:after {
    border-bottom: 1px solid #FF8A0D;
    transition: all 0.5s ease-in-out !important;
}

/**********BANNER CSS*************/
.banner-sec .banner-txt h1 {
    color: #fff;
    font-size: 85px;
    line-height: 116px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 25px;
}
.banner-sec .banner-txt p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.banner-sec .banner-txt a {
    border: 1px solid #FF8A0D;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    padding: 19px 45px 19px 45px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    background: #FF8A0D !important;
}
.banner-sec .banner-txt a:hover {
    background: transparent !important;
    transition: all 0.5s ease-in-out !important;
    border: 1px solid #fff;
    color: #fff !important;
}
.banner-sec .banner-txt a i {
    margin-left: 20px;
}
.text-video video.about_video.about_video-3 {
    width: 750px !important;
    object-fit: cover !important;
    border-radius: 10px;
}
.image-gallery img {
    height: 600px !important;!i;!;
    width: 600px !important;!i;!;
    margin: 20px;
    object-fit: cover;
    border-radius: 10px;
}
.banner-sec {
    padding-top: 302px !important;
    padding-bottom: 301px !important;
    position: relative !important;!i;!;
}
.banner-sec:before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}
/* .banner-sec:before {
    content: '';
    background: url(images/man.png);
    position: absolute;
    left: 100px;
    bottom: 0;
    width: 550px;
    height: 855px;
    background-repeat: no-repeat !important;
}
.banner-sec:after {
    content: '';
    background: url(images/girl.png);
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 550px;
    height: 855px;
    background-repeat: no-repeat !important;
} */
/**************ABOUT US CSS**************/
.abt-sec .theme-h1 {
    margin: 0;
    font-size: 80px;
    line-height: 116px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 0;
}
.abt-sec .theme-p p {
    margin-bottom: 10px;
    color: #000;
}
.abt-sec .abt-col-wht .theme-p {
    line-height: 34px;
}
.abt-sec .abt-col-wht .theme-p {
    /* overflow-y: scroll; */
    /* height: 170px; */
}
.abt-sec .abt-col-wht .theme-p::-webkit-scrollbar {
  width: 5px;
  background-color: #0000003b; /* or add it to the track */
}
.abt-sec .abt-col-wht .theme-p::-webkit-scrollbar-thumb {
  background: #001b30;
}
.abt-sec .abt-img img {
    min-height: 440px;
    object-fit: cover;
    width: 430px;
    border-radius: 10px;
}
.abt-sec .theme-p {
    font-size: 21px;
    line-height: 30px;
    color: rgb(0 0 0 / 61%);
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
.abt-sec .abt-row-1 {
    padding-left: 100px;
    padding-right: 103px;
    overflow: visible;
}
/*.abt-sec .abt-row-1 {
    padding-left: 100px;
    padding-right: 100px;
}*/
.abt-sec .abt-row-2 {
     padding-left: 100px;
     padding-right: 100px;
     overflow: visible !important;
     padding-top: 40px;
}
.abt-sec .theme-h3 {
    margin: 0;
    font-size: 32px;
    line-height: 116px;
    font-weight: 600;
    color: #000;
    transition: all 0.5s ease-in-out;
}
.abt-sec .theme-btn a {
    border: 1px solid #FF8A0D;
    color: #000 !important;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    /* padding: 12px 52px 12px 92px !important; */
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    background: #FF8A0D !important;
    border-radius: 0 !important;
    width: 291px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
}
.abt-sec .theme-btn {
    padding-top: 15px;
}
.abt-sec .theme-btn a:hover {
    background: transparent !important;
    transition: all 0.5s ease-in-out !important;
    border: 1px solid #ff8a0d !important;
    color: #000 !important;
}
.abt-sec .abt-col-wht {
    background: #fff !important;
    box-shadow: 0px 3px 29px rgb(0 0 0 / 19%);
    padding: 10px 4px 35px 10px;
    transition: all 0.5s ease-in-out;
}
.abt-sec .vc_col-sm-7 .vc_column-inner {
    padding-left: 0;
}
.abt-sec {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
}
.abt-sec .theme-btn a i {
  padding-right: 62px;
}
.abt-sec .abt-col-wht:hover {
    background: #ff8a0d !important;
    transition: all 0.5s ease-in-out;
}
.abt-sec .abt-col-wht:hover .theme-h3 {
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}
.abt-sec .abt-col-wht:hover .theme-p {
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}
/***********WHAT WE DO SEC CSS******************/
.what-we-do-sec .theme-btn a {
    border: 1px solid #FF8A0D !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 34px;
    /* padding: 12px 52px 12px 92px !important; */
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    background: #FF8A0D !important;
    border-radius: 0 !important;
    width: 291px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
}
.what-we-do-sec .theme-btn a:hover {
    background: transparent !important;
    transition: all 0.5s ease-in-out !important;
    border: 1px solid #ff8a0d !important;
    color: #fff !important;
}
.image-meet-2 img {
    border-radius: 20px;
    height: 450px !important;
    width: 370px !important;
}
.what-we-do-sec .theme-btn a i {
    padding-right: 62px;
}
.what-we-do-sec .theme-h1 {
    margin: 0;
    font-size: 70px;
    line-height: 116px;
    font-weight: 600;
    color: #fff;
}
.what-we-do-sec .theme-p {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
.what-we-do-sec .what-row-1 {
    padding-left: 100px;
    padding-right: 70px;
}
.what-we-do-sec .what-row-2 {
    padding-left: 100px;
    padding-right: 100px;
}
.what-we-do-sec .theme-btn {
    text-align: -webkit-center !important;
}
.what-box {
    background: #fff;
    padding: 8px 8px 15px 8px;
    height: 600px;
}
.wht-title-txt h2 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
}
.wht-title-txt h6 {
    font-size: 18px;
    line-height: 31px;
    color: #FF8A0D;
    font-weight: 600;
    margin: 0;
}
.wht-title-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 20px;
}
.what-con {
    padding-left: 12px;
    padding-right: 16px;
}
.wht-title-content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: rgb(0 0 0 / 61%);
    margin-bottom: 0;
    padding-bottom: 9px;
}
body.archive.post-type-archive.post-type-archive-what .wht-title-content p {
    min-height: auto;
}

.name ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
}
.name ul li {
    list-style: none;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
.name ul li b {
    font-weight: bold;
}
.name {
    border-top: 3px solid #FF8A0D;
    padding-top: 8px;
}
.what-we-do-sec .what-row-2 {
    padding-top: 60px;
}
.what-we-do-sec {
    padding-top: 135px !important;
    padding-bottom: 100px !important;
}
.wht-title-content h5 {
    font-size: 15px;
    line-height: 34px;
    font-weight: bold !important;
    text-align: right;
    margin: 0;
    font-family: 'AvenirNextLTPro';
}
/*************COUNTER SEC CSS************/
.events-sec .events-row-1 {
    padding-left: 71px;
    padding-right: 100px;
    padding-top: 30px;
}

.events-sec .events-row-2 {
    padding-left: 100px;
    padding-right: 100px;
}
.events-sec .event-text h2 {
    font-size: 52px;
    line-height: 170px;
    color: #000000;
    margin: 0;
    padding-bottom: 50px;
}
.events-sec .event-text h2 strong {
    font-weight: 900;
}
.events-sec .event-text h2:before {
    content: '';
    border-bottom: 5px solid #FF8A0D;
    position: absolute;
    left: 15px;
    bottom: 171px;
    height: 100%;
    width: 100px;
}
.events-sec .events-row-2 .event-text h2:before {
    bottom: 190px;
}
.events-sec .event-text p {
    color: rgb(0 0 0 / 61%);
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}
.events-sec .stats-block.stats-top.\31 st-count {
    background: #fff;
    box-shadow: 0px 3px 34px rgb(0 0 0 / 28%);
    border-radius: 100%;
    width: 294px;
    height: 294px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.events-sec .stats-block.stats-top.\31 st-count .aio-icon-top {
    width: auto;
}
.events-sec .stats-top .aio-icon-top, .stats-top .stats-desc .stats-number,.counter_suffix {
    font-size: 65px !important;
    font-weight: 600;
    line-height: 75px;
}
.events-sec .cont-h5 {
    font-size: 24px !important;
    font-weight: 900;
    line-height: 34px;
    color: rgb(0 0 0 / 33%);
    font-family: 'AvenirNextLTPro';
    padding-top: 35px;
    margin: 0;
}
/*.events-sec .stats-block .stats-text {
    font-size: 24px !important;
    font-weight: bold;
    line-height: 34px;
    color: rgb(0 0 0 / 33%);
    font-family: 'AvenirNextLTPro';
}*/
.events-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background: #FF8A0E !important;
    color: #fff !important;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    padding: 27px 65px 27px 71px;
    border-radius: 0;
}
.events-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a {
    background: #fff !important;
    color: #000 !important;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    padding: 27px 71px 27px 71px;
    border-radius: 0;
    border: 0;
    position: relative;
}
.events-sec .vc_tta-tabs-container {
    border: 1px solid rgb(0 0 0 / 16%);
    width: 100%;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}
.events-sec .vc_tta-panel-body {
    background: #fff !important;
    padding-top: 71px !important;
}
.events-sec .vc_tta-panel-body .tab-content {
    font-size: 18px;
    line-height: 34px;
    color: rgb(0 0 0 / 61%);
}
.events-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
/* .events-sec .events-row-2 .event-text {
    padding-top: 120px;
} */
.events-sec .events-row-2 .vc_col-sm-7 {
    padding-top: 30px;
    padding-left: 70px;
}
.events-sec .vc_tta-panel-body .tab-content ul li::marker {
    color: #000;
    font-size: 23px;
}
.events-sec .vc_tta-panel-body .tab-content ul li {
    line-height: 40px;
    transition: all 0.5s ease-in-out;
}
.events-sec .vc_tta-panel-body .tab-content ul {
    padding-left: 25px;
}
.events-sec .vc_tta-panel-body .tab-content ul li:hover {
    transition: all 0.5s ease-in-out;
    color: #ff8a0e;
}
/*********GALLERY SEC CSS**************/
.gallery-sec .theme-h1 {
    margin: 0;
    font-size: 85px;
    line-height: 116px;
    font-weight: 600;
    color: #000;
}
.text-video-2 video.about_video.about_video-3 {
    width: 900px !important;
    object-fit: cover !important;
    margin-left: 10px !important;
}
.gallery-sec .gallery-row-2 {
    padding-top: 20px;
    overflow: visible !important;
}
#owl_custom11 .owl-item.active.center .gallery-img img {transform: scaleY(1.1);transition: all 0.5s ease-in-out;}

#owl_custom11 .owl-item.active.center .gallery-img {
    overflow: visible !important;
}
#owl_custom11 .item {
    padding-top: 40px;
    padding-bottom: 40px;
}
#owl_custom11 .owl-item.active {
    transition: all 0.5s ease-in-out !important;
}
#owl_custom11 .owl-nav {
    position: absolute;
    top: -24%;
    right: 8%;
}
#owl_custom11 .owl-stage-outer {
    margin-top: 30px;
}
#owl_custom11 .owl-nav button.owl-prev {
    outline: none !important;
    position: absolute;
    /* top: 35%; */
    /* left: -12%; */
    font-size: 38px !important;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    color: rgb(0 0 0);
    transition: all 0.5s ease-in-out;
}
#owl_custom11 .owl-nav button.owl-next {
    outline: none !important;
    position: absolute;
    top: 36%;
    right: 9%;
    font-size: 38px !important;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    color: rgb(0 0 0);
    transition: all 0.5s ease-in-out;
}
#owl_custom11 .owl-nav button.owl-next:hover {
    color: #ff8a0d !important;
    transition: all 0.5s ease-in-out;
}
#owl_custom11 .owl-nav button.owl-prev:hover {
    color: #ff8a0d !important;
    transition: all 0.5s ease-in-out;
}
.gallery-sec {
    padding-top: 100px !important;
    height: 691px;
    overflow: visible !important;
}
/***********BLOG SEC CSS**************/
.blog-sec .theme-h1 {
    margin: 0;
    font-size: 85px;
    line-height: 116px;
    font-weight: 600;
    color: #000;
}
.blog-sec .theme-h1 p strong {
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}
.blog-sec .theme-btn a {
    border: 1px solid #FF8A0D !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 34px;
    /* padding: 12px 52px 12px 92px !important; */
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    background: #FF8A0D !important;
    border-radius: 0 !important;
    width: 291px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
}
.blog-sec .theme-btn a i {
    padding-right: 62px;
}
.blog-sec .theme-btn {
    text-align: -webkit-right !important;
}
.blog-sec .what-row-1 {
    padding-left: 100px;
    padding-right: 100px;
}
.blog-sec .theme-btn a:hover {
    background: transparent !important;
    transition: all 0.5s ease-in-out !important;
    border: 1px solid #ff8a0d !important;
    color: #000 !important;
}
.image-meet img {
    border-radius: 20px;
    width: 450px;
}
div#comments {
    display: none;
}
.blog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-sec .blog-row {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}
.blog-title h2 {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin: 0;
    font-weight: 700;
    width: 70%;
    min-height: 110px;
}
.blog-title a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    color: #000;
}
.sellhouse-box {
    background: #F2F2F2;
    padding: 30px 30px 25px 20px;
    transition: all 0.5s ease-in-out !important;
}
.sellhouse-box p {
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 0;
    padding-top: 17px;
}
.blog-date {
    position: absolute;
    top: 0;
    left: 15px;
    background: #FF8A0D;
    padding: 16px 25px 19px 25px;
}
.blog-date span {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
}
.blog-title a:before {
    content: '';
    background: url(images/right-arrow.png);
    position: absolute;
    bottom: 6%;
    right: 7%;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: auto;
    background-color: #FF8A0E !important;
    width: 37px;
    height: 37px;
}
.blog-title a:before {
    display: none;
}
.sellhouse-box:hover {
    transition: all 0.5s ease-in-out !important;
    background: #fff !important;
    box-shadow: 0px 3px 36px rgb(0 0 0 / 23%);
}
.blog-sec {
    padding-bottom: 100px !important;
    padding-top: 80px !important;
}
.breadcrumbs {
    padding-top: 230px;
    padding-bottom: 70px;
    background: #000 !important;
}
.breadcrumbs h1 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
}
body.post-template-default.single.single-post section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.post-template-default.single.single-post .entry-meta {
    display: none;
}
body.post-template-default.single.single-post .nav-next a {
    border: 1px solid #FF8A0D !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 34px;
    /* padding: 12px 52px 12px 92px !important; */
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    background: #FF8A0D !important;
    border-radius: 10px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
    margin-left: 10px;
}
body.post-template-default.single.single-post .nav-previous a {
    border: 1px solid #FF8A0D !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 34px;
    /* padding: 12px 52px 12px 92px !important; */
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    background: #FF8A0D !important;
    border-radius: 10px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
}
body.post-template-default.single.single-post h1.entry-title {
    margin: 0;
    padding-top: 20px;
    padding-b\: 0;
    font-size: 30px;
    line-height: 40px;
    color: #000;
}
body.post-template-default.single.single-post p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    padding-top: 30px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0;
}
body.post-template-default.single.single-post p strong {
    color: #ff8a0d;
    font-weight: 700;
}
body.post-template-default.single.single-post h2 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 35px;
    color: #FF8A0D !important;
}
body.post-template-default.single.single-post h3 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 30px;
    color: #FF8A0D !important;
}
/**************FOOTER CSS************/
.theme-footer {
    background: #000;
    padding-top: 200px !important;
    padding-left: 95px;
    padding-bottom: 30px;
    padding-right: 100px;
}
.theme-footer h3 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 41px;
    padding-bottom: 28px;
    padding-right: 30px;
}
.ft2 ul li a {
    color: #ACACAC;
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'AvenirNextLTPro';
    transition: all 0.5s ease-in-out;
}
.ft2 ul li a:hover {
    background: transparent !important;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
    color: #ff8a0e;
}
.ft2 ul {
    display: inline-block;
}
.ft3 ul li a {
    color: #ACACAC;
    padding-left: 0;
    font-size: 18px;
    line-height: 64px;
    font-weight: 500;
    font-family: 'AvenirNextLTPro';
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.ft3 ul li i {
    color: #FF8A0E;
    font-size: 16px;
    padding-right: 20px;
}
.ft3 ul li {
    list-style: none;
    color: #ACACAC;
    font-size: 18px;
    line-height: 44px;
    transition: all 0.5s ease-in-out;
}
.ft3 ul {
    padding-left: 0;
}
.ContactForm p {
    display: flex;
    width: 100%;
}
.ContactForm .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
}
.ContactForm span.wpcf7-spinner {
    position: absolute;
}
.ContactForm input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    background: #ff8a0d !important;
    color: #000 !important;
}
.ft4 .ContactForm input {
    background: #232323 !important;
    color: #FFFFFF !important;
    border: 1px solid #707070;
    border-radius: 0;
    height: 60px;
}
.ft4 span.zoom-social_icons-list-span.social-icon {
    font-size: 26px !important;
    padding-right: 40px !important;
    transition: all 0.5s ease-in-out !important;
}
.ft4 ul.zoom-social-icons-list.zoom-social-icons-list--without-canvas.zoom-social-icons-list--round.zoom-social-icons-list--no-labels {
    padding-bottom: 10px;
}
.ft3 {
    padding-left: 70px;
}
.ft1 p {
    color: #ACACAC;
    font-size: 17px;
    line-height: 34px;
    padding-top: 20px;
    width: 80%;
}
footer#colophon {
    background: #000 !important;
    border-top: 1px solid #707070;
}
.site-info {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-family: AvenirNextLTPro;
    padding-bottom: 20px;
    padding-top: 20px;
}
.ft3 ul li a:hover {
    color: #ff8a0d;
    transition: all 0.5s ease-in-out;
}
.ft3 ul li:hover {
    color: #ff8a0d;
    transition: all 0.5s ease-in-out;
}
.ft2:before {
    content: '';
    border-right: 1px solid rgb(112 112 112 / 68%);
    position: absolute;
    left: -10%;
    height: 183px;
    top: 24%;
}
.ft3:before {
    content: '';
    border-right: 1px solid rgb(112 112 112 / 68%);
    position: absolute;
    right: 0%;
    height: 183px;
    top: 24%;
}
.ft3:after {
    content: '';
    border-right: 1px solid rgb(112 112 112 / 68%);
    position: absolute;
    left: -24%;
    height: 183px;
    top: 24%;
}
.ft4 {
    padding-left: 70px;
}
.ft3 {
    padding-left: 0px;
}
.ft2 {
    padding-left: 80px;
}
.gallery-sec .what-row-1 {
    padding-left: 100px;
    padding-right: 100px;
}
.blog-img img {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
}
.blog-img img {
    width: 540px;
    height: 400px;
}

/********COUNTER_PROGRESS CSS*****************/
.skill{
    width: 327px;
    height: 327px;
    /* background-color: blue; */
    position: relative;
}
.outer{
    width: 294px;
    height: 294px;
    border-radius: 50%;
    /*    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px 10px -1px rgba(255, 255, 255, 0.7);*/
    padding: 20px;
    background: #fff;
    box-shadow: 0px 3px 34px rgb(0 0 0 / 28%);
    border-radius: 100%;
    width: 294px;
    height: 294px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.inner{
    height: 274px;
    width: 274px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
                inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
                -0.5px -0.5px 0px rgba(255, 255, 255, 1),
                0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
                0px 12px 10px -10px rgba(0, 0, 0, 0.05);*/
}
#number{
    font-weight: 600;
    color: #000;
    font-size: 65px;
    line-height: 75px;
    font-family: 'Nunito Sans';
}
.skill circle{
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 8px;
    stroke-dasharray: 890;
    stroke-dashoffset: 0;
    stroke: #ff8a0e;
}
.skill svg{
    position: absolute;
    top: 0;
    left: 0;
}

.skill-1{
    width: 327px;
    height: 327px;
    /* background-color: blue; */
    position: relative;
}
.outer-1{
    width: 294px;
    height: 294px;
    border-radius: 50%;
    /*    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px 10px -1px rgba(255, 255, 255, 0.7);*/
    padding: 20px;
    background: #fff;
    box-shadow: 0px 3px 34px rgb(0 0 0 / 28%);
    border-radius: 100%;
    width: 294px;
    height: 294px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.inner-1{
    height: 274px;
    width: 274px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
                inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
                -0.5px -0.5px 0px rgba(255, 255, 255, 1),
                0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
                0px 12px 10px -10px rgba(0, 0, 0, 0.05);*/
}
#number-1{
    font-weight: 600;
    color: #000;
    font-size: 65px;
    line-height: 75px;
    font-family: 'Nunito Sans';
}
 .skill-1 circle{
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 8px;
    stroke-dasharray: 890;
    stroke-dashoffset: 0;
    stroke: #ff8a0e;
}
.skill-1 svg{
    position: absolute;
    top: 0;
    left: 0;
}


.ft2 ul li a:focus {
    background: transparent !important;
}
/**********CONTACT PAGE CSS**************/
.cont-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cont-sec input {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #ff8a0d;
}
.cont-sec input::placeholder {
    text-transform: uppercase;
    color: #000;
}
.cont-sec textarea::placeholder {
    text-transform: uppercase;
    color: #000;
}
.cont-sec textarea {
    border: 1px solid #ff8a0d;
    height: 190px;
    border-radius: 15px;
    resize: none;
}
.cont-sec .btn-primary {
    width: 100%;
    background: #ff8a0d !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}
.cont-sec .map {
    background-color: #fff !important;
    padding: 5px;
    box-shadow: 0px 0px 35px #00000052;
}
/**********Get Involved PAGE CSS*************/
.involed-sec .Contact-page-Form input {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #ff8a0d;
}
.involed-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.involed-sec .Contact-page-Form textarea {
    border: 1px solid #ff8a0d;
    height: 190px;
    border-radius: 15px;
    resize: none;
}
.involed-sec .Contact-page-Form .btn-primary {
    width: 100%;
    background: #ff8a0d !important;
    color: #fff !important;	
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}
.involed-sec .Contact-page-Form textarea:focus {
    box-shadow: none;
}
.involed-sec .Contact-page-Form input:focus {
    box-shadow: none;
}
/*********WHAT WE DO PAGE CSS**************/
body.archive.post-type-archive.post-type-archive-what section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.archive.post-type-archive.post-type-archive-what .what-box {
    display: flex;
    background: #fff;
    padding: 8px 8px 15px 8px;
    box-shadow: 0px 3px 10px #00000036 !important;
    margin-bottom: 30px !important;
    align-items: center;
}
.what-box img {
    width: 550px !important;
    height: 300px !important;
    object-fit: cover !important;
}
body.archive.post-type-archive.post-type-archive-what .what-box .name {
    padding-top: 20px;
}
body.archive.post-type-archive.post-type-archive-what .arch-top-content h2 {
    margin: 0;
    font-size: 35px;
    line-height: 45px;
    color: #000;
    padding-bottom: 30px;
}
body.archive.post-type-archive.post-type-archive-what .arch-top-content p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
}
body.archive.post-type-archive.post-type-archive-what .arch-top-content {
    padding-left: 10px;
    padding-bottom: 50px;
    text-align: center;
}
/*********ABOUT US PAGE CSS************/
.abt-inner-section .theme-h3 {
    margin: 0;
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
    color: #000;
    padding-bottom: 30px;
}
.abt-inner-section .theme-p {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.abt-inner-section .vc_row {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
}
.abt-inner-section .theme-p ul {
    padding-left: 20px;
}
.abt-inner-section .theme-p ul li::marker {
    color: #ff8a0d;
}
/*body.page-template .abt-sec .abt-img img {
    height: 334px;
    object-fit: cover;
    object-position: top;
}*/
.abt-inner-section .abt-inner-img img {
    width: 947px;
    height: 345px;
    object-fit: cover;
    object-position: top;
}
section.vc_section.abt-inner-sec-one .theme-h1 {
    font-size: 45px !important;!i;!;
    line-height: 70px !important;!i;!;
}
section.vc_section.abt-inner-sec-one .theme-p {
    line-height: 34px;
}
section.vc_section.abt-inner-sec-one .abt-col-wht {
    min-height: 440px !important;!i;!;
    display: flex;
    align-items: center;
}
.abt-inner-section .what-are-we-rw-one {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}
.abt-inner-section .what-are-we-rw-one .theme-h2 {
    margin: 0;
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
    color: #000;
}
/**********WHAT WE ARE PAGE CSS********/
.abt-inner-section .what-are-we-rw-one {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}
.abt-inner-section .what-are-we-rw-one .theme-h2 {
    margin: 0;
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
    color: #000;
}
.abt-inner-section .theme-h2 {
    margin: 0;
    font-size: 30px;
    line-height: 65px;
    font-weight: 700;
    color: #000;
}
.abt-inner-section .theme-p p strong {
    font-size: 22px;
    line-height: 60px;
}
.abt-inner-section .theme-p p {
    margin-bottom: 0;
}
.abt-inner-section .theme-board-director-list h3 {
    color: #000;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
}
.abt-inner-section .theme-board-director-list ul {
    padding-left: 0;
}
.abt-inner-section .theme-board-director-list ul li {
    font-size: 18px;
    line-height: 44px;
    color: #000;
    font-weight: 700;
    list-style: none;
    position: relative;
}
.abt-inner-section .theme-board-director-list ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #ff8a0d;
    margin-right: 20px;
}
/********NEWS PAGE CSS***************/
.news-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.news-section .vc_gitem-zone.vc_gitem-zone-c {
    background: #F2F2F2 !important;
    padding: 0px 0px 0px 10px;
    transition: all 0.5s ease-in-out !important;
}
.news-section .vc_gitem-zone.vc_gitem-zone-c .vc_gitem-post-data h4 {
    font-size: 22px;
    line-height: 34px;
    color: #000;
    margin: 0;
    font-weight: 700;
    min-height: 105px;
}
.news-section .vc_gitem-zone.vc_gitem-zone-c p {
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 0;
}
.news-section .vc_gitem-zone.vc_gitem-zone-c p {
    display: none;
}
.news-section .vc_gitem-zone.vc_gitem-zone-c a {
    border: 1px solid #FF8A0D !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 17px;
    line-height: 34px;
    padding: 7px 42px 7px 42px !important;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    background: #FF8A0D !important;
    border-radius: 10px !important;
}
.owl-carousel .owl-item img {
    height: 450px;
    object-fit: cover;
}



/****************ABOUT NEW SEC CSS************/
section.vc_section.abt-new-sec .abt-new-rw-1 {
    padding-left: 100px;
    padding-right: 100px;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .theme-h2 {
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #ff8a0d;
    padding-bottom: 10px;
}
.text-meet p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
}

.text-meet p strong {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .theme-h4 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding-bottom: 30px;
    padding-top: 30px;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .abt-new-list {
    padding-bottom: 20px;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .abt-new-list ul {
    /* padding-left: 0; */
    margin-bottom: 0;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .abt-new-list ul li {
    list-style: none;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    position: relative;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .abt-new-list ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    width: 10px;
    height: 10px;
    font-size: 25px;
    color: #ff8a0d;
    position: absolute;
    font-weight: 600;
    left: -40px;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .abt-new-pera p {
    font-size: 18px;
    line-height: 40px;
    color: #000;
}
section.vc_section.abt-new-sec {
    padding-bottom: 100px;
    padding-top: 50px;
}

section.vc_section.abt-new-sec .abt-new-rw-1 .abt-new-pera p br {
    display: none;
}


/**********LAPTOP RESPONSIVE CSS**************/
@media only screen and (max-width: 1720px) {
  .banner-sec:before {
    left: 0;
}
.banner-sec:after {
    right: -60px;
}
.abt-sec .abt-row-1 {
    padding-left: 60px;
    padding-right: 60px;
}
.abt-sec .abt-row-2 {
    padding-left: 30px;
    padding-right: 20px;
}
.abt-sec .abt-col-wht {
    padding: 48px 15px 48px 10px;
}
.what-we-do-sec .what-row-1 {
    padding-left: 60px;
    padding-right: 60px;
}
.what-we-do-sec .what-row-2 {
    padding-left: 60px;
    padding-right: 60px;
}
.events-sec .events-row-1 {
    padding-left: 50px;
    padding-right: 60px;
}
.events-sec .events-row-2 {
    padding-left: 60px;
    padding-right: 60px;
}
.events-sec .vc_tta-tabs-container {
    width: 83%;
}
.gallery-sec .what-row-1 {
    padding-left: 60px;
}
.ft4 span.zoom-social_icons-list-span.social-icon {
    padding-right: 20px !important;
}
.ft4 .ContactForm .btn-primary {
    right: -130%;
}
.abt-sec .abt-img img {/* min-height: 488px; */}

.abt-sec .theme-h3 {
    line-height: 40px !important;!i;!;
    padding-bottom: 20px;
}
.theme-h1 {
    font-size: 70px !important;
    line-height: 90px !important;
}
.what-we-do-sec .theme-h1 {
    font-size: 55px !important;!i;!;
}
.events-sec .event-text h2 {
    font-size: 55px;
}
.events-sec .event-text h2:before {
    bottom: 200px;
}
.blog-title h2 {font-size: 22px;}
}
.abt-new-list li {
    font-size: 22px;
    line-height: 44px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: 0.5s ease-in-out !important;
    background: #fff !important;!i;!;!i;!;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: 0.5s ease-in-out !important;
    position: absolute;
}
.dropdown-menu .dropdown-item {
    width: 250px;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
}
.dropdown-menu .dropdown-item:hover{
   color: #ff8a0d !important;!i;!;
   transition: all 0.5s ease-in-out;
}
.dropdown-menu .dropdown-item:focus {
    color: #000 !important;!i;!;
}

@media only screen and (max-width: 1600px) {
  header#masthead {
    padding-left: 50px;
    padding-right: 50px;
}
.header-icon {
    margin-right: 50px;
}
.banner-sec .banner-txt h1 {
    font-size: 70px;
    line-height: 100px;
}
.abt-sec .theme-h3 {
    font-size: 30px;
    line-height: 100px;
}
.abt-sec .theme-btn {
    /* padding-top: 36px; */
}
.text-video video.about_video.about_video-3 {
    width: 900px;
    object-fit: cover;
}
.events-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a {
    padding: 17px 51px 17px 51px;
}
.events-sec .event-text h2 {
    font-size: 50px;
}
.events-sec .events-row-2 .event-text h2:before {
    bottom: 220px;
}
#owl_custom11 .owl-nav {
    top: -34%;
}
.blog-sec .blog-row {
    padding-left: 60px;
    padding-right: 60px;
}
.blog-sec .what-row-1 {
    padding-left: 60px;
    padding-right: 60px;
}
.theme-footer {
    padding-left: 40px;
    padding-top: 150px !important;!i;!;
}
.ft1 p {
    width: 94%;
}
.ft1 p br {
    display: none;
}
.ft2 {
    padding-left: 50px;
}
.ft4 {
    padding-left: 50px;
}
.abt-sec .abt-img img {
    min-height: 440px;!;!importan;!i;!;
    width: 430px;
    border-radius: 10px;
}
  .abt-sec .abt-col-wht .theme-p {
}
.abt-sec {
    padding-top: 120px !important;!i;!;
    padding-bottom: 120px !important;!i;!;
}
.what-we-do-sec {padding-top: 120px !important;!i;!;padding-bottom: 120px !important;!i;!;padding-=b: ;}
.wht-title-content p {
    font-size: 16px;
}
.events-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    padding: 19px 71px 19px 71px;
    font-size: 20px;
}
.events-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a {
    font-size: 20px;
}
.theme-h1 {font-size: 65px !important;!i;!;}
.owl-carousel .owl-item img {
    height: 400px !important;!i;!;
}
section.vc_section.abt-inner-sec-one .theme-h1 {
    font-size: 40px !important;!i;!;
}
.abt-inner-section .vc_row {
    padding-left: 30px !important;!i;!;
    padding-right: 20px !important;!i;!;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .theme-h2 {
    font-size: 40px !important;!i;!;
    padding-bottom: 0 !important;!i;!;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .theme-h4 {
    font-size: 33px !important;!i;!;
}
section.vc_section.abt-new-sec .abt-new-rw-1 {
    padding-left: 30px;
    padding-right: 30px;
}
section.vc_section.abt-inner-sec-one .theme-h3 {
    font-size: 25px;
}
section.vc_section.abt-inner-sec-one .abt-col-wht {
    min-height: 400px !important;!i;!;
}
.abt-sec .theme-p {
    /* overflow-y: scroll; */
}
.abt-sec .theme-p::-webkit-scrollbar {
  width: 5px;
  background-color: #0000003b; /* or add it to the track */
}
.abt-sec .theme-p::-webkit-scrollbar-thumb {
  background: #001b30;
}
}
@media only screen and (max-width: 1550px) {
	.abt-sec .theme-btn {
    /* padding-top: 20px; */
}
  .abt-sec .theme-h3 {
    line-height: 50px;
}
.abt-sec .abt-col-wht {
    padding: 48px 44px 48px 10px;
}
.events-sec .event-text h2:before {
    bottom: 210px;
}
.events-sec .stats-block.stats-top.\31 st-count {
    width: 260px;
    height: 260px;
}
.events-sec .event-text h2 {
    font-size: 38px;
    padding-bottom: 0px;
}
.ft4 .ContactForm .btn-primary {
    right: -140%;
}
.outer {
    width: 260px;
    height: 260px;
}
.skill circle {
    cy: 148;
    r: 127px;
}
.skill svg {
    top: -18px;
    left: -19px;
}
.outer-1 {
    width: 260px;
    height: 260px;
}
.skill-1 circle {
    cy: 148;
    r: 127px;
}
.skill-1 svg {
    top: -18px;
    left: -19px;
}
.wht-title-content p {
    min-height: 180px;
}
.blog-title h2 {
    font-size: 20px;
}
section.vc_section.abt-inner-sec-one .abt-col-wht {
    min-height: 375px !important;!i;!;!ui;!ui;!;
}
}
@media only screen and (max-width: 1500px) {
	.abt-sec .abt-col-wht .theme-p {
}
}
@media only screen and (max-width: 1450px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: 30px !important;
}
.banner-sec .banner-txt h1 {
    font-size: 60px;
    line-height: 80px;
}
.abt-sec .abt-col-wht {
    padding: 31px 0px 39px 10px;
}
.abt-sec .theme-h3 {
    line-height: 40px;
}
.abt-sec .theme-btn {
    /* padding-top: 20px; */
}
.abt-sec {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.what-we-do-sec .what-row-2 {
    padding-left: 20px;
    padding-right: 20px;
}
.what-we-do-sec .what-row-1 {
    padding-left: 20px;
    padding-right: 20px;
}
.what-we-do-sec .theme-h1 {
    font-size: 70px;!i;!;
}
.events-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a {
    padding: 16px 41px 16px 41px !important;
}
.events-sec .vc_tta-tabs-container {
    width: 98%;
}
.events-sec .vc_tta-tabs-container {
    text-align: center !important;!i;!;
}
.gallery-sec {
    height: 580px;
    padding-top: 70px !important;
}
.blog-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;!i;!;
}
.ft4 .ContactForm input {
    width: 320px;
}
.outer {
    width: 230px;
    height: 230px;
}
.skill circle {
    cy: 129px;
    r: 114px;
    stroke-dashoffset: 295.8 !important;
}
.skill svg {
    top: -14px;
    left: -30px;
}
.outer-1 {
    width: 230px;
    height: 230px;
}
.skill-1 circle {
    cy: 129px;
    r: 114px;
    stroke-dashoffset: 295.8 !important;
}
.skill-1 svg {
    top: -14px;
    left: -30px;
}
.abt-sec .theme-p {
    /* font-size: 15px; */
    /* overflow-y: scroll; */
    /* height: 170px; */
}
.abt-sec .theme-btn a {
    height: 50px;
    width: 230px;
}
.abt-sec .theme-btn a i {
    padding-right: 30px;
}
/* .abt-sec .abt-img img {
    min-height: 500px;
} */
.banner-sec {
    padding-top: 350px !important;!i;!;
    padding-bottom: 150px !important;!i;!;
}
.banner-sec .banner-txt p {
    padding-bottom: 40px;
}
.wht-title-content p {
    min-height: 180px;
}
#number-1 {
    font-size: 50px;
}
#number {
    font-size: 55px;
}
.events-sec .cont-h5 {
    padding-top: 0;
}
.events-sec .events-row-2 .event-text h2:before {
    bottom: 180px;
}
.blog-sec .blog-row {
    padding-left: 10px;
    padding-right: 10px;
}
.blog-title h2 {
    font-size: 20px;
}
.theme-footer {
    padding-top: 100px !important;!i;!;
}
.ft2 {
    padding-left: 20px;
}
section.vc_section.abt-inner-sec-one .theme-h1 {
    font-size: 35px !important;!i;!;
    line-height: 50px !important;!i;!;
}
/* section.vc_section.abt-inner-sec-one .abt-img img {
    min-height: 490px;
} */
.abt-sec .abt-col-wht .theme-p {
}
section.vc_section.abt-inner-sec-one .abt-col-wht {
    padding: 22px 0px 22px 10px;
    min-height: 361px !important;!i;!;
}
} 
@media only screen and (max-width: 1400px) {
	.abt-sec .abt-col-wht {
    padding: 31px 0px 29px 10px;
}
section.vc_section.abt-inner-sec-one .abt-col-wht {
    min-height: 350px !important;!i;!;
}
}
@media only screen and (max-width: 1366px)  {
  .abt-sec .theme-p {
    /* font-size: 16px; */
    line-height: 30px;
}
.abt-sec .theme-h3 {
    font-size: 34px !important;
    padding-bottom: 10px;
}
.abt-sec .abt-col-wht {
    padding: 42px 0px 30px 10px;
}
.text-video video.about_video.about_video-3 {
    width: 500px !important;
    object-fit: cover !important;
    border-radius: 10px;
}
.image-gallery img {
    height: 500px !important;
    width: 400px !important;
    margin: 20px;
    object-fit: cover;
    border-radius: 10px;
}
.what-we-do-sec {
    padding-top: 100px !important;
}
.wht-title-txt h2 {
    font-size: 22px;
}
.events-sec .stats-top .aio-icon-top, .stats-top .stats-desc .stats-number, .counter_suffix {
    font-size: 55px !important;
}
.events-sec .stats-block.stats-top.\31 st-count {
    width: 220px;
    height: 220px;
}
.text-video-2 video.about_video.about_video-3 {
    width: 600px !important;
    object-fit: cover !important;
    margin-left: 20px !important;
}
.gallery-sec .theme-h1 {
    font-size: 55px !important;!i;!;
}
.image-meet img {
    width: 350px !important;
}
.image-meet-2 img {
    height: 400px !important;
    width: 370px !important;
    border-radius: 20px;
}
.text-meet p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
}

.text-meet p strong {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.blog-sec .blog-row {
    padding-left: 20px;
    padding-right: 20px;
}
.blog-title h2 {
    font-size: 18px;
    line-height: 32px;
}
.ft4 span.zoom-social_icons-list-span.social-icon {
    padding-right: 10px !important;
}
.ft4 .ContactForm .btn-primary {
    right: -150%;
}
.theme-footer {
    padding-top: 100px !important;
}
.events-sec .cont-h5 {
    padding-top: 0;
}
.abt-sec .abt-row-2 {
    padding-left: 10px;!i;!;!;
    padding-right: 0px;!i;!;
}
/* .abt-sec .abt-img img {min-height: 480px;} */
.what-we-do-sec .theme-h1 {
    font-size: 45px !important;!i;!;!;!i;!;
}
.owl-carousel .owl-item img {
    height: 350px !important;!i;!;
}
.theme-h1 {
    font-size: 55px !important;!i;!;
}
.abt-sec .abt-row-1 {
    padding-left: 10px;!i;!;
    padding-right: 10px !important;!i;!;
}
section.vc_section.abt-inner-sec-one .theme-h1 {
    font-size: 32px !important;!i;!;
    line-height: 40px !important;!i;!;
}
.abt-inner-section .theme-p {
    font-size: 18px;
}
section.vc_section.abt-new-sec {
    padding-top: 0;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .theme-h2 {
    font-size: 35px !important;!i;!;
}
section.vc_section.abt-new-sec .abt-new-rw-1 .theme-h4 {
    font-size: 30px !important;!i;!;
    padding-top: 10px;
}
header#masthead {
    padding-left: 20px;
    padding-right: 20px;
}
.blog-img img {
    height: 300px;
}
.abt-sec .theme-p {
    /* overflow-y: scroll; */
}
/* .abt-sec .theme-p::-webkit-scrollbar {
  width: 5px;
  background-color: #0000003b; or add it to the track 
}*/
.abt-sec .theme-p::-webkit-scrollbar-thumb {
  background: #001b30;
}
.abt-new-list li {
    font-size: 22px;
    line-height: 44px;
}
section.vc_section.abt-inner-sec-one .abt-col-wht {
    min-height: 440px !important;!i;!;
}
}
@media only screen and (max-width: 1280px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    margin-right: 20px !important;
}
.abt-sec .abt-col-wht .theme-p {
}
.header-icon {
    margin-right: 10px;
}
.abt-sec .theme-btn {
    /* padding-top: 60px; */
}
.sellhouse-box {
    min-height: 370px !important;
}
header#masthead {
    padding-left: 10px;
    padding-right: 10px;
}
.banner-sec:before {
    background-size: 80%;
    bottom: -20%;
}
.banner-sec {
    padding-top: 320px  !important;
    padding-bottom: 120px !important;
}
.banner-sec:after {
    background-size: 70%;
    bottom: -20%;
    right: -150px;
}
.abt-sec .theme-h1 {
    font-size: 70px;
}
.abt-sec .theme-btn a {
    height: 55px;
    /* width: 260px; */
}
.abt-sec .theme-btn a i {
    padding-right: 45px;
}
/* .abt-sec .abt-img img {
    min-height: 346px;
    object-fit: cover;
} */
.events-sec .event-text h2 {
    font-size: 34px;
    padding-bottom: 20px;
}
.events-sec .event-text h2:before {
    bottom: 230px;
}
.events-sec .events-row-2 .event-text h2:before {
    bottom: 230px;
}
.events-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a {
    padding: 16px 30px 16px 31px !important;
    font-size: 20px;
}
.blog-sec .theme-h1 {
    font-size: 70px;
}
.theme-footer {
    padding-left: 10px;
}
.ft4 .ContactForm .btn-primary {
    right: -161%;
}
.what-we-do-sec .theme-h1 {
    font-size: 65px;
}
.outer {
    width: 200px;
    height: 200px;
}
.skill circle {
    cy: 129px;
    r: 114px;
    stroke-dashoffset: 295.8 !important;
}
.skill svg {
    top: -14px;
    left: -46px;
}
.outer-1 {
    width: 200px;
    height: 200px;
}
.skill-1 circle {
     cy: 129px;
     r: 100px;
     stroke-dashoffset: 375.8 !important;
}
.skill-1 svg {
    top: -26px;
    left: -46px;
}
.skill circle {
    cy: 115px;
    r: 100px;
    stroke-dashoffset: 305.9 !important;
}
.banner-sec .banner-txt h1 {
    font-size: 50px;
    line-height: 70px;
}
.what-con {
    padding-right: 5px;
    padding-left: 5px;
}
.blog-title h2 {
    font-size: 18px;
}
.sellhouse-box {
    min-height: 330px;
}
section.vc_section.abt-inner-sec-one .abt-col-wht {
    min-height: 327px !important;!i;!;
}
.abt-sec .abt-col-wht .theme-p {
}
section.vc_section.abt-inner-sec-one .abt-col-wht {
    min-height: 325px !important;
}
}
@media only screen and (max-width: 1200px) {
  .wht-title-txt h2 {
    font-size: 20px;
}
.wht-title-content p {
    font-size: 17px;
    line-height: 30px;
}
.events-sec .stats-block.stats-top.\31 st-count {
    width: 200px;
    height: 200px;
}
.sellhouse-box {
    min-height: 370px !important;
}
.events-sec .event-text h2:before {
    bottom: 200px;
}
.events-sec .events-row-2 {
    padding-left: 30px;
    padding-right: 30px;
}
.events-sec .events-row-1 {
    padding-left: 30px;
    padding-right: 30px;
}
.gallery-sec .what-row-1 {
    padding-left: 30px;
}
.gallery-sec {
    height: 520px;
}
.sellhouse-box {
    padding: 30px 20px 25px 10px;
}
.blog-date {
    padding: 15px 15px 15px 15px;
}
.blog-date span {
    font-size: 20px;
}
    .ft4 .ContactForm input {
        width: 200px;
    }
.outer {
    width: 200px;
    height: 200px;
}
.skill circle {
    cy: 129px;
    r: 114px;
    stroke-dashoffset: 295.8 !important;
}
.skill svg {
    top: -14px;
    left: -46px;
}
.outer-1 {
    width: 200px;
    height: 200px;
}
.skill-1 circle {
     cy: 129px;
     r: 100px;
     stroke-dashoffset: 375.8 !important;
}
.skill-1 svg {
    top: -26px;
    left: -46px;
}
.skill circle {
    cy: 115px;
    r: 100px;
    stroke-dashoffset: 305.9 !important;
}
.abt-sec .abt-col-wht {
    padding: 32px 0px 32px 10px;
}
section.vc_section.abt-inner-sec-one .abt-col-wht {
    min-height: 306px !important;
}
}
@media only screen and (max-width: 1199px){
/* .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);
} */
	div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #000;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    margin: 0;
    padding-bottom: 50px;
    padding-top: 50px;
}
	
.header-icon {
    text-align: center !important;
    margin-right: 0px !important;
}	

	.header-icon ul {
    justify-content: center !important;
}

.header-icon ul li {
    padding-right: 20px !important;
}
.navbar-light .navbar-toggler {
    position: absolute;
    right: 0;
    background: #f8832c;
}
	
a#clos__menu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    text-decoration: none;
    background: #f8832c;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 0 20px 20px;
}	

.navbar-toggler-icon {
    filter: invert(1);
}
	
	.header-icon .navbar-brand {
    display: none !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:after {
    border-bottom: unset !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:after {
    margin: 0px !important;
}
.header-btn {
    margin: 0 auto;
    margin-top: 30px;
}
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    border-bottom: unset !important;
}

.dropdown-menu .navbar-brand {
    display: none !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: 9px;
	background: #ff8a0d !important;
	width: 50px;
	border-radius: 40px;
}
	#main-nav li {
    text-align: center;
    height: 50px;
}
		
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: unset !important;
}	
.blog-box .blog-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog-sec .blog-row .col-lg-4 {
    margin-bottom: 30px;
}
p {
    font-size: 16px;
    line-height: 32px;
}
.vc_section.events-sec .vc_col-sm-8 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.events-sec .events-row-2 .event-text h2:before {
	bottom: 200px;
}
.events-sec .event-text h2:before {
	bottom: 230px;
}
.blog-title h2 {
    width: 100%;
    min-height: 0px;
}
.blog-title a {
    position: absolute;
    right: 50px;
    bottom: 100px;
}
.sellhouse-box {
	min-height: 220px !important;
}
.vc_section.banner-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 150px !important;
    padding-bottom: 50px !important;
}
.what-box {
    height: 650px;
}
.wht-title-txt {
    padding-top: 15px;
    padding-bottom: 0px;
}
.theme-footer {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.ft2 ul li a {
    font-size: 15px;
}
   .ContactForm p {
    display: block;
    width: 100%;
}
.ft4 .ContactForm input {
	width: 180px;
}
.ft3 ul li a {
    font-size: 15px;
    line-height: 28px;
}
.ft1 p {
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
    width: 80%;
}
.ft3 ul li i {
    padding-right: 10px;
}
.site-info {
    font-size: 16px;
    line-height: 28px;
}
.ft3 ul li {
    font-size: 16px;
    line-height: 34px;
}
.post-type-archive-what .what-box {
	height: 310px;
}
.abt-sec {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.ft4 span.zoom-social_icons-list-span.social-icon {
	padding-right: 0px !important;
	font-size: 18px !important;
	padding: 0px !important;
}		
}

@media only screen and (max-width: 1024px) {
	
div#main-nav {
    width: 38% !important;
}	
}
@media only screen and (max-width: 960px){
#footer-widget .col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    text-align: center;
}
.theme-footer h3 {
    padding-bottom: 10px;
    padding-right: 0px;
}
.ft1 p {
	width: 100%;
}
.ContactForm p {
	display: flex;
	width: 100%;
	justify-content: center;
}
.ContactForm input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    width: 90px;
}
.vc_section.what-we-do-sec .what-row-2 {
    display: block !important;
}
.vc_section.what-we-do-sec .row {
    display: block !important;
}
.vc_section.what-we-do-sec .col-lg-4.col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    margin-bottom: 30px;
}
.vc_section.what-we-do-sec .what-img img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover !important;
}
.vc_section.what-we-do-sec .what-box {
    height: 530px !important;
}
.vc_section.news-section .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item.fadeIn.animated {
    display: block;
}
.vc_section.news-section .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item.fadeIn.animated {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    text-align: center !important;
}
.news-section .vc_gitem-zone.vc_gitem-zone-c .vc_gitem-post-data h4 {
    text-align: center !important;
}
.news-section .vc_gitem-zone.vc_gitem-zone-c .vc_btn3-container.vc_btn3-left {
    text-align: center;
}
.navbar-brand {
    height: auto;
    width: 26%;
}
.vc_section.gallery-sec .vc_col-sm-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    text-align: center !important;
}

img.vc_single_image-img.attachment-full {}

.vc_section.gallery-sec .vc_col-sm-4 img.vc_single_image-img.attachment-full {
    text-align: center !important;
    margin: 0 auto;
}

.vc_section.gallery-sec .vc_col-sm-4 .image-gallery {
    text-align: center;
}
.vc_section.gallery-sec .gallery-row-2 .vc_col-sm-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
}

.vc_section.gallery-sec .gallery-row-2 .text-video {
    text-align: center;
}

.vc_section.gallery-sec .gallery-row-2 .text-video-2 {
    text-align: center;
}
.ft2:before {
    border-right: 0px;
    position: unset;
}
.ft3:after {
    border-right: 0px;
    position: unset;
}
.ft3:before {
    border-right: 0px;
    position: unset;
}
.blog-sec p {
	font-size: 45px;
	line-height: 55px;
}
.sellhouse-box p {
    font-size: 16px ! IMPORTANT;
    line-height: 30px ! IMPORTANT;
}		
}

@media only screen and (max-width: 768px) {
	
div#main-nav {
    width: 49% !important;
}	
}
@media only screen and (max-width: 767px){
.gallery-sec {
        height: UNSET;
        padding-top: 70px !important;
        OVERFLOW: HIDDEN ! IMPORTANT;
}
.text-video-2 video.about_video.about_video-3 {
	width: 100% ! IMPORTANT;
	object-fit: cover !important;
	margin-left: 0px !important;
}
.navbar-brand {
	width: 46%;
}
.vc_section.abt-sec {
    text-align: center;
}

.vc_section.abt-sec h1 {
    text-align: center !important;
    margin: 0 auto;
}

.vc_section.abt-sec .theme-h3 {
    text-align: center !important;
}

.vc_section.what-we-do-sec {
    text-align: center;
}

.vc_section.what-we-do-sec .what-box h2 {
    TEXT-ALIGN: center !IMPORTANT;
    MARGIN: 0 AUTO;
}
.what-we-do-sec .theme-h1 {
	font-size: 40px !important;
	line-height: 50px !important;
	text-align: center !important;
}
.events-sec .event-text h2 {
	font-size: 34px;
	padding-bottom: 20px;
	line-height: 40px;
	text-align: center !important;
}
.events-sec {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
}
.events-sec .event-text p {
    text-align: center !important;
}
.vc_section.what-we-do-sec .what-box {
	height: 580px !important;
}
.events-sec .events-row-2 .event-text h2:before {
	bottom: 320px;
	left: 139px;
}
.vc_tta-panel.vc_active a {
    background: #ff8a0d !important;
}

.vc_tta-panel.vc_active a span {
    color: #000 !important;
}
.vc_tta.vc_general .vc_tta-panel-title>a {
    background: #0000003d;
    color: #000 !important;
}
.events-sec .event-text h2:before {
	bottom: 356px;
	left: 138px;
}
.gallery-sec .theme-h1 {
	font-size: 40px !important;
	line-height: 50px !important;
}
#owl_custom11 .owl-nav {
	top: -27%;
	right: 21%;
}
.vc_section.blog-sec {
    TEXT-ALIGN: center;
}
.blog-title a {
    position: absolute;
    right: 159px !important;
    bottom: 6px !important;
    FONT-SIZE: 17PX;
}
.sellhouse-box {
	padding: 20px 20px 45px 10px;
}
.theme-footer h3 {
    font-size: 26px;
    line-height: 36px;
}
.blog-sec p {
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 20px !important;
}
.navbar-collapse {
	width: 70%;
}
.vc_section.abt-inner-section {
    text-align: center !important;
}

.vc_section.abt-inner-section .theme-h3 {
    text-align: center !important;
    margin-top: 20px;
    padding-bottom: 0px;
}
.vc_section.abt-inner-section {
    padding-top: 50px !important;
}

.vc_section.abt-inner-section .what-are-we-rw-one {
    padding-bottom: 0px;
}
.abt-inner-section .vc_row {
    padding-bottom: 50px;
}
.abt-inner-section .theme-h2 {
    font-size: 30px;
    line-height: 50px;
    text-align: center !important;
}
body.archive.post-type-archive.post-type-archive-what .what-box {
    display: contents;
}
.vc_section.vc_custom_1734031755372 {
    text-align: center;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
    ul.dropdown-menu li {
        TEXT-ALIGN: center ! IMPORTANT;
        MARGIN: 0 AUTO ! IMPORTANT;
        DISPLAY: flex;
        height: 90px !important;
    }

    ul.dropdown-menu li a {
        text-align: center;
        margin-top: 39px;
        font-size: 15px;
        padding-bottom: 30px;
        line-height: 50px;
    }
.container {
    max-width: 1200px;
}	
}

@media only screen and (max-width: 709px) {
	
.page-template .gform_wrapper .gfield_radio .gchoice label {
    font-size: 14px !important;
    line-height: 25px !important;
}

div#field_1_62 p {
    font-size: 16px !important;
    width: 100% !important;
    line-height: 30px;
}

.page-template .gform_wrapper div#field_1_5 .gfield_label {
    font-size: 20px !important;
}

.gform_heading h2.gform_title {
    font-size: 40px !important;
    line-height: 50px !important;
}	
}

@media only screen and (max-width: 568px) {
	
.page-template .gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
    display: block !important;
}

.page-template .gform_wrapper .gfield_radio .gchoice {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.page-template .gform_wrapper .gfield_select, .gform_wrapper select {
    width: 100% !important;
}

.page-template .gfield_select {
    width: 100% !important;
    max-width: 100% !important;
}

.page-template .gform-theme--foundation .gfield--width-quarter {
    width: 100% !important;
    grid-column: span 12 !important;
}

.page-template div#field_1_62 p {
    margin-left: 0px !important;
    text-align: center !important;
    width: 100% !important;
}

.page-template div#field_1_62 {
    grid-column: span 12 !important;
}
	
.page-template .gform-theme--foundation .gform-grid-row {
    display: block !important;
    width: 100% !important;
}

.page-template .gform-theme--foundation .ginput_card_security_code_icon {
    right: 12px !important;
}

.page-template .ginput_container_creditcard .gform-grid-row>.gform-grid-col:first-child {
    width: 100% !important;
}

.page-template .gform_wrapper div#field_1_5 {
    width: 100% !important;
}

.page-template .gform_footer input#gform_submit_button_1 {
    font-size: 15px !important;
}
	
div#main-nav {
    width: 70% !important;
}	
}

@media only screen and (max-width: 480px) {
	
div#main-nav {
    width: 100% !important;
}
	
.navbar-light .navbar-toggler {
    font-size: 21px !important;
}	
}
@media only screen and (max-width: 439px){
.banner-sec .banner-txt h1 {
	font-size: 40px;
	line-height: 60px;
}
.banner-sec .banner-txt p {
    font-size: 18px;
    line-height: 32px;
}
.banner-sec .banner-txt a {
    padding: 19px 15px 19px 15px;
}
.what-we-do-sec .theme-h1 {
	font-size: 35px !important;
}
.vc_section.what-we-do-sec .what-box {
	height: 660px !important;
}
.what-we-do-sec .theme-btn a {
    width: 241px;
    height: 57px;
}
    .events-sec .event-text h2:before {
        bottom: unset;
        left: unset;
        border: 0px;
    }
.events-sec .event-text h2 {
	font-size: 30px;
	line-height: 40px;
}
.events-sec .events-row-2 .event-text h2:before {
	bottom: unset;
        left: unset;
        border: 0px;
}
.gallery-sec .theme-h1 {
	font-size: 30px !important;
	line-height: 40px !important;
}
#owl_custom11 .owl-nav {
	top: -26%;
	right: 18%;
}
#owl_custom11 .owl-nav button.owl-next {
    font-size: 28px !important;
}
#owl_custom11 .owl-nav button.owl-prev {
    font-size: 28px !important;
}
.blog-sec p {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px !important;
}
.blog-sec .theme-btn a {
    width: 191px;
    height: 50px;
}
.blog-sec .theme-btn a i {
    padding-right: 22px;
}
.blog-title a {
	right: 109px !important;
	bottom: 18px !important;
}
.abt-inner-section .what-are-we-rw-one .theme-h2 {
    font-size: 35px;
    line-height: 45px;
}
.abt-inner-section .theme-h3 {
    font-size: 35px;
    line-height: 45px;
}
.abt-inner-section .theme-h2 {
	font-size: 24px;
	line-height: 40px;
}
.abt-inner-section .theme-p p strong {
    font-size: 19px;
    line-height: 30px;
}
.navbar-brand {
	width: 56%;
}
.navbar-light .navbar-toggler {
	border: medium none;
	outline: none;
	background: #fff;
	right: 0;
	position: absolute;
	top: 13px;
}
	

}    
button.btn-close {
    display: none;
}

/***************** css for donate form  start **************/

.gform_wrapper .gfield_label {
    font-size: 19px !important;
    line-height: 22px !important;
    margin-bottom: 20px !important;
    color: #000 !important;
}
.gform_wrapper .gfield_radio {
    flex-direction: row !important;
    gap: 50px !important;
}
.gform_wrapper .gfield_radio .gchoice {
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    align-items: center;
    text-transform: uppercase;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"] {
    height: 50px !important;
    border-radius: 5px !important;
    margin-bottom: 10px;
    font-size: 17px;
    border: solid 1px #dddddd;
}
.gform_wrapper .gfield_select, .gform_wrapper select {
    height: 50px !important;
    border-radius: 5px !important;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 6px 10px;
    border: solid 1px #dddddd;
    margin-bottom: 10px !important;!i;!;
}
.gform-field-label {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    color: #000 !important;
}
.gform_wrapper .gfield_radio .gchoice label {
    margin-bottom: 0 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}
h3.gsection_title {
    margin-top: 0;
    font-size: 30px;
    line-height: 60px;
    color: #000;
    margin: 0;
}
.gform_wrapper div#field_1_5 {
    background: #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    border-radius: 10px;
    width: 50%;
}
.gform_wrapper input#input_1_5 {
    margin: 0;
    text-align: right;
    font-size: 18px;
    line-height: 38px;
    color: #000;
    border: navajowhite;
}
.gform_wrapper div#field_1_5 .gfield_label {
    margin: 0 !important;
    font-size: 25px !important;
    font-weight: 500;
}
input#gform_submit_button_1 {
    background: #ff8a0d !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    padding: 16px 40px;
    border-radius: 5px !important;
}
h2.gform_title {
    font-size: 60px;
    line-height: 70px;
    color: #000;
}
div#gform_wrapper_1 {
    padding: 50px 0;
}
.gform_wrapper .gfield_radio .gchoice label {
    font-size: 16px !important;
}
.gform_wrapper .gfield_radio .gchoice:hover {
    cursor: pointer;
}
.gform-theme input:focus {
    outline: none;
    box-shadow: none;
    border-color: #112337;
}
.gfield--type-select .gfield_select:focus {
    outline: none;
    box-shadow: none;
    border-color: #112337;
}

.gfield--type-select .gfield_select:hover {
    cursor: pointer;
}
.ginput_complex select:hover {
    cursor: pointer;
}
.ginput_complex select:focus {
    outline: none;
    box-shadow: none;
    border-color: #112337;
}
.gform_wrapper .gfield_select, select#input_1_30_6 {
    height: 60px;
    margin-bottom: 0px;
}
.gchoice.gchoice_1_26_1 {
    align-items: baseline;
    font-family: 'Nunito Sans';
}
.ginput_container span {
    font-family: 'Nunito Sans';
}
.gchoice_1_29_1 {
    align-items: baseline;
}
.gform-field-label {
    font-family: 'Nunito Sans' !important;
}
.ginput_card_field select {
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
    border: solid 1px #dddddd;
}
.ginput_container_creditcard .gform-grid-row>.gform-grid-col:first-child {
    width: 50%;
}
ginput_container_creditcard .gform-grid-row>.gform-grid-col:last-child {
    width: 50%;
}
.gfield--type-creditcard>.gform-grid-row>.gform-grid-col:first-child {
    width: 50%;
    order: 1;
}
.gfield--type-creditcard>.gform-grid-row>.gform-grid-col:last-child {
    width: 50%;
    order: 2;
}
.gfield--type-creditcard>.gform-grid-row>.gform-grid-col:nth-child(2) {
    order: 3;
}
.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code {
    width: 100%;
}
.gform-theme--foundation .ginput_card_security_code_icon {
    position: absolute;
    right: -40px;
    top: 50px;
}
.gform-theme--foundation .ginput_cardinfo_right {
    position: relative;
}
.gform-theme--framework .gform-field-label>.gfield_required {
    font-size: 0;
}
.gform-theme--framework .gform-field-label>.gfield_required:after {
    content: "*";
    font-size: 23px;
    color: red;
}
div#field_1_62 p {
    margin-top: 10px;
    line-height: 32px;
    margin-left: 60px;
    font-size: 18px;
    color: #000 !important;
}
body.post-template-default.single.single-post ol li {
    font-size: 18px;
    line-height: 38px;
    color: #000;
}
.blog-title a {
    position: absolute;
    right: 50px;
    bottom: 20px;
}
.sellhouse-box {
    min-height: 350px;
}
.gform-theme--foundation .gfield--width-quarter {
    grid-column: span 3;
    /* margin-left: 0px; */
}
.events-sec .vc_tta-tabs-container {
    text-align: center !important;
}
div#field_1_34 {
    grid-column: span 1;
}

div#field_1_62 {
    grid-column: span 8;
}
.ginput_container_creditcard label, .ginput_container_creditcard legend {
    display: inline-block;
    width: fit-content;
}
.ginput_container_creditcard label:after, .ginput_container_creditcard legend:after {
    content: "*";
    font-size: 23px;
    color: red;
    margin-left: 5px;
}
.gfield--type-creditcard .gfield_label_before_complex .gfield_required {
    display: none;
}
/***************** css for donate form  end **************/
