/* 
Table of contents
===========================================
- General Style
- Utility Classes
- Button Style
- Form Elements
- Page Header
- Breadcrumb
- Tab
- Pagination
===========================================
*/


/*
------------------------------------
- General Style
------------------------------------
*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

/*
------------------------------------
- Utility Classes
------------------------------------
*/

.inner-padding {
    padding: 60px 0px;
}

.pn {
    padding: 0;
}

.pn-left {
    padding-left: 0;
}

.pn-right {
    padding-right: 0;
}
.mn-bottom{
    margin-bottom: 0 !important;
}
.scroll-top {
    position: fixed;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fcc012;
    right: 60px;
    bottom: 60px;
    text-align: center;
    z-index: 10;
    display: none;
    animation: fade .5s linear;
}

.scroll-top i {
    font-size: 24px;
    line-height: 42px;
    color: #242424;
}

@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots span {
    display: inline-block;
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 15px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #fff;
}

.owl-dot.active span,
.owl-dot:hover span {
    background-color: #fcc012;
    border: 3px solid #fcc012;
}

/*
------------------------------------
- Button Style
------------------------------------
*/

.btn-custom {
    background-color: transparent !important;
    color: #F27024 !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: 1px solid #F27024;
    border-radius: 0;
    padding: 32px 80px;
}

.btn-custom:hover {
    background: #F27024 !important;
    border: 1px solid #F27024;
    color: #FFF !important;
}

.blog-custom-btn {
    background: #21409A;
    width: 100%;
    text-align: left;
    color: #fff !important;
    border-radius: 0;
    padding: 20px 40px;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 20px;
    text-transform: uppercase;
}

.group-header-btn{
    display: inline-block;
    vertical-align: middle;
}

/*
------------------------------------
- Form Elements
------------------------------------
*/

.lang-switch {
    margin: 20px;
  }

  .lang-switch .btn {
    min-width: 70px;
    font-weight: bold;
    font-family: Calibri, sans-serif;
    border-radius: 0;
    border: 1px solid #e99035;
    transition: all 0.3s ease;
  }

  .lang-switch .active {
    background-color: #e99035;
    color: #fff;
  }

  .lang-switch .inactive {
    background-color: transparent;
    color: #e99035;
  }

  .lang-switch .inactive:hover {
    background-color: #e99035;
    color: #fff;
  }


/*
------------------------------------
- Page Header
------------------------------------
*/

.banner-section-first-wrapper .section-title-wrapper {

    margin: 80px 0px;

}

.section-first-wrapper {
    margin-top: 350px;
    margin-bottom: 45px;
}

.section-title-wrapper h3 {
    color: #00315D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 5px;
}

.section-title-wrapper h2 {
    color: #00315D;
    font-size: 55px;
    line-height: 65px;
    text-transform: capitalize;
}

.section-title-wrapper p {
    color: #00315D;
}

.section-gallery-wrapper {
    margin: 50px 0;
}

.section-gallery-title {
    margin-top: -70px;
    margin-bottom: 30px;
}

.title-btn-wrapper {
    margin-top: 30px;
}


.section-vision-wrapper {
    background: #21409A;
}

.vision-wrapper {
    margin: 100px 0px;
}

.vision-wrapper .section-title-wrapper h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 5px;
}

.vision-wrapper .section-title-wrapper h2 {
    color: #FFF;
    font-size: 55px;
    line-height: 65px;
    text-transform: capitalize;
}

.mission-wrapper {
    margin: 50px 0px 100px;
}


.mission-wrapper .section-title-wrapper h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 5px;
}

.mission-wrapper .section-title-wrapper h2 {
    color: #FFF;
    font-size: 55px;
    line-height: 65px;
    text-transform: capitalize;
}

.coverage-inner-content-wrapper .section-title-wrapper h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 5px;
}

.coverage-inner-content-wrapper .section-title-wrapper h2 {
    color: #FFF;
    font-size: 55px;
    line-height: 65px;
    text-transform: capitalize;
}

.section-newsblog-wrapper {
    background: #40aee336;
}

.newsblog-gallery-title {
    margin-bottom: 30px;
    margin-top: 50px;
}

.section-research-wrapper {}

.research-title {
    margin-bottom: 180px;
    margin-top: 80px;
}

.section-research-content-wrapper {
    background: #21409A;
    width: 100%;
    height: 520px;
    position: relative;
    z-index: 1;
}

.goal-research-wrapper {
    background: #40aee30f;
}

.section-partner-title {
    margin: 80px 0;
}

.donation-inner-content-wrapper .section-title-wrapper h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 5px;
}

.donation-inner-content-wrapper .section-title-wrapper h2 {
    color: #FFF;
    font-size: 55px;
    line-height: 65px;
    text-transform: capitalize;
}

.section-visit-wrapper {
    background: #40aee336;
}

.visit-gallery-title {
    margin-bottom: 50px;
    margin-top: 100px;
}

.section-values-wrapper {
    background-color: #21409A;
}

.section-values-title {
    margin-bottom: 50px;
    margin-top: 100px;
}

.section-values-wrapper .section-title-wrapper h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 5px;
}

.section-values-wrapper .section-title-wrapper h2 {
    color: #FFF;
    font-size: 55px;
    line-height: 65px;
    text-transform: capitalize;
}

.hero-right-content-wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em* 10);
    word-break: break-word;
}

.section-first-health-title {
    margin-top: 40px;
}

.section-health-title {
    margin: 40px 0px;
}

.section-emt-title {
    margin: 40px 0px;
}

.health-banner-wrapper {
    margin-bottom: 40px;
}

.health-coverage p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}


/*
------------------------------------
- Bread Crumb
------------------------------------
*/


/*
------------------------------------
- Pagination
------------------------------------
*/


/*
------------------------------------
- Tab
------------------------------------
*/

.way {
    opacity: 0;
}

.way.animated {
    opacity: 1;
}