
 #body .container{
    max-width: 1300px !important;
}

body{
    font-family: "Lato", sans-serif !important;
}

.a-font{
    /* font-family: "Jost", sans-serif; */
    font-family: "Titillium Web", sans-serif;
}

/* @font-face{
    src: url(../fonts/Muli.ttf);
    font-family: muli;
}

@font-face{
    src: url(../fonts/Muli-SemiBold.ttf);
    font-family: muli-semi;
}

.a-font2{
    font-family: "Hind", sans-serif;
}

} */

/*---------------- top navigation ----------------------*/

.top-nav {
    background-color: #0f8881;
    padding: 5px 0;
}

.top-list, .top-list2{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list li a {
    color: #fff;
    /* font-family: "Hind", sans-serif; */
    font-size: 15px;
    /* font-weight: 300; */
}

.top-list li {
    /* border-left: 1px solid #414141; */
    padding: 0 17px;
}

/* .top-list li:last-child{
    border-right: 1px solid #414141;

}

.top-list2 li:last-child{
    border-right: 1px solid #414141;

} */

.top-list2 li{
    /* border-left: 1px solid #414141; */
    
    padding-left: 20px;
}

.top-list li a i{
    font-size: 14px;
}

.top-list2 li a{
    color: #fff;
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;

}

.mr-rt{
    margin-right: 8px;

}


/*---------------- navigation ----------------------*/

.main_nav .navbar .container-fluid {
    padding: 0 217px !important;
}

.logo img {
    width: 300px;
}

.main_nav .navbar {
    background-color: #fff;
    padding: 3px 0 !important;
}

.main_nav .navbar .container-fluid .navbar-nav li a {
    color: #000;
    padding-left: 25px !important;
    font-size: 16px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.main_nav .navbar .container-fluid ul.navbar-nav {
    margin-top: 4px;
}

/* .xtd-shadow--large-light {
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22) !important;
} */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background: black; */
    /* box-shadow: 0px 2px 17px 6px #dedddd; */
    box-shadow: 0 6px 17px -6px #abaaaa;
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }

  .nav-btn2 {
    background: #0f8881;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 9px 30px;
    /* margin-left: 35px; */
    border-radius: 6px;
}

.nav-btn2 i{
    font-size: 13px;
    margin-left: 6px;
}

.nav-btn2:hover{
    color: #fff;
    text-decoration: none;
}


.navbar-nav li{
    position: relative;
 }


.nav-content {
    position: absolute;
    top: 90px;
    left: 19px;
    z-index: 999;
    background: rgba(15,136,129,0.8);
    display: inline-block;
    /* right: -4px; */
    transition: all .5s ease-in-out;
       opacity: 0;
    visibility: hidden;         
}

ul.sub-content li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content li a:hover{
    text-decoration: none;
}

.main_nav ul.sub-content{
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_nav ul.sub-content li a {
    color: #fff !important;
    white-space: nowrap;
    /* padding-left: 0 !important; */
    /* margin-left: 0 !important; */
    /* padding: 15px !important; */
    padding: 10px 115px 8px 22px !important;
    display: inline-block;
}

.navbar-nav .nav-in2:hover .nav-content{
     opacity: 1;
    visibility: visible;
      top: 70px;   
    
}

/* .navbar-nav .nav-in:hover .nav-content{
    opacity: 1;
   visibility: visible;
     top: 70px;   
   
} */


/*----------- banner -----------*/

.bc-img{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 668px;
}

a.carousel-control-prev i {
    background: rgba(0, 0, 0, 0.8);
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
}

a.carousel-control-next i {
    background: rgba(0, 0, 0, 0.8);
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
}

a.carousel-control-prev{
    opacity: 1 !important;
}

a.carousel-control-next{
    opacity: 1 !important;
}


/*----------- section -----------*/

.se-box {
    background-color: #279e64;
    padding: 45px;
    text-align: center;
}

/* .se-content {
    box-shadow: 0 5px 30px rgba(0,0,0,.15);
    margin-top: -30px;
} */

.se-box2 {
    background-color: #0f8881;
    
}

.se-box3 {
    background-color: #14709c;
    /* border-bottom: 3px solid #cccccc; */
}

.se-box4 {
    background-color: #5da746;
    /* border-bottom: 3px solid #cccccc; */
}

.se-icon i {
    color: #fff;
    font-size: 30px;
}

.se-header {
    color: #ffffff;
    font-size: 27px;
    margin: 25px 0 18px;
    font-weight: 600;
}

.se-para {
    color: #eaeaea;
    font-size: 18px;
    /* line-height: 26px; */
    position: relative;
    margin-bottom: 24px;
}

.section .container-fluid .row .col-lg-3{
    padding-left: 0 !important;
    padding-right: 0 !important;
    
}

.section .container-fluid .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.section .container-fluid{
    padding: 0 0 !important;
}

a.se-link {
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 8px 30px;
}

a.se-link:hover{
    text-decoration: none;
    color: #000;
}

/*----------- about us -----------*/

.ab-1{
    width: 100%;
    height: 225px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    border-radius: 16px;

}

.ab-1 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.ab-2 {
    width: 100%;
    height: 474px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    border-radius: 16px;
}

.ab-2 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    
}

h5.ab-header {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    color: #0f8881;
    margin-bottom: 13px;
}

h5.ab-header2 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 22px;
}

h5.ab-header2 span {
    font-weight: 600;
}

.ab-para {
    color: #5a5a5a;
    line-height: 28px;
    margin-bottom: 38px;
}

.ab-icon i {
    font-size: 19px;
    color: #5da746;
}

.ab-title {
    font-weight: 600;
}

.ab-title2 {
    font-size: 16px;
}

.ab-text {
    margin-left: -70px;
    transform: translateY(-2px);
}

.ab-rt {
    margin-left: 15px;
}

a.ab-link {
    display: inline-block;
    background: #0f8881;
    color: #fff;
    font-weight: 600;
    padding: 12px 35px;
    font-size: 17px;
    border-radius: 5px;
}

a.ab-link i{
    font-size: 13px;
    margin-left: 12px;
}

a.ab-link:hover{
    text-decoration: none;
    color: #fff;
}

a.ab-link2 {
    display: inline-block;
    color: #0f8881;
    border: 2px solid #0f8881;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 17px;
    font-size: 17px;
    border-radius: 5px;
    margin-left: 18px;
}

a.ab-link2:hover{
    text-decoration: none;
    color: #0f8881;
}

.about {
    background: #f6fcf4;
    /* background: #f4f4f4; */
    padding: 80px 0;
    margin-top: 70px;
}

/*----------- service -----------*/

.pro-service {
    width: 75%;
    margin: 0 auto;
}

.se-img {
    width: 100%;
    height: 236px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    border-radius: 8px;
}
.se-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

h5.ser-header {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #616161;
}

h5.ser-header2 {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

h5.ser-para {
    font-size: 16px;
    color: #6c6c6c;
    line-height: 24px;
    margin-top: 15px;
}

a.ser-link {
    /* text-align: right; */
    /* display: inline-block; */
    float: right;
    border: 2px solid #0f8881;
    color: #0f8881;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 5px;
    margin-top: 10px;
}

a.ser-link i{
    font-size: 13px;
    margin-left: 6px;
}

a.ser-link:hover{
    color: #0f8881;
    text-decoration: none;
}

h5.se-title a {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    margin-top: 15px;
}

h5.se-title {
    margin-bottom: 10px;
}

.s-box {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 5px 20px #e0e0e0;
    border-radius: 8px;
}

.service {
    margin-top: 70px;
}

p.s-para a {
    color: #797979;
    display: inline-block;
    line-height: 25px;
}

p.s-para{
    margin-bottom: 0;
}

/*----------- donate -----------*/

.donate {
    background: url(../images/d-img.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    margin-top: 70px;
    padding: 100px 0;
}

.d-header {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.d-para {
    color: #eee;
    padding: 0 150px;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
}

.d-link {
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 12px 50px;
}

.d-link i{
    font-size: 12px;
    margin-left: 10px;
    
}

.d-link:hover{
    text-decoration: none;
    color: #000;
}


/*---------------- blog ----------------------*/

.bl-img {
    width: 100%;
    height: 246px;
    overflow: hidden;
    float: left;
    position: relative;
    background-color: #ddd;
    
    border-radius: 15px 15px 0 0;
}

.bl-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;

}

.bl-logo img {
    width: 50px;
}

h5.bl-header {
    font-size: 45px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 14px;
}

p.bl-para {
    font-size: 16px;
    color: #71757c;
    font-weight: 500;
    line-height: 28px;
    padding: 0 300px;
    margin-bottom: 40px;
}

.bl-li {
    font-size: 15px;
    font-weight: 500;
    color: #71757c;
    white-space: nowrap;
}

.bl-li i{
    color: #1e3d75;
    margin-right: 10px;
}

.bl-com {
    margin-left: -40px;
}

h4.bl-title a {
    color: #000000;
    font-weight: 600;
    /* padding-right: 100px; */
    display: inline-block;
    line-height: 27px;
    margin-top: 6px;
    margin-bottom: 8px;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
}

p.bl-para2 {
    font-size: 15px;
    color: #71757c;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;

}

.bl-text {
    display: inline-block;
    background: #fff;
    padding: 15px 25px;
    border-radius: 0 0 15px 15px;
}

h5.bl-date {
    font-size: 15px;
    font-weight: 600;
    background: #0f8881;
    display: inline-block;
    padding: 5px 19px;
    border-radius: 7px 7px 0 0;
    position: absolute;
    top: 218px;
    left: 50px;
    /* bottom: 0; */
    color: #fff;
}

.bl-box{
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

}

/* .b-bg{
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 506px;
    margin-top: 80px;
} */

 .blog {
    margin-top: 80px;
} 

/* .blog {
  
    background: #f6fcf4;
    padding: 70px 0;
} */

/*----------- with -----------*/

.with{
    background: url(../images/w-img.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    margin-top: 70px;
    padding: 50px 0;
}

.w-icon i {
    background: #fff;
    width: 81px;
    height: 81px;
    font-size: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 78px;
}

h5.w-header {
    font-size: 25px;
    color: #fff;
    line-height: 40px;
}

h5.w-header span{
    font-weight: 600;
}

.w-rt {
    margin-left: -32px;
}

a.w-link {
    /* float: right; */
    display: inline-block;
    background: #ffffff;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 50px;
    margin-top: 20px;
    margin-left: 60px;
}

a.w-link:hover{
    text-decoration: none;
    color: #000;
}

/*----------- testimonial -----------*/

.test-top {
    margin-top: 100px;
}

h5.t-header {
    color: #000000;
    font-size: 41px;
    position: relative;
    margin-bottom: 65px;
    font-weight: 600;
}

h5.t-header::after {
    content: "";
    width: 100px;
    height: 4px;
    background-color: #0f8881;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.t-para2 {
    color: #858585;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 35px;
}

.t-link {
    display: inline-block;
    background: #35995c;
    color: #fff;
    padding: 10px 30px;
    
}

.t-link i{
    font-size: 14px;
    margin-left: 10px;

}

.t-link:hover{
    text-decoration: none;
    color: #fff;
}

.text-box {
    background: #f8f8f9;
    padding: 45px 35px 30px;
    position: relative;
    border-radius: 15px;
}

.text-box::before {
    content: "";
    width: 370px;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    bottom: 127px;
    left: 0;
}

p.t-para {
    color: #022047;
    line-height: 28px;
}

.text-rating i {
    color: #0f8881;
    font-size: 15px;
}

.text-q i {
    color: #eeeeef;
    /* text-align: right; */
    /* display: inline-block; */
    float: right;
    font-size: 70px;
}

.clear{
    clear: both;
}

.t-1 img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

h5.t-cap {
    font-size: 16px;
    color: #0f8881;
    margin-bottom: 6px;
    font-weight: 600;
}

h5.t-cap2 {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.t-2 {
    margin-top: 9px;
    margin-left: 20px;
}

.testimonial{
    margin-top: 90px;
}

.t-bg img {
    width: 95%;
    border-radius: 0 50px 50px 0;
}

.testimonial .container-fluid{
    padding: 0 15px 0 0 !important;
}

h5.t-caption {
    text-transform: uppercase;
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.testimonial .container-fluid .row .col-lg-6 .test-content .contain .owl-carousel .owl-dots {
    float: left;
    /* margin-top: 105px; */
}

 .testimonial .container-fluid .owl-theme .owl-dots .owl-dot span {
    width: 35px !important;
    height: 2px !important;
    background: #0f8881 !important;
    margin-top: 20px !important;
} 



.testimonial .container-fluid .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #585858 !important;
}




/*----------- footer -----------*/

.footer {
    background: #f2f7f7;
    min-height: auto;
    padding: 50px 0;
    /* margin-top: 90px; */
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 17px;
    color: #0f8881;
    font-weight: 600;
    margin-bottom: 17px;
    /* margin-top: 30px; */
    position: relative;
}

.ftr-logo {
    margin-left: -20px;
}

.ftr-logo a img {
    width: 250px;
}

.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 15px;
    color: #636363;
    line-height: 28px;
    margin-bottom: 0;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    /* background-color: #30306c; */
    color: #0f8881;
    width: 38px;
    height: 38px;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    /* padding-right: 15px; */
    border-radius: 100%;
    border: 1px solid #0f8881;
    text-align: center;
    margin-right: 5px;
    margin-top: 15px;
}

.ftr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list li a {
    display: flex;
    font-size: 16px;
    color: #e3e3e3;
    padding-bottom: 10px;
}

.ftr-list li a i {
    font-size: 15px;
    color: #0f8881;
    margin-top: 5px;
    margin-right: 10px;
}

.ftr-list li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #656565;
    /* padding-right: 20px; */
}


.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 15px;
    color: #5c5c5c;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.ftr-list2 li a:hover{
    color: #5c5c5c;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #0f8881;
    transform: translatey(6px);
    margin-right: 12px;
    font-size: 15px;
}

.ftr-3 {
    margin-left: 40px;
}

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}

h5.ftr-title.text-center {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.ftr-down {
    width: 100%;
    background-color: #23496f;
    padding: 23px 0;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

/* .ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a {
    display: inline-block;
    color: #fff;
    
    font-size: 16px;
    line-height: 40px;
} */

.ftr-img img{
    width: 100%;
}

ul.ftr-list2.ftr-top {
    margin-top: 32px;
}

.ftr-container{
    width: 1300px;
    margin: 0 auto;
}

.ftr-2 {
    margin-left: 70px;
}


.ftr-5 {
    float: right;
}



/* .ftr-2 {
    margin-left: 38px;
    border-left: 1px solid #9e9e9e;
    padding-left: 36px;
    border-right: 1px solid #9e9e9e;
} */

.ftr-item{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ftr-item li a{
    display: inline-block;
}

.ftr-item li a {
    display: inline-block;
    color: #707070;
    /* width: 42px; */
    /* height: 39px; */
    /* text-align: center; */
    font-size: 16px;
    line-height: 40px;
}

h5.ftr-title {
    font-size: 16px;
    color: #686868;
    margin-top: 9px;
    margin-bottom: 0;
    font-weight: 400;
}

.ftr-cap {
    font-size: 18px;
    color: #b7b7b7;
    margin-right: 15px;
    transform: translateY(7px);
    margin-bottom: 0;
}

.footer-2 {
    background: #f2f7f7;
    padding: 8px 0;
    border-top: 1px solid #bfbfbf;
}

.footer-2 .container{
    width: 1200px !important;
}

.footer .container{
    width: 1200px !important;
}

