@import url("https://fonts.googleapis.com/css2?family=Days+One&display=swap");

.header-area .header-bottom {
    padding: 0px 120px;
}
#navigation {
    display: flex;
    justify-content: center;
}
.inner-top-img {
    position: relative;
}

.inner-top-img:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #00000099;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.inner-top-img img {
    aspect-ratio: 2 / 0.7;
    object-fit: cover;
    object-position: center;
}
.header-btn {
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding:16px 24px !important;
    text-transform: capitalize !important;
    cursor: pointer;
    color: #fff !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #005192;
    border-radius: 49px;
    line-height: normal;
    text-transform: capitalize;
}
.hero-btn {
    padding:18px 24px;
    background: #005192;
    border-radius: 49px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.main-header .main-menu ul>li a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    padding:40px 10px;
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: capitalize;
    position: relative
}

.main-header .main-menu ul>li:hover>a {
    color: #005192;
}


.slider-bg1 {
    background-image: url(../images/slider-1.png)
}

.slider-bg2 {
    background-image: url(../images/slider-2.jpg)
}

.slider-bg3 {
    background-image: url(../images/slider-3.jpg)
}

.slider-area .hero-caption h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.4%; 
    letter-spacing: 0.6px;
    text-transform: capitalize;
    margin-bottom: 23px;
    color: #fff;
    
}

.dot-style .slick-dots {
    text-align: center;
    right: 0;
    position: absolute;
    top: inherit;
    transform: translateY(-50%);
    left: 0;
    bottom: 0px;
}

.dot-style .slick-dots li {
    display: inline;
    margin-bottom: 3px
}

.dot-style .slick-dots li.slick-active button::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border: none;
    left: 49%;
    margin: 0 auto;
    text-align: center;
    top: 63%;
    background: #fff;
    transform: translateY(-48%) translateX(-48%);
    border-radius: 50%;
    line-height: 25px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.dot-style .slick-dots button {
    text-indent: -100000px;
    height: 10px;
    width: 10px;
    border: 0;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    margin-bottom: 15px;
    background: #979291
}

.dot-style .slick-dots .slick-active button {
    background: #fff;
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}


.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
}

#back-top {
    background: #005192;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2)
}

.btn {
    background: #005192;
    padding: 22px 32px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 49px;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.about-btn {
    padding: 18px 38px;
}
.section-tittle h2 {
    display: block;
    margin-bottom: 22px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.4%;
    text-transform: capitalize;
}

.support-company-area .right-caption .support-caption p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 187.9%;
    text-transform: capitalize;
}
.support-company-area .right-caption {
    position: relative;
    width: 680px;
}

.what-we-do .support-caption p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 187.9%;
    text-transform: capitalize;
}

.main-width-box {
    width: calc(100% - 120px);
    margin: auto;
}
.main-width-box .container {
    max-width: calc(100% - 250px);
}



.support-company-area {
    background: #fff;
}

.what-we-do{
  background: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 100px;
}

.what-we-do .main-width-box .container {
    max-width: calc(100% - 120px);
}

.success-stories .main-width-box .container {
    max-width: calc(100% - 120px);
}

.single-what-we-do.text-center {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.what-we-do-img img {
    border-radius: 15px;
}

.single-what-we-do .what-we-do-img{
    transition: 0.3s;
}

.single-what-we-do:hover .what-we-do-img{
 transform: scale(1.1);
}

.what-we-do-cap {
    position: absolute;
    top: 0px;
    height: 100%;
    background: rgb(0,0,0,0.6);
    width: auto;
    border-radius: 15px;
    left: 0px;
    right: 0px;
    cursor: pointer;
}
.what-we-do-cap h5 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.4%;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.what-we-do-tittle h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.4%;
    text-transform: capitalize;
}

.our-impact {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
}

.our-impact-cap h2 {
    color: #005192;
    text-align: center;
    font-family: Oswald;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.4%;
    text-transform: capitalize;
}

.our-impact-cap h4 {
    color: #005192;
    text-align: center;
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 131.4%;
    text-transform: uppercase;
}
.our-impact-cap p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.4%;
    text-transform: capitalize;
    width: 170px;
    margin: auto; 
}

.view-photo-btn{
    padding: 18px 38px;
    margin: 50px auto 0;
    text-align: center;
    display: table;
}

.success-stories {
    padding-top: 88px;
    padding-bottom: 100px;
}
.what-we-do-img img {
    width: 100%;
}
.bottom-bar-cap a{
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #005192;
    padding: 20px 40px;
    border-radius: 0px 0 15px 15px;
}

.bottom-bar-cap h5 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 131%;
    text-transform: capitalize;
}
.bottom-bar-cap i {
    color: #fff;
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 100%;
    width: 50px;
}
.single-what-we-do:hover .bottom-bar-cap a {
    display: flex;
}

.partner-with-us-bottom{
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.partner-with-us-bottom:after {
    content: '';
    background: #005192;
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    z-index: -1;
}
.partner-with-us-bottom .main-width-box .container {
    max-width: calc(100% - 120px);
}


.partner-with-us{
    padding: 40px 80px;
    border-radius: 15px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.07);
}

.partner-with-us h2{
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 131%;
    text-transform: capitalize;
    margin-bottom: 50px;
}

#contact {
  position: relative;
  display: block;
}



#contact input, #contact textarea {
  width: 100%;
  position: relative;
  display: block;
  font-family: 'Open Sans', sans-serif;
  outline-color: #9e9e9e;
  border-radius: 12px;
  border: 1px solid #AAA;
  background: #F4F4F4;
  color: #333;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 131%;
  text-transform: capitalize;
}

#contact input {
  height: 55px;
  padding: 0px 20px;
}

#contact textarea {
  min-height: 96px;
  max-height: 150px;
  padding: 15px;
  resize: none;
}

#contact span {
  height: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}

#contact .valid_info_name, #contact .valid_info_email, #contact .valid_info_message{
    display: inline-block;
    margin: 5px 2px;
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    text-transform: capitalize;
}

#contact .valid {
  border: 2px solid green;
  outline-color: green;
}

#contact .invalid {
  border: 2px solid red;
  outline-color: red;
}

#contact .btn {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

#contact #form-submit {
  position: relative;
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  padding: 12px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .3s;
  transition: all .3s;
}

.footer-wrapper .footer-area {
    max-width: calc(100% - 120px);
    margin: auto;
}
.footer-wrapper .footer-area .container {
    max-width: calc(100% - 120px);
}
.footer-logo a{
    color: #FFF;
    font-family: 'Days One', sans-serif;
/*    font-size: 55px;*/
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.footer-social a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
}
.footer-social a:hover {
    color: #fff
}
.footer-wrapper {
    position: relative;
    background: #005192
}

.footer-wrapper .footer-area .footer-pera p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 19px;
    line-height: 1.8
}

.footer-wrapper .footer-area .footer-tittle h4 {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
 
}
.footer-tittle svg {
    fill: #fff;
    margin-right: 10px;
}
.footer-tittle i {
    margin-right: 10px;
}
.footer-wrapper .footer-area .footer-tittle ul li {
    margin-bottom: 0px
}

.footer-wrapper .footer-area .footer-tittle ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.48px;
    font-family: 'Montserrat', sans-serif;
}

.footer-wrapper .footer-area .footer-tittle ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-wrapper .footer-area .footer-tittle ul li span {
    color: red
}

.footer-box-top  .footer-tittle p{
    margin-left: 30px;
}
.footer-wrapper .footer-area .footer-tittle p {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 161%;
    
}
.footer-wrapper .footer-area .footer-tittle .footer-pera p {
    width: 72%;
}
.footer-wrapper .footer-area .footer-form form {
    position: relative
}

.footer-wrapper .footer-area .footer-form form input {
    width: 100%;
    height: 58px;
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    background: #fff;
    color: #7B7B7B;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}

.footer-wrapper .footer-area .footer-form form input::placeholder {
    color: #fff;
    font-size: 16px
}

.footer-wrapper .footer-area .footer-form form .form-icon button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    padding: 18px 36px;
    line-height: 1;
    background: #000;
    border-radius: 0px 12px 12px 0px;
}

.footer-wrapper .footer-area .footer-form form .form-icon button svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

.footer-wrapper .footer-area .info.error {
    color: #fff;
}

.footer-wrapper .footer-bottom-area .footer-border {
    padding-top: 21px;
    padding-bottom: 21px;
}
.footer-bottom-area.footer-box-bottom {
    background: #004175;
}
 .footer-wrapper .footer-box-top.footer-area .container {
    border-bottom: 1px solid #80a8c8;
}
.footer-padding.footer-box-mid {
    padding-top: 50px;
    padding-bottom: 80px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-wrapper .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .footer-wrapper .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

.footer-wrapper .footer-bottom-area .footer-copy-right p {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    margin: 0px;
}

.footer-wrapper .footer-bottom-area .footer-copy-right p i {
    color: #FFF;
}

.footer-wrapper .footer-bottom-area .footer-copy-right p a {
    color: #FFF;
}

.inner-top-box {
    position: relative;
}
.inner-top-img {
    width: 100%;
}
.inner-top-img img {
    width: 100%;
}

.inner-top-text {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inner-top-heading h2{
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.4%; 
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

.breadcrumb{ margin:0px; padding:0px; }
.breadcrumb ul{ margin:0px; padding:0px; }
.breadcrumb ul li {
    display: inline;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.4%;
    letter-spacing: 0.14px;
    text-transform: capitalize;
}
.breadcrumb ul li a{
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.4%;
    letter-spacing: 0.14px;
    text-transform: capitalize;
}

.main-width-box.inner-width-box .container {
    max-width: calc(100% - 120px);
}
.our-vision-box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.05);
}
.our-vision-box .what-we-do-img img {
    border-radius: 15px 15px 0 0!important;
    object-fit: fill;
    height: 300px;
}
.our-vision-text {
    padding: 30px; 
}
.our-vision-text h2 {
    color: #005192;
     font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.4%;
    text-transform: capitalize;
    text-align: left;
    display: -webkit-box;
    max-width: 100%;
    height: 35px;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-vision-text p,
.our-vision-text .blog-content
 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 187.9%;
    text-transform: capitalize;
    margin: 0px;
    text-align: left;
    display: -webkit-box;
    max-width: 100%;
    height: 125px;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-vision-box .what-we-do-img {
    overflow: hidden;
}
.our-vision-box .what-we-do-img a {
    position: relative;
    transition: 0.3s;
    display: block;
}
.our-vision-box .what-we-do-img a:hover {
    transform: scale(1.1);
}
.support-location-img img {
    width: 100%;
}

.about-bottom-box .justify-content-between {
    align-items: center;
}
.about-bottom-box {
    background: url(../images/about-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
.about-bottom-right {
    padding-left: 95px;
}
.our-values-box {
    border-radius: 15px;
    background: #FFF;
    padding: 40px 30px;
}
.our-values-box-img {
    background: #005192;
    display: inline-block;
    border-radius: 50%;
    padding: 20px;
}
.our-values-box-cap h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
}
.our-values-box-cap p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    display: -webkit-box;
    max-width: 100%;
    height: 110px;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-bottom-left {
    border-radius: 15px;
    background: #005192;
    padding: 60px 40px;

}
.about-bottom-left h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.about-bottom-left p { 
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
}


.about-bottom-right span {
    color: #005192;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.4%;
    text-transform: uppercase;
    display: block;
    text-align: left;
}

.about-bottom-right h2{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.4%; 
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 30px;
}

.about-bottom-right p{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 187.9%; 
    text-transform: capitalize;
    text-align: left;
}

.about-bottom-left .btn {
    background: #fff;
    color: #005192 !important;
    margin-top: 30px;
}

.about-bottom-left .btn:hover {
    color: #fff !important;
}
.success-stories.gallery-box {
    padding-top: 80px;
    padding-bottom: 0;
}

.our-stories-text {
    padding: 25px 30px;
}

.our-stories-text h2 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 131%; 
    text-transform: capitalize;
    text-align: left; 
}
.our-stories-text p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 154.5%;
    text-transform: capitalize;
    text-align: left;
    display: -webkit-box;
    max-width: 100%;
    height: 110px;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-stories-text a {
    color: #005192;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 131%; 
    text-transform: capitalize;
    text-align: left;
    display: inherit;
}
.stories-change .our-vision-box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: none;
    border: 1px solid #DDD;
}

.video-box iframe {
    width: 100%;
    border-radius: 12px;
}
.pronged-box .accordion-item{
    border: 0.2px solid #ccc;
    border-radius: 12px;
    margin-bottom: 20px;
}
.pronged-box .accordion-item h2.accordion-header {
    border-radius: 12px;
    margin: 0px;
}
.pronged-box .accordion-item h2.accordion-header button.accordion-button {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border: none;
    background: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 28px;
}
.accordion-item .accordion-body {
    padding: 20px; 
    color: #000;  
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.pronged-box .accordion-item h2.accordion-header#headingOne {
    background: #DCC7E6;
}
.pronged-box .accordion-item h2.accordion-header#headingTwo {
    background: #FEF6D4;
}
.pronged-box .accordion-item h2.accordion-header#headingThree {
    background: #CFFBF8;
}
.pronged-box .accordion-item h2.accordion-header#headingFour {
    background: #E2FFCF;
}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Font Awesome 5 Free';
    content: '\f302';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
} 

.main-header .main-menu ul>li:last-child {
    margin: 0;
    display: flex;
    align-items: center;
}

.section-tittle span {
    color: #005192;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.4%;
    text-transform: capitalize;
}
.what-we-do-bottom{ padding-top:0px; }
.our-vision-text a.btn.about-btn {
    display: block;
    margin-top: 15px;
}
.contact-us-address {
    margin-top: 30px;
}
.contact-us-address-1 {
    display: flex;
    gap: 30px;
    margin-bottom: 35px;
}
.contact-us-address-1 span {
    fill: #FFF;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 50%;
    padding: 15px;
    width: 55px;
    height: 55px;
}
.contact-us-address-1 span svg {
    fill: #005192;
    height: 25px;
    width: 25px;
}
.contact-us-address-text h2 {
    color: #000;
     font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 131.4%;
    text-transform: capitalize;
}
.contact-us-box-outer {
    padding-bottom: 0px;
}
.contact-us-box-outer .row.justify-content-sm-center {
    display: flex;
    align-items: center;
}

.contact-us-box-outer .row.justify-content-sm-center .right-caption {
    padding-left: 25%;
}
.partner-with-us-bottom.contact-box-form:after {
    display: none;
}
.contact-box-map {
    margin-top: -65px;
    padding: 0px;
    width: 100%;
}
.partner-with-us h2 span {
    display: block;
    color: #6B6B6B;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    text-transform: capitalize;
    margin-top: 15px;
}

.what-we-do-tittle p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 187.9%;
    text-transform: capitalize;
}
.what-we-do-tittle h2 bold{
  color: #005192;  
}
.services1-active .slick-slide {
    margin: 0 10px;
}
.slick-slide img {
    display: block;
    width: 100%;
} 
.our-impact-top {
    padding-top: 80px;
    padding-bottom: 80px;
}
.thankyou-box-outer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-tittle.thankyou {
    text-align: center;
}
.footer-wrapper .footer-area .footer-form form input::placeholder {
    color: #000;
}
.what-we-do .pagination {
    justify-content: center;
}
@media (min-width: 1400px){

.container {
    max-width: calc(100% - 120px);
}

}
@media screen and (max-width: 991px){
.our-vision-box .what-we-do-img img {
    object-fit: contain;
    height: auto;
}

}