/*
Theme Name: BodyGaurd PDR
Theme URI: https://nybc.agencypartnerinteractive.com/
Author: Afterimage Designs
Author URI: https://nybc.agencypartnerinteractive.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: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: BodyGaurd PDR
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
--------------------------------------------------------------*/
/* ---custom fonts---- */
@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Serif Display';
    src: url('inc/assets/fonts/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('inc/assets/fonts/DMSerifDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



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 {
	font-family: "Fredoka", sans-serif;
  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;
	font-family: "Figtree", sans-serif;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: .74rem 1rem;
	    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}

.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--- */



/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*---------------------------------------Custom Css---------------------------------------*/
.container{
	        max-width: 1440px;
}

a.blk-btn-bdrls{
    font-size:18px;
    color: #000;
    line-height:26px;
    font-family: 'Figtree';
    font-weight: 500;
    transition:0.5s ease;
}
a.blk-btn-bdrls:hover{
    color:#FF9000;
    transition:0.5s ease;
}

a.blk-btn-bdrls:hover img{
    filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(5149%) hue-rotate(1deg) brightness(104%) contrast(104%);
    transition:0.2s ease;
}
h2.main-heading{
    font-size: 50px;
    font-weight: 400 !important;
    line-height: 100%;
	font-family: 'Fredoka' !important;
}

h2.white-heading{
    color:#fff;
}
.white-text-small p{
    font-size: 18px;
    color: #fff;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 28px;
}

h1.top-heading {
    font-size: 64px;
    font-weight: 400 !important;
    font-family: 'Fredoka' !important;
	color:#242424;
}

.vc_btn3-container.blue-btn a.vc_btn3 {
    background:#567C9F;
}

.vc_btn3-container.blue-btn:hover a.vc_btn3 {
    background:#3F5B74;
}
/*---------------------Header-------------------------------*/

header#masthead .container{
    background-color: #00000059;
	padding: 12px !important;
    border-radius: 1000px;
}
div#main-nav {
    justify-content: center;
}
.header-btns a {

    padding: 15px 22px;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: 'Fredoka';
    text-decoration: none;
}
.header-btns img{
    margin-left:15px;
}
.header-btns{
    display:flex;
    gap:14px;
}


.header-btns a.blue-btn {
    background-color:#567C9F;
}

.header-btns a.orange-btn {
    background-color:#F58020;
}
header#masthead div#main-nav li a {
    font-family: 'Fredoka';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    transition: 0.4s;
}

header#masthead div#main-nav li {
    padding-left: 10px;
    padding-right: 10px;
}
.sticky-header {
    position: fixed !important;
    top: 10px;
    width: 100%;
    z-index: 9999;
    transition: 0.3s;
    background-color: #ffffff00 !important;
}
/*------------------------Footer----------------------*/
.fotr-top {
    display: flex;
    gap: 80px;
}

.fotr-top section.widget_media_image {
    width:50%;
}

.fotr-top section.widget_text {
    width: 37%;
}
div#footer-widget{
    background-color: #242424 !important;
    padding: 90px 0px 60px 0px;
}
.fotr-top .form-outer p {
    display: flex;
    border:1px solid #424141;
    justify-content: space-between;
    border-radius:4px;
}

.fotr-top .form-outer span.wpcf7-spinner {
    display: none;
}

.fotr-top input.wpcf7-form-control {
    background:#fff0 !important;
    border:0px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Figtree';
    padding-left: 20px;
    box-shadow:none !important; 
    border:none;
    color:#fff !important;
}

.fotr-top input.btn.btn-primary {
    color:#fff0 !important;
    background-image:url(/wp-content/uploads/2025/10/Vector.png) !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
}
.fotr-top h2 {
    font-size: 40px;
    font-family: 'Fredoka';
    color: #fff;
    font-weight: 400;
}

.fotr-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top:1px solid #2F2F2F;
    border-bottom:1px solid #2F2F2F;
    padding:15px 0px !important;
    margin-top:40px;
}

.fotr-main .footer-social {
    display: flex;
    gap: 8px;
}

.fotr-main .menu.nav  {
    display: flex;
    flex-direction: row !important;
}
.fotr-main .menu.nav a{
    font-size:18px;
    color:#fff !important;
    background-color: #fff0 !important;
    font-family: 'Fredoka';
    font-weight: 400;
}

.fotr-main section{
    margin:0px;
}

.site-info, .right-fotr  {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Figtree';
    color: #6B6B6B;
}
.site-info a, .right-fotr a{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Figtree';
    color: #6B6B6B;
    text-decoration:underline;
}

.fotr-row.row {
    display: flex;
    justify-content: space-between;
}

footer#colophon {
    background-color: #1F1F1F;
}

/*---------------------------------------------Home Page-------------------------------------*/
h1.top-heading.white {
    font-size: 64px;
    font-weight: 400 !important;
    font-family:  'Fredoka' !important;
}
h1.top-heading.white{
    color:#fff;
}
h1.top-heading.black{
    color:#242424;
}

.white-text p{
    font-size: 20px;
    color: #fff;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 28px;
}

.main-text p{
    font-size: 18px;
    color: #242424;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 28px;
}

.main-btn.vc_do_btn a{
    padding-left: 20px;
    padding-top:12px !important;
    padding-bottom:12px !important;
    border-radius: 100px;
    font-size: 18px;
    color: #fff !important;
    font-weight: 400;
    font-family: 'Fredoka';
    text-decoration: none; 
}

.main-btn.vc_do_btn .fa-arrow-right{
    transform: rotate(-45deg) !important;
    top:18px !important;
    transition:0.5s ease;
}
.main-btn.vc_do_btn a:hover .fa-arrow-right{
    transform: rotate(0deg) !important;
    transition:0.5s ease;
}

.main-btn.orange-btn a{
    background-color:#F58020;
    
    
}

.main-btn.orange-btn a:hover{
    background-color:#F56020;
    transition:0.5s ease;
}

.fa-solid, .fas {
    font-weight: 500;
}

.home-sec1{
	padding-bottom:80px !important;
}
.home-sec1 .white-text {
    border-left:2px solid #fff;
    padding-left:15px;
}

section.vc_section.home-sec1:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 12.29%, rgba(0, 0, 0, 0) 36.5%, rgba(0, 0, 0, 0.49) 63.79%, rgba(0, 0, 0, 0.82) 106.15%);
    top:0;
    z-index: 1;
    opacity:1;
    display:block;
    visibility: visible;
    left: 0;
}
section.vc_section.home-sec1 .vc_row {
    z-index: 2;
}

section.vc_section.home-sec4 {
    padding-bottom: 35px !important;
}

section.vc_section.home-sec2 {
    border: 2px solid #D8D8D8 !important;
    padding: 93px 120px !important;
    box-shadow: 0px 25px 50px 0px #0000001A;
    border-radius: 12px;
    margin-top: 120px;
	z-index: 1;
    position: relative;
    background-color: #fff;
}


section.home-sec2 h4 {
    font-size:40px;
    line-height: 100%;
    font-weight: 400;
    font-family: 'Fredoka';
    color: #242424;
    margin: 0px;
    padding: 0px;
	    margin-bottom: 30px;
}

section.home-sec2 h4 strong{
    font-weight: 400;
    color: #4C87BC;
}
section.home-sec2 .blue-col .vc_column-inner {
    background-color: #567C9F;
    border-radius: 12px;
    padding: 40px;
}

section.home-sec2 .blue-col {
    padding-left: 50px;
}

section.home-sec2 .blue-col h2 {
    font-size: 24px;
    font-weight: 600 !important;
    font-family: 'Figtree' !important;
    margin: 0px;
    margin-bottom: 30px;
    line-height: 32px;
    color: #fff;
}
section.home-sec2 .blue-col h3.aio-icon-title {
    font-size: 22px;
    font-weight: 400 !important;
    font-family: 'Figtree' !important;
    margin: 0px;
    line-height: 28px;
    color: #fff;
    
}

section.home-sec2 .blue-col .aio-icon-img {
    margin: 0px !important;
    
    
}

section.home-sec2 .blue-col .aio-icon-default {
    border-right: 1px solid #FFFFFF24 !important;
    padding-right: 14px;
}

section.home-sec2 .blue-col .aio-icon-header {
    padding-left: 14px;
}

section.home-sec2 .blue-col .aio-icon-component{
    margin:0px;
    
}

section.home-sec2 .blue-col .aio-icon-component.first-icon-box {
    border-bottom: 1px solid #FFFFFF24;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
.home-sec2 .our-mission-block {
    margin: 0px;
}



section.home-sec3 {
    padding-top: 280px !important;
	margin-top: -200px;
	padding-bottom:120px;
}
section.home-sec3 .vc_row.white-row h2.main-heading{
	font-size:40px !important;
	margin-bottom:30px;
	margin-top:30px;
}
.vc_row.white-row{
    background-color:#fff;
    padding:40px;
    border-radius:12px;
	margin-top:40px;
    
}

.vc_row.white-row .vc_col-sm-6:first-child .vc_column-inner {
    border-radius: 12px;
    margin-right:70px !important;
}
.vc_row.white-row .vc_col-sm-6:last-child .vc_column-inner {
    margin-right:70px !important;
}


section.home-sec5 {
    background: linear-gradient(74.95deg, #3F5B74 0.1%, #76ABDA 99.9%);
    padding-top: 120px;
    padding-bottom: 120px;
}

.white-back-col .vc_column-inner {

    padding: 30px !important;
    border-radius:12px;
}

.white-back-col .vc_row.wpb_row.vc_inner{
    margin-left:0px;
    margin-right:0px;
}

.white-back-col .vc_row.wpb_row.vc_inner .vc_column-inner{
    min-height:312px;
    border-radius:12px;
}

.white-back-col .ult-modal-input-wrapper{
    margin-bottom: 0px !important;
}

.white-back-col button.btn-modal {
    height: 53px;
    width: 81px;
    background-image: url(/wp-content/uploads/2025/11/Group-7-2.svg) !important;
    border:0px !important;
    outline:none !important;
    box-shadow:none !important;
}

.white-back-col h4.vc_custom_heading{
    font-size: 36px;
    font-family: 'Figtree' !important;
    line-height: 100%;
    font-weight: 500 !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    color: #242424;
}

.white-back-col h4.vc_custom_heading strong{
    font-weight: 500 !important;
    color:#F58020;
}

.acess-col.vc_col-sm-7 .vc_column-inner {
    padding-left:70px;
}

.acess-col a.aio-icon-box-link {
    background-color: #71a3d06e;
    padding: 12px;
    border-radius: 6px;
    padding-right: 40px;
    transition:0.5s ease;
}

.acess-col .info-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acess-col .info-inner h2 {
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    font-family: 'Figtree';
    color: #fff;
    line-height: 36px;
}

.acess-col .info-inner p {
    margin: 0px;
}

.acess-col .aio-ibd-block {
    width: 100%;
}

.acess-col .aio-icon-box {
    display: flex !important;
    align-items: center;
    gap: 30px;
}

.acess-col .aio-icon-description.ult-responsive {
    height: auto;
}

.acess-col .aio-icon-box p {
    margin:0px;
}

.acess-col .aio-icon-img {
    margin: 0px !important;
}

.acess-col .align-icon {
    padding: 20px;
    background: #71A3D0;
    border-radius: 6px;
    transition:0.5s ease;
}

.acess-col a.aio-icon-box-link:hover .align-icon {
    background:#fff;
    transition:0.5s ease;
}

.acess-col a.aio-icon-box-link:hover .info-inner img {
    transform: rotate(45deg);
    transition:0.5s ease;
}

.acess-col .info-inner img {
     transition:0.5s ease;
 }

.acess-col a.aio-icon-box-link:hover .aio-icon-img img{
    filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(5149%) hue-rotate(1deg) brightness(104%) contrast(104%);
    transition:0.5s ease;
}
.acess-col .aio-icon-img img{
    transition:0.5s ease;
}

.acess-col a.aio-icon-box-link:hover {
    background-color: #71A3D0;
    transition:0.5s ease;
}

.black-col .vc_column-inner{
    padding:120px !important;
}

.black-col .vc_column-inner .vc_column-inner{
    padding:0px !important;
}

.black-col .aio-icon-component {
    background-color:#414141;
    padding:30px;
    border-radius:12px;
    margin: 0px;
    height:180px;
    overflow:hidden;
    transition:0.5s ease;
}

.black-col .vc_column-inner .vc_row  .vc_column-inner{
    padding-right:30px !Important;
}
.black-col .align-icon {
    text-align:left !important;
}


.black-col h3.aio-icon-title {
    text-align: left;
    font-size: 32px !important;
    font-weight: 500;
    line-height: 100% !important;
    font-family: 'Figtree';
    color: #fff;
    position:relative;
    margin-top:30px !!important;
    margin-bottom:10px !important;
    transition:0.5s ease;
}

.black-col h3.aio-icon-title:after{
    content:"";
    height:34px;
    width:34px;
    position:absolute;
    right:0;
    background-image:url(/wp-content/uploads/2025/11/right.svg);
    background-size:cover;
}

.black-col .aio-icon-description {
    text-align: end !important;
    padding-top: 30px;
    transition:0.5s ease;
    position:relative;
    top:20px;
    
}

.black-col a.orange-btn {
    padding: 15px 22px;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: 'Fredoka';
    text-decoration: none;
    background-color: #F58020;
}
.black-col a.orange-btn img {
    margin-left: 15px;
}

.black-col .aio-icon-component:hover .aio-icon-top, .black-col .aio-icon-component:hover .aio-icon-header {
    transition:0.8s ease;
    top:-80px;
}

.black-col .aio-icon-component:hover  .aio-icon-description {
    transition:0.8s ease;
    top:-70px;
}

.black-col .aio-icon-component .aio-icon-top {
    transition:0.5s ease;
    position: relative;
    top:0;
}

.black-col .aio-icon-header {
    top:0;
    transition:0.5s ease;
    position:relative;
}

.black-col .aio-icon-component:hover {
    background-color:#ffffff;
    transition:0.5s ease;
}

.black-col .aio-icon-component:hover h3.aio-icon-title.ult-responsive {
    color:#242424;
    transition:0.5s ease;
}

.orange-col {
    background: linear-gradient(98.62deg, #FF7300 23.36%, #FFC596 125%);

}

.orange-col .vc_column-inner {
    margin:50px;
    background-image:url(/wp-content/uploads/2025/11/Mask-group.png);
    background-size:cover;
    border-radius:12px;
    background-color:#ffffff1a;
    padding:0px 80px !important;
}
.orange-col h2.vc_custom_heading{
    font-size:44px !important;
}


.orange-col .form-outer p {
    display: flex;
    border:0px !important;
    justify-content: space-between;
    border-radius:4px;
}

.orange-col  .form-outer span.wpcf7-spinner {
    display: none;
}

.orange-col input.wpcf7-form-control {
    background:#fff !important;
    border: 0px !important;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Figtree';
    padding-left: 20px;
    box-shadow:none !important;
    border:none;
    color:#000 !important;
    border-radius: 4px 0px 0px 4px !important;
}

.orange-col input.btn.btn-primary {
    color:#fff0 !important;
    background-image:url(/wp-content/uploads/2025/11/Group-12113.svg) !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    background-size:cover;
    border-radius: 0px 4px 4px 0px!important;
    width: 70px;
}
.home-sec7 img.vc_single_image-img{
    height: 100%;
    width: 100%;
	object-fit: cover;
    border-radius: 12px;
}


.home-sec7 figure{
    height: 100%;
    width: 100%;
}

.home-sec7 .wpb_single_image {
    height: 100%;
    width: 100%;
}

.home-sec7 .wpb_wrapper {
    height: 100%;
    
}

.home-sec7 .vc_column-inner {
    padding:10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius:20px !important;
}

.home-sec7 .text-col{
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.home-sec7 .gall-main-row{
    padding-left: 10px;
    padding-right: 15px;
}

.home-sec7 .gall-main-row .vc_row.vc_inner{
    padding-bottom: 20px;
}

.home-sec7 .text-col .wpb_wrapper {
    height: auto;
}

.home-sec7 .vertical-col {
    padding-right:10px;
}

.home-sec7 .vertical-col figure {
    height:98% !important;
}
.home-sec7 {
	padding-top:120px !important;
	padding-bottom:120px !important
}

.home-sec7 .wpb_wrapper figure a:before {
    content:"";
    background-color:#3F5B74;
    background-size:cover;
    opacity:0.5;
    height: 100%;
    width: 100%;
    position:absolute;
    top:0;
    display: block;
    z-index: 1111;
    border-radius:12px !important;
    opacity:0;
    transition:0.5s ease;
}

.home-sec7 .wpb_wrapper figure a{
    position:relative;
    height:100% !important;
    display: block;
    border-radius:12px !important;
}

.home-sec7 .wpb_wrapper figure a:after {
    content:"";
    background-image:url(/wp-content/uploads/2025/11/Frame-2.png);
    background-size:cover;
    height: 43px;
    width: 43px;
    position:absolute;
    left: 44%;
    top:50%;
    display: block;
    z-index: 1111;
    transition:0.5s ease;
    opacity:0;
}

.home-sec7 .wpb_wrapper figure:hover a:after {
    transition:0.5s ease;
    opacity:1;
}

.home-sec7 .wpb_wrapper figure:hover a:before{
    transition:0.5s ease;
    opacity:0.7;
}
.home-sec7  .text-col h3.vc_custom_heading {
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 40px;
    font-family: 'Figtree' !important;
    color:#fff;
    margin-bottom:50px;
}

.blog-section .featured-image img {
    height: 365px;
}

.blog-section p.post-date {
    font-size: 18px;
    color: #5D616A;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px !important;
}

.blog-section h3.post-title a{
    font-size: 36px;
    font-weight: 500 !important;
    line-height: 44px;
    font-family: 'Figtree' !important;
    color:#111113;
	text-decoration:none;
}


.blog-section p.post-excerpt {
    font-size: 16px;
    color: #5D616A;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 24px;
    width: 85%;
}

.blog-section h3.post-title {
    width: 85%;
    margin-top: 20px;
}

.blog-section .featured-image {
    margin-bottom: 30px;
}

.blog-section a.read-more {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    font-family: 'Figtree';
    font-weight: 500;
    transition: 0.5s ease;
}

.blog-section a.read-more img{
    margin-left:5px;
}

.blog-section a.read-more:hover{
    color:#FF9000;
    transition:0.5s ease;
}

.blog-section a.read-more:hover img{
    filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(5149%) hue-rotate(1deg) brightness(104%) contrast(104%);
}

.blog-section .side-image.me-3 img {
    height: 168px;
    object-fit: cover;
}

.blog-section .side-post.mb-4.d-flex {
    gap: 30px;
    border-bottom: 0.5px solid #5a81a461;
    margin-bottom: 30px !important;
    padding-bottom: 30px;
}

.blog-section h5.post-title.mb-2 a {
    font-size: 24px;
    font-weight: 500 !important;
    line-height: 32px;
    font-family: 'Figtree' !important;
    color:#111113;
	text-decoration:none;
}

.blog-section h5.post-title.mb-2 {
    margin-top: 15px;
    margin-bottom: 40px !important;
}


.blog-section .col-md-6 .side-post:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*--------slider---*/
.testi-slide-row {
    padding-left: 16%;
}

.swiper {
                overflow: hidden;
}
.testi-slide-row .above-col.wpb_column {
    position: absolute;
    top: 0;
    border-radius: 12px !important;
}

.testi-slide-row .testimonial-slider-wrapper {
    padding: 0px !important;
    padding-bottom: 30px !important;
	background: none !important;
}

.testi-slide-row .swiper-pagination{
    position: relative;
    width: 80% !important;
    height: 3px !important;
    margin-top: 110px !important;
	background:#C3C3C380 !important;
}

body .testi-slide-row .swiper-button-next, body .testi-slide-row .swiper-button-prev {
   position:absolute !important;
   bottom: 0px !important;
   top: auto;
   height:40px;
   width:40px;
   background-color:#fff0 !important;
   box-shadow:none;
   outline:none;
}

.testi-slide-row .swiper-button-next {
    right: 14%;
}

.testi-slide-row .swiper-button-prev {
    right: 17% !important;
    left: auto;
}

.testi-slide-row .swiper-button-next:after{
    content:"";
    height:36px;
    width:36px;
    background-image:url(/wp-content/uploads/2025/11/Vector-7.svg);
    background-size:cover;
}

.testi-slide-row .swiper-button-prev:after{
    content:"";
    height:36px;
    width:36px;
    background-image:url(/wp-content/uploads/2025/11/Vector-8.svg);
    background-size:cover;
}

.testi-slide-row .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background:#4C87BC !important;
}

.testi-slide-row .swiper.testimonial-swiper {
    padding-bottom: 17px !IMPORTANT;
    border-radius: 12px !important;
}



.testi-slide-row .above-col h3.vc_custom_heading{
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 110%;
    font-family: 'Figtree' !important;
    color: #fff;
    margin-bottom: 30px;

}

.testi-slide-row .above-col{
    width:350px;
    height:430px;
}

.testi-slide-row .testimonial-card {
    min-height: 420px !important;
    display: flex;
    flex-direction: column;
    text-align: left !important;
    padding: 40px 30px !important;
    border-radius: 12px !important;
    box-shadow: 0px 25px 50px 0px #0000001A !important;
}

.testi-slide-row .testimonial-author {
    justify-content: left !important;
}

.testi-slide-row .stars.mb-3 span {
    font-size:24px;
}

.testi-slide-row .testimonial-content.mb-3 p{
    font-size: 20px;
    line-height: 28px;
    color:#242424;
    font-weight:500;
        font-family: 'Figtree' !important;
}

.testi-slide-row .author-img img {
    width: 28px;
    height: 28px;
    display: block !important;
}

.testi-slide-row .testimonial-author {
    gap: 12px;
}

.testi-slide-row .author-name.fw-bold {
    color:#24242480;
    font-size: 18px;
    line-height: 28px;
    font-weight:500;
        font-family: 'Figtree' !important;
}

.testi-slide-row .above-col .vc_column-inner {
    border-radius:12px !important;
    box-shadow: 0px 25px 50px 0px #0000001A;

}

.testi-slide-row .vc_col-sm-12 .vc_column-inner {
    padding-left:0px;
    padding-right:0px;
    border-radius:12px !important;
}
.vc_row.top-row {
    padding-top: 100px;
    padding-bottom:180px;
    margin-bottom: 0px !important;
}

.testi-slide-row .vc_column-inner {
    padding-top: 0px !important;
}
.testi-slide-row{
	margin-top:-150px !important;
}
.testi-slide-row .vc_col-sm-12:before{
    content:"" !important;
    height:100%;
    width: 106px;
    position:absolute;
    right: 0;
    opacity: 1;
    z-index: 111;
    background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

/*-------------------------About-Us---------------------------*/
.about-sec1{
	padding-top:200px !important;
}
/*================ Animations ================*/
@keyframes moveDown {
  0%, 100% { top: 0; }
  50% { top: 30px; }
}

@keyframes moveUp {
  0%, 100% { top: 0; }
  50% { top: -30px; }
}

/*================ Base Moving Section ================*/
.moving-row {
  position: relative;
  animation: moveDown 3s ease-in-out infinite;
  padding: 40px 30px 60px;
}

.moving-row .vc_column-inner {
  padding: 0 10px;
}

/* Column spacing adjustments */
.moving-row .vc_col-sm-1\/5:nth-child(2) { padding-top: 200px; }
.moving-row .vc_col-sm-1\/5:nth-child(3) { padding-top: 300px; }
.moving-row .vc_col-sm-1\/5:nth-child(4) { padding-top: 40px; }
.moving-row .vc_col-sm-1\/5:nth-child(5) { padding-top: 100px; }

/*================ Shared Text Styles ================*/
.ab-text-blue p,
.ab-text-orange p,
.be-text-blue p,
.be-text-orange p {
  width: fit-content;
  font-size: 22px;
  color: #fff;
  font-family: 'Figtree';
  font-weight: 600;
  line-height: 100%;
  background-size: cover;
}

/*================ Text Blocks ================*/
.ab-text-blue,
.ab-text-orange,
.be-text-blue,
.be-text-orange {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

/*================ Top Animation Blocks ================*/
.ab-text-blue .wpb_wrapper,
.ab-text-orange .wpb_wrapper,
.be-text-blue .wpb_wrapper,
.be-text-orange .wpb_wrapper {
  position: absolute;
  animation: moveUp 3.5s ease-in-out infinite !important;
}

/*================ Background & Spacing Variations ================*/
.ab-text-blue p {
  background-image: url(/wp-content/uploads/2025/11/Union.png);
  padding: 19px 60px 40px;
}

.ab-text-orange p {
  background-image: url(/wp-content/uploads/2025/11/Union-1.png);
  padding: 19px 63px 40px;
}

.be-text-blue p {
  background-image: url(/wp-content/uploads/2025/11/Neie-1-1.png);
  padding: 40px 66px 19px;
}

.be-text-orange p {
  background-image: url(/wp-content/uploads/2025/11/Neie-1.png);
  padding: 40px 85px 19px;
}

/*================ Alignment Differences ================*/
.ab-text-blue .wpb_wrapper,
.be-text-blue .wpb_wrapper { right: -120px; }

.ab-text-orange .wpb_wrapper,
.be-text-orange .wpb_wrapper { left: -120px; }

.be-text-blue,
.be-text-orange { padding-top: 60px; }
.top-mini p {
    width: fit-content;
    background-color:#FEF2E9;
    font-size: 14px;
    font-family: 'Figtree';
    font-weight: 600;
    padding: 15px 30px;
    color: #F58020;
    border-radius: 200px;
}

.top-mini {
    margin-bottom: 10px !important;
}

.top-mini .wpb_wrapper {
    display:flex;
    align-items: center;
    justify-content: center;
}


.blue-row{
    background: linear-gradient(180deg, #F0FAFF 0%, #FEFFFF 100%);
    margin-left: 120px;
    margin-right: 120px;
    padding: 73px 90px;
    border-radius: 20px;
}

.blue-row p {
    font-size: 26px;
    font-family: 'Figtree';
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
}

.blue-row .vc_col-sm-3{
    padding-left:58px;
    border-left:1px solid#D8D8D8;
}

.blue-row .vc_col-sm-9{
    padding-right:50px;
}

.blue-row .vc_col-sm-3 .vc_column-inner{
    border: 12px solid #E3F6FF;
    border-radius: 20px;
    height:172px;
    padding:0px !important;
    
}

.about-sec2 button.btn-modal {
  background-image: url(/wp-content/uploads/2025/11/Group-12114.svg) !important;
  height: 52px;
  width: 52px;
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 50%;
  border: 2px solid #fff !important;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  animation: myAnimationbtn 1.5s ease-in-out infinite;
  cursor: pointer;
}

@keyframes myAnimationbtn {
  0%, 100% {
    padding: 0;
  }
  50% {
    padding: 35px;
	  opacity:1;
  }
}


div#modal-trg-txt-wrap-1130 {
    margin-bottom: 0px;
}

.marquee-row {
    border-top: 1px solid #D8D8D8;
    margin-top:80px;
}

.marquee-row .wpb_single_image{
    position:relative;
    top:-30px;
    
}

.marquee-row .wpb_single_image figure {
    padding-left:22px;
    padding-right:22px;
    background-color:#fff;
}

.marquee-row .colab-text p {
    font-size:20px;
    font-weight: 500;
    font-family: 'Figtree';
}

.about-sec2{
	margin-bottom:100px;
}
.timeline-tab {
    background: linear-gradient(74.95deg,#3F5B74 .1%,#76ABDA 99.9%);
    padding-top:120px;
    padding-bottom:190px;
}

.timeline-tab ul.vc_tta-tabs-list {
    position: absolute;
    left: 47%;
    right: 0;
    z-index: 9;
    display: flex!important;
    flex-direction: column;
    width: fit-content;
    overflow: visible;
    margin-top: 20px!important;
    border-left: 2px solid #76ABDA!important
}

.timeline-tab li.vc_tta-tab:first-child:before {
    bottom: 32px!important;
}

.timeline-tab li.vc_tta-tab.vc_active {
    color: #fff!important
}

.timeline-tab .vc_general.vc_tta.vc_tta-tabs,.timeline-tab .vc_tta-tabs-container {
    overflow: visible!important
}

.timeline-tab li.vc_tta-tab:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -7px;
    background: url(/wp-content/uploads/2025/11/Ellipse-8.svg) no-repeat center/contain;
    bottom: 18px
}

.timeline-tab li.vc_tta-tab.vc_active:before {
    background-image: url(/wp-content/uploads/2025/11/Frame-731.svg)!important;
    width: 34px;
    height: 34px;
    bottom: 10px;
    left: -18px
}

.timeline-tab li.vc_tta-tab a {
    padding-left: 30px!important;
    color: #A1CEF6!important;
    background: #fff0!important;
    border: 0!important
}

.timeline-tab li.vc_tta-tab:hover:before {
    background-image: url(/wp-content/uploads/2025/11/Frame-731.svg);
    width: 34px;
    height: 34px;
    bottom: 10px;
    left: -18px;
    transition: .4s ease;
    background-size: cover
}

.timeline-tab li.vc_tta-tab {
    position: relative;
    background: #fff0!important;
    border: 0
}

.timeline-tab ul.vc_tta-tabs-list {
    border-left: 1px solid #2690ca
}

.timeline-tab .title-subtitle {
    font-family: 'Montserrat'
}

.timeline-tab li.vc_tta-tab.vc_active a {
    color: #fff!important
}

.timeline-tab li.vc_tta-tab a:hover {
    color: #fff!important
}

.timeline-tab span.vc_tta-title-text::after {
    display: none
}

.timeline-tab ul.vc_tta-tabs-list li:first-child a {
    padding-top: 0!important
}

.timeline-tab ul.vc_tta-tabs-list li:last-child a {
    padding-bottom: 0!important
}

.timeline-tab li.vc_tta-tab:last-child:before {
    bottom: 0
}

.timeline-tab span.vc_tta-title-text {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Figtree'
}

.timeline-tab li.vc_tta-tab {
    padding-top: 10px!important
}

.timeline-tab ul.vc_tta-tabs-list li:first-child {
    padding-top: 0!important
}

.timeline-tab li.vc_tta-tab.vc_active:first-child:before {
    bottom: 10px!important
}

.timeline-tab li.vc_tta-tab.vc_active:first-child:hover:before {
    bottom: 10px!important
}


.timeline-tab  h2 {
    font-size: 120px;
    font-family: 'Figtree';
    font-weight: 600;
    color: #fff;
    line-height: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.timeline-tab h3 {
    font-size: 32px;
    line-height: 38px;
    font-family: 'Figtree';
    font-weight: 600;
    color: #fff;
    margin: 0px;
    margin-bottom: 33px;
}

.timeline-tab p {
    font-size: 18px;
    color: #fff;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 28px;
}

.timeline-tab h2.top-headingg {
    font-size;
    font-size: 50px;
    font-family: 'Fredoka' !important;
    line-height: 100%;
    margin-bottom: 80px;
}

.icon-styl .aio-icon-box{
    box-shadow: 0px 4px 35.5px 0px #00000017;
    border-radius:12px;
    padding:12px;
    

}

.icon-styl h3.aio-icon-title{
    font-size:22px !important;
    font-family: 'Figtree' !important;
    line-height: 36px !important;
    color: #242424 !important;
    border-left: 1px solid #EFEFEF  !important;
    padding-left: 24px;
}

.icon-styl .aio-icon-img {
    margin-right: 12px !important;
}

.icon-styl .align-icon {
    height: 76px !important;
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
    .member-card {
        background: #fff;
        border-radius: 20px;
        height: 435px;
        overflow: hidden;
        transition: transform .2s ease;
        text-align: left;
        border:1px solid #D8D8D8;
        background: linear-gradient(74.95deg, #3F5B74 0.1%, #76ABDA 99.9%);
    }
    .member-image {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        height: 330px;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        z-index: 1;
        position:relative;
    }
    .member-info {
        padding: 24px 30px;
        position: relative;
        top: 0;
        background-color: #ffffff;
        transition: 0.5s ease;
        margin-top: 0px !important;
        z-index: 99 !important;
    }
    .member-info h3 {
        margin: 0;
        font-size: 24px;
        font-family: 'Figtree';
        font-weight: 600;
    }
    .member-info p {
        font-size: 16px;
        color: #242424;
        margin: 6px 0 20px;
        font-weight: 400;
    }

/* ===== MODAL STYLE ===== */
    .member-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: rgba(0,0,0,0.6);
        justify-content: center;
        align-items: center;
    }
    .member-modal-content {
        background: #fff;
        max-width: 1200px;
        width: 90%;
        margin: 40px auto;
        overflow: hidden;
        animation: fadeIn .3s ease;
        padding: 70px;
    }
    .member-modal-body {
        display: flex;
        flex-wrap: wrap;
    }
    .member-modal-left {
        flex: 1 1 40%;
        padding: 0px !important;
    }
    .member-modal-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .member-modal-right {
        flex: 1 1 60%;
        padding-left: 40px;
    }
    .member-modal-close {
        float: right;
        position: relative;
        font-size: 22px;
        color: #ffffff;
        cursor: pointer;
        background-color: #000;
        border-radius: 100%;
        line-height: 20px;
        padding: 3px;
        padding-top: 1px;
        top: -30px;
        right: -30px;
    }



span.member-location {
    color: #F58020;
}


.member-card:hover .member-info {
    top: -40px;
    transition: 0.5s ease;
    z-index:999 !important;
}
.member-card:after{
    content:"";
    width:338px;
    height:70%;
    background-image:url(/wp-content/uploads/2025/11/Mask-group-3.png);
    background-size:cover;
    position:absolute;
    background-position:bottom;
    top:0;
    opacity:0;
    transition: 1s ease;
}

.member-card:hover:after{
    opacity:0.5;
    transition: 1s ease;
}

.member-card{
    position:relative;
    
}
.member-card a.learn-more{
    font-size:18px;
    color: #000;
    line-height:26px;
    font-family: 'Figtree';
    font-weight: 500;
    transition:0.5s ease;
}
.member-card a.learn-more:hover{
    color:#FF9000;
    transition:0.5s ease;
}

.member-card a.learn-more:hover img{
    filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(5149%) hue-rotate(1deg) brightness(104%) contrast(104%);
    transition:0.2s ease;
}
.member-card a.learn-more img{
    margin-left:5px;
}

.member-modal-left img {
    background: linear-gradient(74.95deg, #3F5B74 0.1%, #76ABDA 99.9%);
    border-radius: 20px;
}

.member-modal-right h2 {
        margin: 0;
        font-size: 46px;
        font-family: 'Figtree';
        font-weight: 500;
        color:#242424;
}

 .member-modal-right p {
        font-size: 22px;
        color: #F58020;
        margin: 6px 0 20px;
        font-weight: 400;
        margin-bottom: 0px;
    }

 .member-modal-right p strong{
     color:#242424;
     font-weight:400;
 }

 .member-modal-right .member-content p {
        font-size: 18px;
        color: #242424;
        font-weight: 400;
     line-height:30px;
    }

.member-content {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px solid #D1D1D1;
}
section.about-sec4,section.about-sec5{
    padding-top:120px !important;
    padding-bottom:120px;
}
section.footer-above{
    height: 492px ;
    padding-top: 0px !important;
}
section.footer-above .white-text p{
	font-size:18px !important;
}

section.footer-above  h2.top-heading.white {
    font-size: 64px;
    font-weight: 400 !important;
    font-family: Fredoka !important;
	color:#fff !important;
}
section.vc_section.about-sec7 {
    margin-bottom: 120px;
}

section.vc_section.footer-above:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    background: linear-gradient(92.84deg, #4C6D8B -12.29%, #3F566B 20.31%, rgba(58, 77, 94, 0.83) 33.54%, rgba(54, 69, 83, 0.69) 48.55%, rgba(52, 65, 77, 0.47) 57.51%, rgba(49, 60, 70, 0.13) 65.22%, rgba(44, 50, 56, 0) 80.52%, rgba(36, 36, 36, 0) 103.09%);
    top:0;
    z-index: 1;
    opacity:1;
    display:block;
    visibility: visible;
    left: 0;
}


section.vc_section.footer-above .vc_row {
    z-index: 2;
}

section.vc_section.about-sec6 {
    background-color: red;
    background: linear-gradient(180deg, #F0FAFF 0%, #F0FAFF 100%);
    padding: 100px 90px !important;
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 130px;
}

.blue-tex p {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Figtree';
    line-height: 110%;
    color: #567C9F;
}

.new-text p strong {
    font-weight: 600;
}

.new-text p span{
    color:#FF7300 !important; 
}

.orange-row {
    background-color: red;
    background: linear-gradient(85.74deg, #FF7300 0.65%, #FFC596 118.28%);
    padding: 20px 5px;
    border-radius: 20px;
}

.orange-row .vc_col-sm-6:first-child {
    padding-left:70px;
}
.orange-row h2.vc_custom_heading{
    font-size: 32px;
    font-weight: 600 !important;
    line-height: 110% !important;
    font-family: 'Figtree' !important;
    margin-bottom: 40px;
    padding-bottom: 0px;
	color:#fff;
}
.white-ul li {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.white-ul ul {
    padding-left: 0px;
    list-style: none;
}
.white-ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(/wp-content/uploads/2025/11/Frame-8.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.white-ul a.blk-btn-bdrls {

    color: #fff;
}
.white-ul a.blk-btn-bdrls:hover{
	color:#FF9000;

}
section.vc_section.about-sec7 {
    margin-bottom: 120px;
}

/*---------------------------Board Members-------------------*/
section.top-blue-section {
    height: 494px;
    padding-bottom: 50px;
}
section.top-blue-section .top-mini p {
    background-color:#fff;
    border:1px solid #EBEAE9 ;
}


.blue-blk-text p {
    font-size: 40px;
    font-weight: 400;
    font-family: 'Fredoka';
    line-height: 42px;
}
.blue-blk-text p strong{
    font-weight:400;
    color:#4C87BC;
}

section.vc_section.boardmem-sec1 .inner-row2 {
    padding-left:60px;
    padding-right:60px;
}

section.boardmem-sec1 .inner-row2 .vc_col-sm-3:nth-child(2),section.boardmem-sec1 .inner-row2 .vc_col-sm-3:nth-child(4){
    padding-top:90px;
}
section.boardmem-sec1{
    padding-top:100px !important;
    padding-bottom:100px;
}

.blue-blk-text {
    margin-bottom:70px;
}

.blue-back-li {
    background: linear-gradient(180deg, #F0FAFF 0%, #FEFFFF 100%);
    border-radius:20px;
    padding:50px;

}
.blue-back-li ul{
    list-style:none;
    padding-left: 0px;
    border-left: 2px dashed #c4c4c4;
    margin-left: 30px;
    margin-top: 15px;
}

.blue-back-li li {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 60px;
    position: relative;
    padding-left: 80px;
}

.blue-back-li li:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    top: -10px;
    background-image: url(/wp-content/uploads/2025/11/Frame-1000001103.png);
    background-size: cover;
    border-radius:100%;
    background-repeat: no-repeat;
}

.blue-back-li ul li:last-child{
    padding-bottom: 40px !important;
}
section.boardmem-sec3 .wpb_single_image {
    padding-right: 100px;
}

section.boardmem-sec3{
	padding-top:100px !important;
	padding-bottom:100px;
}

/*----------------Thank You ----------------------*/


section.thank-you-sec1 h1.vc_custom_heading {
    font-size: 100px;
    font-family: 'Fredoka' !important;
    font-weight: 600 !important;
    color: #fff;
    line-height: 78px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #FFFFFF33;
}

section.thank-you-sec1 h3.vc_custom_heading {
    font-size: 42px;
    font-family: 'Figtree' !important;
    font-weight: 400 !important;
    color: #fff;
    line-height: 52px;
    margin-bottom: 30px;
}

section.thank-you-sec1 .white-text p {
    font-size: 18px;
    line-height: 28px;
}

section.thank-you-sec1 .inner-row .wpb_wrapper {
    display:flex;
    gap:15px;
}
section.thank-you-sec1:after{
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position:absolute;
    background: linear-gradient(92.91deg, #242424 -2.76%, rgba(36, 36, 36, 0.72) 28.78%, rgba(36, 36, 36, 0.33) 47.46%, rgba(36, 36, 36, 0) 102.5%);
    top:0;
    z-index: 1;
    opacity:1;
    display: block !important;
    visibility: visible !important;
    left: 0;
}
section.thank-you-sec1{
    position:relative;
}


section.thank-you-sec1 .vc_row {
    z-index: 2;
}

section.thank-you-sec1 .logo-top {
    position:absolute;
    top:-25vh;
}
section.vc_section.footer-above{
    position: relative !important;
    overflow: hidden !important;
}


/*------------------------Our Team-------------*/
h2.blue-bord-head {
    font-size: 42px;
    font-family: 'Figtree' !important;
    font-weight: 500 !important;
    color: #567C9F;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position:relative;
    overflow:hidden;
    width:fit-content;
    top:-50px;
    background:#fff;
    padding-right:20px;
}
.blue-main-bord {
    border-top: 1px solid #D8D8D8;
}

section.vc_section.our-team-sec1 {
    margin-top:100px;
    margin-bottom:100px;
}

h2.top-heading {
    font-size: 64px;
    font-weight: 400 !important;
    font-family: 'Fredoka' !important;
    color: #242424;
}
section.vc_section.our-team-sec2 {
    background:#F9F9F9;
    border-radius:20px;
    padding:100px !important;
    margin-bottom:100px !important
}

/*------------------------------Gallery -------------------------------------*/
.main-gallery-sec .envira-lazy {
    border-radius: 20px;
}
.envirabox-theme-base_dark .envirabox-thumbs>ul {
    display: flex !important;
    flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
}
    
.envirabox-theme-base_dark .envirabox-thumbs>ul>li img{
    border: 1px solid #E2E2E2 !important;
    border-radius: 20px !important;
    padding: 10px !important;
}


.envirabox-theme-base_dark .envirabox-thumbs>ul>li.envirabox-thumbs-active.focused img{
    border-color:#F58020 !important;
}

section.vc_section.gallery-sec2 {
    background: linear-gradient(85.74deg, #FF7300 0.65%, #FFC596 118.28%);
    padding-top: 120px;
    padding-bottom: 120px;
}


.gallery-sec2 .testimonial-card {
    background: #FFFFFF;
    padding: 30px;
}

.gallery-sec2 .testimonial-content p {
    font-size: 18px;
    color: #242424;
    font-weight: 500 !important;
    line-height: 28px;
    font-family: 'Figtree' !important;
}
.gallery-sec2 .testimonial-content{
    padding-bottom: 20px;
}

.gallery-sec2 .testimonial-image {
    width: 48px;
    height: 48px;
}
.gallery-sec2 .testimonial-image img{
    width: 48px;
    height: 48px;
    object-fit: cover;
	border-radius:100% !important;
}

.gallery-sec2 .bottom-testi-inner {
    display: flex;
    align-items: center;
    gap:13px;
}

.gallery-sec2 h3.testimonial-title {
    margin: 0px;
    font-size:22px;
    font-weight:500;
}

 .gallery-sec2 .bottom-testi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 .gallery-sec2 span.star.filled {
    color: #FFD600;
    font-size: 25px;
}
.gallery-sec2 span.star {
    color: #FFD600;
    font-size: 25px;
}

.gallery-sec2 .clients-testimonials-full {
  column-count: 3;
  column-gap: 30px;
}

.gallery-sec2 .testimonial-card {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  break-inside: avoid;
  border-radius: 20px;
}


@media (max-width: 1024px) {
  .gallery-sec2 .clients-testimonials-full {
    column-count: 2;
  }
}

@media (max-width: 600px) {
 .gallery-sec2 .clients-testimonials-full {
    column-count: 1;
  }
}



.gallery-sec2 button.load-more-btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: block;
    outline:none;
}

.gallery-sec2 button.load-more-btn{padding: 15px 22px !important;padding-right: 54px !important;border-radius: 100px;font-size: 18px;color: #fff;font-weight: 400;font-family: 'Fredoka';text-decoration: none;background-color:#567C9F;border:0px;position: relative;}

.gallery-sec2 button.load-more-btn:after{
    content: "";
    width: 15px;
    height: 14px;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/10/Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 23px;
    z-index: 1056;
    opacity: 1;
 
}


section.vc_section.gallery-sec2:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 235px;
    background: linear-gradient(0deg, #FFB477 0%, rgba(255, 180, 119, 0.77) 56.18%, rgba(255, 180, 119, 0) 100%);
    width: 100%;
    left: 0;
}

section.vc_section.gallery-sec2 {
    height: 631px;
    overflow: hidden;
	position:relative;
	overflow:hidden;
}

.gallery-sec2 .load-more-row {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 45%;
    right: auto;
}

.gallery-sec2 div#view-more-btn button{
    color:#fff !important;
    font-size:18px;
    font-family: 'Figtree' !important;
    background-color: #fff0;
    border: 0px;
    outline: none !important;
}

section.vc_section.gallery-sec2.testi-full-height {
    height:100%;
	transition:0.5s ease;
}

section.vc_section.gallery-sec2.testi-full-height .load-more-row{
	display:none;
}

section.vc_section.gallery-sec2.testi-full-height:after {
	display:none !important;
}

/*---------------------Resources Page-----------------*/
.resource-filter-list {
    display:flex;
    gap:20px;
    list-style:none;
    padding:0;
}
.resource-filter-list li {
    padding: 10px 25px;
    cursor:pointer;
    border-radius:20px;
    border: 1px solid #fff0;
    font-size: 16px;
    color: #000;
    font-family: 'Figtree';
    font-weight: 500;
    border-radius: 40px;
}
.resource-filter-list li.active {
    background: #F58020;
    color:#fff;
    border-color: #F58020;
}

.resource-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}

.resource-card {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
}

.resource-modal {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.6);
	z-index: 999;
}
.resource-modal-content {
    max-width:827px;
    margin:100px auto;
    background:#fff;
    padding:70px;
    border-radius:20px;
	    position: relative;
	padding-bottom: 50px;
}
.close-popup {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    line-height: 15px;
    padding: 7px 6px 12px 8px;
    position: absolute;
    top: 20px;
    right: 20px;
}


.left-side-re {
    display: flex;
    gap: 30px;
    align-items: center;
}

h2.category-txt {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Figtree';
    font-weight: 600 !important;
}

.main-bar-re {
    /* padding: 40px; */
}

.main-bar-border {
    display: flex;
    justify-content: space-between;
    padding: 14px 30px;
    border: 1px solid #E0E0E0;
    border-radius: 200px;
    width: 83%;
    align-items: center;
}

.main-bar-re {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.main-bar-border input {
    border: 0px;
    outline: 0px;
    height: 30px;
    width: 250px;
    background-image: url(/wp-content/uploads/2025/11/Frame-9.svg);
    background-repeat:no-repeat;
    background-position:center right;
}

.resource-top-bar {
    width: 17%;
}

button#openResourcePopup {
    font-size: 20px;
    font-family: 'Fredoka';
    font-weight: 500;
    color: #fff;
    background: #F58020;
    letter-spacing: 0px;
    border: none;
    border-radius: 100px;
    padding: 20px 30px;
    margin-left: 30px;
	    outline: none !important;
}

.left-side-re input {
    border: 0px !important;
}

#resource-search::placeholder {
    transition: 0.2s ease;
}

#resource-search:not(:focus)::placeholder {
    color: transparent;
}
span.resource-cat {
    font-size: 14px;
    color: #F58020;
    background-color: #FEF2E9;
    border-radius: 200px;
    padding: 8px 13px;
    font-weight: 600;
    font-family: 'Figtree';
}

.resource-img img {width: 100%;min-width: 100%;height: 223px;object-fit: cover;border-radius: 10px;}

.resource-img {
    margin-bottom: 20px;
}

.resource-content h3 {
    font-size: 24px;
    font-family: 'Figtree';
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.resource-content p {
    font-size: 18px;
    font-family: 'Figtree';
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 40px;
}

.resource-buttons a:first-child {
    font-size: 18px;
    font-family: 'Fredoka';
    font-weight: 400;
    color: #fff;
    background: #567C9F;
    padding: 17px 47px 17px 25px;
    border-radius: 100px;
    position:relative;
    text-decoration:none;
}

.resource-buttons a:first-child:after {
    width: 13px;
    height: 14px;
    background-image: url(/wp-content/uploads/2025/11/Icon.svg);
    background-repeat:no-repeat;
    content: "";
    position: absolute;
    background-size:cover;
    top:21px;
    right:24px
}

.resource-buttons a:last-child {
    font-size: 18px;
    font-family: 'Fredoka';
    font-weight: 400;
    color: #567C9F;
    background: #fff0;
    padding: 17px 47px 17px 25px;
    border-radius: 100px;
    position:relative;
    text-decoration:underline;
}

.resource-buttons a:last-child:after{
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/uploads/2025/11/download.svg);
    background-repeat:no-repeat;
    content: "";
    position: absolute;
    background-size:cover;
    top:18px;
    right:20px
}

.resource-buttons {
    margin-bottom: 20px !important;
}

section.vc_section.resources-sec1 {
    margin-bottom: 80px;
}


.row.resource-form h2 {
    font-size: 30px;
    text-align: center;
    font-family: 'Fredoka';
    font-weight: 400;
    width: 100%;
	margin: 0px;
}

.row.resource-form p.main-p {
    font-size: 18px;
    font-family: 'Figtree';
    text-align: center;
    line-height: 28px;
}

.row.resource-form label {
    width: 100%;
    font-size: 16px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 26px;
}

.row.resource-form span.orange {
    color: #F58020;
}

.row.resource-form span.wpcf7-form-control.wpcf7-radio {
    width: 100%;
}

.row.resource-form span.wpcf7-form-control-wrap {
    width: 100%;
}

.row.resource-form span.wpcf7-list-item.first {
    margin-left: 0px;
}

.row.resource-form input.wpcf7-form-control {
    height:60px;
    font-size:18px;
    font-weight:400;
    padding-left:15px;
    padding-right:15px;
    border:1px solid #D9D9D9 !important;
    outline:none !important;
    box-shadow:none !important;
    border-radius:8px !important;
}

.row.resource-form textarea.wpcf7-form-control {
    height:103px;
    resize:none;
}

.row.resource-form .col-md-12 p {
    margin-bottom: 15px !important;
}

.row.resource-form input.wpcf7-form-control.wpcf7-file {
    width: 100%;
    text-align: center;
    padding: 28px 252px;
    height: 101px;
    display: flex;
    border: 2px dashed #D9D9D9 !important;
}

.row.resource-form .resor-upload span.wpcf7-form-control-wrap:after {
    content: "Accepted formats: PDF, DOCX, PPTX. Max file size: 10 MB.";
    text-align: center;
    top: 67%;
    font-size:16px;
    color:#6B6B6B;
    position: absolute;
    left: -5%;
}

.row.resource-form .col-md-12.sub-btn label{
    text-align:right;
    width:100%;
}

.row.resource-form span.wpcf7-spinner {
    display: none;
}

.row.resource-form input.btn.btn-primary {
    font-size:18px;
    font-weight:400;
    fo;
    font-family: 'Fredoka';
    background: #F58020;
    border-radius: 200px !important;
    outline: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px 20px;
    height: 48px;
}

/*--------------------------------------Advisors & Supports---------------------*/
section.advisors-sec1 .vc_row .vc_col-sm-6:first-child {
    padding-right:114px;
}

section.advisors-sec1 .orange-sec-back {
    background: linear-gradient(85.74deg, #FF7300 0.65%, #FFC596 118.28%);
    border-radius:20px;
    padding:40px;
    margin-top: 40px;
    margin-bottom: 0px;
}

section.advisors-sec1 .orange-sec-back h4 {
    font-size: 32px;
    font-family: 'Figtree';
    color: #fff;
    margin-top: 0px;
    margin-bottom: 40px;
    font-weight: 600;
}

section.advisors-sec1 .orange-sec-back ul{
    list-style:none;
    padding-left:0px;
}

section.advisors-sec1 .orange-sec-back ul li{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Figtree';
    margin-bottom:  22px;
    position:relative;
    padding-left:32px;
}

section.advisors-sec1 .orange-sec-back ul li:before{
    content:"";
    height:22px;
    width:22px;
    position:absolute;
    left:0;
    background-image:url(/wp-content/uploads/2025/11/Frame-10.svg);
    background-size:cover;
}

section.vc_section.advisors-sec2 {
    background: linear-gradient(74.95deg, #3F5B74 0.1%, #76ABDA 99.9%);
    padding-top: 100px !important;
    padding-bottom: 100px;
}

section.advisors-sec2 .little-head h2 {
    font-size: 40px;
    margin-bottom: 10px !important;
}

section.advisors-sec2 .little-head .vc_column-inner .wpb_wrapper{
    background: #71A3D06E;
    padding:60px;
    border-radius:20px;
    padding-bottom:40px;
}
section.advisors-sec2 .little-head .vc_column-inner .wpb_wrapper .wpb_wrapper{
    background: #fff0;
    padding:0px;
    border-radius:0px;
}


section.advisors-sec2 .little-head .white-text-small {
    margin-bottom:20px !important
}

section.advisors-sec3 {
    background: linear-gradient(105.77deg, #FF7300 -24.43%, #FFC596 123.92%);
    padding-top: 120px;
    padding-bottom: 120px;
}

section.advisors-sec3 h2.main-heading.white-heading {
    margin-bottom: 60px !important;
}

section.advisors-sec3 .aio-icon-img {
    background-color: #fff;
    padding: 18px 16px;
    border-radius: 10px;
}

section.advisors-sec3 h3.aio-icon-title {
    font-size: 22px;
    font-family: 'Figtree';
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}

section.advisors-sec3 .aio-icon-box {
    background: #FFFFFF1A;
    border-radius: 14px;
    padding: 10px;
    padding-bottom: 6px;
}

section.advisors-sec3 .left-side-row {
    position: relative;
    left: -30px;
}

section.advisors-sec3 .right-side-row {
    position: relative;
    right: -30px;
}

section.advisors-sec5{
    padding-top: 120px !important;
    padding-bottom: 120px;
}

section.advisors-sec5 .main-text.black {
    margin-bottom: 60px !important;
}




.tilt-row .vc_col-sm-4 .vc_column-inner{
    height:500px;
    padding: 60px 40px;
    border-radius: 20px;
	    padding-right: 50px;
}

.tilt-row h3 {
    font-size: 32px;
    font-family: 'Figtree';
    line-height: 36px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 20px;
    color: #fff;
}

.tilt-row p {
    font-size: 18px;
    color: #fff;
    font-family: 'Figtree';
    margin-bottom: 0px;
    font-weight: 400;
}

.tilt-row .wpb_text_column {
    margin-bottom: 0px !important;
}
.adblack-col .vc_column-inner {
    background: #242424;
	transform: rotate(-3deg);
	transition:0.8s ease;
}
.adorange-col .vc_column-inner {
    background: linear-gradient(85.74deg, #FF7300 0.65%, #FFA255 76.32%, #FFC596 118.28%);
	transform: rotate(6deg);
	transition:0.8s ease;
}

.adblue-col .vc_column-inner {
    background: linear-gradient(74.95deg, #3F5B74 0.1%, #76ABDA 99.9%);
	transform: rotate(-2deg);
	transition:0.8s ease;
}

.tilt-row:hover .vc_column-inner {
    transform:rotate(0deg) ;
    transition:0.8s ease;
}
.tilt-row:hover .wpb_text_column {
    top:-50px;
    position:relative;
    transition:0.8s ease;
}

.tilt-row .wpb_text_column {
    top:0px;
    position:relative;
    transition:0.8s ease;
}

section.vc_section.top-blue-section.advisors-top-sec {
    padding-bottom: 143px !important;
}

section.vc_section.advisors-sec1{
    margin-top: 100px;
    margin-bottom: 100px;
}

/*---------------------------------partners-sponsors------------------*/
.vc_row.ambassadar-row  {padding: 0px 103px;}

.ambassadar-row .vc_inner {
    padding:80px;
    border:1px solid #D8D8D8;
    border-radius:20px;
}

.main-gallery-logo ul{
    display:flex;
    flex-wrap: wrap;
    gap: 30px;
    height: auto !important;
    align-items: center;
    justify-content: center;
    max-width: 1074px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.main-gallery-logo li.isotope-item {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto;
    width: 320px;
}

.main-gallery-logo {
    margin-bottom: 0px !important;
}
.vc_row.ambassadar-row  {padding: 0px 103px;}

.ambassadar-row .vc_inner {
    padding:80px;
    border:1px solid #D8D8D8;
    border-radius:20px;
}

.main-gallery-logo ul{
    display:flex;
    flex-wrap: wrap;
    gap: 30px;
    height: auto !important;
    align-items: center;
    justify-content: center;
    max-width: 1074px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.main-gallery-logo li.isotope-item {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto;
    width: 320px;
}

.main-gallery-logo {
    margin-bottom: 0px !important;
}


h2.youth-head {
    font-size: 44px;
    font-family: 'Figtree' !important;
    font-weight: 500;
    padding: 0px;
    margin-bottom: 70px;
}
h2.ambasa-headi {
    width: fit-content;
    background: #fff;
    font-size: 34px;
    font-family: 'Figtree' !important;
    font-weight: 500 !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    position: absolute;
    top: -104px;
    color: #F58020;
    left: 39%;
    padding-left: 20px;
    padding-right: 20px;
}
section.partner-sec1 span.vc_tta-title-text {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Figtree' !important;
    color: #F58020;
}

section.partner-sec1 li.vc_tta-tab.vc_active a {
    background-color: #F58020 !important;
}

section.partner-sec1 li.vc_tta-tab.vc_active span.vc_tta-title-text {
    color:#fff;
}
section.partner-sec1 li.vc_tta-tab a{
    border-radius:40px !important;
}
section.partner-sec1 li.vc_tta-tab a {
    border:0px !important;
    background-color: #FEF2E9 !important;
}



section.partner-sec1 .vc_row.tabs-row {
    margin-top: 120px;
    margin-bottom:120px;
}
section.partner-sec1 .vc_row.tabs-row  .vc_tta-tabs-container {
    margin-bottom: 40px !important;
}
section.partner-sec1 .vc_row.tabs-row .wpb_text_column {
    margin-bottom: 40px;
}

section.partner-sec1 h2.part-heading {
    font-size: 44px;
    font-family: 'Figtree' !important;
    font-weight: 500;
    margin-bottom: 50px;
}

section.partner-sec1 .vc_row.partnership-row {
    padding-top: 120px;
    border-top: 1px solid #D8D8D8;
    padding-bottom:120px;
}

section.partner-sec1 {
    margin-top: 100px;
}


/*-------------------------------Responsive----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------Large Laptops Responsive---------------------------------*/
@media only screen and (max-width: 1650px) {
.black-col .vc_column-inner {
    padding: 40px !important;
}
.testi-slide-row{
    padding-left: 10%;
}
	}/*-------larg laptop-end---------*/


/*-----------------------------------------------------small Laptops Responsive---------------------------------*/
@media only screen and (max-width: 1535px) {
	.container {
    max-width: 100%;
    padding: 0px 40px;
}
	header#masthead div#main-nav li a {
		font-size: 16px; }


.orange-col .vc_column-inner{
    padding: 0px 10px !important;
}

.black-col h3.aio-icon-title {
	font-size: 26px !important; }

.home-sec7 .text-col h3.vc_custom_heading{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.testi-slide-row .testimonial-card {
	padding: 20px 15px !important; }
.testi-slide-row .swiper-button-next {
    right: 12%;
}
.testi-slide-row .swiper-button-prev {
    right: 16% !important;
    left: auto;
}
.testi-slide-row .author-name.fw-bold{
    font-size: 15px;
	line-height: 25px; }

.member-image {
    width: 85%;
    height: 280px; }

.member-card {
    height: 380px; }

.member-info h3 {
    margin: 0;
    font-size: 20px; }

.member-info {
    padding: 24px 10px; }

section.advisors-sec1 .vc_row .vc_col-sm-6:first-child {
    padding-right: 30px;
}
.feature_h {
    font-size: 26px !important;
	line-height: 36px; }

.blog-type-tabs {
	width: 38%; }

.main-bar-border {
    width: 75%; }

.resource-top-bar {
    width: 22%;
}

.thank-you-sec1 .vc_col-sm-5 {
        width: 55%;
    }

	}/*-------small laptop-end---------*/


/*----------------------------Tablet Responsive------------------------------*/

@media screen and (max-width: 1199px) and (min-width: 768px) { 


header#masthead .collapsed .navbar-toggler-icon {
background-image: none;
background-image: url(/wp-content/uploads/2025/12/alt.svg) !important;
height: 50px;
width: 50px;
background-size: cover !important;
background-repeat:no-repeat !important;
}
header#masthead .navbar-toggler-icon {
background-image: none;
background: url(/wp-content/uploads/2025/12/Icon.svg);
background-size: cover !important;
background-repeat:no-repeat !important;
}
header#masthead .navbar-toggler {
border: none;
z-index: 9999;
flex: 0 0 13%;
outline:none;
}
header#masthead .navbar-brand {
z-index:999999;
position:relative;
left: 20px !important;
}
.navbar-collapse.show {
margin: 0;
transform: none;
padding-left: 15px;
padding-right: 15px;
}
.navbar-collapse {
	display: block;position: absolute;top: -10px;right: 0px;transform: translateX(100%);transition: all 0.5s ease-in-out !important;height: 100vh;width: 100% !important;padding-top: 30px;padding-bottom: 0px !important;overflow: scroll;z-index: 9;background: #000000;min-width: 100%;max-width: 100%;}
div#main-nav {padding-top: 100px;padding-left: 10px;}
button.navbar-toggler {
display: block;
}
div#main-nav ul#menu-main-menue {
gap: 20px;
padding-right: 0px;
}
header#masthead .container {padding: 10px 0px !important;}
a.nav-btn {
display:none;
}
li.dropdown:after {
display: inline-block;
margin-left: 15px;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
color: #000000;
position: absolute;
top: 15px;
left: 70px;
}
.dropdown-toggle::after{
display:none;
}
.header-contactus{
display:block !important;
}
body div#main-nav .header-contactus a.nav-link {
font-size: 18px !important;
font-weight: 500 !important;
color: #fff !important;
padding: 15px 30px !important;
background-color: #ffc700 !important;
text-decoration: none;
text-align:center;
border-radius:6px;
}
.button-outer {
display: none;
}
ul#menu-menu-1{
gap: 25px;
} 
header#masthead {
    padding: 0px;
}
#content.site-content{
    padding-bottom: 0px !important;
     padding-top: 0px !important;
}
.home-sec1 .vc_col-sm-7 {
        width: 80.333333%;
    }
p br {
    display: none;
}

.home-sec1 .vc_col-sm-7 {
        width: 80.333333%;
    }

p br {
    display: none;
}

    .home-sec2 .vc_col-sm-7 {
        width: 100%;
    }

section.home-sec2 .blue-col {
    padding-left: 0px;
    width: 100%;
    margin-top: 40px;
}

.vc_row.white-row .vc_col-sm-6:first-child .vc_column-inner {
    margin-right: 20px !important;
}

    .home-sec5 .vc_col-sm-5 {
        width: 100%;
        margin-bottom:40px;
    }

.acess-col.vc_col-sm-7 .vc_column-inner {
    padding-left: 0px;
}

.acess-col.vc_col-sm-7 {
    width: 100%;
}

.black-col.wpb_column.vc_column_container.vc_col-sm-8.vc_col-has-fill {
    width: 100%;
}

.orange-col.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}

.orange-col span.wpcf7-form-control-wrap {
    width: 100%;
}

    .home-sec7 .text-col h3.vc_custom_heading {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }

.home-sec7 .text-col .main-btn.vc_do_btn a {
    font-size: 16px;
    padding-right: 15px !important;
    }


.home-sec7 .text-col .main-btn.vc_do_btn a:hover .fa-arrow-right{
    display:none;
}

.blog-section h3.post-title a {
    font-size: 22px;
    line-height: 28px; }

.blog-section h5.post-title.mb-2 a {
    font-size: 18px;
    line-height: 26px; }


    .testi-slide-row {
        padding-left: 1%;
    }

.fotr-top {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.fotr-top section.widget_media_image {
    width: 100%;
}
.fotr-top section.widget_text {
    width: 100%;
}

.fotr-main .menu.nav {
    justify-content: center;
}

div#main {
    margin-top: -30px;
}
    .testi-slide-row .swiper-button-prev {
        right: 14% !important; }

    .testi-slide-row .swiper-button-next {
        right: 8%;
    }

.testi-slide-row .above-col {
    width: 300px; }

section.vc_section.about-sec4 .vc_col-sm-4{
    width:100%;
}

section.about-sec4, section.about-sec5 {
    padding-top: 70px !important;
    padding-bottom: 70px;
}

.members-grid {
    grid-template-columns: repeat(2, 1fr); }


section.vc_section.about-sec6 .vc_col-sm-6 {
    width:100%;
}
section.vc_section.about-sec6 .vc_col-sm-6:first-child{
    margin-bottom:50px;
}

.orange-row .vc_col-sm-6:first-child {
    padding-left:30px;
    margin-bottom:50px;
    margin-top:30px;
}
.orange-row .vc_col-sm-6{
    width:100%;
}

.orange-row  .wpb_single_image {
    text-align:center !important;
}
    section.advisors-sec1 .vc_row .vc_col-sm-6:first-child {
        padding-right: 0px;
        margin-bottom:50px;
    }

 section.advisors-sec1 .vc_row  .vc_col-sm-6 {
     width:100%;
 }
section.advisors-sec2 .vc_col-sm-6{
    width:100%;
}
section.advisors-sec2 .vc_col-sm-6:first-child{
    margin-bottom:50px;
}
section.advisors-sec3 h3.aio-icon-title {
    font-size: 15px;
    line-height: 20px;
}
.tilt-row .vc_col-sm-4 .vc_column-inner {
    height: 400px;
    padding: 30px 20px;
    border-radius: 20px;
    padding-right: 20px;
}
.tilt-row h3 {
    font-size: 24px; }


section.vc_section.boardmem-sec3 .vc_col-sm-7{
    width:100%;
}

section.vc_section.boardmem-sec3 .vc_col-sm-5{
    width:100%;
}
section.our-team-sec2 .vc_col-sm-6{
    width:100%;
}

section.our-team-sec2 .vc_col-sm-6:first-child{
    margin-bottom:80px;
}

section.vc_section.our-team-sec2 {
    padding: 50px !important; }

    .main-bar-border {
        width: 100%;
        margin-bottom:30px;
    }

.main-bar-re{
    flex-wrap: wrap;
}

button#openResourcePopup {
    margin-left: 0px;
}
    .resource-top-bar {
        width: 35%;
    }
.resource-grid {
    grid-template-columns: repeat(1, 1fr);
}


    .thank-you-sec1 .vc_col-sm-5 {
        width: 100%;
    }
}/*------------------tablet end-------------*/

/*-------------------------------------------------------Mobile Responsive--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) and (min-width: 0px) { 
header#masthead .collapsed .navbar-toggler-icon {
background-image: none;
background-image: url(/wp-content/uploads/2025/12/alt.svg) !important;
height: 50px;
width: 50px;
background-size: cover !important;
background-repeat:no-repeat !important;
}
header#masthead .navbar-toggler-icon {
background-image: none;
background: url(/wp-content/uploads/2025/12/Icon.svg);
background-size: cover !important;
background-repeat:no-repeat !important;
}
header#masthead .navbar-toggler {
border: none;
z-index: 9999;
flex: 0 0 20%;
outline:none;
}
header#masthead .navbar-brand {
flex: 0 0 66%;
z-index:999999;
position:relative;
left: 20px !important;
}
.navbar-collapse.show {
margin: 0;
transform: none;
padding-left: 15px;
padding-right: 15px;
}
.navbar-collapse {display: block;position: absolute;top: -10px;right: 0px;transform: translateX(100%);transition: all 0.5s ease-in-out !important;height: 100vh;width: 100% !important;padding-top: 30px;padding-bottom: 0px !important;overflow: scroll;z-index: 9;background: #000000;min-width: 100%;max-width: 100%;}
div#main-nav {padding-top: 100px;padding-left: 10px;}
button.navbar-toggler {
display: block;
}
div#main-nav ul#menu-main-menue {
gap: 20px;
padding-right: 0px;
}
header#masthead .container {padding: 0px !important;}
a.nav-btn {
display:none;
}
li.dropdown:after {
display: inline-block;
margin-left: 15px;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
color: #000000;
position: absolute;
top: 15px;
left: 70px;
}
.dropdown-toggle::after{
display:none;
}
.header-contactus{
display:block !important;
}
body div#main-nav .header-contactus a.nav-link {
font-size: 18px !important;
font-weight: 500 !important;
color: #fff !important;
padding: 15px 30px !important;
background-color: #ffc700 !important;
text-decoration: none;
text-align:center;
border-radius:6px;
}
.button-outer {
display: none;
}
ul#menu-menu-1{
gap: 25px;
} 

header#masthead {
    padding: 0px;
}
    header#masthead div#main-nav li a{
        font-size: 22px;
    }
 header#masthead div#main-nav li{
        margin-bottom:20px;
    }
body, html{
    overflow-x:hidden;
}

.header-btns {
    display: none;
}

h1.top-heading.white {
    font-size: 36px; }

section.home-sec1 p br{
    display:none;
}

div#main {
    margin-top: -80px;
}

header#masthead .container {
    border-radius:0px;
}

.sticky-header {
    top: 0px; }

    header#masthead .navbar-collapse {
        top:0px;
    }

.home-sec1 .vc_column-inner {
    padding: 0px !important;
}

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

section.vc_section.home-sec2 {
    padding: 32px !important;
    margin-top: 40px; }

section.home-sec2 h4 {
    font-size: 22px;
    line-height: 28px !important;
    margin-bottom: 0px;
}

section.home-sec2 .blue-col {
    padding-left: 0px;
}

section.home-sec2 .blue-col .our-mission-block {
    margin-bottom: 40px !important;
}

section.home-sec2 .blue-col h3.aio-icon-title {
    font-size: 16px;
    line-height: 22px; }

section.home-sec2 .vc_column-inner{
    padding: 20px;
}

h2.main-heading {
    font-size:28px;
}

section.vc_section.home-sec3 .row-1 .vc_column_container>.vc_column-inner{
    padding:0px !important;
}
.white-text p {
    font-size: 16px;
    line-height: 22px;
}

.vc_row.white-row {
    padding: 14px;
    margin-top: 0px;
}

.vc_row.white-row .vc_col-sm-6:first-child .vc_column-inner {
    border-radius: 12px;
    margin-right: 0px !important;
    height: 210px;
}

.vc_row.white-row .vc_col-sm-6:last-child .vc_column-inner {
    margin-right: 0px !important;
}

section.home-sec3 .vc_row.white-row h2.main-heading {
    font-size: 24px !important;
    line-height: 30px;
}

.main-text p {
    font-size: 16px;
    line-height: 24px;
}

section.home-sec3 {
    padding-bottom: 40px;
}
section.vc_section.home-sec5 .vc_row{
    flex-direction: column-reverse;
}

section.home-sec5 {
    background: linear-gradient(74.95deg, #3F5B74 0.1%, #76ABDA 99.9%);
    padding-top: 40px;
    padding-bottom: 40px;
}

.acess-col.vc_col-sm-7 .vc_column-inner {
    padding-left: 0px;
	padding-right:0px;
}
.acess-col .align-icon {
    padding: 10px; }

.acess-col a.aio-icon-box-link {
    padding-right: 15px;

}

.acess-col .aio-icon-box{
    gap: 10px;
}

.acess-col .aio-icon-img {
    font-size: 30px !important;
}
.aio-icon-component.cus-iconbox{
    margin-bottom: 20px !important;
}

.white-back-col .vc_column-inner {
    padding: 14px !important; }
.white-back-col h4.vc_custom_heading {
    font-size: 24px; }

.black-col .vc_column-inner {
        padding: 40px 20px !important;
        padding-bottom:40px !important;
    }

.black-col .vc_column-inner .vc_row .vc_column-inner {
    padding-right: 0px !important;
}
.black-col h3.aio-icon-title{
        font-size: 22px !important;
    }

.black-col .aio-icon-component {
    height: 165px; }

.black-col .vc_col-sm-6:first-child{
    margin-bottom:20px;
}

.orange-col .vc_column-inner {
    margin: 20px;
    padding: 32px 20px !important;
    }

.orange-col .vc_column-inner p br{
    display:none;
}

.orange-col h2.vc_custom_heading {
    font-size: 24px !important;
}
.white-text-small p {
    font-size: 16px;
    line-height: 26px;
}

.acess-col .info-inner h2 {
    font-size: 18px;
    line-height: 24px;
}
.home-sec7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.home-sec7 .vertical-col {
    padding-right: 0px;
}
.home-sec7 .text-col .vc_column-inner{
    padding:50px 0px !important;
    padding-bottom:30px !important;
    margin-top:30px
}

section.vc_section.home-sec8 .vc_column-inner {
    padding-left:0px;
    padding-right:0px;
}

.blog-section h3.post-title a {
    font-size: 26px;
    line-height: 34px; }

.featured-post {
    margin-bottom: 40px !important;
}
.blog-section .side-post.mb-4.d-flex {
    display:block !important;
}

.vc_row.top-row {
    padding-top: 0px; }

.above-col {
    display: none !important;
}

.testi-slide-row .swiper-pagination-progressbar  {
   display:none; }

.testi-slide-row .vc_col-sm-12:before {
    display:none;
}

    body .testi-slide-row .swiper-button-next {
        right: 10%;
        top:auto !important;
        
    }

.testi-slide-row .swiper.testimonial-swiper{
    padding-bottom:100px !important }
    .testi-slide-row .swiper-button-prev {
        right: 23% !important; }
#content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
}
.fotr-top {
    display: flex;
    gap: 0px;
    flex-direction: column;
    padding: 0px;
}

.fotr-top section.widget_media_image {
    width: 100%;
}

.fotr-top section.widget_text {
    width: 100%;
}
.fotr-top h2 {
    font-size: 24px; }

.fotr-main {
    margin-top: 0px;
}

.col-12.col-md-12.fotr-main {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.fotr-main section#nav_menu-2 {
    order: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #2F2F2F;
    width: 100%;
    margin-bottom: 30px;
}

.fotr-main section#media_image-3 {
    order: 2;
    width: 49%;
}

.fotr-main section#text-3 {
    order: 3;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.fotr-top .header-btns {
    display:flex !important;
    gap: 8px;
	padding-top: 20px;
        padding-bottom: 20px;
}

.fotr-top  .header-btns a {
    padding: 10px 15px; }
.site-info, .right-fotr {
    text-align:center;
}
.fotr-main .menu.nav {
    display: flex;
    flex-direction: column !important;
}
div#footer-widget {
    padding: 30px 0px 30px 0px;
}

h1.top-heading{
    font-size:28px; }

.vc_column-inner {}

section.vc_section.about-sec1 .vc_column-inner {
    padding-left:0px;
    padding-right:0px;
    
}
.ab-text-blue .wpb_wrapper, .be-text-blue .wpb_wrapper {
    right: 0px;
}

.moving-row .vc_col-sm-1\/5:nth-child(2) {
    padding-top: 10px;
}

.ab-text-orange .wpb_wrapper, .be-text-orange .wpb_wrapper {
    left: 0px;
}
.moving-row .vc_col-sm-1\/5:nth-child(4){
    padding-top: 0px;
}

.moving-row .vc_col-sm-1\/5:nth-child(3) {
    padding-top: 30px;
}

.moving-row .vc_col-sm-1\/5:nth-child(5) {
    padding-top: 0px;
}

.blue-row .vc_col-sm-9 {
    padding-right: 0px;
}

.blue-row{
    background: linear-gradient(180deg, #F0FAFF 0%, #FEFFFF 100%);
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px; }

.blue-row .vc_col-sm-3{
    padding-left: 0px;
    border-left: 0px solid #D8D8D8;
}
.about-sec2 {
    margin-bottom: 40px;
}

.vc_tta.vc_tta-accordion .vc_tta-tabs-container, .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block;
}

.timeline-tab ul.vc_tta-tabs-list {
    position: relative;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex !important;
    flex-direction: row;
    width: 100%;
    overflow: visible;
    margin-top: 20px !important;
    border-top: 0px solid #76abda !important;
    border-left:0px !important;
    overflow-x: scroll !important;
    overflow-y: visible !important;
    padding-top:30px !important; }


.timeline-tab ul.vc_tta-tabs-list:before{
    content:"";
    width:220%;
    height:2px;
    background:#76abda;
    position:absolute;
    top:28px;
}

.timeline-tab li.vc_tta-tab.vc_active:first-child:before {
    bottom: -100px !important;
}

.timeline-tab li.vc_tta-tab.vc_active a {
    color: #fff !important;
    padding: 20px !important;
    padding-top: 10px !important;
}

.timeline-tab ul.vc_tta-tabs-list li:first-child a {
    padding-top: 20px !important;
}
.timeline-tab li.vc_tta-tab:before{
    bottom: auto !important;
    top:-7px;
    /* right: 81% !important; */
    left: 47% !important;
}
.timeline-tab li.vc_tta-tab.vc_active:before {
    bottom:auto !important;
    top:-20px;
    left: 27% !important;
}


.timeline-tab ul.vc_tta-tabs-list li {
    overflow:visible !important;
    
}
body .timeline-tab .vc_general.vc_tta.vc_tta-tabs, body .timeline-tab .vc_tta-tabs-container {
    overflow: visible !important;
}
body .timeline-tab .vc_tta-tabs-container {
    display: block !important;
}
body .timeline-tab  .vc_tta-panel-heading {
    display:none !important;
}

.timeline-tab {
    background: linear-gradient(74.95deg, #3F5B74 .1%, #76ABDA 99.9%);
    padding-top: 50px;
    padding-bottom: 10px;
}

.icon-styl h3.aio-icon-title {
    font-size: 15px !important;
	line-height: 20px !important; }
section.about-sec4, section.about-sec5 {
    padding-top: 40px !important;
    padding-bottom: 0px;
}
section.vc_section.about-sec5 .vc_btn3-container.main-btn.orange-btn {
    text-align: left;
    margin-top: 30px;
}
.members-grid{
    grid-template-columns: repeat(1, 1fr);
}

section.vc_section.about-sec6{
    background-color: red;
    background: linear-gradient(180deg, #F0FAFF 0%, #F0FAFF 100%);
    padding: 20px !important; }
.blue-tex p {
    font-size: 18px; }
.orange-row .vc_col-sm-6:first-child {
    padding-left: 0px;
}

.orange-row h2.vc_custom_heading{
    font-size: 20px; }

.white-ul li{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px; }

.about-sec7 .wpb_single_image{margin-top: 40px;}

section.vc_section.about-sec7 {
    margin-bottom: 40px;
}

.footer-above .vc_column-inner {
    padding-left:0px;
    padding-right:0px;
}
section.footer-above h2.top-heading.white {
    font-size: 24px; }
section.footer-above {
    height: 380px;
}
	p br{
		display:none;
	}
.timeline-tab h2 {
	font-size: 60px; }
.timeline-tab h3{
	 font-size: 20px; }

}/*------------mobile end-----------------*/