@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-brand img {
    width: 100%;
}

.navbar-header {
    text-align: right;
    margin-left: 0px
}

.free {
    margin-top: 15px;
    display: flex;
}

.free .mail {
    margin-right: 15px;
}

.free .mail2 {
    margin-right: 10px;
    margin-left: 10px;
}

.free .mail3 {
    margin-left: 10px;
}

.free .mail3 .fa {
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    color: #594731;
}

.free .mail3 .fa:hover {
    background-color: #8bc741;
    color: #594731;
}

.free i {
    color: #8bc741;
    padding-left: 0px;
    margin-right: 0px;
}

.free2 {
    display: flex;
    margin-top: 8px;
}

.free2 i {
    color: #594731;
    font-size: 25px;
    border: 1px solid black;
    width: 35px;
    height: 35px;
    padding-left: 8px;
    padding-top: 4px;
    margin-top: 0px;
}

.services {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.services ul {
    display: inline;
}

.services ul li {
    padding: 8px 5px 0px 0px;
    display: inline;
}

.services ul li a {
    padding: 8px;
    background-color: #8bc741;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.services ul li a:hover {
    background-color: #594731;
    border-radius: 3px;
}

.navbars ul {
    margin-left: 80px;
}

.navbars ul li {
    padding-right: 20px;
}

#navga {
    font-size: 18px;
    color: #594731;
}

#navga:hover {
    background-color: #594731;
    color: white;
}

.dropdown-menu {
    font-size: 18px;
    background-color: white;
}

.dropdown-menu li a {
    margin: 10px 0px 0px 20px;
    color: #8bc741;
}

.home-banner {
    margin-top: -20px;
}

.home-banner .carousel-inner .item img {
    width: 100%;
    height: 500px;
}


/* header over */

.intro h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    color: #594731;
    text-decoration: underline;
}

.intro img {
    margin-top: 20px;
    width: 100%;
}

.intro h3 {
    margin-left: 0px;
    font-size: 30px;
    color: #8bc741;
}

.intro p {
    margin-left: 0px;
    margin-top: 30px;
    font-size: 20px;
    text-align: justify;
    text-indent: 80px;
}

.fac {
    text-align: center;
    background-color: rgb(220, 255, 243);
    padding-top: 50px;
}

.fac h2 {
    font-size: 40px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 50px;
}

.fac img:hover {
    transform: scale(1.1);
    opacity: 0.7;
    text-decoration: none;
}

.fac a:hover {
    text-decoration: none;
}

.fac h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Footer page */

.footer h2 {
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}

.footer h2 hr {
    height: 3px;
    color: #8bc741;
    background-color: #8bc741;
    margin-right: 150px;
}

.footer h3 {
    color: white;
}

.footer p {
    color: white;
}

.footer ul {
    list-style-type: square;
}

.footer ul li {
    padding: 10px 0px 0px 0px;
    color: white;
}

.footer #navga {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
}

.footer #navga:hover {
    color: #8bc741;
    background-color: #292929;
    text-decoration: none;
}

.footer .share {
    display: flex;
}

.footer .share a {
    padding-right: 10px;
}

.footer .fa {
    font-size: 20px;
    border: 1px solid white;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    color: white;
}

.footer .fa:hover {
    background-color: #8bc741;
    color: #594731;
}

.ftr {
    background-color: #594731;
    padding-top: 10px;
}

.ftr p {
    text-align: center;
    color: white;
    font-size: 16px;
}


/* Footer page over */


/* testimonials */

.testimonals .slider-area {
    background: #262626;
    padding: 50px 0;
    position: relative;
}

.testimonals .slider-area h1 {
    text-align: center;
    color: white;
    font-weight: bold;
    padding-bottom: 50px;
    font-size: 40px;
}

.testimonals .slider-area h1 span {
    color: #8bc741;
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
}

.testimonals .img-area {
    width: 200px;
    height: 200px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.testimonals .img-area img {
    width: 100%;
}

.testimonals .item .carousel-caption {
    position: static;
    padding-bottom: 15px;
    padding-top: 0px;
    margin-top: 50px;
}

.testimonals .item .carousel-caption h3 {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: bold;
}

.testimonals .item .carousel-caption h4 {
    color: yellow;
}

.testimonals .item .carousel-caption p {
    font-size: 18px;
    margin: auto;
    width: 70%;
    margin-bottom: 10px;
}

#carousel-example-generic .carousel-indicators {
    bottom: -35px;
}


/* about page */

.about h1 {
    text-align: center;
    font-weight: bold;
    color: #594731;
}

.about h1 span {
    color: #8bc741;
}

.about img {
    margin-top: 70px;
}

.about p {
    font-size: 20px;
    margin-top: 30px;
    margin-left: 0px;
    text-align: justify;
    text-indent: 0px;
}

.about .features,
.mission,
.vision {
    font-size: 20px;
    margin-top: 20px;
}


/* facility page */

.facility {
    background-color: #f7ffec;
}

.facility h1 {
    text-align: center;
    font-weight: bold;
    color: #594731;
}

.facility h1,
h2 span {
    color: #8bc741;
}

.facility h2 {
    font-weight: bold;
    margin-bottom: 50px;
}

.facility p {
    font-size: 20px;
    text-indent: 80px;
}

.facility img {
    margin-left: 70px;
    border: 2px solid #594731;
    border-radius: 10px;
}

.facility img:hover {
    transform: scale(1.2);
}

.facility ul li {
    font-size: 15px;
    margin-left: 70px;
    padding: 2px;
}


/* service page */

.service {
    background-color: #f6ffea;
}

.service .sidehead {
    margin: 50px 0px 50px 0px;
}

.service .sidehead ul li a {
    padding: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.service .sidehead ul li a:hover {
    background-color: #594731;
    color: white;
}

.service .tab-content {
    margin: 50px 0px 50px 0px;
}

.service .tab-content h2 {
    font-size: 40px;
    color: #594731;
}

.service .tab-content h2 span {
    color: #8bc741;
}

.service .tab-content p {
    font-size: 20px;
    text-indent: 80px;
    text-align: justify;
    margin-top: 50px;
}

.service .tab-content ul li {
    padding: 5px;
}


/* contact page */

.contact-us {
    background-color: rgb(216, 216, 216);
    padding: 50px 0px 50px 0px;
}

.contact-us h2 {
    text-align: center;
    font-weight: bold;
    color: #594731;
}

.contact form {
    background-color: rgb(236, 255, 248);
    padding: 30px 50px 50px 50px;
}

.contact form label {
    font-size: 18px;
}

.contact form input {
    width: 300px;
    height: 40px;
    margin-right: 40px;
}

.contact form textarea {
    width: 100%;
    height: 200px;
}

.reach .add {
    display: flex;
    margin-left: 20px;
}

.reach .add i {
    color: #77c517;
    padding: 5px;
    font-size: 25px;
    width: 40px;
    height: 38px;
    border-style: solid;
    border-color: rgb(94, 94, 94);
    text-align: center;
}

.reach .add p {
    margin-left: 20px;
    font-size: 18px;
}

.reach h3 {
    font-weight: bold;
    text-decoration: underline;
}


/* gallery page */

.gallery h1 {
    color: #594731;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gallery h1 span {
    color: #8bc741;
}

.side-bar .nav {
    margin: 0px 240px 50px 250px;
}

.side-bar ul {
    align-items: center;
}

.side-bar ul li {
    text-align: center;
}

.side-bar ul li a {
    font-size: 20px;
    padding: 20px 100px 20px 100px;
    text-align: center;
    margin-left: 0px;
    color: #594731;
    font-weight: bold;
    text-transform: uppercase;
}

.side-bar ul li a:hover {
    background-color: #8bc741;
    color: #594731;
}

.ga-video {
    display: flex;
}

.ga-video .video1 {
    padding: 50px;
}

.img-align {
    display: flex;
}

.img-align img {
    width: 300px;
}

.video-align {
    display: flex;
}

.video-align .ga-vid {
    padding: 0px 30px 30px 0px;
}

.video-align .ga-vid iframe {
    padding: 10px;
    width: 380px;
    height: 350px;
}


/* Lending hand page */

.lending h1 {
    font-size: 40px;
    color: #594731;
}

.lending .lend-column .lend1 {
    width: 100%;
}

.lending .lend-column .lend1 img {
    width: 100%;
}

.lending h1 span {
    color: #8bc741;
}

.lend-column {
    margin-top: 50px;
}

.lend-column .lend2 p {
    margin-left: 0px;
    text-indent: 80px;
    font-size: 20px;
    text-align: justify;
}

.lend-column p {
    font-size: 20px;
    text-align: justify;
}


/* about page founders */

.team-img {
    width: 100%;
    height: 400px;
    text-align: center;
}

.team-img img {
    width: 100%;
}

.section-padding {
    padding: 50px 0;
}

.section-heading h2 {
    font-family: Shrikhand;
    font-weight: bold;
    color: white;
    font-size: 40px;
    margin-bottom: 50px;
}

.section-heading h2 span {
    color: #8bc741;
    margin-right: 10px;
}

.team-info {
    margin-top: 50px;
}

.team-info h3 {
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.team-info h6 {
    font-weight: 500;
    font-size: 16px;
}

.team-info p {
    margin: 40px 0;
    color: #999;
    font-family: courgette;
    font-size: 18px;
}

.team-div {
    width: 45px;
    background: #000;
    height: 2px;
    position: relative;
    margin-top: 20px;
}

.team-div:after {
    position: absolute;
    content: '';
    width: 30px;
    background: #000;
    height: 2px;
    bottom: 0;
    top: 5px;
}

.carousel-indicators {
    bottom: 0px;
    left: 53%;
}

.carousel-indicators li {
    border-color: #77c517;
}

.carousel-indicators .active {
    background: fuchsia;
    border-color: fuchsia;
}

.list-inline li {
    width: 30px;
    height: 30px;
    background: #262626;
    border-radius: 50%;
}

.list-inline li a i {
    color: #fff;
    padding: 7px 3px;
}

.big-image {
    background-color: #6e6150;
}

#col {
    background-color: #f6ffea;
    padding: 30px;
}

.col-img img {
    opacity: 1.0;
    margin: 30px;
}

.col-img img:hover {
    transform: scale(1.2);
    opacity: 0.6;
}

.be-in-a-part {
    background-color: rgb(216, 216, 216);
    padding: 50px 0px 50px 0px;
}

.be-in-a-part h1 {
    text-align: center;
}

.be-in-a-part form .divide {
    display: flex;
}

.be-in-a-part form {
    margin-left: 200px;
    margin-top: 50px;
    margin-right: 200px;
}

.be-in-a-part form label {
    font-size: 20px;
    margin-top: 5px;
    margin-right: 20px;
}

.be-in-a-part form input {
    height: 40px;
    width: 300px;
}

.be-in-a-part form .divide input {
    margin-right: 80px;
    margin-left: 5px;
}

.be-in-a-part form textarea {
    width: 100%;
    height: 200px;
}


/* img auto slide */

#slider {
    position: relative;
    width: 1350px;
    height: 450px;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(0 0 0 0.3);
}

#slider ul {
    position: relative;
    /* i think no uses*/
    list-style: none;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: all 750ms ease;
    left: 0;
}

#slider ul li {
    position: relative;
    height: 100%;
    float: left;
}

#slider ul li img {
    width: 1350px;
    height: 450px;
}

#slider #prev,
#slider #next {
    width: 150px;
    top: 225px;
    line-height: 50px;
    border-radius: 150px;
    font-size: 2rem;
    text-shadow: 0 0 20px rgba(0 0 0 0.6);
    text-align: center;
    color: white;
    text-decoration: none;
    position: absolute;
    transform: translateY(-50%);
    transition: all 150ms ease;
}

#slider #prev {
    left: 10px;
}

#slider #next {
    right: 10px;
}

#slider #prev:hover,
#slider #next:hover {
    background-color: rgba(0 0 0 0.5);
    text-shadow: 0;
}

.con-align {
    display: flex;
}

@media screen and (max-width:576px) {
    .con-align {
        display: inline-block;
    }
    .contact form textarea {
        width: 100%;
        height: 200px;
    }
    .img-align {
        display: inline-block;
    }
    .side-bar .nav {
        margin: 0;
        margin-right: 120px;
    }
    .video-align {
        display: inline-block;
    }
    .services ul li {
        padding: 8px 5px 0px 0px;
        display: inline-block;
        margin: 5px;
    }
}