/*

TemplateMo 581 Kind Heart Charity

https://templatemo.com/tm-581-kind-heart-charity

*/



/* @font-face { */
    /* font-family: 'Metropolis'; */
    /* src: url('../fonts/Metropolis/Metropolis-Regular.woff2') format('woff2'), */
        /* url('../fonts/Metropolis/Metropolis-Regular.woff') format('woff'); */
    /* font-weight: normal; */
    /* font-style: normal; */
    /* font-display: swap; */
/* } */

/* @font-face { */
    /* font-family: 'Metropolis'; */
    /* src: url('../fonts/Metropolis/Metropolis-Light.woff2') format('woff2'), */
        /* url('../fonts/Metropolis/Metropolis-Light.woff') format('woff'); */
    /* font-weight: 300; */
    /* font-style: normal; */
    /* font-display: swap; */
/* } */

/* @font-face { */
    /* font-family: 'Metropolis'; */
    /* src: url('../fonts/Metropolis/Metropolis-SemiBold.woff2') format('woff2'), */
        /* url('../fonts/Metropolis/Metropolis-SemiBold.woff') format('woff'); */
    /* font-weight: 600; */
    /* font-style: normal; */
    /* font-display: swap; */
/* } */

/* @font-face { */
    /* font-family: 'Metropolis'; */
    /* src: url('../fonts/Metropolis/Metropolis-Bold.woff2') format('woff2'), */
        /* url('../fonts/Metropolis/Metropolis-Bold.woff') format('woff'); */
    /* font-weight: bold; */
    /* font-style: normal; */
    /* font-display: swap; */
/* } */


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #058A44;
  --secondary-color:              #5a6f80;
  --section-bg-color:             #f0f8ff;
  --site-footer-bg-color:         #44525d;
  --custom-btn-bg-color:          #597081;
  --custom-btn-bg-hover-color:    #058A44;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #e9eaeb;

  --body-font-family:             "Roboto", sans-serif;

  --h1-font-size:                 52px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  16px;
  --btn-font-size:                18px;
  --copyright-font-size:          14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
}

h2 {
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--dark-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-overlay + .container {
  position: relative;
}


/*---------------------------------------
  CUSTOM BLOCK               
-----------------------------------------*/
.custom-block-wrap {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.custom-block-wrap:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.custom-block-body {
  padding: 30px;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-block .custom-btn {
  border-radius: 0;
  display: block;
}


/*---------------------------------------
  PROGRESS BAR               
-----------------------------------------*/
.progress {
  background: var(--border-color);
  height: 5px;
}

.progress-bar {
  background: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM LIST               
-----------------------------------------*/
.custom-list {
  margin-bottom: 0;
  padding-left: 0;
}

.custom-list-item {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-text-box-icon {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}


/*---------------------------------------
  AVATAR IMAGE - TESTIMONIAL, AUTHOR               
-----------------------------------------*/
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--secondary-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: var(--custom-btn-bg-color);
  margin-top: 8px;
  padding: 12px 25px;
}

.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: var(--white-color);
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
      border-bottom: 1px solid rgb(5, 138, 68);
}

.navbar-brand {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand span {
  display: inline-block;
  vertical-align: middle;
}

.navbar-brand small {
  color: var(--secondary-color);
  display: block;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
}

.logo {
  width: 80px;
  height: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 20px 12px;
  font-size:var(--copyright-font-size);
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  max-width: 290px;
  padding: 0;
  margin-top: 20px;
}

.dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
  padding-top: 0;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
/* background: #6FBF46; */
    /* background: linear-gradient(90deg, #00BCF4 0%, #003A9E 42%, #510AC2 71%, #510AC2 100%); */
	background: #F9A918;
background: linear-gradient(90deg,rgba(249, 169, 24, 1) 0%, rgba(238, 130, 27, 1) 50%, rgba(225, 82, 31, 1) 100%);

    padding-top: 15px;
    padding-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.site-header p,
.site-header p a,
.site-header .social-icon-link {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}

.site-header .social-icon {
  text-align: right;
}

.site-header .social-icon-link {
  background: transparent;
  width: inherit;
  height: inherit;
  line-height: inherit;
  margin-right: 15px;
}


/*---------------------------------------
  HERO & HERO SLIDE         
-----------------------------------------*/
.hero-section-full-height {
  height: 680px;
  min-height: 680px;
  position: relative;
}

.carousel:hover .carousel-control-next-icon, 
.carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}

#hero-slide .carousel-item {
  height: 680px;
  min-height: 680px;
}

#hero-slide .carousel-caption {
  background: var(--white-color);
  clip-path: polygon(100% 100%, 100% 150px, 0 100%);
  color: var(--secondary-color);
  top: 1px;
  bottom: -1px;
  right: 0;
  left: auto;
  text-align: right;
  min-width: 680px;
  min-height: 680px;
  padding: 100px 100px 50px 100px;
}

.carousel-image {
  display: block;
  width: 100%;
  min-height: 680px;
}

#hero-slide .carousel-indicators-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#hero-slide .carousel-indicators {
  margin-right: 0;
  margin-left: 22px;
  justify-content: inherit;
}

.carousel-control-next, 
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  background-size: 60% 60%;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: all 0.5s;
}

.carousel-control-next-icon:hover, 
.carousel-control-prev-icon:hover {
  background-color: var(--primary-color);
}


/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/
.featured-block {
  text-align: center;
  transition: all 0.5s ease;
  min-height: 256px;
  padding: 15px;
}

.featured-block:hover {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.featured-block:hover .featured-block-image {
  transform: scale(0.75);
}

.featured-block-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  margin-top: 20px;
  transition: all 0.5s;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.custom-text-block {
  padding: 60px 40px;
}


/*---------------------------------------
  COUNTER NUMBERS              
-----------------------------------------*/
.counter-thumb {
  margin: 20px;
  margin-bottom: 0;
}

.counter-number,
.counter-text {
  color: var(--secondary-color);
  display: block;
}

.counter-number,
.counter-number-text {
  color: var(--primary-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}


/*---------------------------------------
  VOLUNTEER              
-----------------------------------------*/
.volunteer-section {
  background: var(--secondary-color);
  position: relative;
  overflow: hidden;
}

.volunteer-section::after {
  content: "";
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

.volunteer-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.volunteer-image {
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.volunteer-section .custom-block-body {
  max-width: 440px;
  margin: 0 auto;
}

.volunteer-section .custom-block-body p {
  line-height: 1.7;
}


/*---------------------------------------
  DONATE              
-----------------------------------------*/
.donate-section {
  background-image: url('../images/different-people-doing-volunteer-work.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.donate-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 50px;
}


/*---------------------------------------
  NEWS         
-----------------------------------------*/
.news-detail-header-section {
  background-image: url('../images/news/close-up-volunteer-oganizing-stuff-donation.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.news-block-top {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.news-block-two-col-image-wrap {
  border-radius: var(--border-radius-small);
  position: relative;
  overflow: hidden;
  width: 150px;
  margin-right: 20px;
}

.news-category-block {
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
}

.news-category-block .category-block-link {
  color: var(--white-color);
  margin-right: 10px;
}

.news-block-info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-block-title-link {
  color: var(--dark-color);
}

.news-detail-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-semibold);
  color: var(--site-footer-bg-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 90px 50px 50px 50px;
  text-align: center;
}

blockquote::before {
  content: "“";
  color: var(--custom-btn-bg-color);
  font-size: 100px;
  line-height: 1rem;
  display: block;
}

.author-comment-link {
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
}

.search-form {
  margin-top: 20px;
}

.category-block,
.subscribe-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category-block-link {
  font-size: var(--copyright-font-size);
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-block-link:hover {
  color: var(--primary-color);
}

.badge {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding-bottom: 2px;
}

.tags-block-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  display: inline-block;
  font-size: var(--copyright-font-size);
  line-height: normal;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.tags-block-link:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 200px;
  height: 200px;
}

.cta-section::after {
  content: "";
  border: 20px solid var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}


/*---------------------------------------
  TESTIMONIAL CAROUSEL              
-----------------------------------------*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.testimonial-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 250px;
  height: 250px;
}

.testimonial-section::after {
  content: "";
  background: var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

#testimonial-carousel .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

#testimonial-carousel .carousel-title {
  background: var(--section-bg-color);
  line-height: normal;
  margin-bottom: 30px;
}

#testimonial-carousel .carousel-title::before {
  content: open-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  right: 10px;
}

#testimonial-carousel .carousel-title::after {
  content: close-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  left: 10px;
}

#testimonial-carousel .carousel-title {
  quotes: "“" "”" "‘" "’";
}

#testimonial-carousel .carousel-name {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

#testimonial-carousel .carousel-name::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color);
}

.carousel-name-title {
  font-weight: var(--font-weight-semibold);
}

#testimonial-carousel .carousel-indicators {
  position: relative;
  top: 150px;
  bottom: auto;
  margin-top: 50px;
  margin-bottom: 150px;
}

#testimonial-carousel .carousel-indicators li {
  text-indent: inherit;
  background: transparent;
  margin: 0 10px; 
}

#testimonial-carousel .carousel-indicators li,
#testimonial-carousel .carousel-indicators li::before {
  width: 45px;
  height: 45px; 
}

#testimonial-carousel .carousel-indicators .avatar-image {
  width: 45px;
  height: 45px; 
}

#testimonial-carousel .carousel-indicators .active,
#testimonial-carousel .carousel-indicators .active .avatar-image {
  background: transparent;
  width: 50px; 
  height: 50px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

.contact-info-wrap {
  padding-top: 40px;
}

.contact-image-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control,
.input-group-file {
  background-color: var(--section-bg-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form label {
  margin-bottom: 10px;
}

.custom-form .form-check-group {
  margin-bottom: 20px;
}

.donate-form .form-check-group-donation-frequency {
  padding-right: 0;
}

.form-check-group-donation-frequency + .form-check-group-donation-frequency {
  padding-right: 12px;
  padding-left: 0;
}

.form-check-group-donation-frequency .form-check-label {
  font-weight: var(--font-weight-semibold);
}

#DonationFrequencyOne {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#DonationFrequencyMonthly {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-form .form-check-radio {
  position: relative;
  height: 100%;
  padding-left: 0;
}

.custom-form .input-group-text {
  background: var(--secondary-color);
  border: 0;
  color: var(--white-color);
}

.custom-form .form-check-radio .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-radio .form-check-input[type=radio] {
  background-color: var(--section-bg-color);
  border-radius: .25rem;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 25px 50px;
  transition: all 0.5s;
}

.form-check-radio .form-check-input:checked[type=radio] {
  background-image: none;
}

.form-check-radio .form-check-input:checked[type=radio] + .form-check-label,
.form-check-radio .form-check-input:hover + .form-check-label,
.form-check-radio .form-check-input:checked + .form-check-label {
  color: var(--white-color);
}

.form-check-radio .form-check-input:hover,
.form-check-radio .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.input-group-file {
  border-radius: .25rem;
  padding: 13px .75rem;
}

.input-group-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.input-group-file .input-group-text {
  background: transparent;
  color: inherit;
  margin-bottom: 0;
  padding: 0;
}

.custom-form button[type="submit"] {
background: #E1521F;
background: linear-gradient(90deg,rgba(225, 82, 31, 1) 0%, rgba(238, 130, 27, 1) 50%, rgba(249, 169, 24, 1) 100%);  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
background: #E1521F;
background: linear-gradient(90deg,rgba(225, 82, 31, 1) 0%, rgba(238, 130, 27, 1) 50%, rgba(249, 169, 24, 1) 100%);  
border-color: transparent;
}


/*---------------------------------------
  CONTACT SEARCH & DONATE & SUBCRIBE FORM              
-----------------------------------------*/
.contact-form .form-control {
  background: var(--white-color);
}

.search-form {
  position: relative;
}

.search-form .form-control {
  padding-right: 50px;
}

.search-form button[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--p-color);
  width: 50px;
  padding: 12px;
}

.search-form button[type="submit"]:hover {
  background: transparent;
  color: var(--dark-color);
}

.subscribe-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.subscribe-form .form-control {
  background: var(--white-color);
}

.donate-form .form-control {
  margin-bottom: 0;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--white-color);
  padding-top: 70px;
}

.site-footer-bottom {
  background-color: #344e69;
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-footer-bottom a {
	color: var(--white-color);
}

.site-footer-bottom a:hover {
	color: #FF6;
}

.site-footer-link {
  color: var(--white-color);
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  margin-right: 30px;
}

.site-footer .custom-btn {
  font-size: var(--copyright-font-size);
}

.site-footer .custom-btn:hover {
  background: var(--primary-color);
}


/*---------------------------------------
  FOOTER MENU               
-----------------------------------------*/
.footer-menu {
  /* column-count: 2; */
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
  display: block;
}

.footer-menu-link {
  font-size: var(--copyright-font-size);
  color: #231F20;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: #3c5e83;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .featured-block {
    min-height: inherit;
  }

  .volunteer-section::after {
    width: 450px;
    height: 450px;
  }
  
  .volunteer-image {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 1170px) {
  #hero-slide .carousel-image {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-form {
    padding-bottom: 40px;
  }

  .donate-form {
    padding: 35px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 20px;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    left: 20px;
  }

  .site-header .social-icon {
    text-align: left;
    margin-top: 5px;
  }

  .hero-section-full-height {
    height: inherit;
  }

  .carousel:hover .carousel-control-next-icon, 
  .carousel:hover .carousel-control-prev-icon {
    opacity: 1;
  }

  #hero-slide .carousel-item {
    height: inherit;
  }

  .carousel-control-prev {
    left: 12px;
  }

  .carousel-control-next {
    right: 12px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    opacity: 1;
    width: 60px;
    height: 60px;
  }

  .news-detail-header-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section::before {
    width: 150px;
    height: 150px;
  }

  .cta-section::after {
    bottom: -60px;
    width: 100px;
    height: 100px;
  }

  .cta-section .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .volunteer-section::after {
    width: 300px;
    height: 300px;
  }

  .testimonial-section::before {
    width: 150px;
    height: 150px;
  }

  .testimonial-section::after {
    width: 200px;
    height: 200px;
  }

  #testimonial-carousel .carousel-caption {
    padding-top: 0;
  }

  blockquote {
    padding: 70px 30px 30px 30px;
  }

  .about-image {
    width: inherit;
    height: 450px;
  }

  .volunteer-image {
    width: 250px;
    height: 250px;
    margin: 0;
  }

  .custom-text-block {
    padding: 20px 0 0 0;
  }

  .custom-text-box,
  .volunteer-form {
    padding: 30px;
  }

  .counter-number, 
  .counter-number-text {
    font-size: var(--h2-font-size);
  }

  .contact-info-wrap {
    padding-top: 0;
  }

  .site-footer {
    padding-top: 50px;
  }

  .copyright-text-wrap {
    justify-content: center;
  }

  .site-footer-bottom {
    text-align: center;
    margin-top: 50px;
  }

  .site-footer-bottom .footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 580px) {
  .hero-section-full-height,
  #hero-slide .carousel-item,
  .carousel-image {
    min-height: 520px;
  }

  #hero-slide .carousel-caption {
    clip-path: polygon(100% 100%, 100% 100px, 0 100%);
    padding-right: 50px;
    min-width: inherit;
    min-height: inherit;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  #hero-slide .carousel-caption {
    min-width: inherit;
    padding-bottom: 30px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
  }

  .volunteer-image {
    width: 150px;
    height: 150px;
  }

  .volunteer-section::after {
    width: 200px;
    height: 200px;
  }

  .testimonial-section::before {
    top: -50px;
    width: 100px;
    height: 100px;
  }

  .testimonial-section::after {
    bottom: -150px;
    width: 200px;
    height: 200px;
  }

  .social-share .tags-block {
    margin-bottom: 10px;
  }

  .donate-form {
    padding: 25px;
  }
}


.cust_top_header_contact_info{
	align-items: center;
	justify-content: flex-end;
}

.search_input_wrap{
	width:85%;
  padding-right:20px;
}
.social_icons{
	width: 15%;
    /* padding-left: 50px; */
    text-align: right;
}

.social_icons p{
	font-size:12px;
	font-weight:400;
	margin-bottom: 5px;
  text-align: center;
}

.social_icons a{
	display:inline-block;
	padding-right:5px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1366px;
    }
}

@media (max-width: 1366px) {

.social_icons p{
  text-align: left;
}

}

.mrg_40{
  margin-top: 40px;
 }
 
 .carousel-caption_head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	align-items: center;
	display:flex;
	height:100%;
	justify-content:center;
 }
 
 .carousel-caption_head h1{
  font-size: 56px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 5px 5px #000;
 }
 
 .bg_clr_green{
	/* background: #5C3E98; */
	/* background: linear-gradient(90deg,rgba(92, 62, 152, 1) 0%, rgba(46, 82, 166, 1) 30%, rgba(15, 186, 204, 1) 54%, rgba(111, 191, 70, 1) 80%);  */
	
	/* background: #510AC2; */
/* background: linear-gradient(90deg,rgba(81, 10, 194, 1) 0%, rgba(0, 58, 158, 1) 37%, rgba(0, 188, 244, 1) 81%); */
background: #E1521F;
background: linear-gradient(90deg,rgba(225, 82, 31, 1) 0%, rgba(238, 130, 27, 1) 50%, rgba(249, 169, 24, 1) 100%);
 }
 
 .bg_clr_green p{
	color: #fff;
    font-size: 26px;
    font-weight: 500;
    /* padding: 0px 120px; */
    text-align: justify;
 }
 
 .section_padding_50{
	 padding:50px 0px;
 }
 
 .section_pad_5{
	 padding:25px 0px;
 }
 
 .bg_clr_yellow{
   background-color:#fff;
 }
 
.bg_clr_yellow p{
	color: #000;
	font-size: 26px;
	font-weight: 500;
	margin: 0;
	text-align:center;
}

.arrow_down{
	display:inline-block;
	padding-left:15px;
}

.section_pad_25{
	padding:25px 0px;
	padding-top:50px;
}

.about_us_sec{
	/* border-bottom:2px solid transparent; */
    /* border-image: linear-gradient(to right, #4EB969, #03B1D1, #2955A5) 1; */
	background-color:#282F35;
}

.about_us_sec h2{
	font-size:36px;
	font-weight:600;
	color:#fff;
	text-align:center;
}

.about_us_text{
	font-size:22px;
	font-weight:500;
	/* padding: 20px 107px; */
	color:#fff;
	text-align:justify;
	padding-top:0px;
}

.box_1_wrap {
/* background-image: linear-gradient(to top, #6fbf46, #44c26f, #00c393, #00c1b0, #00bec4, #00b4cc, #00a9d2, #009dd3, #0188cc, #2b71c1, #4759b0, #5c3e98); */
/* background: #00BCF4; */
/* background-image: linear-gradient(to bottom, #00aeeb, #0098e1, #0081d4, #006ac6, #0053b4, #0148b1, #0e3dad, #1c30a8, #2e2cb2, #3f26bb, #511bc3, #6302ca); */
/* background: linear-gradient(0deg,rgba(0, 188, 244, 1) 0%, rgba(81, 10, 194, 1) 55%, rgba(0, 58, 158, 1) 100%); */
/* background-image: linear-gradient(to bottom, #003399, #004bad, #0062be, #0079ce, #0090dc, #0091e3, #0093eb, #0094f2, #007df1, #0463eb, #4143df, #6302ca); */
min-height: 212px;
    padding: 10px;
	margin-bottom:30px;
}

.box_1_wrap span{
	font-size: 60px;
	color: #8ACFF3;
	display: inline-block;
	font-weight: 400;
	margin-right: 0px;
	margin-left: 0px;
}

.box_1_wrap p{
	font-size: 20px;
    font-weight: 400;
    /* padding:10px 15px; */
    color: #8ACFF3;
}

.mrg_top_10{
  margin-top: 20px;
}

.mrg_top_25{
	margin-top:10px;
}

.box_brd_white{
	/* border:1px solid #fff; */
	border-radius:5px;
	min-height: 212px;
}
.box_1_wrap.box_2_pad p{
    padding: 10px 42px;
}

.box_1_wrap.box_3_pad p{
	    padding: 10px 24px;
}
.box_1_wrap.box_4_pad p{
	    padding: 10px 44px;
}
.brd_gradient{
	border: 2px solid transparent;
    border-image: linear-gradient(to right, #0538a1, #06aff0, #490fbf) 1;
    padding: 20px 0px;
    background: #f1f4f7;
    border-right: 0px;
    border-left: 0px;
}

.our_expertise h2{
	font-size: 36px;
    font-weight: 600;
    color:#231F20;
    text-align: center;
}

.list_our_expertise{
	list-style: none;
	margin: 0 auto;
	text-align:center;
	padding:0;
}

.list_our_expertise li{
	font-size:28px;
	color:#231F20;
	border-top:1px solid #6D79A1;
	padding:8px 0px;
}

.list_our_expertise li a{
	color:#231F20;
}

.pad_0{
	padding:0px;
}

.mrg_0{
  margin:0px;
}

.banner_images{
	margin-top:25px;
}

.testimonial_slide{
	padding: 60px 0px;
}

.arrow_center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pad_slide_text{
 padding: 0px 65px;
}

.left_border{
	border-right:1px solid #ccc;
}

.right_border{
	border-left:1px solid #ccc;
}

.border_center_right{
	border-right:1px solid #ccc
}

.section_help{
	background: #E1521F;
	background: linear-gradient(90deg,rgba(225, 82, 31, 1) 0%, rgba(238, 130, 27, 1) 50%, rgba(249, 169, 24, 1) 100%);
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section_help p{
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}

.contact_btn {
    background-color: #fff;
    border-radius: 27px;
    padding: 7px 30px;
    color: #1E4981;
    font-size: 14px;
    font-weight: 400;
    border: 0px solid;
}

.logo_text{
	font-size: 14px;
	font-weight: 400;
	padding: 15px 10px;
	color: #231F20;
	text-align: left;
	width: 74.6%;
}

.footer_link_text{
	font-weight: 500;
	font-size: 16px;
	color: #231F20;
	text-align: right;
	display: inline-block;
	width: 72%;
}

.footer_link_text span{
  padding-left:10px;
}

.site-footer-title{
	color: #231F20;
    font-size: 18px;
}

.follow_text{
	padding-top: 30px;
    padding-bottom: 5px;
}

.footer_social_icon{
	display: inline-block;
	padding-right: 20px;
}

.input_search{
	border: 1px solid #ccc;
	border-radius: 15px;
	width: 36%;
	padding: 5px;
	
}

.navbar-expand-lg .navbar-nav .nav-item{
	position:relative;
}

.navbar-nav .nav-item:not(:last-child):after{
	 content: "|"; /* The pipe character */
        margin-left: 6px; /* Space after the pipe */
        color:#0aa6e9; /* Optional: style the pipe color */
}

@media (max-width: 760px) {
	.search_input_wrap, .social_icons{
		display:none;
	}
	
	.navbar-brand img{
		width:auto;
		max-width:100%;
	}
	
	.bg_clr_green p{
		padding:0 20px;
	}
	
	.about_us_text{
		padding:0px 20px;
	}
}

.pad_slide_text div img{
	padding-top:10px;
}

.pad_slide_text div p{
	color: #194782;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1470px;
    }
}

.visible_logo{ display:none;}

.slider_wrap{
	background-image: url(../images/slide/solution_bg_1.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 680px;
}

.section_bg_clr{
   background-color: #e0f0ff;
}

.section_bg_clr h4{
	font-size:32px;
	font-weight:600;
	color:#354d69;
	margin-bottom: 25px;
}

.section_bg_clr p{
	font-size: 16px;
    font-weight: 400;
    color: #000;
}

.section_padding_80{
	padding:80px 0px;
}

.about_us_bg_img{
	background-image: url(../images/slide/about_us.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 680px;
}

.section_padding_15{
	 padding:15px 0px;
 }
 
 .inner_title_wrap h4{
	 
	 font-size:36px;
	 font-weight:600;
	 color:#fff;
	 text-align:center;
 }
 
 .para_text_wrap p{
	    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: justify;
    /* padding: 10px 50px; */
 }
 
 
 .para_text_wrap span{
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin-bottom:5px;
	display:inline-block;
	/* padding-left:50px; */
 }
 
 .para_text_wrap ul{
	list-style:none;
	margin:0;
	outline:none;
	/* padding-left: 52px; */
 }
 
 .para_text_wrap ul li{
	 margin-top:10px;
	 font-size:20px;
	 color:#000;
	 font-weight:500;
	 position:relative;
	 padding-left:30px;
 }
 
 .para_text_wrap ul li:before{
	 content:url('../images/icons/list_arrow.png');
	 position:absolute;
	 left:0px;
	 top:0px;
	 
 }
 
 .para_text_wrap ul li:last-child{
	 margin-bottom:20px;
 }
 
 .green_gradient_clr{
  /* background: #6FBF46; */
/* background: linear-gradient(90deg,rgba(111, 191, 70, 1) 0%, rgba(15, 186, 204, 1) 42%, rgba(29, 91, 166, 1) 71%, rgba(92, 62, 152, 1) 100%);	  */
    /* background: linear-gradient(90deg, #00BCF4 0%, #003A9E 42%, #510AC2 71%, #510AC2 100%); */
	background: #F9A918;
background: linear-gradient(90deg,rgba(249, 169, 24, 1) 0%, rgba(238, 130, 27, 1) 50%, rgba(225, 82, 31, 1) 100%);
 }
 
 .our_team_wrap{
  margin-top: 60px;
  margin-bottom:40px;
 }
 
 .our_team_wrap p{
	font-size:20px;
	color:#000;
	font-weight:500;
	/* padding: 0px 170px 0px 0px; */
	text-align:justify;
 }
 
 .box_info_wrap h5{
	font-size:40px;
	color:#fff;
	font-weight:500;
	padding: 28px 0px;
	text-transform:uppercase;
	padding-bottom: 10px;
 }
 
 .box_info_wrap h5.vision_pad_top{
	 padding-top: 75px;
 }
 
 .box_info_wrap p{
	font-size:20px;
	color:#fff;
	font-weight:400;
	padding:0px 40px;
 }
 
 .box_info_wrap p.pad_50{
	 	padding:0px 50px;
 }
 
 .box_1_wrap_abt {
    /* background-image: linear-gradient(to top, #6fbf46, #44c26f, #00c393, #00c1b0, #00bec4, #00b4cc, #00a9d2, #009dd3, #0188cc, #2b71c1, #4759b0, #5c3e98); */
    min-height: 383px;
    padding: 22px;
    margin-bottom: 0px;
	background-image:url('../images/abt_clr_bg1.jpg');
	background-repeat: no-repeat;
      margin-left: 60px;
	    width: 471px;
}

 .box_brd_white_abt {
    /* border: 1px solid #fff; */
    border-radius: 5px;
    min-height: 360px;
        width: 96%;
    text-align: center;
}

.border_gradient_abt{
 border: 2px solid transparent;
    border-image: linear-gradient(to right, #4EB969, #03B1D1, #2955A5) 1;
    padding: 20px 0px;
    border-right: 0px;
    border-left: 0px;	
	border-bottom:0px;
	margin-top: 60px;
}

.our_team_wrap.sec_abt_wrap p{
	font-size: 19.5px;
	color: #000;
	font-weight: 500;
  line-height:33px;
}

.our_team_wrap.our_story_abt p{
	padding:0px;
}

.col_w_cust{
	flex: 0 0 auto;
	width: 7.066667%;
}

.cust_w_1_col{
	flex: 0 0 auto;
	width: 13.666667%;
}

.solution_bg_img{
	background-image: url(../images/slide/IMG-20251017-WA0000.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 680px;
}

.it_tel_solu_wrap{
	background-image: url(../images/slide/solution_bg_2.jpg);
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 680px;
}

.consult_bg_img{
	background-image: url(../images/slide/consult_bg_1.jpg);
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 680px;
}

.contact_us_bg_img{
	background-image: none;
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 610px;
}

.mrg_btm_0{
	margin-bottom:0px;
}

.pad_top_img{
	padding-top:7px;
}

.client_list{
	outline:none;
	list-style:none;
}

.client_list li{
	display:inline-block;
    margin: 15px 30px;
}

.client_list li img{
	width:120px;
	height:120px;
}

.masonry-image__thumb{
	width: 98.5%;
    position: relative;
}
.works__thumb-action{
	position: absolute;
    width: 512px;
    height: 384px;
}

.works__thumb-action:hover {
	background: rgba(0, 0, 0, 0.2);
}

.mrg_top_45{
	margin-top: 45px;
}


.works__category{
position: absolute;
top: 170px;
left: 201px;
color: #fff;
font-size: 20px;
text-align: center;
text-shadow: 1px 2px 1px #000;
}

.clr_title{
	color:#334e6b;
}

.custom-form .btn_clr, .custom-btn.btn{
	background: #E1521F;
background: linear-gradient(90deg,rgba(225, 82, 31, 1) 0%, rgba(238, 130, 27, 1) 50%, rgba(249, 169, 24, 1) 100%);
}
.vbox-prev span{
  border-top-color: #fff  !important;
  border-right-color: #fff  !important;
}

.vbox-next span{
  
  border-top-color: #fff  !important;
  border-right-color: #fff  !important;
}

#board{
  width:100%;
  height:690px;
}

.size_font_txt{
  font-size:22px;
  font-weight: 500;
  color:#000;
  text-align:justify;
}

.title_info{
font-size: 36px;
font-weight: 600;
color: #324e66;
text-align: center;
}

.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
	line-height: 50px;
	border-radius: 50%;
  position: absolute;
  top: 30%;
	font-size: 20px !important;
  color: #938c8c !important;
	/* border: 1px solid #938c8c !important; */
	text-align: center;
}

.owl-carousel.owl-theme .owl-item{
	border-right:1px solid #476B98;
	padding-right:50px;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}

.owl-item {
    width: 150px !important; /* Adjust the desired width */
}

.owl-carousel{
  width:80% !important;
margin:0 auto;
}

.owl-carousel.owl-theme{
  margin-bottom:30px;
}


.masonry-image{
      width: 37%;
    margin-left: 30%;
}

.bg_clr_v_m{
	background: #262E34;
}

.mrg_lft_70{
  margin-left: 70px;
}

.width_col_3_cust{
	width: 23.5%;
}

.our_team_wrap.sec_abt_wrap.para_text_wrap.pad_justy p{
   /* padding: 0px 140px 0px 40px; */
}

.our_team_wrap.sec_abt_wrap.para_text_wrap.pad_justy ul{
	padding-left:0px;
}

.hover_link:hover{
  color: var(--primary-color);
  cursor: pointer;
}