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

html{
        overflow-x: hidden;
}

section.vc_section.sec5-innr-ppc.abt-sec3.vc_custom_1694218335142.vc_section-has-fill h2 {
    color: #284077;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

/* ------custom css-------- */
div#mega-menu-wrap-primary {
    background: transparent;
    width: 80%;
}
div#mega-menu-wrap-primary {
    width: 63%;
    background: 0 0
}
ul#mega-menu-primary {
    width: 100%;
    text-align: right !important;
}
div#mega-menu-wrap-primary ul#mega-menu-primary li a {
    color: #8EAAB8 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
}

div#mega-menu-wrap-primary ul#mega-menu-primary li {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

div#mega-menu-wrap-primary ul#mega-menu-primary li a {
    background: 0 0 !important
}

div#mega-menu-wrap-primary ul#mega-menu-primary li ul.mega-sub-menu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
div#mega-menu-wrap-primary ul#mega-menu-primary li a:hover {
    color: #ee7d33 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 314px;
}
.navbar-brand img {
    height: 35px;
}

.container {
    max-width: 1400px;
}
header#masthead {
    background: #fff;
	padding-top: 30px;
    padding-bottom: 30px;
}

header#masthead div#main-nav ul li a {
    font-family: 'Roboto', sans-serif;
    color: #8EAAB8;
    font-weight: 600;
    font-size: 16px;
    transition: 0.4s;
    padding-left: 0px;
    padding-right: 0px;
}

header#masthead div#main-nav ul li {
    padding-left: 18px;
    padding-right: 18px;
}

header#masthead .head-btn a {
    display: flex;
    align-items: center;
}

header#masthead .head-btn a img {
    height: 38px;
    width: 38px;
}

header#masthead .head-btn a h4 {
    margin-left: 15px;
    color: #ed8300;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

header#masthead .head-btn a h4 strong {
    color: #203F79;
    font-size: 18px;
}

.head-btn {
    padding-left: 45px;
}

header#masthead div#main-nav ul li a:hover {
    color: #203F79;
}

header#masthead div#main-nav ul li.current_page_item a {
    border-bottom: solid 3px #f5841f;
}
header#masthead .head-btn a:hover {
    text-decoration: none;
}
.sec-home-banr {
    padding-top: 80px !important;
    padding-bottom: 70px;
}

.sec-home-banr h1.vc_custom_heading {
    font-size: 46px;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.sec-home-banr strong {
    color: #F5841F;
    font-weight: 600;
}

.sec-home-banr h4.vc_custom_heading {
    margin-top: 0px;
    color: #F5841F;
    font-family: poppins;
    font-size: 18px;
    text-transform: uppercase;
}


.sec-home-banr h1.vc_custom_heading{
	font-size: 46px;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.sec-home-banr h2.vc_custom_heading {
    font-size: 46px;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.sec-home-banr h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 600;
}

.sec-home-banr .wpb_text_column ul {
    padding-left: 0px;
    list-style: none;
}

.sec-home-banr .wpb_text_column ul li {
    color: #fff;
    font-family: 'Poppins';
    padding-bottom: 10px;
    font-size: 22px;
    position: relative;
    padding-left: 20px;
}

.sec-home-banr .wpb_text_column ul li:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #ea7e1e;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
}
.home-form {
    background: #FFFFFF4D;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.home-form h3 {
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-form h3 strong {
    font-weight: 600;
    color: #f5841f;
}

.home-form p {
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
}

.home-form input.wpcf7-form-control {
    height: 50px;
    background: #FFFFFF4D;
    border: solid 1px #97a4aa;
    border-radius: 5px;
    margin-bottom: 13px !important;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
}

.home-form input.wpcf7-form-control::placeholder {
    color: #fff;
}

.home-form textarea {
    height: 130px;
    background: #FFFFFF4D;
    border: solid 1px #97a4aa;
    border-radius: 5px;
    margin-bottom: 13px !important;
    color: #fff;
    font-size: 16px;
    resize: none;
    font-family: 'Poppins';
}

.home-form textarea::placeholder {
    color: #fff;
    padding-top: 7px;
}

.home-form .btn-sbmt input {
    background: #F5841F;
    border: 1px solid #F5841F;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Poppins';
    margin-bottom: 0px !important;
    transition: 0.4s;
	color: #fff;
}

.home-form .btn-sbmt {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.home-form .btn-sbmt .wpcf7-spinner {
    position: absolute;
    right: 0px;
    top: 10px;
}

.home-form .btn-sbmt input:hover {
    background: transparent;
    color: #f5841f;
}


.home-form input.wpcf7-form-control:focus {
    background: #fff;
    border: solid 1px #fff !important;
    box-shadow: none;
}

.home-form textarea:focus {
    box-shadow: none;
    border: solid 1px #fff;
}
.btn-orng a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    margin-right: 10px !important;
    transition: 0.4s !important;
    border: solid 1px #f5841f !important;
    background: #f5841f !important;
    font-weight: 500;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #fff !important;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.btn-orng a:hover {
    background: transparent !important;
    color: #f5841f !important;
}

.btn-orng {
    margin-right: 18px;
	margin-bottom: 0px !important;
}
.sec2-home {
    padding-top: 80px !important;
    padding-bottom: 70px;
}

.sec2-home h2.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 25px;
    color: #203F79;
	text-transform:uppercase;
}

.sec2-home h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 600;
}

.sec2-home .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}

.sec2-home .wpb_single_image {
    margin-bottom: 0px;
}

.sec2-home .wpb_single_image:before {
    content:'';
    background: url('/wp-content/uploads/2023/07/OBJECTS-1.png');
    display: block;
    height: 185px;
    width: 190px;
    position: absolute;
    top: 36%;
    left: -55px;
    z-index: -1;
}

.sec2-home .wpb_single_image:after {
    content: '';
    background: url('/wp-content/uploads/2023/07/OBJECTS.png');
    display: block;
    height: 185px;
    width: 242px;
    position: absolute;
    left: -55px;
    z-index: -1;
    bottom: -130px;
    left: 100%;
}

.sec2-home:before {
    content: '';
    background: url(/wp-content/uploads/2023/07/Frame.png);
    height: 292px;
    width: 160px;
    display: block;
    position: absolute;
    top: -145px;
    right: -10px;
    background-size: contain;
}
.sec3-home {
    padding-top: 70px !important;
    padding-bottom: 70px;
}

.sec3-home h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 75px;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 42px;
    font-weight: 600;
	text-transform:uppercase;
}

.sec3-home h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 600;
}

.home-boxs-serv {
    background: #FFFFFF;
    padding-top: 35px;
    padding-bottom: 14px;
    padding-right: 26px;
    padding-left: 26px;
    border-radius: 12px;
    position: relative;
    transition: 0.5s;
    height: 565px;
}

.home-boxs-serv .aio-icon-header h3 {
    color: #203F79;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px !important;
}

.home-boxs-serv .aio-icon-description {
    color: #8096A0;
    font-size: 16px;
    font-family: poppins;
    margin-top: 18px;
}

.home-boxs-serv .aio-icon-description .btn-box a {
    color: #F5841F;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
}

.home-boxs-serv .aio-icon-description .btn-box a:hover {
    text-decoration: none;
}

.home-boxs-serv .aio-icon-description:after {
    content: '';
    background: url('/wp-content/uploads/2023/07/Mask-group-59.png');
    display: block;
    width: 335px;
    height: 115px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
}

.home-boxs-serv:hover {
    background: #f5841fe6;
}

.home-boxs-serv:hover h3 {
    color: #fff;
}

.home-boxs-serv:hover .aio-icon-default .img-icon {
    filter: brightness(0) invert(1);
}

.home-boxs-serv:hover .aio-icon-description {
    color: #fff;
}

.home-boxs-serv .aio-icon-description .btn-box a {
    z-index: 99;
}

.home-boxs-serv:hover .aio-icon-description .btn-box a {
    color: #fff;
}

.home-boxs-serv:hover .aio-icon-description .btn-box a img {
    filter: brightness(0) invert(1);
}
.sec4-home {
    padding-top: 80px !important;
    padding-bottom: 60px;
}

.sec4-home h2.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 25px;
    color: #203F79;
    text-transform: uppercase;
}

.sec4-home h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 600;
}

.btn-blue a {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    margin-right: 10px !important;
    transition: 0.4s !important;
    background: #1d396d !important;
    border: solid 1px #1d396d !important;
    font-weight: 500;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #fff !important;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.btn-blue a:hover {
    background: transparent !important;
    color: #203f79 !important;
}

.sec4-home .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}
.sec4-home .box-numbrs {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    margin-top: 12px;
}

.sec4-home .box-numbrs h3.aio-icon-title {
    font-family: 'Roboto';
    font-size: 50px;
    margin-top: 6px !important;
    color: #F5841F;
    margin-bottom: 6px !important;
}

.sec4-home .box-numbrs .aio-icon-description {
    color: #203F79;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
	text-transform: uppercase;
}

.sec4-home:before {
    content: '';
    background: url('/wp-content/uploads/2023/07/OBJECTS.png');
    display: block;
    height: 156px;
    width: 285px;
    position: absolute;
    right: 134px;
    top: 20px;
}
.btn-blue {
    margin-bottom: 0px;
}
.sec4-home:after {
    content: '';
    background: url('/wp-content/uploads/2023/07/OBJECTS-2.png');
    display: block;
    height: 45px;
    width: 85px;
    position: absolute;
    bottom: 54px;
    left: 44%;
}
.sec5-home {
    background: #F9F9F9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec5-home .wpb_single_image {
    margin-bottom: 0px;
}
.sec6-home {
    padding-top: 80px !important;
    padding-bottom: 60px;
}

.sec6-home h2.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 25px;
    color: #203F79;
    text-transform: uppercase;
}

.sec6-home h2.vc_custom_heading strong {
    color: #f5841f;
	font-weight:700;
}

.sec6-home .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}

.sec6-home .home-sidebox {
    box-shadow: 0px 0px 10px 0px #00000026;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.sec6-home .home-sidebox h3 {
    font-family: 'Roboto';
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #203F79;
    text-transform: uppercase;
}
.sec6-home h4.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #203F79;
    text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 1.2;
}

.sec6-home:before {
    content: '';
    display: block;
    height: 156px;
    width: 200px;
    background: url('/wp-content/uploads/2023/07/OBJECTS.png');
    position: absolute;
    left: 0px;
    bottom: 14%;
}

.sec6-home:after {
    content: '';
    display: block;
    height: 200px;
    width: 200px;
    background: url('/wp-content/uploads/2023/07/OBJECTS-3.png');
    position: absolute;
    right: -64px;
    bottom: 18%;
}
.sec6-home .wpb_single_image:before {
    content: '';
    height: 134px;
    width: 42px;
    background: url('/wp-content/uploads/2023/07/OBJECTS-4.png');
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sec6-home .wpb_single_image:after {
    content: '';
    background: url(/wp-content/uploads/2023/07/OBJECTS-2.png);
    display: block;
    height: 45px;
    width: 85px;
    position: absolute;
    bottom: 15%;
    left: 74%;
}
.sec7-home {
    background: #F9F9F9;
    padding-top: 80px !important;
    padding-bottom: 60px;
}

.sec7-home h2.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 25px;
    color: #203F79;
    text-transform: uppercase;
}

.sec7-home h2.vc_custom_heading strong {
    font-weight: 700;
    color: #f5841f;
}

.sec7-home .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}
.sec8-home h2.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 60px;
    color: #ffffff;
    text-transform: uppercase;
}

.sec8-home h2.vc_custom_heading strong {
    font-weight: 700;
    color: #f5841f;
}

.sec8-home {
    padding-top: 80px !important;
    padding-bottom: 60px;
}

.sec8-home .box-case-home {
    margin-bottom: 0px;
}

.sec8-home .box-case-home h3.aio-icon-title {
    font-family: 'Roboto';
    font-size: 24px;
    text-align: left;
    color: #fff;
    font-weight: 600;
}
.sec8-home .box-case-home .aio-icon-description .btn-readmre {
    text-align: left;
    margin-top: 40px;
}

.sec8-home .box-case-home .aio-icon-description .btn-readmre a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.4s;
    border: solid 1px #f5841f;
    background: #f5841f;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.sec8-home .box-case-home .aio-icon-description .btn-readmre a:hover {
    background: transparent;
    text-decoration: none;
    color: #f5841f;
}
.sec10-home {
    padding-top: 80px !important;
    padding-bottom: 60px;
    background: #F9F9F9;
}

.sec10-home h2.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 25px;
    color: #203F79;
    text-transform: uppercase;
}

.sec10-home h2.vc_custom_heading strong {
    font-weight: 700;
    color: #f5841f;
}

.sec10-home .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}
.sec10-home .post-grids {
    display: flex;
    flex-wrap: wrap;
}

.sec10-home .post-grids .post-grid {
    width: 33.33%;
    flex: 0 0 30%;
    margin: 20px;
    border-radius: 8px;
}

.sec10-home .post-grids .post-grid .pst-img img {
    width: 100%;
    border-radius: 12px;
    height: 360px;
    object-fit: cover;
}

.sec10-home .post-grids .post-grid .pst-ctn {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 20px;
}

.sec10-home .post-grids .post-grid .pst-ctn h3 {
    margin-top: 0px;
    font-size: 24px;
    text-transform: capitalize;
    color: #203F79;
    font-family: 'Roboto';
	line-height:1.2;
}

.sec10-home .post-grids .post-grid .pst-ctn .ps-meta {
    display: flex;
    flex-wrap: wrap;
}

.sec10-home .post-grids .post-grid .pst-ctn .ps-meta p {
    margin-right: 15px;
    font-family: 'Poppins';
    margin-bottom: 12px;
    font-size: 14px;
    color: #1d396d;
}

.sec10-home .post-grids .post-grid .pst-ctn .ps-meta p i {
    color: #f5841f;
    margin-right: 3px;
}

.sec10-home .post-grids .post-grid .pst-ctn .excp {
    font-family: 'Poppins';
    font-size: 15px;
    color: #8096A0;
    margin-bottom: 50px;
}

.sec10-home .post-grids .post-grid .pst-ctn .pst-btn {
    color: #fff;
    font-family: 'Poppins';
    background: #f5841f;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.4s;
    border: solid 1px #f5841f;
}
.sec10-home .post-grids .post-grid .pst-ctn .pst-btn i {
    font-size: 13px;
}

.sec10-home .post-grids .post-grid .pst-ctn .pst-btn:hover i {
    margin-left: 4px;
    transition: 0.4s;
}

.sec10-home .post-grids .post-grid .pst-ctn .pst-btn:hover {
    text-decoration: none;
}

.sec10-home .post-grids .post-grid .pst-img {
    position: relative;
}


.sec10-home .post-grids .post-grid .pst-ctn .pst-btn i {
    display: none;
}

.sec10-home .post-grids .post-grid .pst-ctn .pst-btn:hover {
    background: transparent;
    color: #f5841f;
}
.sec11-home {
    padding-top: 80px !important;
    padding-bottom: 60px;
}

.sec11-home h2.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 25px;
    color: #203F79;
    text-transform: uppercase;
}

.sec11-home h2.vc_custom_heading strong {
    font-weight: 700;
    color: #f5841f;
}
.testimonials-box .row {
    align-items: center;
}

.testimonials-box .row .detailed {
    padding-left: 110px;
    padding-right: 70px;
}

.testimonials-box .row .detailed h3 {
    margin-top: 0px;
    font-family: 'Roboto';
    font-size: 35px;
    color: #f5841f;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.testimonials-box .row .detailed  h4 {
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 20px;
    color: #8096A0;
    line-height: 1.2;
}

.testimonials-box .row .detailed .txt p {
    font-family: poppins;
    font-size: 20px;
    color: #8096A0;
    font-weight: 400;
    font-style: italic;
	padding-right:20px;
}

.testimonials-box .row .detailed .txt {
    padding-top: 10px;
}

.testimonials-box .row .detailed:before {
    content: '';
    background: url('/wp-content/uploads/2023/07/icon-park-outline_quote.png');
    height: 85px;
    width: 85px;
    display: block;
    position: absolute;
    left: 14px;
    top: -52px;
}

.testimonials-box .row .detailed:after {
    content: '';
    background: url(/wp-content/uploads/2023/07/icon-park-outline_quote-1.png);
    height: 85px;
    width: 85px;
    display: block;
    right: 30px;
    position: absolute;
    bottom: -22px;
}

.sec11-home div#testimonial {
    padding-top: 50px;
}

.sec11-home div#testimonial .owl-dots {
    display: none !important;
}

.sec11-home div#testimonial .owl-nav button i {
    background: #F5841F;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: solid 1px #F5841F;
}

.sec11-home div#testimonial .owl-nav button {
    margin: 10px;
}

.sec11-home div#testimonial .owl-nav button.owl-prev {
    position: absolute;
    left: -100px;
    top: 48%;
}

.sec11-home div#testimonial .owl-nav button.owl-next {
    position: absolute;
    right: -100px;
    top: 48%;
}

.sec11-home div#testimonial .owl-nav button:focus {
    border: none;
    outline: none;
}

.sec11-home div#testimonial .owl-nav button i:hover {
    background: transparent;
    color: #F5841F;
}
.sec11-home div#testimonial:before {
    content: '';
    background: url('/wp-content/uploads/2023/07/OBJECTS-4.png');
    height: 134px;
    width: 42px;
    display: block;
    position: absolute;
    right: 0px;
    top: -25px;
}
.testimonials-box .row .left {
    padding-left: 70px;
}
.sec11-home div#testimonial:after {
    content: '';
    background: url(/wp-content/uploads/2023/07/OBJECTS-2.png);
    display: block;
    height: 45px;
    width: 85px;
    position: absolute;
    bottom: -5%;
    left: 36%;
}

.tabs-sec .vc_tta-tabs-list {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px !important;
}

.tabs-sec .vc_tta-tabs-list li {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: 30.33%;
    text-align: center;
}

.tabs-sec .vc_tta-tabs-list li a:before {
    display: none !important;
}

.tabs-sec .vc_tta-tabs-list li a:after {
    display: none !important;
}

.tabs-sec .vc_tta-tabs-list li.vc_active a {
    font-family: 'Roboto';
    background: #ff9900 !important;
    color: #fff !important;
    border-radius: 20px !important;
}

.tabs-sec .vc_tta-tabs-list li a {
    border-radius: 20px !important;
    background: transparent !important;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding-top: 70px !important;
    padding-bottom: 20px !important;
    color: #203F79 !important;
    font-size: 18px;
    font-weight: 600;
}

.tabs-sec .vc_tta-panel-body {
    background-color: #fff !important;
    padding-top: 35px !important;
}

.tabs-sec .vc_tta-panel-body h3.vc_custom_heading {
    font-size: 38px;
    font-family: 'Roboto';
    margin-bottom: 24px;
    line-height: 1.2;
    color: #203F79;
    text-transform: uppercase;
    font-weight: 700;
}

.tabs-sec .vc_tta-panel-body .wpb_single_image {
    margin-bottom: 0px;
}

.tabs-sec .vc_btn3-container {
    margin-top: 0px;
}

.tabs-sec {
    margin-top: 70px !important;
}

ul.vc_tta-tabs-list {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.vc_tta-tabs-container {
    overflow: visible !important;
}

.tabs-sec .vc_tta-panel-body h3.vc_custom_heading strong {
    color: #ff9900;
    font-weight: 700;
}

.tabs-sec .vc_tta-panel-body .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}

.tabs-sec .vc_tta-tabs-list li:first-child .vc_tta-title-text:before {
    content: '01';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 2px;
    font-size: 50px;
    font-family: 'Roboto';
    font-weight: 700;
    color:#F5841F;
}
.tabs-sec .vc_tta-tabs-list li:nth-child(2) .vc_tta-title-text:before{
    content: '02';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 2px;
    font-size: 50px;
    font-family: 'Roboto';
    font-weight: 700;
    color:#F5841F;
}
.tabs-sec .vc_tta-tabs-list li:nth-child(3) .vc_tta-title-text:before{
      content: '03';
      position: absolute;
      width: 100%;
      left: 0px;
      top: 2px;
      font-size: 50px;
      font-family: 'Roboto';
      font-weight: 700;
      color:#F5841F;
}

.tabs-sec .vc_tta-tabs-list li.vc_active .vc_tta-title-text:before {
    color:#fff;
}
.tabs-sec .vc_tta-panels {
    border: none !important;
}
.sec9-home {
    padding-top: 80px !important;
    padding-bottom: 60px;
}

.sec9-home h2.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #203F79;
    text-transform: uppercase;
}

.sec9-home  h2.vc_custom_heading strong {
    font-weight: 700;
    color: #f5841f;
}
.sec9-home:before {
    content: '';
    display: block;
    height: 156px;
    width: 200px;
    background: url(/wp-content/uploads/2023/07/OBJECTS.png);
    position: absolute;
    left: -74px;
    bottom: 8%;
    z-index: -1;
}
.innr-banr {
    padding-top: 150px !important;
    padding-bottom: 150px;
}

.innr-banr h2.vc_custom_heading {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.innr-banr h2.vc_custom_heading strong {
    color: #f5841f;
    font-weight: 600;
}
.cntct-sec {
    padding-top: 60px !important;
    padding-bottom: 60px;
}

.cntct-sec h2.vc_custom_heading {
    color: #203F79;
    text-align: center;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0px;
    padding-bottom: 0px;
}

.cntct-sec h2.vc_custom_heading strong {
    font-weight: 800;
    color: #F5841F;
}

.cntct-sec .wpb_text_column p {
    color: #8096A0;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
}

.cntct-sec .cntct-form input {
    height: 50px;
    background: #F0F0F0;
    border: solid 1px #F0F0F0;
    border-radius: 5px;
    margin-bottom: 13px !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    padding-left: 20px;
}

.cntct-sec .cntct-form textarea {
    background: #F0F0F0;
    height: 180px;
    border: solid 1px #F0F0F0;
    border-radius: 5px;
    margin-bottom: 13px !important;
    font-size: 16px;
    resize: none;
    font-family: 'Poppins';
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 300;
}

.cntct-sec .cntct-form input::placeholder {
    color: #8d8d8d;
}

.cntct-sec .cntct-form textarea::placeholder {
    color: #8d8d8d;
}

.cntct-sec .cntct-form .btn-sbmt {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.cntct-sec .cntct-form .btn-sbmt input {
    width: 100%;
    border-radius: 5px;
    background: #F5841F;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.cntct-sec .cntct-details ul {
    padding-left: 0px;
    list-style: none;
}

.cntct-sec .cntct-details ul li {
    margin-bottom: 10px;
}

.cntct-sec .cntct-details ul li a {
    color: #8096A0;
    font-family: 'Poppins';
    font-size: 15px;
    display: flex;
    align-items: center;
}

.cntct-sec .cntct-details ul li a i {
    background: #ff8e00;
    height: 38px;
    width: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    padding-left: 11px;
    padding-top: 11px;
}

.cntct-sec .cntct-details ul li a:hover {
    text-decoration: none;
}

.cntct-sec .wpb_single_image img {
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.innr-banr h1.vc_custom_heading {
    margin-top: 0px;
    color: #FFF;
    font-family: Roboto;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 22px;
}

.innr-banr h1.vc_custom_heading strong {
    color: #f5841f;
    font-weight: 600;
}

.innr-banr {
    text-align: center;
	padding-top: 170px !important;
    padding-bottom: 170px;
}

.innr-banr .wpb_text_column ul li {
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.innr-banr .wpb_text_column ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding-left: 0px;
}

.innr-banr .wpb_text_column ul li:before {
    content: '';
    height: 20px;
    width: 2px;
    background: #f5841f;
    display: block;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.innr-banr .wpb_text_column ul li:first-child:before {
    display: none;
}
.sec2-inner {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.sec2-inner h2.vc_custom_heading {
    margin-top: 0px;
    color: #203F79;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 22px;
}

.sec2-inner h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 800;
}

.sec2-inner .wpb_text_column ul {
    list-style: none;
    padding-left: 0px;
    align-items: center;
    justify-content: flex-start;
}

.sec2-inner .wpb_text_column ul li {
    font-family: 'Poppins';
    font-size: 16px;
    position: relative;
    color: #203F79;
    padding-left: 18px;
}

.sec2-inner .wpb_text_column ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    display: block;
    background: #f5841f;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

.sec2-inner .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}

.sec2-inner .wpb_single_image:before {
    content: '';
    background: url(/wp-content/uploads/2023/07/OBJECTS-1.png);
    display: block;
    height: 185px;
    width: 190px;
    position: absolute;
    top: 36%;
    left: -55px;
    z-index: -1;
}

.sec2-inner h2.vc_custom_heading:before {
    content: '';
    background: url(/wp-content/uploads/2023/07/OBJECTS-2.png);
    display: block;
    height: 45px;
    width: 85px;
    position: absolute;
    left: -98px;
    top: 18px;
}

.sec2-inner:before {
    content: '';
    background: url(/wp-content/uploads/2023/07/OBJECTS.png);
    display: block;
    height: 185px;
    width: 242px;
    position: absolute;
    bottom: -96px;
    left: 43%;
}
.sec3-innr {
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.sec3-innr .wpb_single_image img {
    border-radius: 10px;
}

.sec3-innr h2.vc_custom_heading {
    color: #FFF;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.sec3-innr h2.vc_custom_heading strong {
    font-weight: 800;
    color: #F5841F;
}

.sec3-innr .wpb_text_column ul {
    list-style: none;
    padding-left: 0px;
    align-items: center;
    justify-content: flex-start;
}

.sec3-innr .wpb_text_column ul li {
    font-family: 'Poppins';
    font-size: 16px;
    position: relative;
    color: #ffffff;
    padding-left: 18px;
}

.sec3-innr .wpb_text_column ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    display: block;
    background: #f5841f;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

.sec3-innr .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #ffffff;
}

.sec3-innr .btn-orng {
    margin-right: 10px;
}
.sec4-innr {
    padding-top: 70px !important;
    padding-bottom: 70px;
}

.sec4-innr h2.vc_custom_heading {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 22px;
    color: #203F79;
    font-family: Roboto;
    font-size: 41px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.sec4-innr h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 800;
}

.sec4-innr .wpb_text_column ul {
    list-style: none;
    padding-left: 0px;
    align-items: center;
    justify-content: flex-start;
}

.sec4-innr .wpb_text_column ul li {
    font-family: 'Poppins';
    font-size: 16px;
    position: relative;
    color: #203F79;
    padding-left: 18px;
}

.sec4-innr .wpb_text_column ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    display: block;
    background: #f5841f;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

.sec4-innr .wpb_text_column strong {
    color: #F5841F;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.sec4-innr .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}

.sec4-innr .wpb_single_image img {
    border-radius: 10px;
}
.sec5-innr {
    padding-top: 70px !important;
    padding-bottom: 70px;
}

.sec5-innr h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    color: #FFF;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.sec5-innr h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 800;
}

.sec5-innr .wpb_text_column ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px !important;
}

.sec5-innr .wpb_text_column ul li {
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.sec5-innr .wpb_text_column ul li:before {
    content: '';
    height: 20px;
    width: 2px;
    background: #f5841f;
    display: block;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.sec5-innr .wpb_text_column ul li:first-child:before {
    display: none;
}

.sec5-innr .innr-box {
    background: #ededed;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 10px;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    margin-top: 9px;
}

.sec5-innr .innr-box h3.aio-icon-title {
    margin-top: 0px !important;
    color: #203F79;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.sec5-innr .innr-box .aio-icon-description {
    color: #8096A0;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    z-index: 99;
}

.sec5-innr .innr-box:after {
    content: '';
    background: url('/wp-content/uploads/2023/08/Mask-group.png');
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -3px;
    background-size: 100% 100%;
    left: 0px;
}
.innr-banr .wpb_text_column p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}
.sec5-innr-ppc {
    padding-top: 70px !important;
    padding-bottom: 70px;
}

.sec5-innr-ppc h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    color: #FFF;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.sec5-innr-ppc h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 800;
}

.sec5-innr-ppc .wpb_text_column p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
}

.sec5-innr-ppc .innr-box {
    border: solid 1px #f5841f;
    background: #ededed;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 10px;
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 12px;
}

.sec5-innr-ppc .innr-box:after {
    content: '';
    background: url(/wp-content/uploads/2023/08/Mask-group.png);
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -3px;
    background-size: 100% 100%;
    left: 0px;
}

.sec5-innr-ppc .innr-box h3.aio-icon-title {
    margin-top: 0px !important;
    color: #203F79;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.sec5-innr-ppc .innr-box .aio-icon-description {
    color: #8096A0;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    z-index: 99;
}
.sec6-innr-ppc {
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.sec6-innr-ppc h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    color: #203F79;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.sec6-innr-ppc h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 800;
}

.sec6-innr-ppc .wpb_text_column p {
    color: #A1B4BD;
    font-family: 'Poppins';
    font-size: 16px;
}

.sec6-innr-ppc .innr-box {
    border: solid 1px #f5841f;
    background: #ffffff;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 10px;
    position: relative;
    height: 460px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 35px;
}

.sec6-innr-ppc .innr-box h3.aio-icon-title {
    margin-top: 0px !important;
    color: #203F79;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.sec6-innr-ppc .innr-box .aio-icon-description {
    color: #8096A0;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    z-index: 99;
}
.sec2-inner:before {
    display: none;
}

.sec5-innr-va {
    padding-top: 0px;
    padding-bottom: 60px;
}

.sec5-innr-va h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    color: #203F79;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.sec5-innr-va .wpb_text_column p {
    color: #A1B4BD;
    font-family: 'Poppins';
    font-size: 16px;
}

.sec5-innr-va .innr-box {
    border: solid 1px #f5841f;
    background: #ffffff;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 10px;
    position: relative;
    height: 324px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 30px;
}

.sec5-innr-va .innr-box h3.aio-icon-title {
    margin-top: 0px !important;
    color: #203F79;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.sec5-innr-va .innr-box .aio-icon-description {
    color: #8096A0;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
}

.sec5-innr-va .innr-box:after {
    content: '';
    background: url(/wp-content/uploads/2023/08/Mask-group.png);
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -3px;
    background-size: 100% 100%;
    left: 0px;
}
.sec3-innr-va .innr-box {
    height: 240px;
}
.sec5-innr-ppc .wpb_text_column p strong {
    text-transform: uppercase;
    font-size: 20px;
    color: #f5841f;
}
.sec1-ebc {
    padding-top: 70px !important;
	padding-bottom:70px !important;
}

.sec1-ebc h2.vc_custom_heading strong {
    color: #f5841f;
    font-weight: 800;
}
.sec3-innr-ebc .innr-box {
    height: 300px;
}
.sec1-listing .innr-box {
    height: 220px;
}
.sec1-listing h2.vc_custom_heading strong {
    color: #f5841f;
}
.sec3-innr-va ul {
    list-style: none;
    padding-left: 0px;
}

.sec3-innr-va ul li {
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    padding-left: 18px;
}

.sec3-innr-va ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #f5841f;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
}
.case-sec1 {
    padding-top: 80px !important;
    padding-bottom: 40px;
}

.case-sec1 h2.vc_custom_heading {
    margin-top: 0px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    color: #203F79;
    text-align: center;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.case-sec1 h2.vc_custom_heading strong {
    font-weight: 800;
    color: #f5841f;
}

.case-sec1 .wpb_text_column p {
    color: #8096A0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.case-sec2 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.case-sec2 h2.vc_custom_heading {
    margin-top: 0px;
    padding-bottom: 14px;
    margin-bottom: 0px;
    color: #203F79;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.case-sec2 h2.vc_custom_heading strong {
    color: #f5841f;
    font-weight: 800;
}

.case-sec2 .wpb_text_column p {
    color: #8096A0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.case-sec2 .wpb_text_column p strong {
    color: #203F79;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.case-sec2 ul {
    list-style: none;
    padding-left: 0px;
}

.case-sec2 ul li {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
    position: relative;
    padding-bottom: 10px;
    padding-left: 18px;
}

.case-sec2 ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #f5841f;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
}
.sec1-registry {
    padding-bottom: 70px;
}
.sec5-innr-va h2.vc_custom_heading strong {
    color: #f5841f;
    font-weight: 800;
}
.sec3-registry {
    padding-top: 20px !important;
    padding-bottom: 20px;
}

.sec3-registry h4.vc_custom_heading {
    color: #F5841F;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}

.sec3-registry .innr-box {
    height: 220px;
    margin-bottom: 40px;
}

.sec3-registry .wpb_text_column p strong {
    color: #203F79;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.2;
}

/* ----- privacy policy ----- */

.privacy-polcy h3.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    color: #f5841f;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}


.privacy-polcy {
    padding-top: 60px !important;
    padding-bottom: 60px;
}

.privacy-polcy h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    color: #203F79;
    font-family: Roboto;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.privacy-polcy h2.vc_custom_heading strong {
    color: #f5841f;
    font-weight: 800;
}

.privacy-polcy .wpb_text_column p {
    color: #A1B4BD;
    font-family: 'Poppins';
    font-size: 16px;
}
section.blg-header {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover !important;
    margin-bottom: 80px;
	background-position:center !important;
}

section.blg-header h1 {
	color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
section.blg-header h1 strong {
    color: #f5841f;
    font-weight: 600;
}

section.blg-header p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.blog div#content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.blog-page {
    padding-top: 20px;
    padding-bottom: 50px;
}

.blog-page .post-listng h2.entry-title a {
    color: #203F79;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
     /* 28.8px */
    text-transform: uppercase;
}

.blog-page .post-listng h2.entry-title a:hover {
    text-decoration: none;
}

.blog-page .post-listng h2.entry-title {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.blog-page .post-listng .entry-meta {
    text-transform: capitalize;
    color: #f5841f;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.blog-page .post-listng .txt-lintng {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #8096A0;
    margin-top: 16px;
}
.blog-page .post-listng .readmore-btn-div a:hover {
    text-decoration: none;
}
.blog-page .post-listng .readmore-btn-div a {
    text-transform: capitalize;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Poppins';
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 5px;
    background: #F5841F;
}

.blog-page .post-listng .readmore-btn-div {
    margin-top: 45px;
}
.single div#content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.inr-blog-sec {
    padding-bottom: 40px;
}

/* ------ blog thumbnail ---- */
.bg-img-blog > img {
    border-radius: 20px;
}

.inr-blog-sec img {
    border-radius: 20px;
}

.inr-blog-sec h2.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 25px;
    color: #203F79;
    text-transform: uppercase;
}

.inr-blog-sec h2.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 600;
}

.inr-blog-sec h3.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 22px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #203F79;
    text-transform: uppercase;
    line-height: 1.2;
}

.inr-blog-sec h3.vc_custom_heading strong {
    color: #F5841F;
    font-weight: 600;
}

.inr-blog-sec h4.vc_custom_heading {
    font-family: 'Roboto';
    font-size: 30px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #203F79;
    text-transform: uppercase;
    line-height: 1.2;
}

.inr-blog-sec .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}

.inr-blog-sec .wpb_text_column p strong {
    color: #F5841F;
}

.inr-blog-sec .wpb_text_column ul {
    list-style: none;
    padding-left: 0px;
    align-items: center;
    justify-content: flex-start;
}

.inr-blog-sec .wpb_text_column ul li {
    font-family: 'Poppins';
    font-size: 16px;
    position: relative;
    color: #8096A0;
    padding-left: 18px;
    padding-bottom: 10px;
}

.inr-blog-sec .wpb_text_column ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    display: block;
    background: #f5841f;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

/* -------- Blog CTA Start--------- */

.sec-CTA h2.vc_custom_heading {
    margin-top: 0px;
    color: #FFF;
    font-family: Roboto;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 22px;
}

.sec-CTA h3.vc_custom_heading {
  margin-top: 0px;
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 32px;
}
.row-CTA{
    text-align: center !important;
	    padding-top: 100px;
    padding-bottom: 100px;
}

/* -------- Blog CTA End ----------- */

nav.navigation.post-navigation {
    display: none;
}

div#comments {
    display: none;
}
.sec10-home .post-grids .post-grid .pst-ctn .excp {
    height: 112px;
    overflow: hidden;
}
aside#secondary .widget_search {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-top: 24px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

aside#secondary .widget_search label {
    text-transform: capitalize;
    color: #33424F;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Roboto';
}

aside#secondary .widget_search input {
    background: #F0F0F0;
    border-radius: 5px;
    border: solid 1px #F0F0F0;
    height: 50px;
    font-family: 'Poppins';
    font-size: 14px;
}

aside#secondary .widget_search .wp-block-search__inside-wrapper {
    position: relative;
}

aside#secondary .widget_search .wp-block-search__inside-wrapper button {
    margin-left: -10px;
    background: #f5841f;
    color: #fff;
    border-radius: 5px;
    font-family: 'Poppins';
    font-size: 14px;
}

aside#secondary .widget_search input:focus {
    border: solid 1px #F0F0F0;
    outline: none;
}

aside#secondary .widget_block {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-top: 24px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

aside#secondary .widget_block h2.wp-block-heading {
    margin-top: 0px;
    padding-bottom: 0px;
    text-transform: capitalize;
    color: #33424F;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Roboto';
}

aside#secondary .widget_block .wp-block-latest-posts li a {
    font-family: 'Poppins';
    color: #706e6e;
    font-size: 16px;
}

aside#secondary .widget_block .wp-block-latest-posts li {
    padding-bottom: 15px;
}

aside#secondary .widget_block .wp-block-latest-posts li:last-child {
    padding-bottom: 0px;
}

aside#secondary .widget_block .wp-block-latest-posts {
    margin-bottom: 0px;
}

aside#secondary .widget_block .wp-block-latest-posts li a:hover {
    text-decoration: none;
    color: #f8991d;
}

aside#secondary .widget_block .wp-block-categories {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

aside#secondary .widget_block .wp-block-categories li {
    padding-bottom: 15px;
}

aside#secondary .widget_block .wp-block-categories li a {
    font-family: 'Poppins';
    color: #706e6e;
    font-size: 16px;
}

aside#secondary .widget_block .wp-block-categories li a:hover {
    text-decoration: none;
    color: #f8991d;
}

aside#secondary .sidbr-form {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-top: 24px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

aside#secondary .sidbr-form h2 {
    margin-top: 0px;
    padding-bottom: 0px;
    text-transform: capitalize;
    color: #33424F;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Roboto';
}

aside#secondary .sidbr-form input {
    background: #F0F0F0;
    border-radius: 5px;
    border: solid 1px #F0F0F0;
    height: 50px;
    font-family: 'Poppins';
    font-size: 14px;
}

aside#secondary .sidbr-form textarea {
    font-family: 'Poppins';
    font-size: 14px;
    background: #F0F0F0;
    border-radius: 5px;
    border: solid 1px #F0F0F0;
    height: 130px;
    resize: none;
}

aside#secondary .sidbr-form textarea:focus {
    box-shadow: none;
}

aside#secondary .sidbr-form input:focus {
    box-shadow: none;
}

aside#secondary .sidbr-form .btn-sbmt input {
    width: 100%;
}

aside#secondary .sidbr-form .btn-sbmt {
    position: relative;
}

aside#secondary .sidbr-form .btn-sbmt span.wpcf7-spinner {
    position: absolute;
    top: 12px;
    right: 8px;
}

aside#secondary .sidbr-form .btn-sbmt input {
    background: #f5841f;
    border: solid 1px #f5841f;
    transition: 0.4s;
}

aside#secondary .sidbr-form .btn-sbmt input:hover {
    background: transparent;
    color: #f5841f;
}

aside#secondary .sidbr-form .btn-sbmt p {
    margin-bottom: 0px;
}
aside#secondary section#zoom-social-icons-widget-3 {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-top: 24px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

aside#secondary section#zoom-social-icons-widget-3 h3.widget-title {
    margin-top: 0px;
    padding-bottom: 0px;
    text-transform: capitalize;
    color: #33424F;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Arial Rounded MT';
}
.abt-sec2 {
    padding-top: 20px;
    padding-bottom: 0px;
}

.abt-sec2 h2.vc_custom_heading {
    margin-top: 0px;
    color: #203F79;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 22px;
}

.abt-sec2 h2.vc_custom_heading strong {
    font-weight: 800;
    color: #f4831f;
}

.abt-sec2 .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}
.abt-sec3 .innr-box {
    height: 240px;
}
.huntng-sec2 .innr-box {
    height: 280px;
}

.hnting-sec3 .innr-box {
    height: 230px;
}

.hnting-sec3 {
    padding-bottom: 70px;
}

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

.huntng-sec h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    color: #FFF;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.huntng-sec .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
}

.huntng-sec h2.vc_custom_heading strong {
    color: #f5841f;
    font-weight: 800;
}
.displyads-sec {
    padding-top: 70px !important;
    padding-bottom: 40px;
}

.displyads-sec h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    color: #203f79;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.displyads-sec h2.vc_custom_heading strong {
    color: #f5841f;
}

.displyads-sec .wpb_text_column p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}
.displyads-sec2 {
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.displyads-sec2 h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 35px;
    color: #FFF;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.displyads-sec2 h2.vc_custom_heading strong {
    color: #f5841f;
    font-weight: 800;
}

.displyads-sec2 .wpb_text_column ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

.displyads-sec2 .wpb_text_column ul li {
    color: #fff;
    width: 50%;
    text-align: center;
    flex: 0 0 42%;
    background: #f5841f;
    margin: 10px;
    font-family: poppins;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.displyads-sec2 .wpb_text_column p {
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
}
body.search.search-results .content-area {
    padding-top: 90px;
    padding-bottom: 80px;
}

body.search.search-results aside#secondary {
    padding-top: 90px;
    padding-bottom: 60px;
}

body.search.search-results .content-area h1.page-title {
    margin-top: 0px;
    color: #203F79;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 22px;
}

body.search.search-results .content-area .post h2.entry-title {
    border-bottom: 0px;
    color: #203F79;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
body.search.search-results .content-area .page h2.entry-title {
    border-bottom: 0px;
    color: #203F79;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

body.search.search-results .content-area .post .entry-meta {
    font-family: 'Poppins';
    font-size: 14px;
}
body.search.search-results .content-area .page .entry-meta {
    font-family: 'Poppins';
    font-size: 14px;
}

body.search.search-results .content-area .post .entry-meta a {
    color: #f5841f;
}
body.search.search-results .content-area .page .entry-meta a {
    color: #f5841f;
}

body.search.search-results .content-area .post .entry-summary {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #8096A0;
    margin-top: 16px;
}
body.search.search-results .content-area .page .entry-summary {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #8096A0;
    margin-top: 16px;
}

/* -------- Review Start-------------- */
.simple-banner {
    padding-top: 120px !important;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.simple-banner h3.vc_custom_heading {
    margin-top: 0px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.simple-banner h2.vc_custom_heading {
    margin-top: 0px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 40px;
    text-transform: capitalize;
}

.review-secpage {
    padding-top: 65px !important;
    padding-bottom: 80px;
}

.review-secpage .testi-box {
    margin-top: 110px;
    background: #F3F6F8;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.5s;
	padding-bottom: 35px;
}
.review-secpage h2.vc_custom_heading strong {
    color: #ff9900;
}
.review-secpage .testi-box .aio-icon-img {
    margin-top: -58px;
    width: 110px;
}

.review-secpage .testi-box:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.review-secpage .testi-box h3.aio-icon-title {
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #171823;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 22px;
}

.review-secpage .testi-box .aio-icon-description {
    margin-top: 8px;
}

.review-secpage .testi-box .aio-icon-description .dat {
    text-align: center;
    text-transform: capitalize;
    color: #F8991D !important;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
}
.review-secpage .testi-box .aio-icon-description .dat {
    position: relative;
	margin-bottom:10px;
}
.review-secpage .testi-box .aio-icon-description img {
    margin-top: 20px;
}
.review-secpage .testi-box .aio-icon-description .dat img {
    height: 25px;
    width: 25px;
    position: relative;
    top: -1px;
    margin-right: 0px;
    margin-left: 5px;
    margin-bottom: 0px;
	margin-top:0px;
}
.review-secpage .testi-box .aio-icon-description p {
    margin: 0px;
}
.review-secpage .testi-box .aio-icon-description p {
    font-family: 'Poppins' !important;
    text-align: center;
    color: #787676 !important;
}

.review-secpage .testi-box .aio-icon-img img {
    height: 110px;
    width: 110px !important;
    border: solid 1px #9f9f9f;
    border-radius: 50% !important;
}
.sec-brand-reg {
    padding-top: 20px;
    padding-bottom: 50px;
}

.sec-brand-reg h2 {
    color: #F5841F;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}

.sec-brand-reg  .reg-boxs {
    background: #F4F4F4;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 24px;
    margin-bottom: 160px;
    margin-top: 40px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.sec-brand-reg .reg-boxs h3.aio-icon-title {
    color: #203F79;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-brand-reg .reg-boxs .aio-icon-description {
    color: #8096A0;
    font-family: 'Poppins';
    font-size: 16px;
}

.sec-brand-reg .reg-boxs.reg1:before {
    content: '';
    background: url('/wp-content/uploads/2023/12/Group-59.png');
    width: 441px;
    height: 285px;
    position: absolute;
    bottom: -155px;
    z-index: -1;
}

.sec-brand-reg .reg-boxs.reg2:before {
    content: '';
    background: url('/wp-content/uploads/2023/12/Group-61.png');
    width: 441px;
    height: 285px;
    position: absolute;
    bottom: -155px;
    z-index: -1;
}
.sec-brand-reg .reg-boxs.reg3:before {
    content: '';
    background: url('/wp-content/uploads/2023/12/Group-63.png');
    width: 441px;
    height: 285px;
    position: absolute;
    bottom: -155px;
    z-index: -1;
}
.sec-brand-reg .reg-boxs.reg4:before {
    content: '';
    background: url('/wp-content/uploads/2023/12/Group-69.png');
    width: 441px;
    height: 285px;
    position: absolute;
    bottom: -155px;
    z-index: -1;
}
.sec-brand-reg .reg-boxs.reg5:before {
    content: '';
    background: url('/wp-content/uploads/2023/12/Group-67.png');
    width: 441px;
    height: 285px;
    position: absolute;
    bottom: -155px;
    z-index: -1;
}
.sec-brand-reg .reg-boxs.reg6:before {
    content: '';
    background: url('/wp-content/uploads/2023/12/Group-65.png');
    width: 441px;
    height: 285px;
    position: absolute;
    bottom: -155px;
    z-index: -1;
}
.sec-brand-reg .wpb_text_column p {
    color: #A1B4BD;
    font-family: 'Poppins';
    font-size: 16px;
}

/* -------- Review End -------------- */
/* ----footer css----- */
div#footer-widget {
    background: #012638 !important;
    padding-top: 80px;
    padding-bottom: 80px;
}

div#footer-widget .textwidget p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #8096A0;
}

div#footer-widget h3 {
    font-family: 'Roboto';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 38px;
    line-height: 1.2;
}

div#footer-widget 
 section#media_image-2 {
    margin-bottom: 35px;
}

div#footer-widget .widget_nav_menu  ul li a {
    font-family: 'Poppins';
    font-size: 16px;
    color: #AABBC3;
    text-transform: capitalize;
    transition: 0.5s;
	padding-top: 4px;
    padding-bottom: 4px;
	padding-left:0px;
}
div#footer-widget ul.lctions {
    padding-left: 0px;
    list-style: none;
}

div#footer-widget ul.lctions li {
    margin-bottom: 10px;
}

div#footer-widget ul.lctions li a {
	color: #8096A0;
	font-family: 'Poppins';
	font-size: 15px;
	display: flex;
	align-items: center;
}

div#footer-widget ul.lctions li a i {
    background: #ff8e00;
    height: 38px;
    width: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    padding-left: 9px;
    padding-top: 11px;
}

div#footer-widget ul.lctions li a:hover {
    text-decoration: none;
}

div#footer-widget .widget_nav_menu ul li a:hover {
    background: transparent;
    color: #ff8e00;
    margin-left: 4px;
}
footer#colophon {
    background: #012638 !important;
    text-align: center;
    font-family: 'Poppins';
    text-transform: capitalize;
    border-top: 1px solid #60606054;
}
.info-fotr {
    padding-right: 60px;
}
/*--------------------------------------------------------------
# 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) {
    
    div#footer-widget {
    padding-bottom: 12px;
}
    
.vc_btn3-container.btn-blue.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.vc_btn3-inline.wpb_start_animation.animated a {
    margin-top: 8px;
}
.vedio video {
    height: 1110px!important;
}

.vc_btn3-container.btn-orng.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.vc_btn3-inline.wpb_start_animation.animated {
    /* display: table-cell; */
    /* display: table-cell; */
}

.vc_btn3-container.btn-orng.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.vc_btn3-inline.wpb_start_animation.animated {}

.vc_btn3-container.btn-orng.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.vc_btn3-inline.wpb_start_animation.animated a {
    width: 98%;
    margin-top: 8px;
}

section.asddas.vc_section.sec-home-banr.vc_custom_1694556141971.vc_section-has-fill {
    padding-bottom: 0px;
}

section.vc_section.sec2-home.vc_hidden {
    padding-top: 0px!important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}

.wpb_column.vc_column_container.vc_col-sm-5 {
    display: none;
}

.vc_column-inner {}
	
li.nav-item.dropdown.custom-dowpdown {
    width: 100%!important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}

	
  html {
    font-size: 75%;
  }
      li.nav-item.dropdown.custom-dowpdown {
    display: block;
}
}

/* -----custom media query------- */
@media screen and (max-width: 1366px){
header#masthead .head-btn a h4 strong {
    color: #203F79;
    font-size: 16px;
}
}
@media screen and (max-width: 1199px){
header#masthead .navbar-toggler {
    display: none;
}

div#mega-menu-wrap-primary {
  position: static;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: block;
    position: absolute;
    top: -38px;
    left: -32px;
    transform: translateX(-480px);
    transition: all 0.5s ease-in-out !important;
    height: 100vh;
    width: 333px;
    padding-top: 30px;
    padding-bottom: 30px !important;
    /* overflow: auto; */
    z-index: 9;
 }

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    margin: 0;
    transform: none;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    top: 6px;
    right: 0px;
	background: #f5841f;
}
header#masthead div#mega-menu-wrap-primary {
    padding-bottom: 0px;
}

header#masthead div#mega-menu-wrap-primary ul#mega-menu-primary li a {
    color: #000000 !important;
}

header#masthead div#mega-menu-wrap-primary ul.mega-sub-menu {
    background: #222222 !important;
}


.head-btn {
    position: absolute;
    right: 88px;
}
#content.site-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.entry-content {
    margin: 0px;
}

.home-form p br {
    display: none;
}
}
@media screen and (max-width: 460px){
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    left: -30px;
}

.head-btn {
    display: none;
}

.sec-home-banr h2.vc_custom_heading {
    font-size: 34px;
}

.sec-home-banr .wpb_text_column ul li {
    font-size: 16px;
}

.btn-orng a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 14px !important;
}

.btn-orng {
    margin-right: 0px;
}

.home-form {
    display: none;
}

.sec2-home .wpb_single_image:after {
    display: none;
}

.sec2-home .wpb_single_image:before {
    display: none;
}

.sec2-home .vc_row {
    flex-direction: column-reverse;
}

.sec2-home h2.vc_custom_heading {
    font-size: 18px;
}

.sec3-home h2.vc_custom_heading {
    font-size: 36px;
}

.sec4-home:before {
    display: none;
}

.sec4-home h2.vc_custom_heading {
    font-size: 36px;
}

.sec5-home .wpb_single_image {
    text-align: center !important;
    margin-bottom: 18px;
}

.sec5-home  .vc_col-sm-1\/5 {
    width: 50%;
}

.sec5-home  .vc_row {
    align-items: center;
    justify-content: center;
}

.sec5-home .wpb_single_image img {
    width: 160px;
    height: 100px;
    object-fit: contain;
}

.sec4-home:after {
    display: none;
}

.sec6-home h2.vc_custom_heading {
    font-size: 36px;
}

.sec6-home:before {
    display: none;
}

.sec6-home:after {
    display: none;
}

.sec7-home {
    padding-top: 20px !important;
}

.sec7-home h2.vc_custom_heading {
    font-size: 24px;
}

.sec8-home h2.vc_custom_heading {
    font-size: 36px;
}

.sec8-home .box-case-home {
    margin-bottom: 60px;
}

.sec8-home {
    padding-bottom: 30px;
    padding-top: 50px !important;
}

.sec9-home h2.vc_custom_heading {
    font-size: 36px;
}

.tabs-sec .vc_tta-panel-body h3.vc_custom_heading {
    font-size: 36px;
}

.sec10-home h2.vc_custom_heading {
    font-size: 36px;
}

.sec10-home .wpb_text_column p br {
    display: none;
}

.sec10-home .post-grids .post-grid {
    width: 100%;
    flex: 0 0 100%;
}

.sec11-home h2.vc_custom_heading {
    font-size: 36px;
}

.testimonials-box .row .left {
    padding-left: 0px;
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
}

.testimonials-box .row .left img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-box .row {
    align-items: center;
    justify-content: center;
}

.testimonials-box .row .detailed {
    padding-right: 30px;
    padding-top: 30px;
    padding-left: 30px;
    text-align: center;
}

.sec11-home div#testimonial:before {
    display: none;
}

.testimonials-box .row .detailed h3 {
    font-size: 22px;
}

.testimonials-box .row .detailed h3 {
    font-size: 22px;
}

.testimonials-box .row .detailed h4 {
    font-size: 16px;
}

.testimonials-box .row .detailed .txt p {
    font-size: 16px;
}

.sec11-home div#testimonial:after {
    display: none;
}

.testimonials-box .row .detailed:before {
    display: none;
}

.testimonials-box .row .detailed:after {
    display: none;
}

.sec11-home {
    padding-bottom: 0px;
}
.home-boxs-serv .aio-icon-description:after {
    width: 100%;
    background-size: cover;
}
.innr-banr h1.vc_custom_heading {
    font-size: 36px;
}

.innr-banr h1.vc_custom_heading br {
    display: none;
}

.innr-banr .wpb_text_column ul li:before {
    display: none;
}

.sec2-inner h2.vc_custom_heading {
    font-size: 26px;
}

.sec3-innr h2.vc_custom_heading {
    font-size: 36px;
}

.sec4-innr h2.vc_custom_heading {
    font-size: 36px;
}

.sec5-innr h2.vc_custom_heading {
    font-size: 36px;
}

.sec5-innr .wpb_text_column ul li:before {
    display: none;
}

.sec5-innr .wpb_text_column ul {
    align-items: center;
    justify-content: center;
    padding-left: 0px;
}

.sec5-innr .wpb_text_column ul li {
    text-align: center;
}

.sec5-innr .innr-box {
    height: unset;
}
.sec5-innr-va h2.vc_custom_heading {
    font-size: 27px;
}

.sec5-innr-va .innr-box {
    height: unset;
}

.sec5-innr-ppc h2.vc_custom_heading {
    font-size: 36px;
}

.sec2-inner .wpb_single_image:before {
    display: none;
}
.sec5-innr-ppc .innr-box {
    height: unset;
    margin-top: 10px;
}

.sec6-innr-ppc h2.vc_custom_heading {
    font-size: 36px;
}

.sec6-innr-ppc .innr-box {
    height: unset;
}
.cntct-sec h2.vc_custom_heading {
    font-size: 36px;
}
.case-sec1 h2.vc_custom_heading {
    font-size: 36px;
}

.case-sec2 h2.vc_custom_heading {
    font-size: 36px;
}
section.blg-header h1 {
    font-size: 36px;
}

.blog-page .post-listng h2.entry-title a {
    font-size: 20px;
}
section.blg-header h1 {
    font-size: 36px;
}

.inr-blog-sec h2.vc_custom_heading {
    font-size: 36px;
}

.inr-blog-sec h3.vc_custom_heading {
    font-size: 30px;
}

.inr-blog-sec h4.vc_custom_heading {
    font-size: 25px;
}
}
@media screen and (max-width: 393px){
.sec-home-banr h2.vc_custom_heading {
    font-size: 30px;
}

.btn-orng a {
    font-size: 12px !important;
}

.btn-orng {
    margin-right: 0px !important;
}

.sec2-home h2.vc_custom_heading {
    font-size: 30px;
}

.sec2-home .wpb_text_column p {
    font-size: 14px;
}

.sec3-home h2.vc_custom_heading {
    font-size: 30px;
}

.home-boxs-serv .aio-icon-description {
    font-size: 14px;
}

.sec3-home {
    padding-top: 50px !important;
    padding-bottom: 50px;
}

.sec4-home h2.vc_custom_heading {
    font-size: 30px;
}

.sec4-home .wpb_text_column p {
    font-size: 14px;
}
.btn-blue a {
    font-size: 12px !important;
}

.sec6-home {
    padding-top: 30px !important;
    padding-bottom: 30px;
}

.sec6-home h2.vc_custom_heading {
    font-size: 30px;
}

.sec6-home .wpb_text_column p {
    font-size: 14px;
}

.sec7-home h2.vc_custom_heading {
    font-size: 30px;
}

.sec7-home .wpb_text_column p {
    font-size: 14px;
}

.sec8-home h2.vc_custom_heading {
    font-size: 30px;
}

.sec8-home .box-case-home h3.aio-icon-title {
    font-size: 21px;
}

.sec8-home .box-case-home .aio-icon-description .btn-readmre a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tabs-sec .vc_tta-panel-body h3.vc_custom_heading {
    font-size: 24px;
}

.tabs-sec .vc_tta-panel-body .wpb_text_column p {
    font-size: 14px;
}

.sec10-home h2.vc_custom_heading {
    font-size: 30px;
}

.sec10-home .wpb_text_column p {
    font-size: 14px;
}

.sec10-home .post-grids .post-grid .pst-ctn h3 {
    font-size: 22px;
}

.sec10-home .post-grids .post-grid .pst-ctn .excp {
    font-size: 14px;
    height: 107px;
}

.sec10-home .post-grids .post-grid .pst-img img {
    height: 250px;
    object-fit: cover;
}

.sec10-home .post-grids .post-grid {
    margin: 0px;
    margin-top: 20px;
}

.sec11-home {
    padding-top: 50px !important;
}

.sec11-home h2.vc_custom_heading {
    font-size: 30px;
}

div#footer-widget .textwidget p {
    font-size: 14px;
}

.info-fotr {
    padding-bottom: 20px;
}

div#footer-widget h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

div#footer-widget .widget_nav_menu ul li a {
    font-size: 14px;
}

div#footer-widget ul.lctions li a {
    font-size: 14px;
}

.sec9-home h2.vc_custom_heading {
    font-size: 30px;
}

.tabs-sec {
    margin-top: 40px !important;
}

.tabs-sec .vc_tta-panel-heading h4 a {
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #f5841f !important;
}

.sec10-home .post-grids .post-grid .pst-ctn .pst-btn {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.testimonials-box .row .detailed .txt p {
    padding-right: 0px !important;
}
.innr-banr h1.vc_custom_heading {
    font-size: 30px;
}

.innr-banr {
    padding-top: 110px !important;
    padding-bottom: 110px;
}

.innr-banr .wpb_text_column ul li {
    font-size: 15px;
}

.sec2-inner h2.vc_custom_heading {
    font-size: 26px;
}

.sec2-inner .wpb_text_column ul li {
    font-size: 14px;
}

.sec2-inner .wpb_text_column p {
    font-size: 14px;
}

.sec2-inner {
    padding-bottom: 40px;
    padding-top: 40px;
}

.sec3-innr {
    padding-top: 50px !important;
    padding-bottom: 50px;
}

.sec3-innr h2.vc_custom_heading {
    font-size: 26px;
}

.sec3-innr .wpb_text_column ul li {
    font-size: 14px;
}

.sec3-innr .wpb_text_column p {
    font-size: 14px;
}

.sec4-innr h2.vc_custom_heading {
    font-size: 26px;
}

.sec4-innr .wpb_text_column ul li {
    font-size: 14px;
}

.sec4-innr .wpb_text_column p {
    font-size: 14px;
}

.sec4-innr {
    padding-bottom: 40px;
}

.sec5-innr h2.vc_custom_heading {
    font-size: 26px;
}

.sec5-innr .wpb_text_column ul li {
    font-size: 15px;
}

.sec5-innr .innr-box .aio-icon-description {
    font-size: 14px;
}
.innr-banr .wpb_text_column p {
    font-size: 15px;
}

.sec5-innr-va h2.vc_custom_heading {
    font-size: 26px;
}

.sec5-innr-va .wpb_text_column p {
    font-size: 14px;
}

.sec5-innr-va .innr-box .aio-icon-description {
    font-size: 14px;
}

.sec5-innr-ppc h2.vc_custom_heading {
    font-size: 26px;
}

.sec5-innr-ppc .wpb_text_column p {
    font-size: 14px;
}

.sec3-innr-va ul li {
    font-size: 14px;
}

.sec3-registry h4.vc_custom_heading {
    font-size: 26px;
}

.sec3-registry .wpb_text_column p strong {
    font-size: 22px;
}
.sec6-innr-ppc h2.vc_custom_heading {
    font-size: 26px;
}

.sec6-innr-ppc .wpb_text_column p {
    font-size: 14px;
}

.sec6-innr-ppc .innr-box .aio-icon-description {
    font-size: 14px;
}
.sec5-innr-ppc .innr-box .aio-icon-description {
    font-size: 14px;
}
.innr-banr h2.vc_custom_heading {
    font-size: 30px;
}

.cntct-sec h2.vc_custom_heading {
    font-size: 26px;
}

.cntct-sec .wpb_text_column p {
    font-size: 14px;
}

.cntct-sec .cntct-form .btn-sbmt input {
    font-size: 15px;
}
section.blg-header {
    padding-top: 120px;
    padding-bottom: 120px;
}

section.blg-header h1 {
    font-size: 30px;
}

.blog-page .post-listng .entry-meta {
    font-size: 14px;
}

.blog-page .post-listng .txt-lintng {
    font-size: 14px;
}

.blog-page .post-listng .readmore-btn-div a {
    font-size: 15px;
}
section.blg-header p {
    font-size: 15px;
}

.inr-blog-sec h2.vc_custom_heading {
    font-size: 26px;
}

.inr-blog-sec .wpb_text_column p {
    font-size: 14px;
}

.inr-blog-sec h3.vc_custom_heading {
    font-size: 26px;
}

aside#secondary .widget_block .wp-block-latest-posts li a {
    font-size: 14px;
}
.case-sec1 h2.vc_custom_heading {
    font-size: 26px;
}

.case-sec1 .wpb_text_column p {
    font-size: 14px;
}

.case-sec2 h2.vc_custom_heading {
    font-size: 26px;
}

.case-sec2 .wpb_text_column p {
    font-size: 14px;
}
}
.reviws-platfrm ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.reviws-platfrm ul li:before {
    display: none !important;
}

.reviws-platfrm {
    padding-top: 30px;
}
ul.zoom-social-icons-list .socicon-twitter:before {
    display: none;
}

ul.zoom-social-icons-list .socicon-twitter:after {
    background: url('https://vaamazon.com/wp-content/uploads/2023/10/2-.png');
    display: block;
    height: 18px;
    width: 18px;
    content: '';
    background-size: cover;
    position: relative;
    left: -1px;
}
.entry-meta {
    font-family: 'Poppins';
    margin-bottom: 8px;
    color: #f5841f;
}

section.asddas.vc_section.sec-home-banr.vc_custom_1694556141971.vc_section-has-fill {
    position: relative;
}

.vedio video {
    position: absolute;
    top: 0px;
    right: 0px;
    filter: brightness(0.2);
    left: 0;
    bottom: unset;
    width: 100%;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    height: 900px;
    object-fit: cover;
}

section.custom-hero-section {
    position: relative;
    z-index: 0;
}
/* new css  */
li.nav-item.dropdown.custom-dowpdown {
    width: 109px;
    display: inline-block;
}

li.nav-item.dropdown.custom-dowpdown a {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
    border-bottom: 1px solid #000000de;
}

li.nav-item.dropdown.custom-dowpdown a:hover {
    background: #ed8300 !important;
    color: red !important;
}

div#mega-menu-wrap-primary ul#mega-menu-primary li a {
    color: #2c3644 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    padding: 5px 5px;
    text-transform: capitalize;
}

header#masthead {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* new css  */


section.vc_section.sec2-home.vc_hidden {
    opacity: 1;
}