@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
*,html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}
.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mt-70{margin-top:70px}
.mt-80{margin-top:80px}
.mt-90{margin-top:90px}
.mt-100{margin-top:100px}
.mb-10{margin-bottom:10px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}
.pt-10{padding-top:10px}
.pt-20{padding-top:20px}
.pt-30{padding-top:30px}
.pt-40{padding-top:40px}
.pt-50{padding-top:50px}
.pt-60{padding-top:60px}
.pt-70{padding-top:70px}
.pt-80{padding-top:80px}
.pt-90{padding-top:90px}
.pt-100{padding-top:100px}
.pb-10{padding-bottom:10px}
.pb-20{padding-bottom:20px}
.pb-30{padding-bottom:30px}
.pb-40{padding-bottom:40px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}
.pb-70{padding-bottom:70px}
.pb-80{padding-bottom:80px}
.pb-90{padding-bottom:90px}
.pb-100{padding-bottom:100px}
.mtb-10{margin-top:10px;margin-bottom:10px;}
.mtb-20{margin-top:20px;margin-bottom:20px;}
.mtb-30{margin-top:30px;margin-bottom:30px;}
.mtb-40{margin-top:40px;margin-bottom:40px;}
.mtb-50{margin-top:50px;margin-bottom:50px;}
.mtb-60{margin-top:60px;margin-bottom:60px;}
.mtb-70{margin-top:70px;margin-bottom:70px;}
.mtb-80{margin-top:80px;margin-bottom:80px;}
.mtb-90{margin-top:90px;margin-bottom:90px;}
.mtb-100{margin-top:100px;margin-bottom:100px;}
.ptb-10{padding-top:10px;padding-bottom:10px;}
.ptb-20{padding-top:20px;padding-bottom:20px;}
.ptb-30{padding-top:30px;padding-bottom:30px;}
.ptb-40{padding-top:40px;padding-bottom:40px;}
.ptb-50{padding-top:50px;padding-bottom:50px;}
.ptb-60{padding-top:60px;padding-bottom:60px;}
.ptb-70{padding-top:70px;padding-bottom:70px;}
.ptb-80{padding-top:80px;padding-bottom:80px;}
.ptb-90{padding-top:90px;padding-bottom:90px;}
.ptb-100{padding-top:100px;padding-bottom:100px;}
.nopadding{padding: 0;}

.noScroll {
    overflow: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
a {
	text-decoration: none !important;
	outline: 0 !important;
}
p {
	margin: 0;
	padding: 0;
    color: #878686;
    font-weight: 300;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif;
	margin: 0;
	padding: 0;
}

header .top-bar .container {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-padding {
    padding: 60px 0;
}
.sectiontitle {
    font-size: 35px;
    font-weight: 300;
    color: #1c1c1c;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
    position: relative;
}
.sectiontitle small {
    font: 16px 'Poppins', sans-serif;
    font-style: italic;
    color: #7ac248;
    margin-bottom: 5px;
    text-transform: none;
    display: block;
}
.sectiontitle span {
    position: relative;
    width: 18px;
    height: 16px;
    background: url(../images/under-main.png) no-repeat;
    display: block;
    margin: 15px auto 0;
}
.sectiontitle span::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #7ac248;
    position: absolute;
    bottom: 7px;
    right: 28px;
    margin: auto;
}
.sectiontitle span::after {
    content: '';
    width: 90px;
    height: 1px;
    background: #7ac248;
    position: absolute;
    bottom: 7px;
    left: 28px;
    right: 0;
    margin: auto;
}


header .top-bar .contact ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
#toTop {
    position: fixed;
    width: 42px;
    height: 42px;
    background: #7ac248;
    border: 0;
    border-radius: 0;
    bottom: 20px;
    right: 15px;
    cursor: pointer;
    display: none;
    font-size: 25px;
    line-height: 28px;
    transition: 0.3s ease-in all;
    z-index: 1;
    transform: rotate(45deg);
}
#toTop span {
    transform: rotate(-45deg);
}
#toTop:hover {
    color: #7ac248;
    background: #0f75bc;
    transition: 0.3s ease-in all;
}
.fa-facebook:hover, .fa-twitter:hover, .fa-facebook:hover, .fa-instagram:hover, .fa-youtube:hover, 
.fa-linkedin:hover {
    color: #fff !important;
    border-color: transparent !important;
}
.fa-facebook:hover {
    background: #3b5998 !important;
}
.fa-twitter:hover {
    background: #55acee !important;
}
.fa-instagram:hover {
    background: #9b6954 !important;
}
.fa-youtube:hover {
    background: #DD4B39 !important;
}
.fa-linkedin:hover {
    background: #0077B5 !important;
}
/*------------------------------------------
:::::HEADER SECTION
------------------------------------------*/
header {
    border-top: 3px solid #7ac248;
}
header .logo {
    padding: 5px 0;
    float: left;
    width: 330px;
}
header .top-bar {
    background: #0f75bc;
}
header .top-bar .contact {
    padding-top: 18px;
    background: transparent;
    display: inline-block;
    margin: 0;
}
header .top-bar .contact i {
    border: 0;
    width: auto;
    height: auto;
    display: inline-block;
}
header .top-bar .contact ul li {
    margin-right: 10px;
    display: inline-block;
}
header .top-bar .contact ul li a {
    font-size: 15px;
    color: #fff;
    transition: 0.3s ease-in all;
    display: block;
}
header .top-bar .contact i {
    font-size: 18px;
    color: #7ac248;
    margin-right: 6px;
}
header .top-bar .contact i:hover {
    color: #fff;
}
header .top-bar .social {
    float: right;
}
header .top-bar .social ul {
    text-align: right;
}
header .top-bar .social ul li {
    float: left;
}
header .top-bar .social ul li i {
    width: 40px;
    font-size: 22px;
    color: #7ac248;
    text-align: center;
    transition: 0.3s ease-in all;
    float: left;
    padding: 8px 10px;
    border: 1px solid #fff;
    margin: 10px 5px;
}
header .navbar-nav > li.nav-item.btn-group button {
    padding: 10px 0;
    background: transparent;
    border: 0;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
}
header .navbar-nav > li.nav-item.btn-group .btn-primary.focus, header .navbar-nav > li.nav-item.btn-group .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0) !important;
}
header .navbar-nav > li.nav-item.btn-group button.dropdown-toggle {
    cursor: pointer;
}
header .navbar-nav > li.nav-item.btn-group .btn-primary:not(:disabled):not(.disabled).active, header .navbar-nav > li.nav-item.btn-group .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #7ac248;
    background-color: transparent;
    border-color: transparent;
}
header .navbar {
    background: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
header .navbar-collapse {
    justify-content: right;
}
header .navbar .container .row {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
header .navbar-nav {
    float: none;
}

header .navbar ul {
    text-align: right;
    /*margin-top: 18px;*/
}
header .navbar-nav > li {
    /*display: inline-block;*/
    margin: 0 5px;
    padding: 0;
    float: none;
}
header .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #2e2d2d;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 5px;
    position: relative;
}
header .navbar-nav > li > a::before {
    width: 49px;
    content: '';
    height: 10px;
    position: absolute;
    background: url(../images/menu-hover.png) no-repeat;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
header .nav > li:focus > a, header .nav > li:hover > a {
    color: #7ac248;
    background: transparent;
}
header .nav > li > a:focus, header .nav > li > a:hover {
    background: transparent;
}
header .navbar-nav > li > a:hover::before {
    opacity: 1;
}
header .navbar-nav li .active {
    color: #7ac248;
}
header .navbar-nav .active::before {
    opacity: 1 !important;
}
header .dropdown-menu > li {
    border-bottom: 1px solid #97d96a;
    text-align: left;
}
header .navbar-nav > li > .dropdown-menu {
    background: #7ac248;
    border: 0;
    box-shadow: none;
    padding: 0;
    top: 115%;
}
header .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 10px;
    transition: 0.3s ease-in all;
}
header .navbar-nav > li > .dropdown-menu a {
    display: block;
    color: #fff;
}
header .navbar-nav > li > .dropdown-menu a:hover {
    color: #fff;
}
header .dropdown-menu > li > a:hover {
    color: #7ac248;
    background: #0f75bc;
    transition: 0.3s ease-in all;
}
header .dropdown-menu > li:last-child {
    border-bottom: 0;
}
header .navbar .donate {
    font-family: 'Cinzel', serif;
    border-radius: 0;
    background-image: linear-gradient(to bottom, #7ac248, #c2f1a1, #7ac248);
    border: 0;
    color: #000;
    font-size: 20px;
    padding: 10px 20px;
}
header .navbar .donate:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #7ac248, #7ac248, #7ac248);
}
header .navbar .donate:hover::after, header .navbar .donate:hover::before {
    content: none;
}
.donate.active::before {
    content: none !important;
}
/*header .navbar-collapse.collapse {
    margin-right: 82px;
}*/
/*------------------------------------------
:::::SLIDER SECTION
------------------------------------------*/
.slider {
    position: relative;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 25%;
    margin: auto;
    width: 1170px;
    right: 0;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.slider .owl-dot.active span {
    background: #fff !important;
}
.slider .owl-dot:hover span, .testimonial .owl-dot:hover span {
    background: #00295b !important;
}
.slider .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: transparent;
    margin: 0 10px 0 0 !important;
    border: 1px solid #fff;
    border-radius: 0 !important;
}
.slider .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
}
.slider .owl-carousel .owl-nav button.owl-prev, .slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 55px;
    height: 55px;
    font-size: 40px;
    background: rgba(230, 230, 230, 0.50);
    margin: 0;
    border-radius: 50%;
    transition: 0.2s ease-in all;
}
.slider .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.slider .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.slider .owl-carousel .owl-nav button.owl-prev:hover, 
.slider .owl-carousel .owl-nav button.owl-next:hover {
    color: #fff;
    background: #7ac248;
    transition: 0.3s ease-in all;
}
.slider .owl-theme .owl-dots .owl-dot span {
    background: none;
}
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
}
.slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(255, 255, 255, 0);
}
.slider .carousel-caption {
    width: 1170px;
    top: 28%;
    left: 0;
    right: 0;
    text-align: left;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.slider .carousel-caption .content {
    width: 70%;
}
.slider .carousel-caption .content h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
}
.slider .carousel-caption .content h1 span {
    color: #7ac248;
}
.slider .carousel-caption .content small {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin: 20px 0;
    padding-right: 20%;
    display: block;
}
.slider .carousel-caption .content .btton, .about .btton {
    font-size: 17px;
    color: #fff;
    background: transparent;
    border:2px solid #fff;
    margin-right: 15px;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    transition: 0.3s ease-in all;
}
.slider .carousel-caption .content .green, .about .btton.green {
    background: #7ac248 !important;
    border-color: #7ac248 !important;
}
.slider .carousel-caption .content .green:hover, .about .btton.green:hover {
    background: transparent !important;
    color: #1f7ec0;
    border-color: #1f7ec0 !important;
}
.slider .carousel-caption .content .btton:hover {
    background: #7ac248;
    border-color: #7ac248;
    transition: 0.3s ease-in all;
}
/*------------------------------------------
:::::BANNER BOTTOM SECTION
------------------------------------------*/
.banner-bottom {
    background: #1f7ec0;
    padding: 50px 0;
    margin-bottom: 40px;
}
.banner-bottom .row {
    align-items: center;
}
.banner-bottom img {
    margin-right: 30px;
    float: left;
}
.banner-bottom h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
}
.banner-bottom small {
    display: inline-block;
}
.banner-bottom .box {
    text-align: right;
}
.banner-bottom .box form {
    display: -webkit-flex;
    display: flex;
}
.banner-bottom .box form input[type="email"] {
    width: 75%;
    height: 50px;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #000;
    /*border: 2px solid #fff;*/
    margin-right: -3px;
    padding: 12px 0 12px 20px;
    vertical-align: middle;
    float: left;
}
.banner-bottom .box button {
    width: 25%;
    font-size: 14px;
    color: #fff;
    background: #7ac248;
    border: 0;
    /*padding: 14px 0;*/
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in all;
    float: left;
}
.banner-bottom .box button:hover {
    color: #000;
    background: #ccc;
}
.banner-bottom .box form [class*="-feedback"] {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 15px;
    text-align: left;
}
/*------------------------------------------
:::::ABOUT SECTION
------------------------------------------*/
.about .sectiontitle {
    text-align: left;
}
.about .sectiontitle span {
    margin: 10px 0 0;
}
.about .sectiontitle span::before {
    display: none;
}
.about .container .row {
    flex-direction: row-reverse;
}
.about p {
    font-size: 14px;
    font-weight: 300;
    color: #727271;
    margin-bottom: 15px;
}
.about a.commBtn {
    background: #00295b;
    border: 0;
    color: #fff;
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 16px;
    transition: 0.3s;
}
.about a.commBtn:hover {
    color: #00295b;
    background: #c08d2c;
    transition: 0.3s ease-in all;
}
.about .box {
    overflow: hidden;
}
.about .box .owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.about .box .owl-nav button.owl-prev {
    left: 0;
}
.about .box .owl-carousel .owl-nav button.owl-prev, 
.about .box .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 30px;
    height: 50px;
    font-size: 32px;
    line-height: 45px;
    color: #9a9a9a;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 0;
    margin: 0;
    transition: 0.2s ease-in all;
}
.about .box .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.about .box .owl-carousel .owl-nav button.owl-prev:hover, 
.about .box .owl-carousel .owl-nav button.owl-next:hover {
    color: #c08d2c;
}
.about .btton.green i {
    color: #fff;
    padding-left: 2px;
    vertical-align: middle;
}
/*------------------------------------------
:::::SERVICE SECTION
------------------------------------------*/
.service {
    background: url(../images/service-back.jpg) no-repeat;
    background-size: cover;
}
.service .sectiontitle {
    color: #fff;
}
.service .box .imgBox {
    width: 150px;
    height: 150px;
    border: 2px solid #7ac248;
    border-radius: 50%;
    background: transparent;
    position: relative;
    margin-right: 15px;
    float: left;
    transition: 0.3s ease-in all;
}
.service .box .imgBox img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s ease-in all;
}
.service .box {
    margin-bottom: 50px;
    display: inline-block;
}
.service .box:hover .imgBox {
    background: #7ac248;
    transition: 0.3s ease-in all;
}
.service .box:hover img {
    transform: scale(1.1);
    transition: 0.3s ease-in all;
}
.service .box h3 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 15px;
    display: inline-block;
}
.service .box p {
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
}
/*------------------------------------------
:::::INVOLVED SECTION
------------------------------------------*/
.involvedBox {
    position: relative;
}
.involvedBox .imgbox {
    height: 294px;
    position: relative;
}
.involvedBox .imgbox .social {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.70);
    padding: 15px;
    left: 0;
}
.involvedBox .imgbox .social ul {
    text-align: center;
}
.involvedBox .imgbox .social ul li {
    display: inline-block;
}
.involvedBox .imgbox .social ul li i {
    width: 40px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 5px;
    padding: 10px 0;
    text-align: center;
    display: block;
}
.involvedBox h3 a {
    color: #1a1a1a;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
}
.involvedBox p {
    color: #8b8b8b;
    font-weight: 300;
    margin: 15px 0;
}
.serviceContent {
    margin-bottom: 50px;
    display: inline-block;
}
.involvedBox a.commBtn {
    background: #2f2f2f;
    border: 0;
    color: #fff;
    border-radius: 0;
    padding: 12px 0;
    font-size: 16px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 130px;
    margin: auto;
}
.involvedBox a.commBtn i {
    font-size: 18px;
    vertical-align: middle;
    padding-left: 2px;
}
.involvedBox:hover a.commBtn {
    background: #7ac248;
    transition: 0.3s ease-in all;
}
.involved .owl-nav {
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
.involved .owl-nav button {
    pointer-events: auto;
    background: transparent;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    position: relative;
}
.involved .owl-nav button span {
    font-size: 30px;
    color: #666666;
    font-family: 'FontAwesome';
    transition: 0.2s ease-in all;
}
.involved .owl-nav .owl-prev {
    float: left;
    margin-left: -30px !important;
    transition: 0.2s ease-in all;
}
.involved .owl-carousel .owl-nav button.owl-prev, 
.involved .owl-carousel .owl-nav button.owl-next, 
.involved .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: 1px solid #666;
    padding: 0 !important;
    font: inherit;
    width: 30px;
    border-radius: 0;
    height: 45px;
}
.involved .owl-nav .owl-next {
    float: right;
    margin-right: -30px !important;
    transition: 0.2s ease-in all;
}
.involved .owl-nav .owl-prev:hover, .involved .owl-nav .owl-next:hover {
    background: #7ac248 !important;
    border-color: #7ac248 !important;
    transition: 0.3s ease-in all;
}
.involved .owl-nav button:hover span {
    color: #fff;
    transition: 0.3s ease-in all;
}
.involved .owl-carousel .owl-item .item {
    display: -webkit-flex;
    display: flex;
}
.involvedBox:hover .imgbox .social {
    background: rgba(122,194,72,0.70);
}
.involvedBox:hover h3 a {
    color: #0f75bc;
}
/*------------------------------------------
:::::TESTIMONIAL SECTION
------------------------------------------*/
.testimonial {
    width: 100%;
    background: url(../images/testimonial-back.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.testimonial .sectiontitle {
    text-align: left;
}
.testimonial .sectiontitle span {
    margin: 10px 0 0;
}
.testimonial .sectiontitle span::before {
    display: none;
}
.testimonial::before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.80);
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}
.testimonial .sectiontitle {
    color: #fff;
}
.testimonial .imgbox {
    width: 120px;
    height: 120px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 40px 0 -30px;
    display: inline-block;
}
.testimonial .imgbox img {
    border-radius: 50%;
    float: left;
}
.testimonial .owl-carousel {
    width: 100%;
    margin: auto;
}
.testimonialContent h4 {
    font-size: 25px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding-top: 50px;
    padding-left: 15px;
}
.testimonialContent h4 small {
    font-style: italic;
    font: 15px 'Poppins', sans-serif;
    color: #fff;
    display: block;
    padding-top: 10px;
}
.testimonial .owl-theme .owl-dots {
    text-align: right !important;
}
.testimonial .owl-dot span {
    width: 25px !important;
    height: 10px !important;
    background: #fff !important;
    margin: 0 2px !important;
    border: 1px solid #fff;
}
.testimonial .owl-dot.active span {
    background: #00295b !important;
}
.testimonial .main {
    margin-top: 30px;
    padding: 30px 30px 0;
    border: 2px solid #ffffff;
    transition: 0.2s ease-in all;
}
.testimonial .main p {
    font-weight: 300;
    font-style: italic;
    transition: 0.3s;
}
.testimonial .main:hover {
    background: rgba(122,194,72,0.35);
    transition: 0.3s ease-in all;
}
.testimonial .main:hover p {
    color: #fff;
}
.testimonial .owl-theme .owl-nav, .sponsor .owl-theme .owl-nav {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
}
.testimonial .owl-theme .owl-nav .fa-caret-left, 
.testimonial .owl-theme .owl-nav .fa-caret-right, 
.sponsor .owl-carousel .owl-nav button.owl-prev, 
.sponsor .owl-carousel .owl-nav button.owl-next {
    font-size: 25px;
    color: #fff;
    width: 30px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    line-height: 50px;
    transition: 0.3s ease-in all;
}
.testimonial .owl-theme .owl-nav .fa-caret-left::before {
    content: '\f104'
}
.testimonial .owl-theme .owl-nav .fa-caret-right::before {
    content: '\f105';
}
.testimonial .owl-carousel .owl-stage-outer {
    padding-bottom: 22px;
}
.testimonial .owl-carousel .owl-nav button.owl-next:hover i, 
.testimonial .owl-carousel .owl-nav button.owl-prev:hover i {
    background: #7ac248;
    border-color: #7ac248 !important;
    transition: 0.3s ease-in all;
}
/*------------------------------------------
:::::CONTACT FORM SECTION
------------------------------------------*/
.contactSec {
    background: url(../images/contactsecBack.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.contactSec .sectiontitle {
    color: #fff;
}
.contactSec form input[type=text], .contactSec form input[type=email], .contactSec form textarea {
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    background: #fff;
    border-color: transparent;
    border-radius: 0;
    outline: 0;
    margin-bottom: 10px;
    padding: 12px 15px;
    display: block;
    resize: none;
}
.contactSec form .input-group input[type="text"] {
    margin: 0;
    height: 100%;
    width: 1%;
}

.contactSec form .checkbox label {
    margin-bottom: 5px;
    cursor: pointer;
}
.contactSec .submit {
    background: #7ac248;
    border: 0;
    color: #fff;
    border-radius: 0;
    padding: 12px 30px;
    font-size: 16px;
    transition: 0.3s;
}
.contactSec .submit i {
    margin-left: 10px;
}
.contactSec .submit:hover {
    background: #0f75bc;
    transition: 0.3s ease-in all; 
}
#home-contact-form.was-validated {
    background: rgba(255,255,255,0.5);
    padding: 10px;
}
.contactSec form .checkbox label input[type="checkbox"].form-control {
    display: inline-block;
    width: auto;
    height: auto;
}
/*------------------------------------------
:::::SPONSOR SECTION
------------------------------------------*/
.sponsor {
    position: relative;
    background: #fff;
}
.sponsor .owl-carousel.owl-loaded {
    margin-top: 15px;
}
.sponsor .owl-carousel .owl-item img {
    width: auto;
}
.sponsor .owl-carousel .owl-nav.disabled {
    display: block;
}
/*.sponsor .owl-carousel .owl-nav button.owl-prev, 
.sponsor .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #c08d2c;
    border-radius: 0;
    top: 0;
    font-size: 27px;
    color: #c08d2c;
    transition: 0.1s ease-in all;
}
.sponsor .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}
.sponsor .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
.sponsor .owl-carousel .owl-nav button span {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}
.sponsor .owl-carousel .owl-nav button.owl-prev:hover, 
.sponsor .owl-carousel .owl-nav button.owl-next:hover {
    background: #c08d2c;
    transition: 0.3s ease-in all;
}
.sponsor .owl-carousel .owl-nav button:hover span {
    color: #fff;
}*/
.sponsor .owl-carousel.owl-drag .owl-item .item {
    /*width: 216px;*/
    height: 91px;
    border: 1px solid #666666;
    position: relative;
}
.sponsor .owl-carousel.owl-drag .owl-item .item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sponsor .owl-carousel .owl-nav {
    top: 21px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sponsor .owl-carousel .owl-nav button.owl-prev, 
.sponsor .owl-carousel .owl-nav button.owl-next {
    color: #666666;
    border-color: #666666;
    margin: 0;
    position: absolute;
}
.sponsor .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}
.sponsor .owl-carousel .owl-nav button.owl-next {
    right: -30px;
}
.sponsor .owl-carousel.owl-drag .owl-item .item {
    border: 0;
}
/*------------------------------------------
:::::FOOTER SECTION
------------------------------------------*/
footer {
    padding: 70px 0 30px;
    color: #fff;
    background: #0f75bc;
    border-top: 8px solid #7ac248;
}
footer .footer-about img {
    width: auto;
    margin: 0 0 15px;
}
footer h6 {
    font-size: 25px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
footer h6::before {
    width: 20px;
    height: 2px;
    background: #7ac248;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
footer .quick-link {
    width: 80%;
    margin: auto;
}
footer .quick-link ul li a {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.2s ease-in all;
    display: block;
    padding: 5px 0 5px 35px;
    position: relative;
}
footer .quick-link ul li a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fff;
    background: #7ac248;
    padding: 1px 9px;
    font-size: 22px;
    position: absolute;
    top: 4px;
    left: 0;
}
footer .quick-link ul li a:hover {
    color: #7ac248;
    transition: 0.3s ease-in all;
}
footer .contact {
    background: transparent;
}
footer .contact p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #eeeeee;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}
footer .contact img {
    position: absolute;
    left: 0;
    top: 0;
}
footer .contact p a {
    color: #eeeeee;
    text-decoration: none;
}
footer .contact .social {
    border-top: 1px solid #7ac248;
    padding-top: 30px;
}
footer .contact .social ul li {
    margin-right: 7px;
    display: inline-block;
}
footer .contact .social ul li a {
    text-decoration: none;
}
footer .contact .social ul li i {
    width: 40px;
    font-size: 20px;
    color: #7ac248;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    transition: 0.3s ease-in all;
    display: block;
    border: 1px solid #fff;
}
.copyright {
    width: 100%;
    padding: 20px 0;
    background-color: #1a5782;
    text-align: center;
    float: left;
}
.copyright p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.copyright p a {
    color: #7ac248;
    text-decoration: underline !important;
    transition: 0.2s ease-in all;
}
.copyright p a:hover {
    color: #fff;
    transition: 0.3s ease-in all;
}
.drop {display: none;}
/*------------------------------------------
:::::INNER BANNER SECTION
------------------------------------------*/
.inner-banner {
    height: 300px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-banner .box {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}
.inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.inner-banner::before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.70));
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.inner-banner .box h1 {
    font-size: 40px;
    font-family: Chapaza;
    font-weight: 600;
    color: #fff;
}
.inner-banner .box ul li {
    display: inline-block;
}
.inner-banner .box a {
    font-size: 17px;
    color: #fff;
    margin: 0 5px;
    display: block;
}
.inner-banner .box li:last-child a {
    margin-right: 0;
}
.inner-banner .box .active {
    color: #c08d2c;
}
.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 30%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.map-responsive > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/*------------------------------------------
:::::OBITUARIES DETAILS PAGE SECTION
------------------------------------------*/
.obituaries-details {
    background: #fbf6ed;
}
.obituaries-details .main {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 30px;
}
.obituaries-details .main .imgbox {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 10px;
}
.obituaries-details .main .imgbox img {
    width: 100%;
}
.obituaries-details h2 {
    font-size: 35px;
    font-family: Chapaza;
    color: #2c2c2c;
}
.obituaries-details small {
    font-size: 18px;
    color: #4f4f4f;
    position: relative;
    margin: 20px 0 40px;
    padding-bottom: 20px;
    padding-left: 35px;
    display: inline-block;
}
.obituaries-details small img {
    position: absolute;
    font-size: 30px;
    color: #c08d2c;
    top: 0;
    left: 0;
}
.obituaries-details small::before {
    width: 90px;
    height: 3px;
    background: #c08d2c;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.obituaries-details p {
    font-size: 18px;
    color: #4f4f4f;
    position: relative;
    margin-bottom: 15px;
    padding-left: 50px;
    display: block;
}
.obituaries-details p span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.obituaries-details p img {
    position: absolute;
    top: -3px;
    left: 0;
}
.obituaries-details p:nth-child(9) {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.obituaries-details p:nth-child(10) {
    padding-left: 0;
}
.obituaries-details .social-link a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
}
.obituaries-details .social-link a i {
    font-size: 20px;
    border-right: 2px solid #7ca5d8;
    margin-right: 5px;
    padding-right: 9px;
}
.obituaries-details .social-link a:first-child {
    background: #2660a6 !important;
}
.obituaries-details .social-link a:nth-child(2) {
    background: #2545ac;
}
.obituaries-details .social-link a:last-child {
    background: #4a66a0;
}
/*------------------------------------------
:::::FUNERAL SERVICE PAGE SECTION
------------------------------------------*/
.funeral .box {
    overflow: hidden;
}
.funeral .box .owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.funeral .box .owl-nav button.owl-prev {
    left: -45px;
}
.funeral .box .owl-carousel .owl-nav button.owl-prev, 
.funeral .box .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 45px;
    height: 46px;
    font-size: 32px;
    line-height: 45px;
    color: #9a9a9a;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 0;
    margin: 0;
    transition: 0.2s ease-in all;
}
.funeral .box .owl-carousel .owl-nav button.owl-next {
    right: -45px;
}
.funeral .box:hover .owl-nav button.owl-prev {
    left: 0;
    transition: 0.3s ease-in all;
}
.funeral .box:hover .owl-carousel .owl-nav button.owl-next {
    right: 0;
    transition: 0.3s ease-in all;
}
.funeral .box .owl-carousel .owl-nav button.owl-prev:hover, 
.funeral .box .owl-carousel .owl-nav button.owl-next:hover {
    color: #c08d2c;
}
.funeral .box h2 {
    font-size: 25px;
    font-family: Chapaza;
    color: #1a1a1a;
    position: relative;
    margin: 15px 0 8px;
    padding-bottom: 12px;
}
.funeral .box h2::before {
    width: 70px;
    height: 2px;
    background: #c08d2c;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.funeral .box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #8b8b8b;
}
.pre-planning {
    padding-top: 70px;
}
.pre-planning .sec {
    
}
.pre-planning h3 {
    font-size: 35px;
    font-family: Chapaza;
    text-transform: uppercase;
    color: #c08d2c;
    position: relative;
}
.pre-planning em {
    color: #464646;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 20px;
    display: inline-block;
}
.pre-planning h3::before {
    width: 56%;
    height: 2px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
}
.pre-planning p {
    font-size: 18px;
    color: #505050;
}
.pre-planning #gallery {
    position: relative;
    margin-top: 20px;
}
.pre-planning #gallery img {
    width: 100%;
}
.pre-planning .sec {
    margin-bottom: 40px;
}
.pre-planning .sec .row {
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
}
.pre-planning ul {
    margin-top: 20px;
}
.pre-planning ul li {
    position: relative;
}
.pre-planning ul li a {
    font-size: 18px;
    color: #505050;
    margin-bottom: 15px;
    padding-left: 30px;
    display: block;
}
.pre-planning ul li::before {
    width: 19px;
    height: 14px;
    content: '';
    background: url(../images/funeral-service-list.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}
.pre-planning #gallery a {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: 0.2s ease-in all;
    flex-wrap: wrap;
}
.pre-planning #gallery a i {
    width: 50px;
    height: 50px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    transition: 0.2s ease-in all;
    font-size: 20px;
}
.pre-planning #gallery:hover a {
    background: rgba(0,41,91,0.69);
    transform: scale(1);
    transition: 0.3s ease-in all;
}
.pre-planning #gallery a i:hover {
    color: #00295b;
    background: #fff;
    border-color: #fff;
    transition: 0.3s ease-in all;
}
.centering{
    max-width:1300px;
    margin:50px auto;
    text-align: left
}
.lightbox_overlay{
    position: absolute;
    top: 0;
    left:0;
    background: black;
    opacity: 0.7;
    z-index:999;
    cursor: pointer;
}
.lightbox{
    position: absolute;
    background: white;
    z-index: 1000;
}
.spinner{
    position: absolute;
    top:calc(50% - 25px);
    left:calc(50% - 25px);
    font-size: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.close{
    position: absolute;
    color:#fff;
    font-size:30px;
    cursor: pointer;
    z-index:1001;
}
.next_img{
    position: absolute;
    color:#fff;
    font-size:50px;
    right:10px;
    cursor: pointer;
    z-index:1001;
    opacity:0.9;
}
.next_img:hover{
    opacity:1
}
.prev_img{
    position: absolute;
    color:#fff;
    font-size:50px;
    left:10px;
    cursor: pointer;
    z-index:1001;
    opacity:0.9;
}
.prev_img:hover{
    opacity:1;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
/*------------------------------------------
:::::TEAM PAGE SECTION
------------------------------------------*/
.team img {
    width: 362px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.team h2 {
    font-size: 30px;
    color: #c08d2c;
}
.team em {
    font-size: 17px;
    color: #000;
    margin: 15px 0 20px;
    display: inline-block;
}
.team p {
    font-size: 15px;
    color: #8b8b8b;
    margin-bottom: 20px;
}
.team p a {
    font-weight: 400;
    color: #00295b;
}
.team-testimonial {
    background: #fcf7ef;
}
.team-testimonial .owl-carousel .owl-item .description {
    width: 65%;
    margin: auto;
}
.team-testimonial .owl-carousel .owl-item .description h5 {
    font-size: 35px;
    font-family: Chapaza;
    color: #c08d2c;
    margin-bottom: 50px;
}
.team-testimonial .owl-carousel .owl-item .description p {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    font-family: Chapaza;
    color: #5a5a5a;
    position: relative;
    margin-bottom: 30px;
}
.team-testimonial .owl-carousel .owl-item .description p::before {
    width: 31px;
    height: 27px;
    content: '';
    background: url(../images/team-clone.png) no-repeat;
    position: absolute;
    top: -15px;
    left: -40px;
}
.team-testimonial .owl-carousel .owl-item .description p::after {
    width: 31px;
    height: 27px;
    content: '';
    background: url(../images/team-clone.png) no-repeat;
    position: absolute;
    bottom: -8px;
    right: 168px;
    transform: rotate(180deg);
}
.team-testimonial .owl-carousel .owl-item .description .box {
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align:  center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.team-testimonial .owl-carousel .owl-item .description .box img {
    width: 173px;
}
.team-testimonial .owl-carousel .owl-item .description .box .content {
    text-align: left;
    margin-left: 30px;
}
.team-testimonial .owl-carousel .owl-item .description .box .content h6 {
    font-size: 22px;
    font-family: Chapaza;
    color: #000;
}
.team-testimonial .owl-carousel .owl-item .description .box .content small {
    font-size: 17px;
    color: #5b5b5b;
}
.team-testimonial .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
.team-testimonial .owl-nav button {
    pointer-events: auto;
    background: transparent;
    border: 1px solid #c08d2c !important;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    position: relative;
}
.team-testimonial .owl-nav button span {
    font-size: 30px;
    color: #c08d2c;
    transition: 0.2s ease-in all;
}
.team-testimonial .owl-nav .owl-prev {
    float: left;
    /*margin-left: -45px !important;*/
    transition: 0.2s ease-in all;
}
.team-testimonial .owl-nav .owl-next {
    float: right;
    /*margin-right: -45px !important;*/
    transition: 0.2s ease-in all;
}
.team-testimonial .owl-nav .owl-prev:hover, .team-testimonial .owl-nav .owl-next:hover {
    background: #c08d2c !important;
    transition: 0.3s ease-in all;
}
.team-testimonial .owl-nav button:hover span {
    color: #fff;
    transition: 0.3s ease-in all;
} 

/*about page*/
.background {
    height: 100%;
    background-size: cover;
}
.parallax-wrapper {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.parallax-wrapper .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.parallax-wrapper .container .row, .bannercolumn {
    height: 100%;
    justify-content: end;
}
.bannercolumn img {
    height: 100%;
    width: auto;
    text-align: right;
}
.bannercolumn {
    display: -webkit-flex;
    display: flex;
    align-items: end;
}
.parallax-wrapper .title {
    position: absolute;
    bottom: 0;
    width: 25vw;
    background: rgba(122, 194, 72,0.5);
    text-align: right;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sectionTitle {
    position: relative;
    color: #000;
    z-index: 1;
}
.sectionTitle::before {
    content: '';
    height: 1px;
    width: 80px;
    background: #7ac248;
    position: absolute;
    bottom: 13px;
    left: 4%;
    z-index: -1;
}
.sectionTitle::after {
    content: "\f08a";
    font: normal normal normal 14px/1 FontAwesome;
    color: #7ac248 !important;
    padding-right: 7px;
    background: #fff;
    z-index: 999999999;
}
.coverImg {
    height: 100%;
}
.coverImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* services page */
.servicesPoints h4 {
    color: #000;
    margin-bottom: 20px;
    position: relative;
}
.servicesPoints h4::after {
    content: '';
    height: 2px;
    width: 80px;
    background: #7ac248;
    position: absolute;
    bottom: -8px;
    left: 3px;
}
.servicesPoints .container .row {
    align-items: center;
    background-color: #efefef;
}
.servicesPoints .container .row .how-img {
    padding: 0;
}
.footer-about p {
    color: #fff;
}

/* donate page */
.paymentSource {
    background-color: #0f75bc;
    padding: 4% 0;
}
.paymentSource .row {
    align-items: center;
}
.paymentSource .row h2:first-child {
    color: #7ac248;
}
.paymentSource .row [class*="col-"]:not(:last-child)::after {
    background: #e0e0e0;
    width: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}
.paymentSource .row a.btn {
    background: #7ac248;
    border-color: #7ac248;
    border-radius: 0;
    transition: 0.3s;
}
.paymentSource .row a.btn:hover {
    background: transparent;
    border-color: #fff !important;
    color: #fff;
}
.donateContent .row {
    align-items: center;
}
.donateContent .row [class*="col-"]:last-child {
    padding-left: 15px;
    border-left: 2px solid #0f75bc;
}
.donateContentSec3 {
    background: url(../images/donatebg.jpg);
    background-size: cover;
    padding: 4% 0;
}
.centerSectionTitle p {
    color: #fff;
    font-size: 12px;
}
.centerSectionTitle h2 {
    color: #000;
}
.centerSectionTitle {
    position: relative;
}
.centerSectionTitle::after {
    content: '';
    height: 4px;
    width: 120px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(0% 25%,40% 25%,40% 50%,60% 50%,60% 25%,100% 25%,100% 50%,60.00% 50.00%,40% 50%,0% 50%);
    clip-path: polygon(0% 25%,40% 25%,40% 50%,60% 50%,60% 25%,100% 25%,100% 50%,60.00% 50.00%,40% 50%,0% 50%);
}
.centerSectionTitle::before {
    content: "\f08a";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}
.donateContentSec3 h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.donateContentSec3 label {
    background: rgba(0,0,0,0.5);
    padding: 10px 25px;
    margin-bottom: 0;
}

/*get involved page*/
.involvedSec1 {
    background: url(../images/involvedBg.jpg);
    background-size: cover;
    padding: 4% 0;
}
.involvedSec1 .centerSectionTitle h2 {
    color: #fff;
}
.invSec1Content .row [class*="col-"] {
    display: -webkit-flex;
    display: flex;
    margin: 2% 0;
}
.invSec1Content .row [class*="col-"] .invContent h4 {
    color: #7ac248;
}
.invSec1Content .row [class*="col-"] .invImg {
    flex: 20%;
    background: linear-gradient(to right, transparent 50%, #fff 50%);
    z-index: 1;
}
.invSec1Content .row [class*="col-"] .invContent {
    flex: 70%;
    padding: 15px;
    text-align: left;
    min-height: 200px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.invSec1Content .row [class*="col-"] .invImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.invSec1Content .row [class*="col-"] .invContent::after {
    content: '';
    height: 100%;
    width: 17%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, 0);
    z-index: 0;
}
.involvedSec2 {
    background: linear-gradient(to right, #7ac248 50%, #fff 50%);
    padding: 4% 0;
}
.involvedSec2 .img1 {
    text-align: center;
    margin-bottom: 30px;
}
.involvedSec2 h2, .involvedSec2 h3 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.involvedSec2 h3 label{
    font-size: 30px;
    background: #0f75bc;
    padding: 10px 25px;
}
.involvedSec2 h3 label {
    font-size: 1.5em;
    background: #0f75bc;
    padding: 10px 25px;
}
.involvedSec2 .row {
    align-items: center;
}
/*contact page*/

/*.contAdd li, .contAdd li a {
    color: #000;
    transition: 0.3s;
    margin-bottom: 10px;
}
.contAdd li i{
    color: #fff;
    padding: 5px;
    background: #7ac248;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    margin-right: 10px;
}
.contAdd li:hover a {
    color: #7ac248;
}
.contactPage h3 {
    color: #000;
    margin-bottom: 30px;
    position: relative;
}
.contactPage h3::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 60px;
    background: #7ac248;
    bottom: -8px;
    left: 0;
}*/
.contactPageForm h4, .contactPageForm h5 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    display: inline-block;
}
.contactPageForm hr {
    background: #7ac248;
}
.contactPageForm i{
    color: #fff;
    padding: 5px;
    background: #7ac248;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    margin-right: 10px;
}
.address {
    color: #757575;
    font-weight: 300;
    font-size: 14px;
}
.contactPageForm .list-unstyled {
    padding-left: 45px;
}
.contactPageForm ul li a {
    color: #757575;
    font-weight: 300;
    font-size: 14px;
    transform: 0.3s;
}
.contactPageForm ul li a:hover {
    color: #7ac248;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form select, #contact-form textarea {
    border-radius: 0;
}
#contact-form textarea {
    resize: none;
}
#contact-form input[type="submit"] {
    border-radius: 0;
    background: #7ac248;
    border-color: #7ac248;
}
.contactPageForm form .input-group input {
    height: 50px;
}
section.contactPageForm {
    border-bottom: 8px solid #7ac248;
}


/*------------------------------------------
:::::RESPONSIVE SECTION
------------------------------------------*/
@media only screen and (max-width: 1199px) {
    .slider .carousel-caption, .slider .owl-theme .owl-dots {
        width: 970px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0;
        bottom: 0;
    }
    .slider .carousel-caption .content h1 {
        font-size: 48px;
    }
    .slider .carousel-caption .content small {
        font-size: 16px;
    }
    header .navbar-collapse.collapse {
        margin-right: 37px;
    }
    header .navbar-nav > li > a {
        padding: 8px 6px;
    }
    /*header .navbar ul {
        margin-top: 15px;
    }*/
    .slider .carousel-caption {
        top: 20%;
    }
    .slider .carousel-caption h1 {
        font-size: 45px;
    }
    .slider .carousel-caption small {
        font-size: 32px;
    }
    .banner-bottom .box .details {
        padding: 0 20px;
    }
    .about .sectiontitle {
        margin-bottom: 20px;
    }
    .about p {
        margin-bottom: 10px;
        line-height: 20px;
    }
    .service .box h3 {
        font-size: 25px;
    }
    .service .box p {
        font-size: 13px;
        line-height: 22px;
    }
    .involved .owl-carousel .owl-nav button.owl-prev, 
    .involved .owl-carousel .owl-nav button.owl-next, 
    .involved .owl-carousel button.owl-dot {
        width: 25px;
    }
    .involved .owl-nav .owl-prev {
        margin-left: -25px !important;
    }
    .involved .owl-nav .owl-next {
        margin-right: -25px !important;
    }
    .involvedBox .imgbox {
        height: 239px;
    }
    .involvedBox p {
        font-size: 12px;
    }
    .sponsor .owl-carousel .owl-nav button.owl-prev {
        left: -25px;
    }
    .sponsor .owl-carousel .owl-nav button.owl-next {
        right: -25px;
    }
}
@media screen and (max-width: 991px) {
    header .navbar-collapse.collapse {
        margin: 0;
        padding: 0;
    }
    header .navbar-nav > li {
        margin: 0;
    }
    header .navbar-nav > li > a {
        padding: 4px 5px;
        font-size: 13px;
    }
    header .navbar .donate {
        font-size: 13px;
        padding: 5px 10px;
        margin-left: 8px;
    }
    .slider .carousel-caption, .slider .owl-theme .owl-dots {
        width: 750px;
    }
    .slider .carousel-caption .content h1 {
        font-size: 38px;
    }
    .slider .carousel-caption small {
        font-size: 25px;
        margin-top: 15px;
        padding-top: 10px;
    }
    .slider .owl-theme .owl-dots {
        bottom: 50px;
    }
    .banner-bottom h2 {
        font-size: 27px;
        margin-top: 25px;
    }
    .banner-bottom small {
        font-size: 12px;
    }
    .banner-bottom img {
        width: 80px;
    }
    .banner-bottom .box form input[type="email"] {
        width: 70%;
    }
    .banner-bottom .box button {
        width: 30%;
    }
    /*.about .container .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
    }*/
    .about img {
        margin: 0 auto 20px;
    }
    .involvedBox .imgbox {
        height: 180px;
    }
    .involvedBox .imgbox .social {
        padding: 10px 0;
    }
    .involvedBox .imgbox .social ul li i {
        width: 30px;
        font-size: 15px;
        padding: 6px 0;
    }
    .involvedBox p {
        font-size: 11px;
        line-height: 18px;
    }
    .involved .owl-carousel .owl-nav button.owl-prev, .involved .owl-carousel .owl-nav button.owl-next, .involved .owl-carousel button.owl-dot {
        width: 20px;
    }
    .involved .owl-nav .owl-prev {
        margin-left: -22px !important;
    }
    .involved .owl-nav .owl-next {
        margin-right: -22px !important;
    }
    .service .box .imgBox {
        width: 80px;
		height: 80px;
    }
    .service .box h3 {
        font-size: 20px;
        margin: 0;
    }
    .service .box p {
        font-size: 13px;
        line-height: 16px;
        margin-top: 0;
    }
    .obtr {
        text-align: center;
    }
    .obtr .container .row {
        display: inline-block;
    }
    .obtr img {
        margin: 0 auto 20px;
    }
    .obtr .form-control {
        width: 70%;
        text-align: center;
        margin: auto;
    }
    .serviceBox p {
        font-size: 13px;
        line-height: 22px;
    }
    .serviceBox .imgbox {
        height: 180px;
    }
    .serviceBox p {
        margin: 10px 0 15px;
    }
    .serviceBox h3 a {
        font-size: 20px;
    }
    .testimonialContent h4 {
        margin-top: 35px;
    }
    .sponsor .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }
    .sponsor .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    footer .quick-link {
        width: 100%;
    }
    footer h6 {
        font-size: 22px;
    }
    .footer-about p {
        font-size: 14px;
    }
    .parallax-wrapper .title {
        width: 35vw;
    }
    header .navbar-nav > li.nav-item.btn-group .dropdown-toggle {
        color: #fff !important;
    }
    .how-img {
        height: 300px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .how-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .servicesPoints .container .row:nth-child(2n) {
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    .servicesPoints .container .row {
        padding: 15px 0px;
    }
    .servicesPoints .container .row .how-img {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .contact .social ul li i {
	    width: 31px;
	}
}
@media only screen and (max-width: 767px) {
    header .top-bar .contact {
        padding-top: 11px;
    }
    header .top-bar .contact ul li a {
        font-size: 13px;
    }
    header .top-bar .social ul li i {
        width: 30px;
        font-size: 15px;
        padding: 6px 0;
    }
    .slider .carousel-caption, .slider .owl-theme .owl-dots {
        width: 100%;
        padding: 0 15px;
    }
    .slider .carousel-caption .content h1 {
        font-size: 32px;
    }
    .slider .carousel-caption .content small {
        font-size: 14px;
        line-height: 22px;
        margin: 5px 0;
    }
    .slider .carousel-caption .content .btton, .about .btton {
        font-size: 14px;
        margin-right: 5px;
        padding: 5px 15px;
    }
    /*.banner-bottom .container .row {
        display: block;
    }*/
    .banner-bottom h2 {
        margin-bottom: 0 !important;
        display: block;
    }
    .banner-bottom small {
        text-align: center;
        margin-bottom: 20px;
        display: block;
    }
    .about {
        text-align: center;
    }
    .about .sectiontitle {
        text-align: center;
    }
    .about .sectiontitle span {
        margin: 10px auto 0;
    }
    .about .sectiontitle span::before {
        display: block;
    }
    .involved .owl-carousel .owl-item .item {
        display: block;
    }
    .involved .owl-nav .owl-prev, .involved .owl-nav .owl-next {
        background: #fff !important;
        width: 30px !important;
    }
    .involvedBox .imgbox {
        width: 50%;
        height: auto;
        margin: auto;
    }
    .serviceContent {
        width: 100%;
    }
    .involved .owl-nav .owl-prev {
        margin-left: 0 !important;
    }
    .involved .owl-nav .owl-next {
        margin-right: 0 !important;
    }
    .contact .submit {
        display: block;
    }
    .sponsor .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .sponsor .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    footer .footer-about img {
        margin: 0 auto 10px;
    }
    .navbar-toggle .icon-bar {
        background: #6ebf44;
    }
    /*header .navbar-nav {
        width: 30%;
        margin: auto;
    }*/
    header .navbar ul {
        text-align: left;
    }
    header .navbar-nav > li {
        display: block;
    }
    header .navbar-nav > li > .dropdown-menu {
        top: 100%;
        left: 15px;
        right: 0;
        border-radius: 5px;
        width: 150px;
    }
    header .navbar-nav > li > a {
        font-size: 16px;
        margin-bottom: 3px;
        padding: 10px 20px;
        display: inline-block;
    }
    header .dropdown-menu > li > a {
        text-align: left;
        padding: 10px 15px;
    }
    header .navbar-toggle {
        margin: 0;
        float: left;
    }
    .xs-donate {
        float: right;
    }
    .navbar-toggle {
        background-color: #7ac248;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    header .navbar .donate {
        font-size: 17px;
        padding: 5px 20px;
        margin-left: 0;
        background: #0f75bc;
        color: #fff;
    }
    header .logo {
        float: none;
        width: 100%;
    }
    header .logo a {
        margin: 0;
        padding: 0 10%;
    }
    header .navbar-header {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background: #7ac248;
        padding: 10px;
    }
    header .navbar-collapse.in {
        width: 100%;
        overflow: inherit;
        padding: 0 15px;
    }
    .banner-bottom h2 {
        margin-top: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner-bottom .box {
        text-align: center;
        float: none;
        margin-top: 20px;
    }
    .banner-bottom .box .details {
        float: none;
        display: inline-block;
    }
    .testimonial .owl-carousel {
        width: 100%;
    }
    footer .quick-link ul {
        column-count: 3;
    }
    .section-padding {
        padding: 30px 0;
    }
    footer .quick-link {
        margin: 30px 0;
    }
    footer .contact p {
        display: inline-block;
        margin-right: 30px;
    }
    footer .quick-link ul li a {
        text-align: left;
    }
    #toTop {
        bottom: 70px;
    }
    .testimonial .sectiontitle {
        text-align: center;
    }
    .testimonial .sectiontitle span {
        margin: 10px auto 0;
    }
    .testimonial .sectiontitle span::before {
        display: block;
    }
    .bannercolumn img {
        text-align: center;
        width: 100%;
        height: auto;
    }
    .parallax-wrapper .title {
        width: 100vw;
        text-align: center;
    }
    header .navbar-nav > li.nav-item.btn-group a {
        padding: 10px 0 !important;
        margin-bottom: 0 !important;
        color: #fff !important;
    }
    .paymentSource .row [class*="col-"]:not(:last-child)::after {
        background: #e0e0e0;
        width: auto;
        content: "";
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 15px;
        height: 2px;
        left: 15px;
    }
    .paymentSource .row [class*="col-"]:nth-child(1) {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }.involvedSec2 {
        background: linear-gradient(to bottom, #7ac248 65%, #fff 50%);
    }
    .involvedSec2 .row [class*="col-"]:last-child {
        margin-top: 30px;
    }
    header .top-bar .drop .social ul li {
        margin-right: 8px;
    }
    header .top-bar .contact ul {
        flex-direction: row;
    }
    header .navbar-nav > li > a::before {
        margin: inherit;
    }
}
@media only screen and (max-width: 640px) {
    header .top-bar small {
        float: none;
        display: block;
        font-size: 11px;
        padding: 5px 0 0; 
    }
    header .navbar-toggle {
        margin-top: 0;
    }
    .slider .carousel-caption .content h1 {
        font-size: 22px;
    }
    .slider .carousel-caption .content small {
        font-size: 13px;
        line-height: 18px;
    }
    .slider .owl-theme .owl-dots {
        bottom: 0;
    }
    .sponsor .owl-carousel.owl-drag .owl-item img {
        margin: auto;
    }
    .navbar-header {
        margin-top: 10px;
    }
    .involvedBox .imgbox {
        width: 80%;
    }
    .testimonial .testimonialContent {
        text-align: center;
    }
    .testimonial .testimonialContent h4 {
        text-align: left;
    }
    .testimonial .owl-theme .owl-dots {
        text-align: center !important;
    }
    footer .quick-link ul li a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    header .top-bar .contact ul li {
        display: none;
    }
    header .top-bar .drop ul li {
        display: block;
    }
    header .top-bar .drop ul li a {
        font-size: 15px;
        color: #fff;
        transition: 0.3s ease-in all;
        display: block;
    }
    header .top-bar .contact {
        text-align: center;
        display: block;
    }
    .drop {
        width: 40px;
        height: 36px;
        position: relative;
        display: inline-block !important;
    }
    .drop:hover {
        cursor: pointer;
    }
    header .top-bar .contact .drop:hover span i {
        color: #fff !important;
    }
    header .top-bar .drop ul li a:hover {
        color: #000 !important;
    }
    .drop-content {
        display: none;
        position: absolute;
        background-color: #7ac248;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
        top: 100%;
        right: 0;
    }
    header .contact .drop-content a {
        color: #fff !important;
    }
    .drop:hover .drop-content {
        display: block;
    }
    header .top-bar .social {
        display: none;
    }
    header .top-bar .drop .social {
        width: 190px;
        display: block;
    }
    header .top-bar .drop .social ul li {
        display: inline-block;
    }
    header .top-bar .drop .social ul li i {
        font-size: 18px;
        color: #fff;
        text-align: center;
        transition: 0.3s ease-in all;
        float: left;
        padding: 6px 0px;
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    header .top-bar small {
        line-height: 18px;
    }
    .drop-content {
        right: auto;
        padding: 5px 10px;
        left: 0;
    }
    .navbar-header {
        margin-top: 3px;
    }
    .slider .carousel-caption {
        top: 10%;
    }
    .slider .carousel-caption .content {
        width: 60%;
    }
    .slider .carousel-caption .content h1 {
        font-size: 15px;
    }
    .slider .carousel-caption .content small {
        font-size: 10px;
        line-height: 13px;
        margin: 0;
        padding: 5px 0;
    }
    .slider .carousel-caption .content .btton, .about .btton {
        font-size: 12px;
        margin-right: 5px;
        padding: 3px 10px;
        border: 1px solid;
    }
    .banner-bottom h2 {
        font-size: 18px;
    }
    .banner-bottom small {
        margin: 5px 0 10px;
        font-size: 11px;
    }
    .service .box .imgBox {
        width: 80px;
        height: 80px;
    }
    .service .box h3 {
        margin-top: 0;
    }
    .sectiontitle {
        font-size: 30px;
    }
    .involvedBox .imgbox {
        width: 100%;
    }
    .testimonial .testimonialContent h4 {
        margin-top: 60px;
        padding: 0;
    }
    footer .contact p {
        margin-right: 0;
    }
    footer h6 {
        margin-bottom: 10px;
    }
    .copyright p {
        font-size: 13px;
    }
    .section-padding {
        padding: 30px 0 10px;
    }
    footer .quick-link ul {
        column-count: 2;
    }
}

@media only screen and (max-width: 360px) {
    .slider .carousel-caption {
        top: 2%;
    }
    .slider .carousel-caption .content h1 {
        font-size: 13px;
    }
    .slider .carousel-caption .content small {
        font-size: 10px;
        line-height: 12px;
    }
    .slider .owl-dot span {
        width: 8px !important;
        height: 8px !important;
        margin: 0 5px 0 0 !important;
    }
    .banner-bottom small {
        margin: 0;
        font-size: 10px;
    }
    .service .box h3 {
        font-size: 18px;
    }
    .service .box p {
        font-size: 11px;
    }
    .testimonial .imgbox {
        width: 100px;
        height: 100px;
    }
    .testimonial .testimonialContent h4 {
        font-size: 20px;
    }
    .testimonialContent h4 small {
        padding-top: 0;
    }
    footer .quick-link ul li a {
        font-size: 13px;
    }
    footer .contact p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    footer .contact .social {
        padding-top: 15px;
    }
}