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

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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


/* --------custom css--------- */

.container {
    max-width: 1440px;
}
header#masthead {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: transparent;
    box-shadow: none;
    padding-top: 30px;
}

header#masthead .navbar-brand img {
    width: 215px;
}

.home-banr {
    padding-top: 200px !important;
    padding-bottom: 70px;
}

.home-banr h4.vc_custom_heading {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.home-banr h2.vc_custom_heading {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-top: 30px;
    font-size: 68px;
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.home-banr .btn-bnr {
    margin-bottom: 70px;
}

.home-banr .btn-bnr a {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #60ce80;
}

.home-banr .btn-bnr a:hover {
    background: transparent !important;
    border: solid 1px #fff !important;
}

.home-banr .wpb_single_image img {
    border-radius: 50px;
}
header#masthead ul#menu-main-menu li a {
    font-family: 'DM Sans';
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

header#masthead ul#menu-main-menu li {
    padding-left: 25px;
}

header#masthead ul#menu-main-menu li a:hover {
    color: #60ce80;
}
.sec2-home {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.sec2-home .tabs-home ul.vc_tta-tabs-list {
    margin-bottom: 30px;
}

.sec2-home .tabs-home ul.vc_tta-tabs-list li.vc_tta-tab a {
    background: transparent;
    border: solid 1px transparent;
    font-family: 'DM Sans';
    font-size: 20px;
    color: #57b973;
}

.sec2-home .tabs-home ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background: #091c2a;
    color: #fff;
}

.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels {
    border: 0px !important;
    background: transparent !important;
}

.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 0px;
    padding-top: 50px;
}

.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 48px;
}

.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
}

.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_single_image {
    margin-bottom: 0px;
}

.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_single_image img {
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;	
}
.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_single_image .vc_figure {
    width: 100%;
}

.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}
.sec4-home {
    padding-top: 100px;
    padding-bottom: 70px;
}

.sec4-home h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 65px;
    margin-bottom: 0px;
}

.sec4-home .wpb_text_column p {
    font-size: 18px;
    font-family: 'DM Sans';
}

.sec4-home .bx {
    border-radius: 30px;
    background: #5ac178;
    padding-bottom: 40px;
    margin-top: 40px;
    border: solid 1px transparent;
}

.sec4-home .bx .align-icon img {
    width: 100%;
    height: 300px;
    border-radius: 30px 30px 0px 0px !important;
}

.sec4-home .bx .align-icon .aio-icon-img {
    width: 100%;
}

.sec4-home .bx h3.aio-icon-title {
    margin-top: 0px !important;
    padding-top: 30px;
    font-family: 'DM Sans';
    font-size: 26px;
    font-weight: 600;
    color: #091c2a;
    padding-left: 20px;
    padding-right: 20px;
}

.sec4-home .bx  .aio-icon-description {
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'DM Sans';
    font-size: 16px;
    color: #fff;
}

.sec4-home .bx:hover {
    background: transparent;
    border-color: #5ac178;
}

.sec4-home .bx:hover .aio-icon-description {
    color: #212529;
}
.sec5-home {
    background: #5ac178;
    padding-top: 70px;
    padding-bottom: 60px;
}

.sec5-home .tabs-home ul.vc_tta-tabs-list {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5-home .tabs-home ul.vc_tta-tabs-list li.vc_tta-tab a {
    background: transparent;
    border: solid 1px transparent;
    font-family: 'DM Sans';
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

.sec5-home .tabs-home ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background: #091c2a;
    color: #fff;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels {
    border: 0px !important;
    background: transparent !important;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 0px;
    padding-top: 50px;
}

.sec5-home .tabs-home ul.vc_tta-tabs-list li.vc_tta-tab {
    margin-left: 20px;
    margin-right: 20px;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels h2.vc_custom_heading {
    margin-bottom: 0px;
    font-family: 'DM Sans';
    font-size: 70px;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels .wpb_text_column {
    color: #fff;
    font-family: 'DM Sans';
    font-size: 26px;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels h4.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 30px;
    text-align: center !important;
    margin-bottom: 0px;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels h1.vc_custom_heading {
    text-align: center !important;
    font-size: 140px;
    font-weight: 900;
    margin-bottom: 0px;
}
.sec6-home {
    padding-top: 80px !important;
    padding-bottom: 70px;
}

.sec6-home h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 65px;
    margin-bottom: 0px;
}

.sec6-home .wpb_text_column p {
    font-size: 18px;
    font-family: 'DM Sans';
}

.sec6-home .bx {
    border: solid 4px #091c2a;
    border-radius: 30px;
    margin-top: 30px;
    position: relative;
    padding-top: 12px;
    padding-bottom: 94px;
    padding-left: 20px;
    padding-right: 20px;
}

.sec6-home .bx h3.aio-icon-title {
    position: absolute;
    bottom: -14px;
    right: 16px;
    font-size: 110px;
    font-family: 'DM Sans';
    font-weight: 900;
    z-index: -1;
    color: #5ac17866;
}

.sec6-home .bx .aio-icon-description h4 {
    font-family: 'DM Sans';
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    margin-top: 0px !important;
}

.sec6-home .bx .aio-icon-description {
    font-family: 'DM Sans';
    text-align: left;
    font-size: 20px;
}
.sec6-home .bx:hover {
    background: #091c2a;
}

.sec6-home .bx:hover h4 {
    color: #fff;
}

.sec6-home .bx:hover .aio-icon-description {
    color: #e1e1e1;
}

.sec6-home .bx:hover  h3.aio-icon-title {
    z-index: 9;
}
.sec7-home {
    padding-top: 60px !important;
    padding-bottom: 80px;
}

.sec7-home h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 70px;
}

.sec7-home h2.vc_custom_heading:after {
    content: '?';
    position: absolute;
    font-size: 400px;
    font-weight: 900;
    top: -25%;
    z-index: -1;
    color: #5ac17866;
    left: 26%;
}

.sec7-home .wpb_single_image img {
    height: 475px;
    object-fit: cover;
    border-radius: 30px;
}
.innr-bnr {
    padding-top: 150px !important;
    padding-bottom: 70px;
}

.innr-bnr h4.vc_custom_heading {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.innr-bnr h2.vc_custom_heading {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-top: 30px;
    font-size: 68px;
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.innr-bnr .btn-bnr a {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #60ce80;
}

.innr-bnr .btn-bnr a:hover {
    background: transparent !important;
    border-color: #fff !important;
}
.wedo-sec1 h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 48px;
}

.wedo-sec1 .wpb_text_column ul li {
    font-family: 'DM Sans';
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.wedo-sec1 .wpb_text_column ul {
    padding-left: 0px;
    list-style: none;
}

.wedo-sec1 .wpb_text_column ul li:before {
    content: '';
    background: #56b973;
    height: 10px;
    width: 10px;
    border-radius: 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
}
.wedo-sec2 {
    background: #59c077;
    padding-top: 70px;
    padding-bottom: 70px;
}

.wedo-sec2 h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0px;
}

.wedo-sec2 h2.vc_custom_heading strong {
    color: #091b28;
    font-weight: 600;
}

.wedo-sec2 .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
    color: #fff;
}

.wedo-sec2 .btn-bnr a {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #081926;
}

.wedo-sec2 .btn-bnr a:hover {
    background: transparent !important;
    border-color: #fff !important;
}
.wedo-sec1:after {
    content: '';
    background: url(https://transformtargets.com/wp/wp-content/uploads/2026/02/what-we-do-assets-11.png);
    height: 875px;
    width: 616px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-size: cover;
}
.wedo-sec1:before {
    content: '';
    background: url(https://transformtargets.com/wp/wp-content/uploads/2026/02/what-we-do-assets-10.png);
    height: 899px;
    width: 602px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: cover;
}
.res-sec2 {
    padding-top: 70px !important;
    padding-bottom: 40px;
}

.res-sec2 h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 60px;
}

.res-sec2 h2.vc_custom_heading strong {
    color: #59bf76;
}

.res-sec2 .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
}
.res-sec3 {
    padding-top: 70px !important;
    padding-bottom: 50px;
}

.res-sec3:before {
    content: '';
    background: url(https://transformtargets.com/wp/wp-content/uploads/2026/02/what-we-do-assets-11.png);
    height: 875px;
    width: 616px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
}

.res-sec3:after {
    content: '';
    background: url(https://transformtargets.com/wp/wp-content/uploads/2026/02/what-we-do-assets-10.png);
    height: 899px;
    width: 602px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-size: cover;
}

.res-sec3 .wpcp-prev-button i {
    background: #a5a5a5;
    height: 30px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #13435f !important;
}

.res-sec3 .wpcp-next-button i {
    background: #a5a5a5;
    height: 30px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #13435f !important;   
}

.res-sec3 a.wcp-light-box img {
    border: solid 20px #d5d0d0;
}
.sec-jobs {
    padding-top: 50px;
    padding-bottom: 80px;
}

.sec-jobs h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 60px;
    line-height: 74px;
    text-transform: capitalize;
    margin: 0px;
}

.sec-jobs div#jobs-list {
    padding-top: 40px;
}

.sec-jobs div#jobs-list .job-item {
    background: #e9f8ed;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 40px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec-jobs div#jobs-list .job-item h2 {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 0px;
    color: #091C2A;
}

.sec-jobs div#jobs-list .job-item .job-title {
    width: 86%;
    flex: 0 0 86%;
}

.sec-jobs div#jobs-list .job-item .job-apply {
    width: 14%;
    flex: 0 0 14%;
    text-align: right;
}

.sec-jobs div#jobs-list .job-item .job-title p.lctn {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #929A8F;
}

.sec-jobs div#jobs-list .job-item .job-apply a.apply-btn {
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.4s;
    border-width: 1px;
    border-style: solid;
    border-color: #13435f;
    border-image: initial;
    background: #13435f;
    color: #fff;
    border-radius: 30px;
}

.sec-jobs div#jobs-list .job-item .job-apply a.apply-btn:hover {
    background: #5bc379;
    text-decoration: none;
    border-color: #5bc379;
}
.single-jobs header#masthead {
    background: #091c2a;
    position: relative;
    padding-top: 16px;
}

section.singlejob-top {
	padding-left: 30px;
	padding-right: 30px;
}

.single-jobs div#content {
    padding: 0px !important;
}

section.singlejob-top .bcktobtn a {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1A2017;
}

section.singlejob-top .bcktobtn a img {
    margin-right: 10px;
    position: relative;
    top: -1px;
    height: 20px;
}

section.singlejob-top .bcktobtn a:hover {
    text-decoration: none;
}

section.singlejob-top .title-nme {
    padding-top: 55px;
}

section.singlejob-top .title-nme h4 {
    margin: 0px;
    background: #60ce80;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    color: #fff;
}

section.singlejob-top .title-nme h1 {
    font-weight: 600;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    font-family: 'DM Sans';
    color: #091c2a;
    margin: 0px;
    padding-top: 14px;
}

section.singlejob-top .excrpt ul {
    padding-left: 0px;
    list-style: none;
    padding-top: 12px;
}

section.singlejob-top .excrpt ul li {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #929A8F;
}

section.singlejob-top .excrpt ul li img {
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.job-singl header.entry-header {
    display: none;
}

.job-singl footer.entry-footer {
    display: none;
}
.sec-jobsingle {
    padding-top: 40px;
    padding-bottom: 80px;
}

.sec-jobsingle .vc_row {
    border-top: solid 1px #DADADA;
}

.sec-jobsingle .vc_row .sidbr {
    padding-top: 20px;
}

.sec-jobsingle .vc_row .sidbr h4 {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 22px;
    color: #091c2a;
    margin: 0px;
    padding-bottom: 10px;
}

.sec-jobsingle .vc_row .sidbr p {
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #141B11;
    padding-right: 24px;
}

.sec-jobsingle .vc_row .sidbr .deadlne {
    border-top: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
    padding-top: 30px;
}

.sec-jobsingle .vc_row .sidbr .loctn {
    padding-top: 30px;
}

.sec-jobsingle .vc_row .sidbr .date {
    padding-top: 30px;
}

.sec-jobsingle .vc_row .sidbr .duratn {
    padding-top: 30px;
    border-top: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
}

.sec-jobsingle .vc_row .sidbr .btn {
    padding: 0px;
    width: 100%;
    margin-top: 60px;
	text-align: left;
}

.sec-jobsingle .vc_row .sidbr .btn a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.4s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(63, 125, 32);
    border-image: initial;
    background: rgb(63, 125, 32);
    color: #fff;
    border-radius: 30px;
    width: 100%;
}

.sec-jobsingle .vc_row .sidbr .btn a:hover {
    background: #1b330d;
    text-decoration: none;
}
.sec-jobsingle .tabs-jobs {
    padding-top: 40px;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab.vc_active a {
    background: transparent;
    border: 0px;
    padding: 0px;
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #091c2a;
    text-decoration: underline;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab a {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #B3BEB3;
    padding: 0px;
    background: transparent !important;
    border: 0px !important;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab {
    margin-right: 30px;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab.vc_active a:hover {
    background: transparent !important;
    border: 0px !important;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container {
    padding-top: 30px;
    background: transparent;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panels {
    background: transparent !important;
    border: 0px !important;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body {
    padding: 0px;
}

.sec-jobsingle .vc_col-sm-9 {
    border-left: solid 1px #DADADA;
    padding-right: 30px;
}

.sec-jobsingle .vc_col-sm-3 {
	padding-left: 30px;
}

.sec-jobsingle .vc_col-sm-3 .vc_column-inner {
    padding: 0px;
}

.sec-jobsingle .vc_col-sm-9 .vc_column-inner {
    padding-left: 50px;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column p {
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #141B11;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column ul li {
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #141B11;
    position: relative;
    padding-left: 18px;
    padding-bottom: 5px;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column ul {
    padding-left: 0px;
    position: relative;
    list-style: none;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column ul li:before {
    content: '';
    background: #60ce80;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 30px;
    top: 9px;
    left: 0px;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body h3.vc_custom_heading {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #091c2a;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column ul li a {
    color: #141B11;
    text-decoration: underline;
}

.carer-form h3 {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #091c2a;
    margin: 0px;
    padding-bottom: 20px;
}

.carer-form input {
    height: 50px;
    border-radius: 30px;
    border: 1px solid #C0C5BA;
    margin-bottom: 24px !important;
    padding-left: 20px;
    font-family: 'DM Sans';
    font-size: 16px;
}

.carer-form textarea {
    border-radius: 20px;
    resize: none;
    border: 1px solid #C0C5BA;
    padding-top: 16px;
    padding-left: 20px;
    font-family: 'DM Sans';
    font-size: 16px;
    height: 180px;
    margin-bottom: 24px !important;
}

.carer-form .codedropz-upload-handler {
    margin-bottom: 30px !important;
}

.carer-form .codedropz-upload-handler a.cd-upload-btn {
    color: #60ce80;
}

.carer-form .btn-sbmt .wpcf7-submit {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px !important;
    background: #60ce80;
    border: solid 1px #60ce80;
    height: 55px;
}

.carer-form .btn-sbmt {
    width: 100%;
    position: relative;
}

.carer-form .btn-sbmt:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    bottom: 14px;
    right: 39%;
}

.carer-form .btn-sbmt .wpcf7-submit:hover {
    background: #60ce80;
}

.carer-form .btn-sbmt span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    bottom: 12px;
}

.carer-form input:focus, .carer-form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #60ce80;
}
.box-career {
    padding-top: 60px;
}
.team-sec {
    padding-top: 50px !important;
    padding-bottom: 70px;
}

.team-sec .teams {
    background: #59c077;
    border-radius: 60px;
    padding-bottom: 56px;
}

.team-sec .teams h3.aio-icon-title {
    font-family: 'DM Sans';
    font-size: 38px;
    padding-left: 20px;
    padding-right: 20px;
}

.team-sec .teams .aio-icon-description {
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'DM Sans';
    color: #fff;
}
.res-sec3 .cntct-form label {
    font-family: 'DM Sans';
    font-weight: 600;
    color: #000;
    margin-bottom: 20px !important;
    width: 100%;
}

.res-sec3 .cntct-form label input.wpcf7-form-control {
    height: 45px;
    border-radius: 25px;
    background: #fff;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'DM Sans';
    font-weight: 400;
    padding-left: 16px;
}

.res-sec3 .cntct-form label input.wpcf7-form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #58bc75;
}

.res-sec3 .cntct-form label textarea {
    height: 120px;
    border-radius: 16px;
    background: #fff;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'DM Sans';
    font-weight: 400;
    resize: none;
    padding-top: 12px;
}

.res-sec3 .cntct-form label textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #58bc75;
}

.res-sec3 .cntct-form  .btn-subt {
    padding-top: 20px;
}

.res-sec3 .cntct-form .btn-subt .wpcf7-submit {
    background: #58bc75;
    font-family: 'DM Sans';
    border: solid 1px #58bc75;
    height: unset;
    padding-top: 12px;
    padding-bottom: 15px;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
}

.res-sec3 .cntct-form .btn-subt .wpcf7-submit:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.cntct-sec-detl {
    padding-bottom: 70px;
}

.cntct-sec-detl .row1 {
    padding-top: 100px;
}

.cntct-sec-detl .row1 h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 60px;
    margin-bottom: 0px;
}

.cntct-sec-detl .row1 h2.vc_custom_heading strong {
    color: #58bc75;
}

.cntct-sec-detl .row1 .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
}

.cntct-sec-detl .row1 .cntct-detls-page ul {
    list-style: none;
    text-align: center;
}

.cntct-sec-detl .row1 .cntct-detls-page ul li {
    margin-top: 50px;
    margin-bottom: 40px;
}

.cntct-sec-detl .row1 .cntct-detls-page ul li a {
    color: #154360;
    font-family: 'DM Sans';
    font-size: 36px;
    font-weight: 900;
}

.cntct-sec-detl .row1 .cntct-detls-page ul li img {
    margin-bottom: 14px;
}

.cntct-sec-detl .row1 .cntct-detls-page ul li a:hover {
    text-decoration: none;
}
.sec2-servs {
    padding-top: 80px !important;
    padding-bottom: 50px;
}

.sec2-servs h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 48px;
}

.sec2-servs h2.vc_custom_heading strong {
    color: #56b973;
}

.sec2-servs .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
}

.sec2-servs h3.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 35px;
    margin-bottom: 30px;
}

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

.sec2-servs .wpb_text_column ul li {
    font-family: 'DM Sans';
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.sec2-servs .wpb_text_column ul li:before {
    content: '';
    background: #56b973;
    height: 10px;
    width: 10px;
    border-radius: 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
}

.sec3-servcs {
    padding-top: 65px !important;
    padding-bottom: 40px;
}

.sec3-servcs h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 48px;
}

.sec3-servcs .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
    color: #fff;
}

.sec3-servcs h2.vc_custom_heading strong {
    color: #56b973;
}
.sec2-servs:after {
    content: '';
    background: url(https://transformtargets.com/wp/wp-content/uploads/2026/02/what-we-do-assets-11.png);
    height: 875px;
    width: 616px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    opacity: 0.5;
}
.sec4-servcs {
    padding-top: 65px !important;
    padding-bottom: 40px;
}

.sec4-servcs h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 48px;
    margin-bottom: 50px;
    padding-bottom: 0px;
}

.sec4-servcs h2.vc_custom_heading strong {
    color: #57bb74;
}

.sec4-servcs .bx {
    padding: 30px;
    border-radius: 30px;
}

.sec4-servcs .bx h3 {
    margin-top: 0px;
    font-family: 'DM Sans';
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 40px;
}

.sec4-servcs .bx p {
    font-family: 'DM Sans';
    font-size: 18px;
}

.sec4-servcs .bx ul {
    padding-left: 0px;
    list-style: none;
}

.sec4-servcs .bx ul li {
    font-family: 'DM Sans';
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.sec4-servcs .bx ul li:before {
    content: '';
    background: #56b973;
    height: 10px;
    width: 10px;
    border-radius: 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
}
.sec5-servcs {
    padding-top: 65px !important;
    padding-bottom: 40px;
}

.sec5-servcs h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 48px;
}

.sec5-servcs h2.vc_custom_heading strong {
    color: #154360;
}

.sec5-servcs .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
    color: #fff;
}

.sec5-servcs .wpb_text_column ul {
    padding-left: 0px;
    list-style: none;
}

.sec5-servcs .wpb_text_column ul li {
    font-family: 'DM Sans';
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #fff;
}

.sec5-servcs .wpb_text_column ul li:before {
    content: '';
    background: #ffffff;
    height: 10px;
    width: 10px;
    border-radius: 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
}
.sec4-servcs:before {
    content: '';
    background: url(https://transformtargets.com/wp/wp-content/uploads/2026/02/what-we-do-assets-11.png);
    height: 875px;
    width: 616px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    opacity: 0.5;
}
.sec6-servcs {
    padding-top: 65px !important;
    padding-bottom: 30px;
}

.sec6-servcs h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 48px;
}

.sec6-servcs h2.vc_custom_heading strong {
    color: #56b973;
}

.sec6-servcs .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
}

.sec6-servcs .bx {
    margin-top: 50px;
    border: solid 2px #154360;
    position: relative;
    border-radius: 19px;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.sec6-servcs .bx h3.aio-icon-title {
    text-align: left;
    margin-top: 0px !important;
    font-family: 'DM Sans';
    font-size: 34px;
    color: #56b973;
    position: absolute;
    top: -20px;
    background: #fff;
    padding-left: 20px;
    padding-right: 26px;
}

.sec6-servcs .bx .aio-icon-description {
    text-align: left;
    font-family: 'DM Sans';
    font-size: 17px;
    margin-top: 40px !important;
    padding-left: 30px;
    padding-right: 30px;
}
.sec6-servcs:after {
    content: '';
    background: url(https://transformtargets.com/wp/wp-content/uploads/2026/02/what-we-do-assets-10.png);
    height: 899px;
    width: 602px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: cover;
}
.sec7-servcs {
    padding-top: 65px !important;
    padding-bottom: 40px;
}

.sec7-servcs h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 48px;
}

.sec7-servcs .wpb_text_column p {
    font-family: 'DM Sans';
    color: #fff;
    font-size: 18px;
}
.sec8-servcs {
    padding-top: 65px !important;
    padding-bottom: 30px;
}

.sec8-servcs h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 48px;
}

.sec8-servcs h2.vc_custom_heading strong {
    color: #56b973;
}

.sec8-servcs .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
}
.servcs-sec h2.vc_custom_heading strong {
    color: #fff;
}

.servcs-sec .wpb_text_column p {
    color: #fff;
}

.servcs-sec .bx h3.aio-icon-title {
    background: #56b973;
    color: #154360;
}

.servcs-sec .bx .aio-icon-description {
    color: #fff;
}

.servcs-sec h2.vc_custom_heading {
    color: #154360;
}
.servcs-sec2 h2.vc_custom_heading {
    color: #000 !important;
}

.servcs-sec2 h2.vc_custom_heading strong {
    color: #56b973;
}

.servcs-sec2 .wpb_text_column p {
    color: #212529;
}
.sec7-home  .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
}
.homenew-sec {
    padding-top: 70px !important;
    padding-bottom: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.homenew-sec h2.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 65px;
    margin-bottom: 0px;
}

.homenew-sec h3.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.homenew-sec .vc_inner {
    border-bottom: solid 3px #5ac178;
    padding-bottom: 40px;
    padding-top: 40px;
}

.homenew-sec  .wpb_text_column p {
    font-family: 'DM Sans';
    font-size: 18px;
    color: #fff;
}

.homenew-sec .vc_inner:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.homenew-sec .wpb_text_column {
    margin-bottom: 0px;
}
.sec7-home .btn-bnr a {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #60ce80;
}

.sec7-home .btn-bnr a:hover {
    background: transparent !important;
    color: #000 !important;
    border: solid 1px #000 !important;
}
.wedo-sec1 h1.vc_custom_heading {
    font-family: 'DM Sans';
    font-size: 55px;
}

.wedo-sec1 .wpb_text_column {
    font-family: 'DM Sans';
    font-size: 18px;
}
.wedo-sec1 {
    padding-bottom: 60px;
}
.wedo-sec1 .btn-bnr a {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #60ce80;
}

.wedo-sec1 .btn-bnr a:hover {
    background: transparent !important;
    color: #000 !important;
    border: solid 1px #000 !important;
}
div#footer-widget ul li a {
    color: #fff;
}

div#footer-widget ul li a:hover {
    text-decoration: none;
    color: #58bc75;
}
.sec7-servcs .wpb_text_column ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}

.sec7-servcs .wpb_text_column ul li {
    max-width: fit-content;
    background: #56b973;
    margin-left: 10px;
    margin-right: 10px;
    flex: 0 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'DM Sans';
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
}
.team-sec .teams .aio-icon-img img {
    height: 400px;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px !important;
}

/* --------footer css--------- */
div#footer-widget {
    background: #091c2a !important;
    padding-top: 80px;
}

div#footer-widget h3.widget-title {
    font-family: 'DM Sans';
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
}

div#footer-widget ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

div#footer-widget ul li {
    color: #fff;
    font-family: 'DM Sans';
    padding-bottom: 14px;
    font-size: 16px;
}

div#footer-widget .footr {
    width: 100%;
    border-top: solid 1px #323232;
}

div#footer-widget .footr .site-info {
    color: #fff;
    font-family: 'DM Sans';
    font-size: 14px;
}

div#footer-widget .footr .site-info a {
    color: #56b973;
}

div#footer-widget .footr .site-info a:hover {
    text-decoration: none;
}





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

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

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

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}



@media screen and (max-width: 460px){
.home-banr h2.vc_custom_heading {
    font-size: 36px;
    margin-top: 15px;
}

.home-banr h2.vc_custom_heading br {
    display: none;
}

.home-banr h4.vc_custom_heading {
    font-size: 20px;
}

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

.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body h2.vc_custom_heading {
    font-size: 30px;
}

.tabs-home .vc_tta-panel .vc_tta-panel-heading a {
    font-family: 'DM Sans';
    font-size: 20px;
    background: #56b973 !important;
    color: #fff !important;
}

.tabs-home .vc_tta-panel .vc_tta-panel-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 30px !important;
}

.sec2-home .tabs-home .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_single_image img {
    height: unset;
}

.sec2-home {
    padding-bottom: 40px;
}


.homenew-sec h2.vc_custom_heading {
    font-size: 45px;
}

.homenew-sec h3.vc_custom_heading {
    font-size: 30px;
    margin-bottom: 18px;
}

.homenew-sec .vc_inner:nth-child(3) {
    flex-direction: column-reverse;
}

.homenew-sec .vc_inner:nth-child(5) {
    flex-direction: column-reverse;
}

.homenew-sec h3.vc_custom_heading {
    text-align: left !important;
}

.homenew-sec .wpb_text_column p {
    text-align: left !important;
}

.homenew-sec {
    margin-top: 0px;
    padding-top: 46px !important;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

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

.sec4-home {
    padding-top: 46px !important;
    padding-bottom: 40px;
}

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

.sec4-home .bx {
    margin-top: 0px;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels h2.vc_custom_heading {
    font-size: 50px;
    text-align: center !important;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels h1.vc_custom_heading {
    color: #091c2a !important;
    font-size: 100px;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels .wpb_text_column {
    color: #091c2a;
    font-size: 18px;
    text-align: center !important;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels h4.vc_custom_heading {
    color: #091c2a !important;
}
.sec6-home h2.vc_custom_heading {
    font-size: 45px;
}

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

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

.sec7-home .btn-bnr {
    margin-bottom: 54px;
}

.sec7-home {
    padding-bottom: 30px;
}
div#footer-widget h3.widget-title {
    margin-bottom: 18px;
    margin-top: 20px;
}

div#footer-widget {
    padding-top: 40px;
}
#content.site-content {
    padding: 0px !important;
}

.entry-content {
    margin: 0px;
}
button.navbar-toggler {
    background: #56b973;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(https://amnadhanani.com/wp-content/uploads/2026/03/Group-8830.svg);
}
button.navbar-toggler {
    position: absolute;
    right: 0px;
}
#main-nav.navbar-collapse {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 90%;
    height: 100vh;
    background: #091c2a !important;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: 999;
    padding: 30px 12px;
    overflow-y: auto;
}
#main-nav.navbar-collapse.show {
    transform: translateX(0);
}
#main-nav .navbar-nav .nav-link {
    color: #fff !important;
    padding: 10px 15px;
    line-height: 1.2;
    display: block;
}
.innr-bnr h2.vc_custom_heading {
    font-size: 40px;
    margin-top: 14px;
}

.innr-bnr h4.vc_custom_heading {
    font-size: 20px;
}

.wedo-sec1 h1.vc_custom_heading {
    font-size: 45px;
}

.wedo-sec1 h2.vc_custom_heading {
    font-size: 30px;
}

.wedo-sec2 {
    padding-top: 40px !important;
    padding-bottom: 30px;
}

.wedo-sec2 h2.vc_custom_heading {
    font-size: 40px;
}
.sec2-servs h2.vc_custom_heading {
    font-size: 35px;
}

.sec2-servs {
    padding-top: 50px !important;
    padding-bottom: 40px;
}

.sec2-servs h3.vc_custom_heading {
    line-height: 1.2;
    font-size: 24px;
}

.sec3-servcs h2.vc_custom_heading {
    font-size: 35px;
}

.sec4-servcs h2.vc_custom_heading {
    font-size: 35px;
}

.sec4-servcs .bx h3 {
    font-size: 26px;
    line-height: 1.2;
}

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

.servcs-sec h2.vc_custom_heading {
    font-size: 30px;
}

.sec6-servcs .bx {
    margin-bottom: 0px;
}

.sec6-servcs {
    padding-bottom: 60px;
    padding-top: 40px !important;
}

.servcs-sec .bx h3.aio-icon-title {
    font-size: 23px;
    top: -10px;
}

.sec5-servcs h2.vc_custom_heading {
    font-size: 30px;
}

.sec7-servcs h2.vc_custom_heading {
    font-size: 34px;
}

.sec8-servcs h2.vc_custom_heading {
    font-size: 35px;
}
.res-sec2 {
    padding-top: 50px !important;
}

.res-sec2 h2.vc_custom_heading {
    font-size: 40px;
}

.sec-jobs h2.vc_custom_heading {
    font-size: 45px;
}

.sec-jobs div#jobs-list {
    padding-top: 0px;
}

.sec-jobs div#jobs-list .job-item {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
    border-radius: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.sec-jobs div#jobs-list .job-item h2 {
    font-size: 24px;
    line-height: 1.2;
}

.sec-jobs div#jobs-list .job-item .job-title {
    flex: 0 0 100%;
}

.sec-jobs div#jobs-list .job-item .job-apply {
    flex: 0 0 100%;
    text-align: left;
    margin-top: 48px;
}

.sec-jobs div#jobs-list .job-item .job-apply a.apply-btn {
    font-size: 14px;
}

.sec-jobs {
    padding-bottom: 40px;
}
.res-sec2 h2.vc_custom_heading br {
    display: none;
}
.res-sec3:before {
    display: none;
}

.cntct-sec-detl .row1 h2.vc_custom_heading {
    font-size: 35px;
}

.res-sec3:after {
    display: none;
}

.cntct-sec-detl .row1 .cntct-detls-page ul {
    padding-left: 0px;
}

.cntct-sec-detl .row1 .cntct-detls-page ul li a {
    font-size: 20px;
}

.cntct-sec-detl .row1 {
    padding-top: 40px;
}

.cntct-sec-detl {
    padding-bottom: 40px;
}

.cntct-sec-detl .row1 .wpb_text_column p br {
    display: none;
}
.cntct-sec-detl .row1 .cntct-detls-page ul li img {
    height: 88px;
}
.sec4-home .bx .align-icon img {
    height: unset;
}
.mobile-logo {
    padding-left: 15px;
    padding-bottom: 20px;
}
header#masthead ul.socil-icns li {
    padding-bottom: 0px !important;
    font-size: 18px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #724930;
    border: dashed 1px #fff;
    border-radius: 30px;
    margin-right: 10px;
}
header#masthead ul.detls li, header#masthead ul.detls li a {
    padding-left: 0px !important;
    font-size: 14px !important;
}
.cntct-info-menu h4 {
    font-family: 'DM Sans';
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 18px;
}

.cntct-info-menu .info-cntct {
    padding-left: 15px;
    width: 100%;
    margin-top: 52px;
}
.cntct-info-menu .info-cntct ul.detls {
    padding-left: 0px;
    list-style: none;
}

.cntct-info-menu .info-cntct ul.detls li {
    padding-bottom: 14px;
}

.cntct-info-menu .info-cntct ul.detls li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-family: 'DM Sans';
}

.cntct-info-menu .info-cntct ul.detls li img {
    margin-right: 11px;
    position: relative;
    top: -1px;
}

.cntct-info-menu .info-cntct ul.socil-icns {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding-top: 25px;
}

.cntct-info-menu .info-cntct ul.socil-icns li {
    padding-right: 10px;
}

.cntct-info .info-cntct ul.socil-icns li img:hover {
    margin-top: -4px;
}

.cntct-info .info-cntct ul.socil-icns li img {
    transition: 0.4s;
}
.sec7-servcs .wpb_text_column ul {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    overflow-y: scroll;
}

.sec7-servcs .wpb_text_column ul li {
    font-size: 16px;
}
.sec6-servcs .bx h3.aio-icon-title {
    font-size: 26px;
    top: -10px;
}
}


@media screen and (max-width: 412px){
.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels h2.vc_custom_heading {
    font-size: 40px;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels h1.vc_custom_heading {
    font-size: 80px;
}

.sec5-home .tabs-home .vc_tta-panels-container .vc_tta-panels h4.vc_custom_heading {
    font-size: 22px;
}

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

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

.home-banr h2.vc_custom_heading {
    font-size: 32px;
}
.wedo-sec2 h2.vc_custom_heading {
    font-size: 35px;
}
.innr-bnr h2.vc_custom_heading {
    font-size: 35px;
}
}