/*

TemplateMo 581 Kind Heart Charity

https://templatemo.com/tm-581-kind-heart-charity

*/


@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato/lato-bold-webfont.woff2') format('woff2'), 
        url('../fonts/lato/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato/lato-light-webfont.woff2') format('woff2'), 
        url('../fonts/lato/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'lato';
    src: url('../fonts/lato/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato/lato-regular-webfont.woff') format('woff'), url('../fonts/lato/lato-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'verdanabold';
    src: url('../fonts/verdana/verdana-bold-webfont.woff2') format('woff2'), 
        url('../fonts/verdana/verdana-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verdanaregular';
    src: url('../fonts/verdana/verdana-webfont.woff2') format('woff2'), 
        url('../fonts/verdana/verdana-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@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;
}
@font-face {
  font-family: 'promptbold';
  src: url('../fonts/Prompt/prompt-bold-webfont.woff2') format('woff2'), url('../fonts/Prompt/prompt-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'promptregular';
  src: url('../fonts/Prompt/prompt-regular-webfont.woff2') format('woff2'), 
      url('../fonts/Prompt/prompt-regular-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}




@font-face {
  font-family: 'promptthin';
  src: url('../fonts/Prompt/prompt-thin-webfont.woff2') format('woff2'), 
      url('../fonts/Prompt/prompt-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'promptextralight';
  src: url('../fonts/Prompt/prompt-extralight-webfont.woff2') format('woff2'),
      url('../fonts/Prompt/prompt-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'konkhmer_sleokchherregular';
  src: url('../fonts/konkhmers/konkhmersleokchher-regular-webfont.woff2') format('woff2'), 
      url('../fonts/konkhmers/konkhmersleokchher-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*---------------------------------------
CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #00458B;
    --secondary-color: #00458B;
    --white: #ffffff;
    --section-bg-color: #f0f8ff;
    --site-footer-bg-color: #a6d1ffe0;
    --custom-btn-bg-color: #cacaca;
    --custom-btn-bg-hover-color: #4e8cb6;
    --dark-color: #000000;
    --p-color: #383838;
    --border-color: #e9eaeb;
    --color-default: #2b180d;
    --color-primary: #56b8e6;
    --color-secondary: #1b2f45;
    --body-font-familyth: 'promptregular', sans-serif;
    --body-font-family: 'lato', sans-serif;
    --h1-font-size: 52px;
    --h2-font-size: 27.5px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 27.5px;
    --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(--p-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{
  width: 100%;
  height: 100%;
}

.swiper-container {
  height: 680px;
  min-height: 680px;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  background-position: 50% 50%;
  background-size: cover;

}
.slide-image::before{
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  background-position: 50% 50%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.304);
}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all 0.3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}

/*---------------------------------------
SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.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;
height: 440px;
}

.custom-block-wrap:hover {
box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.custom-block-body {
padding: 10px;
height: 270px;
}
.custom-mapdetail {
    height: 60px;
}

.custom-map {
    top: 20px;
    padding-top: 10px;
}

.custom-block-image {
display: block;
width: 100%;
height: 100px;
object-fit: cover;
}
.custom-img-fluid{
	max-width:100%;
	height: 190px;
	
	
}
.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: 19;
    padding-top: 0px;
    padding-bottom: 0px;
  }

.navbar-brand {
    color: var(--primary-color);
    font-size: var(--h6-font-size);
    font-weight: var(--font-weight-bold);
    font-family: 'verdana';
}
.navbar-brand span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'konkhmer_sleokchherregular';
  position: center;
}

    .navbar-brand small {
        color: var(--secondary-color);
        display: block;
        font-size: 11px;
        line-height: normal;
        text-transform: uppercase;
        font-family: 'verdana';
    }

.logo {
    display: inline-block;
    position: center;
    width: 100%;
    height: auto;
    margin-top: 7px;
    margin-bottom:7px;
}

/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
    .responsive-font-example {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .responsive-font-small {
        display: none;
    }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
    .responsive-logo-example {
        width: 100%;
        height: 100%;
        margin-top: 7px;
    }
}
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0;
    margin-left: 0;
    /*   
    
        padding-left:40px;
    padding-right:10px;*/
   position : center ;
   padding: 10px 12px;


}
/* .navbar-expand-lg .navbar-nav .nav-link:hover {
  font-size: 16px;
} */
.navbar-nav .nav-link {
  display: inline-block;
  vertical-align: middle;
  font-family: lato,Verdana,Arial,sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 20px;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-link {
      transition: none
  }
}
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
      color: #00458d;
      color: var(--primary-color);
      outline: none;
      border-bottom: 3px solid rgb(80, 46, 228);
      /* border-right: 3px solid rgb(23, 42, 160); */
    }


    @media (max-width: 575px) {
      .navbar-nav .nav-link.active,
      .navbar-nav .nav-link:hover {
        border-bottom: none;
      }
    }
   
.navbar-expand-lg .navbar-nav .nav-link1 {
  margin-right: 0;
  margin-left: 0;
  /*   left:10px;
  right:10px;
  padding-left:10px;  
  padding-right:10px;*/
 position : center ;
 padding: 18px;


}
.nav-link1 {
    display: inline-block;
    vertical-align: middle;
    font-family: lato,Verdana,Arial,sans-serif;
    color: #4A4444;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 20px
}
.nav-link2 {
    display: inline-block;
    vertical-align: middle;
    font-family: lato,Verdana,Arial,sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 20px
}
.nav-link2::before {
      content: "|";
  }
  .nav-link1.active, .nav-link1:hover {
      background: transparent;
      color: #013ADF;
      color: var(--primary-color);
      outline: none;
      margin: auto;
      /* border-bottom: 2px  solid rgb(19, 55, 170); */
  }

.fix{
  position:sticky;
}
  .dropdown-menu {
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border: 0;
    max-width: 700px;
    padding: 0;
    margin-top: 20px;
  
    }

    @media (max-width: 575px) {
      .dropdown-menu {
        margin: .75rem !important
      }
    }

.dropdown-item {
    display: inline-block;
    color: var(--p-bg-color);
    font-family: lato,Verdana,Arial,sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
    
    .dropdown-menu li:last-child .dropdown-item {
    padding-top: 0;
    }
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover {
    font-family: lato,Verdana,Arial,sans-serif;
    background: transparent;
    color: var(--primary-color);
    background-color: rgb(167, 206, 208, 0.30)
}

.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: var(--primary-color);
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;
}

.img-shadow{
  filter: drop-shadow(10px 0 0.35rem rgba(255, 255, 255, 0.808));
}
/*---------------------------------------
ABOUT              
-----------------------------------------*/
#about {
    background: linear-gradient(rgba(243, 243, 243, 0.511), rgba(243, 243, 243, 0.511)), url(../img/contact-bg.jpg) fixed center center;
    background-size: cover;
}
.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;
  bottom: 100px;
  }
  
  #testimonial-carousel .carousel-title::before {
  content: open-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  right: 5px;
  bottom: 100px;
  }
  
  #testimonial-carousel .carousel-title::after {
  content: close-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  left: 5px;
  bottom: 100px;

  }
  
  #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: var(--custom-btn-bg-color);
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: var(--custom-btn-bg-hover-color);
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(--site-footer-bg-color);
    padding-top: 70px;
}

.site-footer-bottom {
    background-color: var(--white);
    position: relative;
    z-index: 2;
    margin-top: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #B0B0B0;
}

@media (max-width: 575px) {
    .site-footer-bottom .copyright-p {
        display: none;
    }
}

@media (max-width: 575px) {
    .site-footer-bottom .copyright-text {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .site-footer-bottom .copyright-text a {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .site-footer-bottom text {
        display: none;
    }
}

.site-footer-bottom a {
    color: #0B3495;
    font-size: var(--copyright-font-size);
    margin-right: 30px;
}

    .site-footer-bottom a:hover {
        color: #4D2CDA;
    }

.site-footer-link {
    color: var(--white-color);
}

text {
    color: #0B3495;
    font-size: var(--copyright-font-size);
}

.copyright-text {
    color: #0B3495;
    font-size: var(--copyright-font-size);
    margin-right: 30px;
}

.copyright-p {
    color: #0B3495;
    font-size: var(--copyright-font-size);
    margin-right: 30px;
}

.copyright-text a {
    color: #0B3495;
    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: 1;
margin: 0;
padding: 0;
}

.footer-menu-item {
list-style: none;
display: block;
}

.footer-menu-link {
font-size: var(--p-font-size);
color: var(--dark-color);
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: var(--site-footer-bg-color);
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: 30px;
  padding-bottom: 100px;
}

.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;
            padding-right: 200px;
        }

.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: relative;
}

.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;
}
}
.blu {
  color: #ffffff;
}
.read_morenet,
.read_morenet:hover {
  font-size: 17px;
  background: #00458D;
  color: #ffffff !important;
  padding: 10px 0px;
  width: 100%;
  max-width: 210px;
  text-align: center;
  display: inline-block;
  font-weight: 500;

}
.read_more {
  font-size: 17px;
  background-color: transparent;
  border: #00458D solid 3px;
  color: #ffffff !important;
  padding: 10px 0px;
  width: 100%;
  max-width: 210px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  
  font-weight: 500;
}

.read_more:hover {
  background: #00458D;
  color: #fff !important;
  transition: ease-in all 0.5s;
}
.read_morelink {
  font-size: 20px;
  background-color: transparent;
  border: #ffffff solid 3px;
  color: #ffffff !important;
  padding: 10px 0px;
  width: 100%;
  max-width: 810px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.read_morelink:hover {
  background: #00458D;
  color: #fff !important;
  transition: ease-in all 0.5s;
}
.read_moreprimary {
  font-size: 17px;
  background-color: transparent;
  border: #00458D solid 3px;
  color: #000207 !important;
  padding: 10px 0px;
  width: 100%;
  max-width: 210px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  
  font-weight: 500;
}

.read_moreprimary:hover {
  background: #00458D;
  color: #fff !important;
  transition: ease-in all 0.5s;
}


.read_morewhite {
    font-size: 17px;
    background-color: transparent;
    border: #FCFEFF solid 3px;
    color: #FCFEFF !important;
    padding: 5px 0px;
    width: 100%;
    max-width: 150px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 5px;
}
    .read_morewhite:hover {
        background: #FCFEFF;
        color: #000207 !important;
        transition: ease-in all 0.5s;
    }

/** about section **/
.text-white {
  --bs-text-opacity:1;
  color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important

}
.text-back {
  --bs-text-opacity:1;
  color:#000000;

}
.about {
    width: 100%;  
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
  
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;  
}
.about::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(243, 243, 243, 0.511);
}

.about .titlepage {
  text-align: left;
  padding: 0;
  max-width: 669px;
  width: 100%;
  float: left;
}

.about .titlepage h2 {
  margin-bottom: 40px;
}

.about .titlepage p {
  color: #010a05;
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 50px;
}

.about .titlepage .read_more {
  float: right;
}
.about .titlepage .read_morenet {
  float: right;
}
.about_img figure {
  margin: 0;
}

.about_img figure img {
  width: 100%;
}


/** end about section **/

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
}

.recent-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-posts .post-box .meta {
  margin-top: 15px;
}

.recent-posts .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: #043b75;
}

.recent-posts .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}

.recent-posts .post-box .post-title {
  font-size: 18px;
  color: rgba(27, 47, 69);
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
}

.recent-posts .post-box p {
  margin: 15px 0 0 0;
  color: rgba(27, 47, 69, 0.7);
}

.recent-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
}

.recent-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-posts .post-box:hover .post-title {
  color: #00458B;
}

.recent-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  height: 100%;
  border-bottom: 1px solid #d6e2ef;
  padding-bottom: 30px;
}

.blog .posts-list article+article {
  margin-top: 60px;
}

.blog .posts-list .post-img {
  max-height: 240px;
  overflow: hidden;
}

.blog .posts-list .title {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0 0 0;
}

.blog .posts-list .title a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .meta-top {
  margin-top: 20px;
  color: #467ab3;
}

.blog .posts-list .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .posts-list .meta-top ul li+li {
  padding-left: 20px;
}

.blog .posts-list .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(86, 184, 230, 0.8);
}

.blog .posts-list .meta-top a {
  color: #467ab3;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .posts-list .content {
  margin-top: 20px;
}

.blog .posts-list .read-more a {
  display: inline-block;
  color: #1f98d1;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}

.blog .posts-list .read-more a:hover {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(27, 47, 69, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(86, 184, 230, 0.8);
}

.blog .blog-details .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(27, 47, 69, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #38618e;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(27, 47, 69, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(27, 47, 69, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar .sidebar-title {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(27, 47, 69, 0.2);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(86, 184, 230, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  font-size: 15px;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-default-rgb), 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--color-default-rgb), 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #38618e;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(27, 47, 69, 0.15);
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(27, 47, 69, 0.8);
  font-size: 14px;
}
/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(27, 47, 69, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(27, 47, 69, 0.8);
}

/*--------------------------------------------------------------
# Blog home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #38618e;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #2aa5df;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #dbf0fa;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  background: var(--color-primary);
  color: #fff;
}
.paralax-mf {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}
.paralax-mf {
  position: relative;
  padding: 8rem 0;
}
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}
.overlay-mf {
  background-color: #0078ff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
  color: #fff;
  text-align: center;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.5;
  box-shadow: 0 0 0 10px #cde1f8;
  padding: 8px;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}
/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}
.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}
.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 60px;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #f1eeef;
  margin-bottom: 20px;
  padding-bottom: 20px;
  
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #3692e3;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #3692e3;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #0066ff;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

@media (min-width: 1280px) {
  .faq .container {
    padding: 0 120px;
  }
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  #call-to-action {
    background-attachment: scroll;
  }
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #00458D;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(0, 76, 190, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}
.zoom:hover {

   -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.2); 
}
.img-fluidinsideall {
	max-width: 100%;
	max-height: 300px;
}

.navbar-brandd {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap
}

