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

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  height: auto;
}

.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;
}

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

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

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

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
	.small_sec_2 .small_business_icon {
    min-height: 240px !important;
}
	.technology_sec_2 .technology_cont {
    min-height: 223px !important;
}
	
.Training_sec_2 .Training_cont {
    min-height: 540px !important;
}
	.client-box {
    min-height: 1130px !important;
}
	.user_inoform {
    min-height: 552px;
}
	.research-box {
    height: 505px !important;
}
}
/*--------------------------------------------------------------
## 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%;
  }
}


#content.site-content {
    padding: 0 !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100% !important;
}

.entry-content {
    margin: 0 !important;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 35px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    font-weight: 500 !important;
    color: #003568;
    transition: all 0.5s ease-in-out;
}

.navbar-nav {
    border: 1px solid #ffffff14;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 15px;
    border-radius: 10px;
    backdrop-filter: blur(30px) saturate(120%);
    background: #ffffff14;
}


.header-btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #003568;
  background: #003568;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.header-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #001d3a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}

.header-btn a span {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.header-btn a:hover::before {
  transform: scaleX(1);
}

.header-btn a:hover {
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 53, 104, 0.4);
  border-color: #0056b3;
  transform: translateY(-2px);
}


header#masthead {
    padding-left: 60px !important;
    padding-right: 60px !important;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: unset !important;
    box-shadow: unset !important;
}

.banner-head-2 {
    text-transform: uppercase !important;
}

.banner-head-1 {
    border: 1px solid #ffffff14 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 279px !important;
    height: 50px !important;
    border-radius: 10px !important;
    backdrop-filter: blur(25px) saturate(120%);
    background: #ffffff14 !important;
}

.banner-btn-1 {
    background: #003568 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 18px !important;
    line-height: 18px !important;
    width: 193px !important;
    height: 60px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 10px !important;
}

.banner-btn-2 {
    font-size: 18px !important;
    line-height: 18px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    backdrop-filter: blur(25px) saturate(120%);
    background: #ffffff14 !important;
    width: 302px !important;
    height: 60px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

.about-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-top: 169px;
    padding-bottom: 168px;
}

.about-head-1 {
    text-transform: uppercase;
    border: 1px solid #ffffff00;
    background: #0035680f !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 193px;
    height: 50px;
    border-radius: 10px;
    padding: 0;
}

.about-head-2 {
    text-transform: uppercase;
    font-weight: bold;
}

.about-para p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #686868;
    width: 86%;
}

.about-btns {
    display: flex;
    align-items: center;
}

.ab-btn-1 a {
  position: relative;
  border: 1px solid #003568;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003568;
  width: 187px;
  height: 60px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Sliding darker overlay */
.ab-btn-1 a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #002448; /* darker navy shade */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
  z-index: -1;
}

/* Keep text above overlay */
.ab-btn-1 a span,
.ab-btn-1 a strong,
.ab-btn-1 a em {
  position: relative;
  z-index: 1;
}

/* Hover effect */
.ab-btn-1 a:hover::before {
  transform: scaleX(1);
}

.ab-btn-1 a:hover {
  color: #fff;
  border-color: #0056b3;
  background: #002448;
  box-shadow: 0 8px 20px rgba(0, 53, 104, 0.35);
  transform: translateY(-2px);
}

.ab-btn-1 {
    margin-right: 12px;
}

.ab-btn-2 a {
  position: relative;
  color: #003568;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #0000001f;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 302px;
  height: 60px;
  border-radius: 10px;
  background: #0035680f !important;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Sliding overlay (for dark blue fill effect) */
.ab-btn-2 a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #003568;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
  z-index: -1;
}

/* Text on top */
.ab-btn-2 a span,
.ab-btn-2 a strong,
.ab-btn-2 a em {
  position: relative;
  z-index: 1;
}

/* Hover: darken, lift, animate */
.ab-btn-2 a:hover::before {
  transform: scaleX(1);
}

.ab-btn-2 a:hover {
  color: #fff;
  border-color: #003568;
  box-shadow: 0 8px 20px rgba(0, 53, 104, 0.3);
  transform: translateY(-2px);
}


.about-cl-2 {
  border: 2px solid #0000001f;
  border-radius: 30px;
  background: #0035680f !important;
  padding-top: 72px;
  padding-left: 40px !important;
  padding-right: 60px !important;
  padding-bottom: 60px;
}

.about-head-3 {
    text-transform: uppercase;
    font-weight: bold;
}

.about-para-2 p {
    font-size: 16px;
    line-height: 26px;
    color: #686868;
}

.value-box {
  position: relative;
  margin-bottom: 0px !important;
  border: 2px solid #0000001f;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.5s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 1;
  min-height: 400px !important;
}

/* Before: shine overlay */
.value-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: all 0.7s ease;
  z-index: 2;
}

/* After: glowing border effect */
.value-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  z-index: 1;
}

/* On Hover */
.value-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 53, 104, 0.25);
  border-color: rgba(0, 53, 104, 0.25);
}

.value-box:hover::before {
  left: 130%;
}

.value-box:hover::after {
  border-color: #003568;
  box-shadow: 0 0 20px rgba(0, 53, 104, 0.4);
}


.value-box h2 {
    font-size: 24px;
    line-height: 24px;
    color: #0D2743;
    font-weight: bold;
    font-family: 'Inter';
}

.value-box p {
    font-size: 15px;
    line-height: 22px;
    color: #686868;
    display: -webkit-box;
}

.about-cl-2 .vc_column-inner {
    padding-right: 0px !important;
}

.event-sec {
    padding-left: 120px !important;
    padding-right: 120px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    position: relative !important;
    margin-bottom: 50px;
}

.event-sec:before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(images/event.png);
    width: 100%;
    height: 100%;
    left: 70px;
    background-repeat: no-repeat;
}
.event-para p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #686868;
    width: 60%;
    text-align: right;
    margin: 0 0 0 auto;
}

.event-flx {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #0000001f;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.5s ease;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

/* Shine animation */
.event-flx::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: all 0.7s ease;
  z-index: 2;
}

/* Border glow overlay */
.event-flx::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  z-index: -1;
}

/* Hover effect */
.event-flx:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 53, 104, 0.2);
  box-shadow: 0 20px 40px rgba(0, 53, 104, 0.25);
}

.event-flx:hover::before {
  left: 130%;
}

.event-flx:hover::after {
  border-color: #003568;
  box-shadow: 0 0 20px rgba(0, 53, 104, 0.35);
}


.event-date {
    background: #003568;
    padding-top: 27px;
    padding-bottom: 28px;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 5px;
}

.event-date i.fas.fa-calendar-alt {
    display: flex;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
}

.event-date span {
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Inter';
}

.event-con {
    width: 70%;
    margin-left: 40px;
}

.time-location {
    display: flex;
    align-items: center;
}

.event-con h2 {
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #0D2743;
    font-weight: bold;
    font-family: 'Bricolage Grotesque';
    margin-top: 0px !important;
}
.time i {
    color: #003568;
    margin-right: 5px;
}

.time {
    margin-right: 20px;
}

.time span.js-time {
    font-size: 16px;
    color: #686868;
    line-height: 30px;
    font-weight: 400;
}

.location i.fas.fa-map-marker-alt {
    color: #003568;
    margin-right: 5px;
}

.location span.js-location {
    font-size: 16px;
    color: #686868;
    line-height: 30px;
    font-weight: 400;
}

.event-con p {
    font-size: 16px;
    color: #686868;
    line-height: 30px;
    font-weight: 400;
    width: 86%;
    font-family: inter;
	display: none;
}

.event-box {
    margin-bottom: 20px !important;
}
.services-sec {
    padding-top: 70px !important;
    padding-bottom: 90px;
    padding-left: 120px !important;
    padding-right: 120px !important;
    position: relative !important;
    margin-top: 70px;
    margin-bottom: 50px;
}
.services-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 70px;
    background-image: url(images/service.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.service-btn a.vc_general {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  background: #003568 !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 60px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #003568;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

/* sliding overlay */
.service-btn a.vc_general::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #002448; /* darker navy overlay */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
  z-index: -1;
}

/* text layer stays on top */
.service-btn a.vc_general span,
.service-btn a.vc_general strong,
.service-btn a.vc_general em {
  position: relative;
  z-index: 1;
}

/* hover animation */
.service-btn a.vc_general:hover::before {
  transform: scaleX(1);
}

.service-btn a.vc_general:hover {
  color: #fff !important;
  border-color: #0056b3;
  background: #002448 !important;
  box-shadow: 0 8px 20px rgba(0, 53, 104, 0.35);
  transform: translateY(-2px);
}


.service-btn {
    display: flex !important;
    justify-content: end;
}

.services-box {
  position: relative;
  border: 1px solid #0000001f;
  padding: 40px 60px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

/* Light reflection overlay */
.services-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: all 0.7s ease;
  z-index: 2;
}

/* Background & border glow layer */
.services-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgba(0, 53, 104, 0);
  border: 1px solid transparent;
  transition: all 0.6s ease;
  z-index: -1;
}

/* Hover magic */
.services-box:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 25px 45px rgba(0, 53, 104, 0.25);
}

/* Shine slide */
.services-box:hover::before {
  left: 130%;
}

/* Glow border + subtle background tint */
.services-box:hover::after {
  border-color: #003568;
  background: rgba(0, 53, 104, 0.05);
  box-shadow: 0 0 25px rgba(0, 53, 104, 0.4);
}

/* Optional: smooth text fade-in animation */
.services-box:hover * {
  transform: translateY(-3px);
  transition: all 0.5s ease;
}


.services-con h2 {
    text-transform: uppercase;
    color: #0D2743;
    font-family: 'Inter';
    font-weight: bold;
}

.services-con p {
    font-size: 15px;
    line-height: 28px;
    color: #686868;
    font-family: 'Inter';
}

.services-con a {
    border: 1px solid #0000001f;
    background: #00356812;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 500;
    text-transform: uppercase;
    color: #003568;
}
.service-row {
    padding-top: 30px;
}

.img-1-box {margin-left: 50px;}

.text-box-1 {
    width: 80%;
    text-align: right;
}

.solution-box-1 {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #ffffff26;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 10px;
    backdrop-filter: blur(10px) saturate(120%);
    background: #ffffff14;
	min-height: 240px;
}
.text-box-1 p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.text-box-1 h2 {
    font-size: 24px;
    line-height: 34px;
    font-family: inter;
    color: #fff;
    text-transform: uppercase;
}

.solution-box-2 {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff26;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 10px;
    backdrop-filter: blur(20px) saturate(120%);
    background: #ffffff14;
	min-height: 240px;
}

.text-box-2 {
    width: 80%;
}

.img-2-box {
    margin-right: 40px;
}

.text-box-2 h2 {
    font-size: 24px;
    line-height: 34px;
    font-family: inter;
    color: #fff;
    text-transform: uppercase;
}

.text-box-2 p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.soulution-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-top: 80px !important;
    padding-bottom: 80px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.solution-head {
    border: 1px solid #ffffff14;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin: 0 auto;
    height: 50px;
    backdrop-filter: blur(20px) saturate(120%);
    background: #ffffff14;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: inter;
    font-weight: 400;
}

.solution-head-2 {
    text-transform: uppercase;
    width: 37%;
    margin: 0 auto;
    padding-bottom: 80px;
    margin-top: 20px !important;
}

.video-row {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
}

.video-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.video-head-1 {
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #0035680f !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 203px;
    height: 50px;
    border-radius: 10px;
    margin: 0 auto;
}

.video-head-2 {
    text-transform: uppercase;
    margin-top: 20px !important;
    margin-bottom: 60px !important;
}

.cources-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
    padding-left: 80px !important;
    padding-right: 80px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cources-sec .service-btn {
    justify-content: center !important;
}
.cources-img img {
    width: 100%;
}

.date p {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-family: 'Inter';
    margin-bottom: 0px !important;
}

.date {
    position: absolute;
    border: 1px solid #003568;
    background: #003568;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    left: 15px;
    bottom: 10px;
}

.date i.fas.fa-calendar-alt {
    margin-right: 10px;
}

.cources-con h2 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Inter';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.cources-con p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 400;
}

.main-dv {
    display: flex;
    align-items: center;
}

.time-text p {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: 'Inter';
}

.time-text i.far.fa-clock {
    margin-right: 10px;
}

.location p {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: 'Inter';
}

.time-text i.fas.fa-map-marker-alt {
    color: #fff;
}

.main-dv i.fas.fa-map-marker-alt {
    color: #fff;
    margin-right: 10px;
    margin-left: 20px;
}

.price p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 600;
    margin-top: 30px;
}

.cource-box {
    border: 1px solid #ffffff5c;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    backdrop-filter: blur(20px) saturate(120%);
    background: #ffffff14;
}

.cources-img {
    position: relative;
}
.course-head-2 {
    text-transform: uppercase;
    padding-bottom: 50px;
}
.involved-sec {
    padding-top: 80px !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-row {
    backdrop-filter: blur(20px) saturate(120%);
    background: #ffffff14;
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 10px;
    border: 1px solid #ffffff26;
}

.involved-head-1 {
    border: 1px solid #ffffff14;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    backdrop-filter: blur(10px) saturate(120%);
    background: #ffffff03;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: inter;
    font-weight: 400;
    line-height: 16px !important;
}

.involved-head-2 {
    text-transform: uppercase;
    width: 70%;
}

.involved-para p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: inter;
    font-weight: 400;
    width: 69%;
}

.involved-btn a.vc_general {
    font-size: 18px;
    line-height: 18px;
    background: #003568 !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 189px;
    height: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.ContactForm label {
    font-size: 18px;
    font-family: 'Inter';
    color: #fff;
}

.ContactForm input.wpcf7-form-control {
    height: 60px;
    background: #ffffff0a;
    border: unset !important;
    border-radius: 10px;
}

.ContactForm textarea.wpcf7-form-control {
    height: 120px;
    background: #ffffff0a;
    border: unset !important;
    border-radius: 10px;
}

.ContactForm textarea.wpcf7-form-control::placeholder {
    color: #fff;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 400;
}

.ContactForm input.wpcf7-form-control::placeholder {
    color: #fff;
    font-weight: 400;
    padding-left: 15px;
}

.main-txt {
    display: flex;
    align-items: center;
}

span.wpcf7-form-control.wpcf7-checkbox.form-control {
    background: unset !important;
    border: unset !important;
}

.check p {margin-bottom: 0px !important;}

.form-btn p {
    margin-bottom: 0px !important;
}

input[type="checkbox"] {
    width: 40px;
    height: 40px;
    border: unset !important;
    margin-right: 0px;
}

.check label {
    display: flex;
}

.check span.wpcf7-list-item-label {
    font-size: 14px;
    width: 55%;
}

span.wpcf7-spinner {
    display: none;
}

.form-btn .btn.btn-primary {
    font-size: 18px;
    line-height: 18px;
    background: #003568 !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 189px;
    height: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-sec {
    padding-top: 80px !important;
    padding-left: 120px !important;
    padding-right: 120px !important;
    padding-bottom: 80px;
    position: relative !important;
    margin-top: 70px;
    margin-bottom: 70px;
}

div#comments {
    display: none;
}
.user_profile {
    position: relative;
}

.user_profile img {
    width: 100%;
    height: 256px !important;
    border-radius: 5px;
    object-fit: cover;
}

.text-blog p {
    position: absolute;
    border: 1px solid #003568;
    background: #003568;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 5px;
    left: 15px;
    bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.main-blog-text {
    display: flex;
    align-items: center;
    margin-top: 36px;
}

.time-text-2 p {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.admin-text {
    margin-right: 10px;
}

.admin-text i.fas.fa-user {
    color: #003568;
    margin-right: 10px;
}

.time-text-2 i.far.fa-clock {
    color: #003568;
    margin-right: 10px;
}

.user-data h4.user_name {
    font-size: 21px;
    line-height: 30px;
    color: #0D2743;
    font-family: 'Inter';
    text-transform: uppercase;
}

.user-data p.user_excerpt {
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-family: 'Inter';
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user-data a {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #003568;
    text-decoration: none;
}

.user_info_wrapper {
  position: relative;
  border: 1px solid #fff;
  background: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  z-index: 1;
  margin-top: 30px;
}

/* Shine animation */
.user_info_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: all 0.7s ease;
  z-index: 2;
}

/* Glow border overlay */
.user_info_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  z-index: -1;
}

/* Hover effect */
.user_info_wrapper:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 35px rgba(0, 53, 104, 0.2);
}

.user_info_wrapper:hover::before {
  left: 130%;
}

.user_info_wrapper:hover::after {
  border-color: #003568;
  box-shadow: 0 0 15px rgba(0, 53, 104, 0.25);
}

/* Optional: smooth content lift */
.user_info_wrapper:hover * {
  transform: translateY(-2px);
  transition: all 0.4s ease;
}

.blog-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 70px;
    width: 100%;
    height: 100%;
    background-image: url(images/blog.png);
    background-repeat: no-repeat;
}

.contact-sec {
    padding-top: 59px !important;
    padding-bottom: 59px;
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.contact-head {
    text-transform: uppercase;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.main-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-phone i.fas.fa-phone-alt {
    border: 1px solid #ffffff38;
    width: 90px;
    text-align: center;
    height: 90px;
    padding-top: 23px;
    font-size: 42px;
    color: #fff;
    border-radius: 100%;
    background: #ffffff12;
    margin-right: 10px;
}

.mail-icon i.fas.fa-envelope {
    border: 1px solid #ffffff38;
    width: 90px;
    text-align: center;
    height: 90px;
    padding-top: 23px;
    font-size: 42px;
    color: #fff;
    border-radius: 100%;
    background: #ffffff12;
    margin-right: 30px;
}

.icon-phone {
    margin-right: 80px;
    font-size: 30px;
    color: #fff;
    font-family: 'Bricolage Grotesque';
}

.mail-icon {
    margin-right: 80px;
    font-size: 30px;
    color: #fff;
    font-family: 'Bricolage Grotesque';
}

.contact-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}

div#footer-widget {
    background-image: url(images/footer.png);
    padding-top: 80px;
    padding-bottom: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 80px;
    padding-right: 80px;
}

div#footer-widget h3.widget-title {
    margin-top: 0px;
    font-size: 22px;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bricolage Grotesque';
    font-weight: 500;
}

.ft-2 a {
    font-size: 16px;
    line-height: 38px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}

.ft-3 a {
    font-size: 16px;
    line-height: 38px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}

.ft-4 p {
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.ft-4 a {
    color: #fff;
    text-decoration: none;
}

.ft-4 p {
    margin-bottom: 10px;
}

.ft-4 {
    padding-left: 150px;
}

.ft-3 {
    padding-left: 120px;
}

.ft-2 {
    padding-left: 110px;
}

.ft-1 p {
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.footer-icons {
    display: flex;
    align-items: center;
}

.icon-1 {
    border: 1px solid #ffffff59;
    display: flex;
    margin-right: 16px;
    width: 34px;
    justify-content: center;
    height: 34px;
    align-items: center;
    border-radius: 100%;
    background: #ffffff24;
}

.icon-1 a {
    color: #fff;
    text-decoration: none;
}
body:not(.theme-preset-active) footer#colophon {
    background: unset !important;
    margin-top: -100px;
    padding-left: 80px;
    padding-right: 80px;
}

.site-main-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff24;
}

.site-info-2 ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0px !important;
}

.site-info-2 li {
    margin-right: 20px;
    font-size: 16px;
    line-height: 38px;
    text-decoration: none;
    color: #fff;
}

.site-info p {
    font-size: 16px;
    line-height: 38px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 0px;
}

.site-info {
    margin-top: 20px;
}

.site-info-2 {
    margin-top: 20px;
}
.tec_img img {
    height: 550px !important;
    object-fit: cover !important;
}
.tec_img {
    display: flex !important;
    justify-content: center !important;
}
.exec_img .vc_single_image-img {
    height: 600px;
    object-fit: contain;
}
.ed_img .vc_single_image-img {
    height: 600px;
    object-fit: cover;
}
.bus_img .vc_single_image-img {
    height: 600px;
    object-fit: contain;
}
.man_img  .vc_single_image-img {
    width: 80%;
}
@media only screen and (max-width: 1710px){
.icon-phone {
    margin-right: 50px !important;

}	
.mail-icon {
    margin-right: 20px !important;

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


 .about-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

section.event-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.event-sec:before {
    background-size: 97% 100% !important;
    left: 30px !important;
}

.event-date {
    padding-left: 39px !important;
    padding-right: 39px !important;
}

section.cources-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

section.services-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.services-sec:before {
    left: 30px !important;
    background-size: 96% 100% !important;
}

.about-head-2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.course-head-2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.solution-head-2 {
    width: 47% !important;
    font-size: 40px !important;
    line-height: 50px !important;
}

section.soulution-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.text-box-1 p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-head-2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.form-row {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.involved-head-2 {
    width: 80% !important;
}

section.blog-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.blog-sec:before {
    background-size: 96% 100% !important;
    left: 30px !important;
}

.contact-sec {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.contact-head {
    font-size: 40px !important;
    line-height: 50px !important;
}

div#footer-widget {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

body:not(.theme-preset-active) footer#colophon {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.icon-phone {
    font-size: 25px !important;
}
.cources-con h2 {
    font-size: 20px !important;
}

.banner-btn-1 {
    width: 163px !important;
    height: 50px !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

.banner-btn-2 {
    width: 272px !important;
    height: 50px !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

.services-con p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-con h2 {
    font-size: 20px !important;
}



section.video-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
	
.custom-breadcrumb h2 {
    font-size: 45px !important;
    line-height: 60px !important;
}	
	.about-page-row .value-box {
    min-height: 280px;
}
	.solution-box-2 {
    min-height: 230px;
}
	.solution-box-1 {
    min-height: 230px;
}
	.user_inoform {
    min-height: 551px;
}
	.about-page-row .value-box{
    min-height: 280px;
}
	.technology_sec_2 .technology_cont {
		min-height: 140px;
		padding: 30px !important;
	}
	.Training_sec_2 .Training_cont {
		min-height: 430px;
	}
	.support-boxes {
		height: 333px !important;
	}
	.client-box {
		height: 855px !important;
	}
	.research-box {
    height: 410px !important;
}
	
.Training_sec_3 .workshop_cont {
    height: 400px !important;
}
    .icon-phone {
        font-size: 24px !important;
        margin-right: 24px ! IMPORTANT;
    }
.icon-phone {
    margin-right: 38px !important;

}
.mail-icon {
    margin-right: 20px !important;

}
}

@media only screen and (max-width: 1600px) {
	
.research-box {
    height: 440px !important;
}	
.col_sh .vc_column-inner >.wpb_wrapper {
    padding: 30px 40px !important;
    min-height: 240px !important;
}
.mail-icon {
    margin-right: 15px;
}
}

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


  header#masthead {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.banner-btn-1 {
    width: 143px !important;
    height: 50px !important;
    font-size: 15px !important;
}

.banner-btn-2 {
    width: 252px !important;
    height: 50px !important;
    font-size: 15px !important;
}

.about-head-3 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.about-cl-2 {
    padding-left: 10px !important;
    padding-right: 40px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.value-box {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.value-box p {
    font-size: 14px !important;
}

.about-head-2 {
    font-size: 28px !important;
    line-height: 40px !important;
}

.ab-btn-1 a {
    font-size: 16px !important;
    line-height: 16px !important;
}

.ab-btn-2 a {
    font-size: 16px !important;
    line-height: 16px !important;
}

section.about-sec {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.event-con h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 0;
}

.event-date {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 25%;
}

.event-date i.fas.fa-calendar-alt {
    font-size: 30px !important;
}

.event-date span {
    font-size: 15px !important;
}

.event-con p {
    font-size: 15px !important;
}

.event-flx {
    padding-left: 20px !important;
	min-height: 281px !important;
}

.event-con {
    width: 64% !important;
}

.cources-con p {
    font-size: 15px !important;
}

section.cources-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.services-con h2 {
    font-size: 18px !important;
}

.text-box-2 h2 {
    font-size: 18px !important;
}

.text-box-1 h2 {
    font-size: 18px !important;
}

.text-box-1 {
    width: 66% !important;
}


.involved-sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.involved-head-2 {
    width: 90% !important;
    font-size: 40px !important;
    line-height: 50px !important;
}

.involved-para p {
    font-size: 15px !important;
}

.icon-phone {
    font-size: 18px !important;
}

.mail-icon {
    font-size: 18px !important;
}

.icon-phone i.fas.fa-phone-alt {
    width: 80px;
    height: 80px !important;
    font-size: 32px !important;
}

.mail-icon i.fas.fa-envelope {
    width: 80px !important;
    height: 80px !important;
    font-size: 32px !important;
}

.contact-head {
    font-size: 30px !important;
    line-height: 40px !important;
}

.ft-4 {
    padding-left: 70px !important;
}

.ft-3 {
    padding-left: 80px !important;
}

.user-data h4.user_name {
    font-size: 20px !important;
}

.user-data a {
    font-size: 18px !important;
}
	
section.vision-page-sec {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
	
section.core-sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	
section.solution-sec-page {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	
.sol-head-2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
	
.Talent_Sec h2 {
    font-size: 30px !important;
    line-height: 45px !important;
}

section.vc_section.Talent_Sec {
    padding: 50px !important;
}
	
.Small_business_sec .vc_col-sm-12 p {
    width: 80% !important;
}

.Small_business_sec h2 {
    font-size: 30px !important;
    line-height: 45px !important;
}

section.vc_section.Small_business_sec {
    padding: 50px !important;
}

section.vc_section.small_sec_2 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
	
    .custom-breadcrumb h2 {
        font-size: 35px !important;
        line-height: 50px !important;
}	
.business_plan_sec h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

section.business_plan_sec {
    padding: 50px !important;
}
	
section.career-page-sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}	
section.client-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	.client-box h3 {
    font-size: 22px !important;
}
section.support-sec-page {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
	
section.faq-sec-page {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
	
.ContactForm-1 {
    width: 80% !important;
}

.contact-para-page p {
    width: 66% !important;
}

section.contact-page-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}	
	.Training_sec_2 .Training_cont {
    min-height: 469px;
}
	.Training_sec_3 .workshop_cont {
    min-height: 375px !important;
}
	.research-box {
    height: 440px !important;
}
	.client-box {
    min-height: 920px !important;
}
	.support-boxes {
    min-height: 330px;
}
.box-solut {
    padding: 30px 30px !important;
    width: 235% !important;
    margin-top: 20px !important;
}
.box-solut h2 {
    font-size: 40px;
}
.elementor-icon-list-items li i {
    margin-right: 12px !important;
    font-size: 12px !important;
}
    .technology_sec_2 .technology_cont {
        min-height: 125px !important;
        padding: 25px ! IMPORTANT;
    }
.small_sec_2 .small_business_icon {
    padding: 25px !important;

}
}

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


  .event-con {
    width: 75% !important;
    margin-left: 25px;
}
.services-con h2 {
    font-size: 16px !important;
}

.text-box-1 {
    width: 61% !important;
}

section.video-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.about-sec .about-para-2 {
    margin-bottom: 25px !important;
}
.value-box p {
    margin-bottom: 0 !important;
}
.value-box h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.time span.js-time {
    font-size: 15px;
}
.location span.js-location {
    font-size: 15px;
}
.event-sec:before {
    left: 20px !important;
}
.event-para p {
    width: 80%;
}
.cources-con h2 {
    padding: 0;
}
.cource-box {
    padding: 15px 15px 0 15px;
}
.price p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.services-box {
    padding: 30px 40px;
}
.solution-head-2 {
    margin-bottom: 0;
    padding-bottom: 70px;
}
.solution-box-2 {
    padding: 25px;
}
.img-1-box {
    margin-left: 30px;
}
.text-box-1 {
    width: 80% !important;
}
.core-head {
    font-size: 30px !important;
    line-height: 40px !important;
}
.raw_executive:before {
    content: '' !important;
    border-bottom: 1px solid #00000066 !important;
    width: 80%;
    position: absolute;
    left: 120px !important;
    bottom: 0;
}	
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 14px !important;
}	
	.Training_sec_2 .Training_cont {
        min-height: 490px;
    }
	    .research-box {
        height: 470px !important;
    }
	    .client-box {
        min-height: 1020px !important;
    }
	.support-boxes {
    min-height: 358px;
}
.col_sh .vc_column-inner >.wpb_wrapper {
    padding: 30px 30px !important;
    min-height: 245px !important;

}
.box-solut {
    padding: 30px 30px !important;
    width: 265% !important;
    margin-top: 20px !important;
}
.Goal p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.Goal p a {
    font-size: 16px !important;
    line-height: 26px !important;
}
.icons-con img {
    width: 80px;
    height: 80px;
}
.icons-con {
    padding-left: 20px !important;
	gap: 10px !important;

}
.Training_sec_2 .col-img .vc_column-inner > .wpb_wrapper {
    padding: 20px !important;
}
.Training_sec_2  .workshop_cont img {
    width: unset !important;
}

.blog-page {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
}
.icon-phone {
    margin-right: 35px !important;
}
.Lead_txt {
    font-size: 40px !important;
    padding-bottom: 10px !important;
}
.Leader_ship p {
    font-size: 15px !important;
}
.lead-1 {
    width: 35px !important;
    height: 35px !important;
}
}


@media only screen and (max-width: 1280px) {
.logo_head {
    font-size: 40px !important;
}
.col-support-one .vc_column-inner > .wpb_wrapper {
    padding: 20px;
}
.support-para {
    margin: 0;
}
.support-para p {
    font-size: 16px;
}
section.support-sec-page img {
    height: 580px !important;
    width: 600px !important;
}
.raw-teacher {
    padding-top: 30px !important;
}
.raw-teacher h3 {
    font-size: 40px !important;
}
section.vc_section.Talent_Sec {
    padding-bottom: 0 !important;
}
.tale_SeC_second {
    padding-top: 30px !important;
}
.Author_sec {
    padding-top: 20px !important;
}

.elementor-icon-list-items li i {
    padding: 10px 20px 10px 10px !important;
}
section.solution-sec-page {
    padding-top: 50px !important;
}
.solution-box-0000 p {
    font-size: 17px;
}
.logo_head {
    font-size: 40px !important;
    line-height: 50px !important;
}
.cor_sec_thre p {
    font-size: 15px;
    line-height: 28px;
}
.cor_sec_thre .vc_row {
    padding-top: 20px !important;
}
.contact-frm span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
}
.elementor-icon-list-items li i {
    margin-right: 10px;
}
.elementor-icon-list-items li {
    font-size: 16px;
}
.col-support .vc_column-inner > .wpb_wrapper {
    padding: 15px;
}
	.small_sec_2 .small_business_icon {
    padding: 15px;
    min-height: 130px;
}
.icons-con {
    padding-left: 20px !important;
	gap: 10px !important;

}
.Goal p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.Goal p a {
    font-size: 16px !important;
    line-height: 26px !important;
}
.icons-con img {
    width: 80px;
    height: 80px;
}
.col_sh .vc_column-inner >.wpb_wrapper {
      padding: 30px 20px !important;
      min-height: 230px !important;

}	
  header#masthead {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 14px !important;
}
.header-btn a {
    font-size: 15px !important;
    width: 157px !important;
}
.banner-btn-1 {
    width: 103px !important;
    height: 40px !important;
    font-size: 13px !important;
}
.banner-btn-2 {
    width: 212px !important;
    height: 40px !important;
    font-size: 14px !important;
}
section.about-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.about-head-3 {
    font-size: 27px !important;
    line-height: 37px !important;
}
.raw_executive:before {
    content: '' !important;
    border-bottom: 1px solid #00000066 !important;
    width: 80%;
    position: absolute;
    left: 120px !important;
    bottom: 0;
}
.value-box h2 {
    font-size: 15px !important;
}
.value-box img {
    width: 100% !important;
}
section.event-sec {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.event-sec:before {
    background-size: 100% 100% !important;
    left: 0px !important;
}
.event-para p {
    width: 90% !important;
}
.event-con p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px !important;
}
.event-con h2 {
    font-size: 18px !important;
    line-height: 29px !important;
}
.time-text p {
    font-size: 13px !important;
}
.cources-con h2 {
    font-size: 16px !important;
}
.cources-con p {
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.date p {
    font-size: 13px !important;
}
.price p {
    font-size: 16px !important;
}
.service-btn a.vc_general {
    font-size: 15px !important;
    line-height: 15px !important;
    width: 169px !important;
    height: 50px !important;
}
.course-head-2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.services-con p {
    -webkit-line-clamp: 2;
}

.services-img img {
    width: 40% !important;
}

.services-con a {
    font-size: 15px !important;
    line-height: 15px !important;
    width: 140px !important;
    height: 40px !important;
}
.services-con h2 {
    font-size: 14px !important;
}
.solution-head-2 {
    width: 47% !important;
    font-size: 30px !important;
    line-height: 40px !important;
}
section.soulution-sec {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.text-box-2 h2 {
    font-size: 16px !important;
}
.text-box-2 p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-box-1 {
    width: 75% !important;
}
.video-head-2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.form-row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.involved-head-2 {
    width: 90% !important;
    font-size: 30px !important;
    line-height: 40px !important;
}
.check span.wpcf7-list-item-label {
    width: 70% !important;
}
.form-btn .btn.btn-primary {
    font-size: 15px;
    line-height: 15px;
    width: 169px !important;
    height: 50px !important;
}

.text-blog p {
    padding-left: 10px;
    padding-right: 10px;
}

.user-data h4.user_name {
    font-size: 16px !important;
}

.user-data p.user_excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.contact-head {
    font-size: 25px !important;
    line-height: 30px !important;
}

.icon-phone {
    font-size: 15px !important;
}

.mail-icon {
    font-size: 15px !important;
}

.icon-phone {
    margin-right: 50px;
}

.ft-4 {
    padding-left: 30px !important;
}

.ft-3 {
    padding-left: 60px !important;
}

.ft-4 p {
    font-size: 15px !important;
}

div#footer-widget {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

body:not(.theme-preset-active) footer#colophon {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.ft-1 p {
    font-size: 14px !important;
}
.Training_sec_2 .Training_cont {
    min-height: 540px;
}
.small_sec_2 .small_business_icon {
    /* min-height: 230px; */
}
.support-boxes {
    min-height: 350px;
}
.client-box {
    min-height: 1100px !important;
}

	.research-box h2 {
    margin-top: 0px !important;
}
.box-solut {
    padding: 30px 30px !important;
    width: 265% !important;
    margin-top: 20px !important;
}
.technology_sec_2 .technology_cont {
    padding: 15px !important;
    min-height: 100px !important;
}
.icons img {
    width: 70px !IMPORTANT;
    height: 70px !important;
	object-fit: contain !important;
}
.icons h3 {
    margin-top: 0 !important;
}
.Lead_txt {
    font-size: 40px !important;
    padding-bottom: 10px !important;
}
.Leader_ship p {
    font-size: 15px;
}
.lead-1 {
    width: 35px;
    height: 35px;
}
}
.custom-breadcrumb {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 150px;
    position: relative;
    z-index: -1;
}

.custom-breadcrumb h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    color: #fff;
    text-transform: uppercase;
}

p.breadcrumb-trail {
    color: #fff;
    font-size: 17px;
}

.custom-breadcrumb a {
    text-decoration: none;
    color: #fff;
}

.custom-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
    z-index: -1;
}

.about-para h4 {
    font-size: 22px;
    line-height: 34px;
}

.about-page-row {
    padding-top: 50px;
}

.about-page-row .value-box {
    min-height: 270px;
}

.page-row-2-ab {
    padding-top: 50px;
}

.partner-img img {
    border-radius: 20px;
}

section.about-page-sec {
    padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.vision-page-para p {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    width: 70%;
    color: #fff;
    line-height: 34px;
}

.vision-page-sec {
    padding-top: 200px !important;
    padding-bottom: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.deversity-para p {
    font-size: 16px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    color: #686868 !important;
    text-align: left !important;
    width: unset !important;
}

.deversity-row {
    padding-top: 50px;
}

.leader-ship-para {
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    width: 25%;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 30px #0000001c;
}

.leader-ship-para img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.leader-ship-para a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #003568;
    background: #003568;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s 
ease;
}

.leader-ship-para p {
    margin-bottom: 10px;
}

.dropdown-menu li {
    text-transform: uppercase;
}

.menu-item:hover> ul.dropdown-menu {
    display: block;
 transition: all 0.5s ease-in-out;
}
.menu-item ul.dropdown-menu {
    display: none;
    transition: all 0.5s ease-in-out;
}

.core-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.core-services-box {
    border: 1px solid #fff;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 10px 20px #0000002e;
    border-radius: 20px;
}

.core-head p {
    font-size: 16px;
    line-height: 32px;
    font-family: 'Inter';
    max-height: 200px; /* scroll visible rahe */
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #001d3a #e6eef7;
}

.core-head p::-webkit-scrollbar {
    width: 10px;
}

.core-head p::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #f4f8fc 0%, #e6eef7 100%);
    border-radius: 10px;
}

.core-head p::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #003366 0%, #001d3a 100%);
    border-radius: 10px;
    border: 2px solid #f4f8fc;
    transition: all 0.3s ease;
}

.core-head p::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #004080 0%, #00264d 100%);
    border: 2px solid #dce6f2;
}


.wp-video {
    margin-top: 0px;
}

.core-head h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
}

.core-box-2 {
    border: 1px solid #fff;
    background: #fff;
    padding: 30px;
    min-height: 260px;
    box-shadow: 0px 10px 20px #00000059;
    border-radius: 15px;
    display: flex;
    align-items: baseline;
}

.core-num {
    display: flex;
    align-items: center;
    border: 1px solid #113666;
    width: 50px;
    justify-content: center;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    background: #113666;
    color: #fff;
    margin-right: 30px;
}

.core-btn {
    display: flex !important;
    justify-content: center;
}

.core-btn a.vc_general {
    font-size: 16px;
    line-height: 16px;
    background: #1a3764 !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 60px;
}
.sec_james .core-james-box {
    border: 1px solid #fff;
    padding: 30px;
    background: #F3F3F3;
    box-shadow: 0px 10px 20px #0000002e;
    border-radius: 10px;
    width: 500px;
    margin-left: 100px;
    margin-top: -100px !important;
    position: relative;
    z-index: 9999;
}

.icon ul {
    display: flex;
    gap: 10px;
    font-size: 24px;
    padding-left: 0px !important;
}

.icon li {
    list-style: none;
}

.icon a {
    color: #00000085;
}

.sec_james p {
    font-size: 18px;
    line-height: 34px;
}
.sec_james img {
    width: 100%;
}
.icon {
    display: flex;
    gap: 10px;
    font-size: 24px;
    margin-top: 10px;
}
.head-row {
    padding-top: 50px;
    padding-bottom: 30px;
}

.core-box-row {
    padding-bottom: 50px;
}

.solution-sec-page {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.solution-box-0000 p {
    font-size: 18px;
    line-height: 32px;
}

.solution-box-0000 li {
    list-style: none;
    display: flex;
    font-size: 18px;
    line-height: 32px;
}

.solution-box-0000 i {
    margin-right: 10px;
}

.solution-box-0000 ul {
    padding-left: 0px !important;
}

.research-box {
    background-color: #F2F5F7; /* Normal white background */
    color: #001d3a; /* Text color */
    border: 2px solid #0035681c; /* Subtle border */
    border-radius: 12px;
    padding: 30px;
    transition: all 0.4s ease;
    cursor: pointer;
    text-align: center;
    height: 380px;
    padding: 80px 80px;
    min-height: 500px;
}

/* Hover effect */
/* .research-box:hover {
    background-color: #003568; /* Hover color */
    color: #ffffff; /* Text turns white */
    box-shadow: 0 8px 25px rgba(0, 29, 58, 0.3);
    transform: translateY(-6px) scale(1.03);
} */

.research-box p {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #686868 !important;
    text-align: justify;
}

/* .research-box:hover h2.back-title {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.research-box:hover p {
    color: #fff;
    transition: all 0.5s ease-in-out;
} */

.sol-para p {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Inter';
    text-align: center;
}

.project-box {
    background-color: #ffffff; /* Default white background */
    color: #001d3a; /* Text color */
    border: 2px solid #001d3a; /* Deep navy border */
    border-radius: 14px;
    padding: 30px 25px;
    box-shadow: 0 4px 20px rgba(0, 29, 58, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Smooth gradient overlay hover effect */
.project-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #003568;
    transition: all 0.5s ease;
    z-index: 0;
}

/* Hover effect */
.project-box:hover::before {
    left: 0;
}

/* Hover text & subtle motion */
.project-box:hover {
    color: #ffffff;
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 29, 58, 0.25);
}

/* Keep content above the overlay */
.project-box * {
    position: relative;
    z-index: 1;
}
.project-box:hover h2 {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.project-box:hover img {
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.pro-row {
    padding-bottom: 40px;
    padding-top: 40px;
}

ul.dropdown-menu {
    width: 350px !important;
}

/*** Talent Acquisition ***/
section.vc_section.Talent_Sec {
    padding: 100px;
}
.Talent_Sec h2 {
    padding: 0;
    margin-bottom: 41px;
}
.Talent_Sec p {
    font-size: 16px;
    line-height: 28px;
}
.Talent_Sec h3 {
    padding: 0;
    margin-bottom: 20px;
}
.Talent_Sec ul {
    padding-left: 20px;
    margin-bottom: 20px !important;
}
.Talent_Sec ul li {
    font-size: 16px;
    line-height: 30px;
}
.Talent_Sec p b {
    font-size: 20px;
    color: #000;
}
.Talent_form .form-control {
    height: 50px;
    border: 1px solid #00000030;
    border-radius: 5px;
    font-size: 16px;
    color: #0000005e;
}
.Talent_form .form-control::placeholder {
    font-size: 16px;
    color: #0000005e;
}
.Talent_form input[type="checkbox"] {
    height: unset;
    width: unset;
    margin-right: 10px;
}
.Talent_form .wpcf7-list-item {
    margin-left: 0 !important;
}
.Talent_form .btn-primary {
    background: #003568;
    color: #fff;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1;
    border-radius: 5px;
    padding: 16px 30px;
}
.Talent_form .last_one {
    text-align: center;
}
.Talent_form .last_one p {
    margin: 0 !important;
}
.Talent_form {
    padding-top: 80px;
}
section.vc_section.book_sec {
    padding: 100px !important;
}
/* .book_sec img {
    width: 100%;
    height: 500px !important;
    box-shadow: 8px 8px 10px 5px rgba(0,0,0,0.5);
    transition: all 0.5s;
} */
.book_sec img:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}
.book_sec .service-btn {
    justify-content: center !important;
}
.book_sec .service-btn a.vc_general {
    width: unset;
    font-size: 16px;
}
.Author_sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Author_sec .author_info {
    width: 90%;
    margin: 0 auto;
    background: #F2F5F7;
    border-radius: 20px;
    padding: 100px;
}
.Author_sec .author_info h3 {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px;
}
.Author_sec .author_info p {
    font-size: 16px;
    line-height: 30px;
}
.Author_sec .author_info a {
    font-size: 16px;
    line-height: 18px;
    background: #003568 !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 70px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.4s ease;
    margin: 0 auto;
    display: inline-block;
    padding: 18px 24px;
}
.business_plan_sec h2 {
    padding: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.business_plan_sec {
    padding: 100px !important;
}
.business_plan_sec p {
    font-size: 16px;
    line-height: 30px;
    width: 80%;
    margin: 0 auto 40px !important;
}
.business_plan_sec h3 {
    margin-bottom: 0;
    margin-top: 50px;
}
.Small_business_sec {
    padding: 100px !important;
}
.Small_business_sec h2 {
    padding: 0;
    margin-bottom: 30px;
}
.Small_business_sec p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.Small_business_sec .vc_col-sm-12 p {
    width: 60%;
    margin: 0 auto;
}
.small_sec_2 {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-bottom: 70px;
}
.small_sec_2 .small_business_icon {
    margin-bottom: 40px !important;
    box-shadow: 0 0px 10px 10px #00000012;
    padding: 40px;
    border-radius: 10px;
}
.small_business_icon h3 {
    margin-top: 30px !important;
    font-size: 22px !important;
    color: #000 !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
}
}
.small_business_icon p {
    margin: 0;
}
.small_business_icon img {
    width: 20%;
}
section.vc_section.Training_sec {
    padding: 100px !important;
    text-align: center;
}
.Training_sec h2 {
    padding: 0;
    margin-bottom: 30px;
}
.Training_sec p {
    font-size: 16px;
    line-height: 30px;
}
section.vc_section.Training_sec_2 {
    padding: 100px 100px 60px 100px !important;
}
.Training_sec_2 .Training_cont {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px !important;
}
.Training_sec_2 .Training_cont p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
.Training_sec_2 .Training_cont  h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    min-height: 66px;
}
.Training_sec_2 .Training_cont img {
    width: 20%;
}
.Training_sec_2 .Training_cont p:last-child {
    min-height: 156px;
}
section.vc_section.Training_sec_3 {
    padding: 100px !IMPORTANT;
}
.Training_sec_3 h2 {
    padding: 0;
    margin-bottom: 30px;
}
.Training_sec_3 .workshop_cont {
    background: #eff2f7;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 30px !important;
}
.Training_sec_3 .workshop_cont p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
.Training_sec_3 .workshop_cont h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    color: #000;
    font-size: 25px;
    line-height: 1.5;
}
.Training_sec_3 .workshop_cont img {
    width: 20%;
}
.Training_sec_3 p strong {
    font-size: 20px;
    color: #000;
    line-height: 36px;
}
section.vc_section.technology_sec {
    padding: 100px !important;
}
.technology_sec h2 {
    padding: 0;
    margin-bottom: 30px;
}
.technology_sec p {
    font-size: 16px;
    line-height: 30px;
}
section.vc_section.technology_sec_2 {
    padding: 0 100px 70px !important;
}
.technology_sec_2 h2 {
    text-transform: uppercase !important;
    padding: 0;
    margin-bottom: 50px;
}
.technology_sec_2 .technology_cont {
    background: #eff2f7;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 30px !important;
}
.technology_sec_2 .technology_cont p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
.technology_sec_2 ..technology_sec_2 .technology_cont h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    color: #000;
    font-size: 25px;
    line-height: 1.5;
}
.technology_sec_2 .technology_cont img {
    width: 20%;
}

.support-sec-page {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 100px;
    padding-bottom: 80px;
}
.support-para p {
    font-size: 16px;
    line-height: 34px;
    color: #686868;
}
.support-boxes {
    border: 1px solid #fff;
    min-height: 300px;
    padding: 50px;
    background: #fff;
    /* box-shadow: 0px 10px 30px #00000024; */
    border-radius: 10px;
    background: #F2F5F7;
}

.support-boxes h2.back-title {
    font-size: 25px;
    line-height: 35px;
    color: #0D2743;
}

.support-boxes a {
    color: #003568;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.support-ul ul {
    list-style: none;
    padding-left: 0 !important;
}

.support-ul i.fas.fa-check {
    margin-right: 18px;
}

.support-ul li {
    font-size: 17px;
    line-height: 34px;
    color: #000;
}

.support-page-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.client-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.client-head {
    text-align: center !important;
}

.client-para p {
    text-align: center;
    font-size: 17px;
    line-height: 34px;
}

.client-box {
    border: 1px solid #fff;
    min-height: 780px;
    padding: 40px;
    box-shadow: 0px 10px 20px #00000033;
    border-radius: 10px;
}

.client-box h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.client-box p {
    font-size: 17px;
    line-height: 34px;
    color: #000;
}

.client-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-post div#main {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    background: #113666 !important;
    color: #fff !important;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    transition: all 0.5s ease-in-out;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    background: unset !important;
    border-color: #113666;
    color: #113666;
    transition: all 0.5s ease-in-out;
}

.blog-page:before {
    display: none;
}

.time-text-2 i.fas.fa-calendar-week {
    color: #003568;
    margin-right: 10px;
}

.career-page-sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.career-page-text p {
    font-size: 17px;
    line-height: 34px;
    color: #686868;
}

.career-page-text h4 {
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    color: #0D2743;
}

.career-page-text li {
    font-size: 17px;
    line-height: 34px;
    list-style: none;
}

.career-page-text ul {
    padding-left: 0px !important;
    display: flex;
    gap: 60px;
}

.career-page-text i.fas.fa-chevron-circle-right {
    margin-right: 10px;
}

.career-page-text a {
    color: #000;
    text-decoration: none;
}

.faq-sec-page {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 80px;
    padding-bottom: 80px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: #fff !important;
    border-color: #fff !important;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 10px 20px #00000033;
    margin-bottom: 20px !important;
    border-radius: 20px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #fff !important;
    border-color: #fff !important;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 10px 20px #00000033;
    margin-bottom: 20px !important;
    border-radius: 20px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #113666 !important;
    margin-bottom: 20px;
}

.faq-para p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.vc_tta.vc_general .vc_tta-panel-title {
    font-size: 20px;
    line-height: 30px;
    color: #000 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #000 !important;
}

.contact-page-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.contact-para-page p {
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    width: 70%;
}

.ContactForm-1 {
    margin: 0 auto;
    width: 60%;
}

.ContactForm-1 input.wpcf7-form-control {
    height: 55px;
    border-color: #113666;
}

.ContactForm-1 textarea.wpcf7-form-control {
    height: 150px;
    border-color: #113666;
}

.ContactForm-1 textarea.wpcf7-form-control::placeholder {
    padding-left: 0px;
    padding-top: 10px;
}

.ContactForm-1 .btn.btn-primary {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #003568;
    background: #003568;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s 
ease;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important; 
  justify-content: center !important;
  text-align: center !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a i {
  margin-bottom: 25px !important;
  font-size: 30px !important; /
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    font-size: 22px !important;
    line-height: 40px !important;
    color: #000 !important;
    font-weight: 600 !important;
    background: transparent !IMPORTANT;
    border: unset !IMPORTANT;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-bottom: 4px solid #2487e6 !important; 
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a i {
  color: #2487e6 !important;
}
.vc_tta-panel-body li {
    font-size: 18px;
    line-height: 36px;
    margin-left: 150px;
}
.vc_tta-panel-body h2 {
    font-size: 26px;
    margin-left: 150px;
}
.vc_tta-panel-body {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.site-info-2 li:nth-child(2) {
    display: none;
}

.Career_Sub_Sec {
    padding: 70px 120px;
}

.Career_Sub_Sec h1 {
    font-size: 50px;
    color: #0D2743;
    padding-bottom: 15px;
}

.Career_Sub_Sec h2 {
    font-size: 24px;
    font-weight: 800;
    margin-top: -20px;
}

.Career_Sub_Sec p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #686868;
}

.Career_Sub_Sec li::marker {
    color: #0D2743;
    line-height: 41px;
}


section.Career_Sub_Sec {
    padding: 90px 150px;
}

.Career_Sub_Sec strong {
    font-size: 18px;
    color: #0D2743;
}

.site-info-2 a {
    text-decoration: none;
}

section.career-page-sec ul a {
    font-size: 18px;
    color: #686868;
    font-weight: 500;
}
section.career-page-sec ul a:hover {
    color: #003568;
    transition: all ease-in-out 0.5s;
}
.Privacy_Sec h2 {
    font-size: 40px;
    color: #0D2743;
    font-weight: 700;
}

.Privacy_Sec p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #686868;
}

.Privacy_Sec a {
    color: #176fb8;
}

i.fab.fa-skype {
    font-size: 40px;
    color: #009EDC;
}

i.fab.fa-whatsapp {
    font-size: 40px;
    color: #25D366;
}

i.fas.fa-comments {
    font-size: 40px;
    color: #7BC142;
}
.col-img .vc_column-inner > .wpb_wrapper {
    background: #0000001a;
    border-radius: 10px;
    border: 1px solid #00000045;
    padding-top: 20px;
}
.service-btn a.vc_general {
    top: 50px;
}
.About_head {
    font-size: 16px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: fit-content !important;
    margin: 0 auto;
    background: #0035680f;
    padding: 19px 24px !important;
    border-radius: 10px !important;
    color: #003568 !important;
}
.About_txt {
    text-align: center !IMPORTANT;
    font-size: 50px !IMPORTANT;
    text-transform: uppercase!important;
    color: #0D2743 !important;
    padding-top: 34px !IMPORTANT;
    padding-bottom: 40px !IMPORTANT;
    margin: 0 !important;
}
.about-page-sec p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #686868;
}
.about-page-sec p strong {
    font-size: 24px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
}
.about-para p {
    text-align: left !important;
}
.about-page-sec h5 {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #0D2743 !important;
    font-weight: 600 !important;
}
.about-page-row {
    background: #0000000f;
    padding-top: 100px;
    padding-bottom: 60px;
    border-radius: 30px;
    padding-left: 80px;
    padding-right: 80px;
}
.value-box p {
    text-align: left !important;
    font-size: 18px;
    line-height: 32px;
}
.Va_head {
    font-size: 50px !important;
    line-height: 60px !IMPORTANT;
    text-align: center !important;
    color: #0D2743 !important;
    padding-bottom: 40px !important;
}
.icons {
    display: flex;
    gap: 10px;
    align-items: center;
}
.icons img {
    height: 70px !important;
    width: 70px !important;
	object-fit: contain !important;
}
.about-page-sec .Col_sh .vc_column-inner > .wpb_wrapper {
    border: 1px solid #0d274342;
    padding: 150px 120px;
    border-radius: 20px;
}
.para-abut-ban p {
    text-align: center !important;
}
.Lead_txt {
    font-size: 40px !important;
    color: #0D2743 !important;
    font-weight: bold !important;
    line-height: 60px !important;
    margin: 0 !important;
    padding-bottom: 10px !important;
}
.Lead_bot {
    font-size: 16px !IMPORTANT;
    color: #003568 !important;
    line-height: 26px !important;
    font-weight: 500;
}
.leader-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lead-1 {
    border: 1px solid #9bb5d3;
    display: flex;
    width: 50px;
    justify-content: center;
    height: 50px;
    align-items: center;
    border-radius: 5px;
    background: #e0e6ed;
}
.lead-1 a {
    color: #003568;
}
.Leader_ship p {
	color: #686868;
	font-size: 16px;
	line-height: 28px;
}
.technology_sec .author_info {
    width: 100%;
    margin: 0 auto;
    background: #f2f5f7a1;
    border-radius: 20px;
    padding: 100px;
    border: 1px solid #00000012;
}
.lead_two_sec {
    padding-top: 50px;
    padding-bottom: 100px;
	padding-left: 80px !important;
    padding-right: 80px !important;
}
.col_sh .vc_column-inner >.wpb_wrapper {
    background: #fff !important;
    border-radius: 10px;
    border: 1px solid #00000030;
    padding: 54px 86px;
    min-height: 275px;
    transition: all ease-in-out 0.5s !important;
}
.lead_wrapp {
    font-size: 20px;
    font-weight: 500;
    color: #0D2743 !important;
    margin: 0 !IMPORTANT;
    padding: 0 !important;
}
.col_sh .vc_column-inner >.wpb_wrapper:hover {
    background: #00356812 !important;
    transition: all ease-in-out 0.5s !important;
}
.col_sh .vc_column-inner >.wpb_wrapper {
    background: #fff !important;
    border-radius: 10px;
    border: 1px solid #00000030;
    padding: 54px 86px;
    min-height: 275px;
    transition: all ease-in-out 0.5s !important;
}
.lead_wrapp {
    font-size: 20px;
    font-weight: 500;
    color: #0D2743 !important;
    margin: 0 !IMPORTANT;
    padding: 0 !important;
}
.col_sh .vc_column-inner >.wpb_wrapper:hover {
    background: #00356812 !important;
    transition: all ease-in-out 0.5s !important;
}
.Leader_ship {
    padding-bottom: 100px !important;
}
.Training_sec_2 .col-img .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #00000045;
    padding: 56px;
    height: 400px !important;
}
.Training_sec_2 .col-img img {
    width: 100px !important;
}
/* .Training_sec_2 {
    width: 1760px !important;
    margin: 0 auto !important;
    background: #F2F5F7;
    border-radius: 50px;
} */
.raw-traning {
    border: 1px solid #0000001c;
    border-radius: 20px;
    padding: 60px;
}
.Logo_Sec {
	padding-top: 100px;
	padding-bottom: 80px;
	padding-left: 100px !important;
	padding-right: 100px !important;
	background-image: url(https://dev.internalstaging.com/web/dr-James-mclaughlin/wp-content/uploads/2025/11/Rectangle-30.png);
	background-size: 95% 100%;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 20px 0;
}

.service-box {
  display: flex;
  background: #ffffff;
  border: 1px solid #e3e8ee;
  padding: 25px;
  border-radius: 18px;
  align-items: center;
  box-shadow: 0 2px 4px rgba(15, 20, 40, 0.04);
}

.service-box .num {
  font-size: 50px;
  font-weight: 700;
  color: #0a3d62;
  background: #f3f7fb;
  border-radius: 12px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
}

.service-box .content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0D2743;
  margin-bottom: 8px;
  line-height: 1.4;
}

.service-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 4px;
}

.service-box ul li {
  font-size: 16px;
  color: #686868;
  line-height: 1.6;
  margin-bottom: 2px;
}
.logo_head {
    font-size: 40px !important;
    color: #0D2743 !important;
    line-height: 60px !important;
    font-weight: bold !important;
}
.log_btn .vc_general {
    padding: 24px 34px !important;
    font-size: 18px !important;
    line-height: 18px !IMPORTANT;
    text-transform: uppercase !important;
    color: #fff !important;
    border: 1px solid #003568 !important;
    background: #003568 !important;
    border-radius: 10px !important;
    transition: all ease-in-out 0.5s !important;
}
.log_btn .vc_general:hover {
    background: transparent !important;
    transition: all ease-in-out 0.5s !important;
    color: #000 !important;
}
.cor_sec_thre {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.services-grid-last {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 20px 0;
}
.services-grid-last .service-box {
    background: #F2F5F7;
}
.services-grid-last .service-box .num {
    background: #fff;
}
.elementor-icon-list-items {
    list-style: none;
    padding-left: 0;
}
.elementor-icon-list-items li i {
    background: #003568;
    color: #fff;
    padding: 8px 8px;
    margin-right: 15px;
}
.col_sol .vc_column-inner > .wpb_wrapper {
}
.box-solut h2 {
    font-size: 50px;
    color: #0D2743;
    font-weight: bold;
    margin-top: 0px !important;
}
.elementor-icon-list-items li {
    margin-bottom: 15px;
    line-height: 45px;
    position: relative !important;
    margin-left: 40px;
}
.mar-img img {width: 1187px !important;height: 473px !important;margin-left: 50px !important;}
.col_wrap .vc_column-inner .wpb_wrapper {
    /* width: 1167px; */
}

.col_wrap {
    margin-left: 0px;
}

.col_sol {
    position: relative !important;
    z-index: 99 !important;
}

.col_wrap .vc_column-inner {
    width: 70% !important;
}

.box-solut {
    background: #fff;
    border: 1px solid #00356812;
    border-radius: 20px;
    padding: 50px 50px;
    width: 202%;
    margin-top: 35px;
}
.research-box h2.back-title {
    font-size: 50px !important;
    line-height: 60px !important;
    color: #0D2743 !important;
    text-align: left !important;
    margin-top: 0 !important;
}
.research-box p {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #686868 !important;
    text-align: justify;
}
.technology_cont_two p {
    width: 10%;
    margin: 0 !important;
}
.technology_cont_two h3 {
    margin-top: 10px !important;
    font-size: 30px;
    line-height: 60px;
    color: #0D2743;
}
.technology_cont_two .icons {
    justify-content: center;
    gap: 0px;
}

.raw_executive:before {
    content: '';
    border-bottom: 1px solid #0000001f !important;
    width: 80%;
    position: absolute;
    left: 160px;
    bottom: 170px;
}

.raw_executive {
    position: relative;
}
.raw_executive {
    border: 1px solid #00000029;
    border-radius: 20px;
}
.technology_cont_two {
    margin-top: 50px !important;
}
.raw_careers {
    border: 1px solid #00000014;
    padding: 80px;
    border-radius: 20px;
}
.contact-frm label {
    font-size: 18px;
    line-height: 28px;
    color: #1E1E1E;
    font-weight: 600;
    font-family: 'Inter';
}

.contact-frm .wpcf7-text {
    height: 60px;
    width: 100%;
    background: #c7c7c77a;
    border-radius: 10px;
}
.contact-frm .wpcf7-textarea {
    height: 120px;
    width: 100%;
    background: #c7c7c77a;
    border-radius: 10px;
}
.contact-frm .sub-btn1 {
    font-size: 18px;
    line-height: 32px;
    background: #0A1D2E;
    border: 1px solid #0a1d2e;
    color: #fff;
    font-weight: 400;
    font-family: 'Inter' !important;
    width: 186px !important;
    height: 60px !important;
    align-items: center !IMPORTANT;
    border-radius: 10px !important;
    float: right;
    margin-top: -70px;
}
.contact-frm input[type="checkbox"] {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    border: 1px solid #00000045 !important;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
}
.contact-frm span.wpcf7-form-control.wpcf7-checkbox {
    background: transparent !important;
    border: none !important;
    padding: 0;
    height: unset;
}
.contact-frm span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    font-size: 14px;
    color: #686868;
    display: inline-block;
}
.contact-frm span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item > label {
    display: flex;
    align-items: center;
}
.col-support .vc_column-inner > .wpb_wrapper {
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #00000024;
}
.elementor-heading-title {
    font-size: 50px;
    line-height: 60px;
    color: #0D2743;
    text-transform: uppercase;
}
section.vc_section.New_Cont {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 100px !important;
    padding-right: 100px !important;
    background-image: url(https://dev.internalstaging.com/web/dr-James-mclaughlin/wp-content/uploads/2025/11/Rectangle-28-2.png);
    background-size: 95% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.support-boxes .icons {
    gap: 50px;
}
.support-boxes .icons img {
    width: 500px !important;
    height: auto !important;
}
.support-boxes  p {
    color: #686868;
}
.support-para h3 {
    font-size: 24px;
    line-height: 60px;
    color: #0D2743;
    text-transform: uppercase;
}
.col-support-one .vc_column-inner > .wpb_wrapper {
    border-radius: 20px;
    padding: 55px;
    border: 1px solid #00000024;
}
.Goal h2.back-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 24px;
    color: #0D2743;
    font-weight: bold;
}
.Goal p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #686868;
}
.Goal p a {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #686868;
}
.icons p {
    margin-bottom: 0;
}
.icons-con {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
    border: 1px solid #00356857;
    border-radius: 20px;
    background: #F2F5F7;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 207px;
}
.icons-con p {
    margin-bottom: 0;
}
.OUr_r0w {
    padding-top: 80px;
    padding-bottom: 80px;
    border: 1px solid #00356857;
    border-radius: 20px;
    margin-bottom: 40px;
}
.tale_SeC_second {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background-image: url(https://dev.internalstaging.com/web/dr-James-mclaughlin/wp-content/uploads/2025/11/Rectangle-30-1.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 95% 100% !important;
}
.tale_SeC_second ul {
    padding-left: 20px !important;
    color: #686868 !important;
}
.tale_SeC_second ul li {
    font-size: 16px !important;
    line-height: 40px !important;
}
.tale_SeC_second p b {
    font-size: 20px !important;
    color: #686868 !important;
    font-weight: 400 !important;
    font-family: 'Inter' !important;
}
.custom-breadcrumb {
    background-image: url(https://dev.internalstaging.com/web/dr-James-mclaughlin/wp-content/uploads/2025/11/Group-272.png) !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
    height: 450px !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    min-height: 170px !important;
    width: 220px !important;
    border-radius: 10px !important;
    border: 1px solid #00000024 !important;
    margin: 5px;
    padding: 0px !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:hover {
    background: #F2F5F7 !important;
}
li.vc_tta-tab a#tab-1762468918109-d8a146dd-d9db:hover {
    background: #dce0e2 !important;
    height: 200px;
    width: auto;
    border-radius: 10px;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    font-size: 16px !important;
}
.cources-con p {
    display: none;
}
.event-para p, .involved-para p {
    display: none;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    color: #113666 !important;
}
.tale_SeC_second h3 {
    text-transform: uppercase;
}
.raw-note {
    border-top: 1px solid #0000001c;
}
.raw-note p {
    padding-top: 50px;
}
.single-post div#main ul li {
    font-size: 16px;
    line-height: 34px !IMPORTANT;
}
.single-post div#main ol li {
    font-size: 16px;
    line-height: 34px ! IMPORTANT;
}
.single-post div#main p {
    font-size: 16px;
    line-height: 34px;
}
.icons h3 {
    margin-top: 0;
}
.small_business_icon h3 {
    margin-top: 0 !important;
}
.technology_cont_two h3 a {
    color: #0D2743;
}

.sub-row {
    display: flex;
    align-items: center;
}
.sub-row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Talentsss_form input.wpcf7-form-control {
    height: 70px;
    background: #0035680d;
    border-radius: 10px;
}

.Talentsss_form label {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    color: #686868;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
}

.Talentsss_form input.wpcf7-form-control::placeholder {
    font-size: 16px;
    color: #686868;
    text-transform: capitalize;
}

.Talentsss_form textarea.wpcf7-form-control {
    height: 160px;
    background: #0035680d;
    border-radius: 10px;
}

.Talentsss_form textarea.wpcf7-form-control::placeholder {
    color: #686868;
    text-transform: capitalize;
    padding-left: 10px;
    padding-top: 10px;
}
/* Wrapper */
.cf7-file-wrap {
    display: inline-block;
}

/* Custom visible button */
.cf7-custom-file {
    background: #0035680d;
    font-size: 20px;
    font-weight: 700;
    color: #003568 !important;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 187px;
    height: 60px;
}

/* Hidden real file input */
.cf7-custom-file .real-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Hover effect */
.cf7-custom-file:hover {
    background: #e9f4ff;
    border-color: #007bff;
    color: #0056b3;
}
span.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 20px;
    width: 85%;
    margin-left: 20px;
}
.col-md-4.last_one {
    text-align: end;
}

.col-md-4.last_one input.wpcf7-form-control {
    background: #003568;
    border: 1px solid #003568;
    color: #fff;
    width: 190px;
    height: 60px;
}

.col-md-4.last_one input.wpcf7-form-control:hover {
    background: transparent;
    color: #000;
}
.Talentsss_form {
    padding-top: 70px;
}
.support-para h3 a {
    color: #0D2743;
}
.FAQ_SeC .vc_toggle_title {
 margin: 0 !important;
 padding: 60px 60px !important;
 background: transparent !IMPORTANT;
}
.FAQ_SeC .vc_toggle_title h4 {
 font-size: 30px;
 color: #0D2743;
 font-weight: 400;
 line-height: 36px;
}
.FAQ_SeC .vc_toggle {
 border: 1px solid #fff;
 background: #143c8c17;
 border-radius: 10px;
}
.FAQ_SeC .vc_toggle_title:after {
 content: '\f13a';
 color: #0D2743;
 position: absolute;
 right: 50px;
 top: 50px;
 font-size: 34px;
 font-family: 'FontAwesome';
}
.FAQ_SeC .vc_toggle_active .vc_toggle_title:after {
 content: '-';
}
.FAQ_SeC i.vc_toggle_icon {
 display: none !important;
}
.FAQ_SeC .vc_toggle_content p {
 font-size: 17px;
    line-height: 28px;
    margin: 0;
    padding: 20px 0;
}
.FAQ_SeC .vc_toggle_content {
 margin: 0;
 padding-left: 60px !important;
 padding-right: 60px !important;
}
.FAQ_SeC .vc_toggle_active {
    background: #eaedf5;
}
section.vc_section.FAQ_SeC {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

section.vc_section.small_sec_2 a {
    color: #003568;
    font-size: 24px;
}
section.vc_section.small_sec_2 p {
    color: #686868;
}
.navbar-brand {
    width: 15%;
}
.ft-1 section#media_image-2 img {
    width: 60%;
    display: none;
}
section.vc_section.Logo_SeC {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    padding-left: 100px !IMPORTANT;
    padding-right: 100px !important;
}
.log_img .vc_single_image-img {
    width: 100%;
    min-height: 150px !IMPORTANT;
    height: 120px;
    object-fit: contain !IMPORTANT;
}
.col_log .vc_column-inner .wpb_wrapper > .log_img {
    background: #000000 !important;
    padding: 30px 20px;
    border-radius: 10px !important;
}
.banner-btn-2 {
    display: none !important;
}
.elementor-icon-list-items li span:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: -50px;
    top: 8px;
    background: #003568;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.icon-phone a, .mail-icon a {
    color: #fff;
}
.event-con h2 a {
    color: #0D2743;
}
.ab-btn-2 a {
    display: none;
}
.ft-1 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
    align-items: center;
}
.ft-1 ul li img {
    width: 190px;
    margin: 0;
    height: 90px;
    object-fit: scale-down;
}
p.breadcrumb-trail {
    display: none;
}
.box-ab img {
    width: 20% !IMPORTANT;
}
.raw_careers .kc-elm.kc-css-735206.kc_text_block {
    padding-top: 15px;
}
.client-img img {
    width: 800px;
    height: 550px;
    border-radius: 20px !important;
}
.career-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
section.about-sec .raw-extra {
    padding-top: 0px !important;
}
.about-head-1 {
    width: 235px;
}
.value-box img {
    width: 80%;
}
.about-cl-2 .vc_column-inner {
    padding-left: 9px;
}
section.about-sec .vc_col-sm-4 {
    width: 100%;
}
.value-box {
    min-height: 230px !important;
    margin-bottom: 10px !important;
}
.about-cl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.event-date {
    width: 28%;
    padding-left: 10px !IMPORTANT;
    padding-right: 10px !important;
}
.event-date i.fas.fa-calendar-alt {
    font-size: 30px !important;
    margin: 0 auto;
}
.event-date span {
    font-size: 14px !IMPORTANT;
    line-height: 24px !important;
}
.event-flx {
    padding: 15px;
    min-height: 240px !important;
}
.event-con {
    margin-left: 10px;
}
.time {
    margin-right: 14px;
}
.cource-box {
    padding: 12px 12px 0px 12px;
}
.main-dv {
    display: block;
}
.main-dv i.fas.fa-map-marker-alt {
    margin-left: 0;
}
.involved-head-2 {
    width: 100% !important;
    font-size: 26px !IMPORTANT;
}
.col_log .vc_column-inner .wpb_wrapper > .log_img {
    padding: 25px 15px;
}
.ft-3 {
    padding-left: 40px !important;
}
.ft-4 {
    padding-left: 20px !important;
}
.ft-2 {
    padding-left: 80px !important;
}
.icon-1 {
    margin-right: 10px;
}
.icon-1:last-child {
    margin-right: 0;
}
.custom-breadcrumb {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    height: 260px !important;
}
.About_txt {
    font-size: 40px !important;
    line-height: 52px !important;
}
section.vc_section.about-page-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.about-page-sec p strong {
    font-size: 22px !important;
    line-height: 32px !important;
}
.page-row-2-ab {
    padding-top: 30px !important;
}
.vision-page-para p {
    width: 100%;
}
section.vc_section.vision-page-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.about-page-sec .Col_sh .vc_column-inner > .wpb_wrapper {
    padding: 50px 50px;
}
.time-text-2 p {
    font-size: 14px;
}
.user-data a {
    font-size: 16px !important;
}
.blog-sec:before {
    background-size: 100% 100% !important;
    left: 0 !important;
}
.Lead_txt {
    font-size: 34px !important;
}
section.vc_section.Logo_Sec {
    background-size: 100% 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.logo_head {
    font-size: 28px !important;
    margin: 0;
    line-height: 38px !important;
}
section.vc_section.core-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.vc_section.cor_sec_thre {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.box-solut h2 {
    font-size: 36px !important;
    line-height: 44px !important;
}
.elementor-icon-list-items li {
    margin-left: 34px !important;
    font-size: 15px !important;
    line-height: 32px !important;
}
.research-box {
    padding: 40px 20px !important;
    min-height: 520px !important;
}
.research-box h2.back-title {
    font-size: 38px !important;
    margin: 0 !important;
}
.raw_careers {
    padding: 15px;
}
.career-page-text h4 {
    font-size: 28px;
    line-height: 40px;
}
.career-page-text ul li a {
    font-size: 14px;
}
.elementor-icon-list-items li {
    margin-left: 17px !important;
}
.elementor-icon-list-items li span:before {
    left: -34px;
    top: 0px;
}
section.vc_section.blog-page {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.client-para p {
    font-size: 16px;
    line-height: 30px;
}
.client-box {
    padding: 28px;
    min-height: auto !important;
    height: auto !important;
}
.col-support-one .vc_column-inner > .wpb_wrapper {
    padding: 25px;
}
.support-para h3 {
    font-size: 22px;
    line-height: 38px;
}
.support-boxes {
    padding: 18px;
    min-height: auto !important;
    height: auto !important;
}
.support-boxes .icons {
    gap: 24px;
}
.support-boxes h2.back-title {
    margin-bottom: 0;
}
.elementor-heading-title {
    font-size: 40px;
    margin-top: 0;
}
.col-support .vc_column-inner > .wpb_wrapper {
    padding: 25px 0px 15px 30px;
}
.elementor-icon-list-items li span:before {
    left: -35px;
    width: 25px;
    height: 25px;
    top: 5px;
}
.support-page-row {
    padding-bottom: 0;
}
section.vc_section.FAQ_SeC {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.FAQ_SeC .vc_toggle_title {
    padding: 40px !important;
}
.FAQ_SeC .vc_toggle_title h4 {
    font-size: 22px;
}
.FAQ_SeC .vc_toggle_title:after {
    top: 30px;
}
.FAQ_SeC .vc_toggle_content {
    margin: 0;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
section.vc_section.technology_sec_2 {
    padding: 0 15px 50px !important;
}
section.vc_section.technology_sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.technology_sec .author_info {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
section.vc_section.technology_sec_2 .vc_col-sm-3 {
    width: 50%;
}
.technology_sec h2 {
    font-size: 38px !important;
    margin-bottom: 15px;
}
.technology_sec_2 h2 {
    font-size: 36px !important;
}
.Talent_Sec p {
    font-size: 15px;
}
section.vc_section.tale_SeC_second .vc_row {
    padding-top: 0 !important;
}
section.vc_section.tale_SeC_second {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-size: 100% 100% !important;
}
.tale_SeC_second h3 {
    font-size: 32px !important;
    line-height: 42px !important;
}
section.vc_section.talent_form {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 50px !important;
    padding-top: 30px !important;
}
.col-md-4.last_one input.wpcf7-form-control {
    font-size: 16px;
}
section.vc_section.book_sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.Author_sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.Author_sec .author_info {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.Training_sec {
    padding-left: 25px !important;
    padding-right: 25px !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.raw-traning {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}
section.vc_section.Training_sec_2 {
    padding: 50px 15px 50px 15px !important;
}
.Training_sec_2 .col-img .vc_column-inner > .wpb_wrapper {
    height: auto !important;
    min-height: auto !important;
}
.workshop_cont p {
    font-size: 15px;
    line-height: 30px;
}
section.vc_section.technology_sec_2 .vc_col-sm-4 {
    width: 100%;
}
.icons {
    display: block;
    text-align: center;
}
.page-id-270 .technology_cont {
    width: 60% !important;
    margin: 0 auto;
}
.icons h3 {
    font-size: 22px;
    margin-top: 20px !important;
    line-height: 34px;
}
.page-id-270 .technology_sec h2 {
    text-align: center !important;
}
.page-id-270 .technology_sec p {
    text-align: center;
}
.page-id-270 .technology_cont {
     width: 100% !important;
}
section.vc_section.small_sec_2 p {
    line-height: 30px;
    font-size: 15px;
}
.page-id-240 .technology_cont_two .icons {
    display: block;
}
.business_plan_sec p {
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px !important;
}
.raw_executive:before {
    display: none !important;
}
.OUr_r0w {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.contact-para-page p {
    width: 100% !important;
}
.icons-con {
    display: block;
    text-align: center;
    padding: 30px;
}
.icons-con p {
    margin-bottom: 10px;
}
section.vc_section.New_Cont {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.single-post div#main {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.single-post div#main h1.entry-title {
    font-size: 24px;
}
}

@media only screen and (max-width: 991px){
.about-head-2 {
    font-size: 26px !important;
}
section.vc_section.Logo_SeC {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.vc_section.career-page-sec .vc_col-sm-7 {
    width: 100%;
}
section.vc_section.career-page-sec .vc_col-sm-5 {
    width: 100%;
}

}
@media only screen and (max-width: 768px){
.event-flx {
    display: block;
    width: 100% !important;
}
.event-con {
    width: 100% !important;
    text-align: center;
    margin-left: 0;
}
.time-location {
    display: block;
}
.event-date {
    width: 45%;
    margin: 0 auto;
}
.event-con h2 {
    margin-top: 10px !IMPORTANT;
}
section.vc_section.cources-sec .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.cource-box {
    margin-bottom: 20px;
}
.services-sec:before {
    left: 0px !important;
    background-size: 100% 100% !important;
}
.services-box {
    padding: 18px 25px;
}
.main-txt {
    display: block;
}
.form-btn p {
    margin-top: 20px;
}
.last {
    margin-left: 0;
}
.contact-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.icon-phone {
    margin-right: 28px !IMPORTANT;
    margin-bottom: 15px;
}
.mail-icon i.fas.fa-envelope {
    width: 70px !important;
    height: 70px !important;
    font-size: 20px !important;
    margin-right: 12px !important;
}
.mail-icon {
    margin-right: 0;
}
.main-icons {
    display: block;
    text-align: end;
}
.icon-phone a {
    font-size: 18px;
}
.mail-icon a {
    font-size: 18px;
}
div#footer-widget {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.icon-1 {
    margin-right: 5px;
}
.icon-phone i.fas.fa-phone-alt {
    width: 70px !important;
    height: 70px !important;
    font-size: 20px !important;
    margin-right: 12px !important;
}
.About_txt {
    font-size: 30px !important;
    line-height: 48px !important;
}
.about-page-sec p {
    width: 100%;
}
.about-page-sec .Col_sh .vc_column-inner > .wpb_wrapper {
    padding: 48px 20px;
}
section.vc_section.blog-sec .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.ft-2 {
    padding-left: 50px !important;
}
section.vc_section.Leader_ship .vc_col-sm-6 {
    width: 100%;
}
.Lead_txt {
    text-align: center !important;
}
.Lead_bot {
    text-align: center !important;
}
.leader-icons {
    justify-content: center;
}
.Leader_ship p {
    text-align: center;
}
.service-box {
    padding: 18px;
}
.service-box .content h3 {
    font-size: 20px !important;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.service-box {
    display: block;
    text-align: center;
}

.service-box .num {
    margin: 0 auto;
}
.research-box p {
    font-size: 14px !important;
    text-align: left;
}
.research-box {
    min-height: 550px !important;
}
.box-solut h2 {
    font-size: 30px !important;
}
.solution-box-0000 p {
    font-size: 16px;
    line-height: 30px;
}
section.vc_section.client-sec .vc_col-sm-4 {
    width: 100%;
}
section.vc_section.support-sec-page .vc_col-sm-6 {
    width: 100%;
}
section.vc_section.support-sec-page .wpb_single_image {
    text-align: center;
}
.support-para p {
    text-align: center;
}
.support-para h3 {
    text-align: center;
}
.support-boxes .icons {
    display: block;
    text-align: center;
}
.support-boxes .icons img {
    width: 300px !important;
}
.icons p {
    font-size: 15px;
}
.support-boxes {
    text-align: center;
}
.col-support .vc_column-inner > .wpb_wrapper {
    margin-bottom: 20px;
}
.col-support .vc_column-inner > .wpb_wrapper {
    margin-bottom: 20px;
}
section.support-sec-page img {
    height: 100% !important;
    width: 100% !important;
}
.FAQ_SeC .vc_toggle_title {
    padding: 25px !important;
}
.FAQ_SeC .vc_toggle_title:after {
     top: 26px;
     right: 18px;
     font-size: 24px;
}
 .FAQ_SeC .vc_toggle_title h4 {
     font-size: 18px;
}
.FAQ_SeC .vc_toggle_content p {
    font-size: 14px;
    line-height: 24px;
}
.FAQ_SeC .vc_toggle_content {
   
     padding-left: 20px !important;
     padding-right: 20px !important;
}	
.technology_sec p {
    font-size: 15px;
}
section.vc_section.technology_sec_2 p {
    font-size: 15px;
    line-height: 30px;
}	
.Talentsss_form label {
    font-size: 15px;
}	
.service-btn a.vc_general {
     font-size: 14px !important;
     width: 135px !important;
	font-weight: 600 !important;
}
section.vc_section.Small_business_sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.vc_section.small_sec_2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.Small_business_sec p {
    font-size: 15px;
}
.exec_img .vc_single_image-img {
    height: auto !important;
}
.icons-con {
     padding: 25px;
}
}
@media only screen and (max-width: 767px){
.about-head-1 {
    margin: 0 auto;
}
.about-head-2 {
    text-align: center !IMPORTANT;
}
.about-para p {
    text-align: center !IMPORTANT;
    width: 100% !important;
}
.about-btns {
    justify-content: center;
}
.about-head-3 {
    text-align: center !important;
}
.about-para-2 p {
    text-align: center !important;
    width: 100% !important;
}
.value-box p {
    text-align: center !important;
}
.value-box img {
    width: 15% !IMPORTANT;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.value-box h2 {
    text-align: center !important;
    font-size: 24px !important;
}
.value-box p {
    text-align: center;
    width: 100%;
    display: block;
}	
.value-box img {
    width: 15% !IMPORTANT;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.value-box h2 {
    text-align: center !important;
    font-size: 24px !important;
}
.value-box p {
    text-align: center;
    width: 100%;
    display: block;
}
.event-date {
    width: 25%;
}
section.vc_section.cources-sec .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.time-text p {
    font-size: 14px !important;
}
.location p {
    font-size: 14px !important;
}
.cources-con h2 {
    font-size: 20px !important;
}
.services-img img {
    margin: 0 auto;
    display: flex;
    width: 25% !important;
}
.services-con h2 {
    text-align: center !important;
    font-size: 22px !important;
}
.services-con p {
    text-align: center;
    display: block;
}
.services-con a {
    margin: 0 auto;
}
.col_log .vc_column-inner .wpb_wrapper > .log_img {
    margin-bottom: 10px !IMPORTANT;
}
.log_img .vc_single_image-img {
    height: 100%;
}
section.vc_section.Logo_SeC {
    padding-top: 60px !important;
    padding-bottom: 60px !IMPORTANT;
}
.main-icons {
    text-align: center;
}
.contact-head {
    text-align: center !important;
    padding-bottom: 15px !important;
    font-size: 26px !important;
}
div#footer-widget {
    text-align: center !IMPORTANT;
}
.footer-icons {
    justify-content: center;
}
.ft-2 {
    padding-left: 15px !important;
}
.ft-3 {
    padding-left: 15px !important;
}
.ft-4 {
    padding-left: 15px !important;
}
.ft-1 ul {
    justify-content: center;
}
.site-info-2 li {
    display: none;
}
.about-page-sec h5 {
    text-align: center;
}
.about-page-sec .Col_sh .vc_column-inner > .wpb_wrapper {
    margin-bottom: 20px;
}
.about-page-sec h5 {
    text-align: center;
}
.about-page-sec .Col_sh .vc_column-inner > .wpb_wrapper {
    margin-bottom: 20px;
}
.service-btn a.vc_general {
    top: 0;
}
.service-btn {
    justify-content: center;
    margin-bottom: 0;
}
.deversity-para p {
    text-align: center !important;
}
.about-page-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 50px !important;
}
.vision-page-para p {
    font-size: 16px;
}
section.vc_section.blog-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.Va_head {
    font-size: 40px !important;
    padding-bottom: 20px !important;
}
.vc_tta-panel-body li {
    margin-left: 0;
    font-size: 16px;
}
.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 30px 20px !important;
    border: 1px solid #000 !important;
    border-radius: 10px !important;
}
.vc_tta-panel-body h2 {
    margin-left: 0px !important;
}
.logo_head {
    text-align: center !important;
}
.cor_sec_thre p {
    text-align: center !important;
}
.services-grid-last {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
section.vc_section.Logo_Sec .vc_btn3-right, section.vc_section.cor_sec_thre .vc_btn3-right {
    text-align: center !important;

}
section.vc_section.core-sec p {
    text-align: center !important;
    font-size: 16px !important;
    line-height: 28px !important;
}
.mar-img img {
    width: 100%;
    height: 100%;
    margin: unset !important;
}
.research-box h2.back-title {
    text-align: center !important;
}
.research-box p {
    text-align: center;
}
.research-box {
    height: auto !important;
    min-height: auto !important;
}
section.vc_section.solution-sec-page {
    padding-bottom: 50px !important;
}
.box-solut {
    width: 100% !important;
    margin-top: 0 !important;
}

.box-solut h2 {
    text-align: center;
}
.career-page-text p {
    text-align: center;
}
.career-page-text h4 {
    text-align: center;
}
.career-page-text ul {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
.client-box {
    text-align: center;
}
.client-row {
    padding-bottom: 15px;
}
.icons {
	display: block;
	text-align: center;
}
section.vc_section.technology_sec_2 .vc_col-sm-3 {
    width: 50%;
    margin: 0 auto;
}
.technology_sec_2 .technology_cont {
    padding: 40px 20px 40px 20px!important;
}
.icons h3 {
    margin-top: 15px !important;
	font-size: 22px !important;
}
.custom-breadcrumb h2 {
    font-size: 34px !important;
    line-height: 42px !important;
}
.Talent_Sec p {
    padding-top: 20px;
}
.tale_SeC_second p b {
    font-size: 16px !important;
}
.sub-row-2 {
    display: block;
}
.col-md-4.last_one {
    text-align: left;
    padding-top: 20px;
}
.Talentsss_form input.wpcf7-form-control {
    height: 60px;
}
.col-img .vc_column-inner > .wpb_wrapper {
    margin-bottom: 30px;
}
.service-btn a.vc_general {
    top: 40px !important;
    width: 150px !important;
    height: 60px !important;
}
section.vc_section.book_sec .vc_row {
    padding-top: 15px !important;
}
.Training_sec_2 .col-img .vc_column-inner > .wpb_wrapper {
    text-align: center;
}
.tec_img img {
    margin-top: 20px !important;
}
.technology_sec_2 h2 {
     margin-bottom: 20px !important;
}
.Small_business_sec h2 {
    text-align: center !IMPORTANT;
}
.Small_business_sec p {
    text-align: center !important;
}
.ed_img .vc_single_image-img, .bus_img .vc_single_image-img {
    height: auto !important;
}

}
@media only screen and (max-width: 568px){
.ab-btn-1 a {
    width: 160px;
}
.event-date {
    width: 33%;
}
.about-head-2 {
    font-size: 24px !important;
}
.video-head-2 {
    margin-bottom: 20px !important;
}
.involved-head-2 {
    text-align: center !important;
}
.involved-head-1 {
    margin: 0 auto;
}
.involved-btn a.vc_general {
    margin: 0 auto;
}
section.vc_section.involved-sec .vc_btn3-container.vc_btn3-inline {
    display: block;
}
.involved-para {
    margin: 0 !important;
}
.form-btn p {
    margin-top: 30px;
}
.site-info-2 ul {
    padding-left: 0;
}
.About_txt {
     font-size: 26px !important;
     line-height: 44px !important;
}
.Lead_txt {
     font-size: 28px !important;
}
.FAQ_SeC .vc_toggle_title:after {
    top: 34px;
    right: 8px;
    font-size: 15px;
}
section.vc_section.technology_sec_2 .vc_col-sm-3 {
    width: 70%;
}
.icons img {
    height: 100px !important;
     width: 100px !important;

}	
.technology_sec h2 {
    font-size: 32px !important;
    line-height: 42px !important;
}	
.Talentsss_form input.wpcf7-form-control::placeholder {
    font-size: 13px;
}	
section.vc_section.Talent_Sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.vc_section.Training_sec_2 h2.vc_custom_heading {
    font-size: 30px !important;
}
.Training_sec h2 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
}
.technology_sec_2 h2 {
    font-size: 30px !important;
}
.contact-head-2 {
    font-size: 34px !important;
}
.Feel_head {
    font-size: 36px !important;
}
.contact-frm label {
    font-size: 16px !important;
}
.contact-frm .sub-btn1 {
    font-size: 16px;
    float: left;
    margin-top: 0px;
}
span.wpcf7-list-item-label {
    width: 100%;
}
.contact-frm input[type="checkbox"] {
    width: 50px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}

@media only screen and (max-width: 430px){
.event-date {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 40%;
}
.event-date {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 40%;
}
.services-img img {
    width: 40% !important;
}
section.vc_section.services-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.about-head-2 {
    font-size: 22px !important;
}
.services-con h2 {
    font-size: 20px !IMPORTANT;
}
.video-head-2 {
    font-size: 23px !important;
}
.involved-head-2 {
    font-size: 24px !important;
}
.bus_head {
    font-size: 32px !IMPORTANT;
}
.site-main-1 {
    display: block;
    text-align: center;
}
.research-box h2.back-title {
    font-size: 28px !important;
}
.research-box {
    padding: 30px 15px !important;
}
 .raw_careers {
    padding: 10px;
}
.client-box {
    padding: 20px;
}
.client-box p {
    font-size: 15px;
}
.support-boxes .icons img {
    width: 180px !important;
}
.FAQ_SeC .vc_toggle_title {
        padding: 24px !important;
}
 .FAQ_SeC .vc_toggle_title h4 {
        font-size: 18px;
        line-height: 28px;
}
 .technology_sec_2 h2 {
     font-size: 30px !important;
     line-height: 40px !important;
}
section.vc_section.technology_sec_2 .vc_col-sm-3 {
     width: 100%;
}
.Author_sec .author_info p {
    font-size: 15px;
}
.Author_sec .author_info a {
    font-size: 15px;
}
section.vc_section.small_sec_2 a {
    font-size: 20px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}
@media only screen and (max-width: 375px){
.value-box img {
    width: 34% !important;
}
.value-box p {
    line-height: 30px !IMPORTANT;
}
.time {
    margin-right: 0;
}
.event-con p {
    text-align: center !IMPORTANT;
    display: block;
    width: 100%;
}
.check span.wpcf7-list-item-label {
    width: 100%;
    margin-left: 15px;
    font-size: 12px;
}
.About_txt {
    font-size: 23px !important;
    line-height: 33px !important;
}
.vc_tta.vc_general .vc_tta-panel-title{
   font-size: 18px !important;
}
.box-solut h2 {
    font-size: 26px !important;
    line-height: 36px !important;
}
.career-page-text p {
    font-size: 15px;
}
.elementor-heading-title {
    font-size: 28px;
}
section.vc_section.talent_form {
    padding-left: 0px !important;
    padding-right: 0px !important;

}
.Small_business_sec h2 {
    font-size: 26px !important;
    line-height: 38px !important;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.nav-next {
    width: 80% !important;
}
.nav-previous {
    width: 100% !important;
    text-align: center;
}
 .nav-next {
    width: 100% ! IMPORTANT;
    text-align: center !important;
    margin-top: 10px;
}
}

@media only screen and (max-width: 325px){
	body:not(.theme-preset-active) footer#colophon {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.site-info p {
    font-size: 14px !important;
}
.event-date {
    width: 50%;
}
.course-head-2 {
     font-size: 26px !important;
     line-height: 39px !important;
}
.form-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.involved-head-2 {
    line-height: 34px !important;
}
.form-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.involved-head-2 {
    line-height: 34px !important;
}
input[type="checkbox"] {
    width: 30px;
    height: 30px;
}
.form-btn p {
    margin-top: 45px;
}
.banner-head-1 {
    font-size: 14px !important;
    height: 40px !important;
}
.about-page-sec p strong {
    font-size: 20px !important;
}
 .vc_tta.vc_general .vc_tta-panel-title>a {
     padding: 30px 10px !important;
}
.box-solut {
    padding: 24px 24px !important;
}
.career-page-text h4 {
     font-size: 23px;
     line-height: 34px;
}
 .FAQ_SeC .vc_toggle_title h4 {
     font-size: 17px;
     line-height: 28px;
}
.Talent_Sec h2 {
    font-size: 26px !important;
    line-height: 40px !important;
}
.tale_SeC_second h3 {
    font-size: 26px !important;
    line-height: 38px !important;
}
.technology_sec_2 .technology_cont {
    padding: 30px 15px 30px 15px !important;
}
.icons h3 {
    font-size: 20px !important;
}
.technology_sec_2 h2 {
    font-size: 28px !important;
}
}